/*
Theme Name: Magzimus
Theme URI: http://wordpressthemes.oscaralcala.com/magzimus
Description: Design by Oscar Alcala
Version: 2.0.1
Author: Oscar Alcala
Author URI: http://oscaralcala.com/
Tags: fixed width, two columns, widgets, ajax

	Theme made for sale exclusively on Theme Forest
	http://www.themeforest.com

*/

/*Core*/
@import url(reset.css);
@import url(styles/common.css);

/*Structure and general look*/
@import url(styles/main.css);
@import url(styles/sidebar.css);
@import url(styles/footer.css);
@import url(styles/sliders.css);
@import url(styles/shortcodes.css);
/*@import url(http://www.susquehannabankcenter.org/wp-content/themes/magzimusv3/styles/menu.css);*/

/*Scripts*/
@import url(styles/prettyPhoto.css);
@import url(styles/nivo-slider.css);

@import url(styles/480/main-480.css);
@import url(styles/480/slider.css);

/* @import url(styles/jquery-ui.css); */




body { background-color:#1e1f21!important; }

/* make listings float left */
.postlisting .hentry { width:300px; float:left; margin:2px; }
.postlisting .event .preview_text { width:100%!important; }



.ticketbox {
margin:5px;
padding:15px;
width:550px;
height: 50px;
font-weight:bold;
border:1px solid #c9c9c9;
}

.ticketbox ul { list-style:none; float:left; margin:0px; }

.ticketlisting { 
width:110px;
height:55px;
float:right;
}


.eventInfo { float:left; width:75%; min-width:150px;  }
.eventInfo h3 a { font-size:26px; color:#a90404; }
.eventInfo strong { font-size:14px; text-transform:uppercase; }
.buyNowTicket { float:right; text-align:right;  width:20%; min-width:100px; }
.buyNowTicket .post-categories { float:right; margin-bottom:15px; margin-top:0px; }

.eventBox, .eventBoxSmall { 
position:relative; clear:both; 
margin:10px 0px; height:80px;
border-bottom:1px solid #e9e9e9;
} 
.eventBoxSmall {
    height:60px;border:none;
}

.event-categories { margin:0px; list-style:none; }
.page-numbers { font-size:20px;font-weight:bold;padding:5px; }

#content .event { height:auto!important; }

.eventDate { display:block; height:50px;width:50px;background-color:#a90404; float:left; font-size:18px; margin-right:10px; color:#fff; text-align:center; border-radius:3px; }
.eventDay { display:block;width:44px;margin:3px; margin-bottom:0px; background-color:#fff; color:#a90404; font-size:26px; }

.eventVenueName { font-size:18px!important; }