/* Remove padding and margin */
* {
margin: 0;
padding: 0;
}

/* Remove border for linked images and tables */
img, table, tr, td {
border: 0px none;
}

body  {
	background: #000000 url('img/bg.jpg') no-repeat center top;
	margin:0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0; 
	/*text-align:center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:100%; 
	font-family: Tahoma, "Trebuchet MS", Verdana;
	width: 100%;	
	color: #eee
}
#container { 
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1016px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	 /*text-align: left; this overrides the text-align: center on the body element. */
	 position:relative;
	
} 
#header { 
	background: url('img/header.jpg');
	width: 788px;
	height: 100px;/*58px;*/
	postition:relative;
	text-align:center
} 
#social_media {
	position: absolute;
	width: 145px;/*80*/
	height: 35px;/*30*/
	left: 0px;
	top: 10px;
	padding:0;
	text-align:left;
}
#social_media img{
	margin:5px 5px;	
}
#facebook{
  position:absolute;
  top:12px;
  right:50px;
	overflow:hidden;
	width:47px !important
}
#contact {
  position:absolute;
  top:15px;
  right:10px;
	text-align:left
}
/*#social_media a:hover {
	background: url('img/facebook_rollover.png');
}*/

#nav {
	postition:relative;
	background: url('img/nav.jpg') no-repeat;
	width: 788px;
	height: 29px;
	margin: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style-type:none;
	display:inline;
}
#nav ul {
	margin: 0 5px;
	padding: 0;
}
#nav li {
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 14px;
}
#content {
	width: 785px;
	height: 610px;
	padding: 0px 0 0 0;
 } 
#content_mediakit {
	width: 785px;
	height: 600px;
	padding: 10px 0 0 0;
 }
#leftsection {
	float: left;
	width: 416px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 272px;
	background: url('img/billboard.jpg') no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */; 
}
#rightsection {
	margin: 0 0 0 416px;
	width: 371px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 272px;
	background: url('img/ad_text.jpg') no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
}
#bottomsection {
	margin-top: 2px;
	padding: 20px 50px;
	width: 685px;
	height: 336px;
	background-image: url('img/content_bottom.jpg');
	background-repeat: repeat-x;
	color:#eee; 
	font-size:12px; 
	}
#bottomsection_mediakit {
	margin-top: 10px;
	padding: 20px 10px;
	width: 685px;
	height: 336px;
	/*background-image: url('img/content_bottom.jpg');*/
	background-repeat: repeat-x;
	color:#eee; 
	font-size:12px; 
	}
#bottomsection_mediakit td{
padding: 3px 10px;
border: 1px dotted #ccc
}
#bottomsection h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 5px;
}
#bottomsection p {
  font-size: 16px;
  line-height: 30px;
  padding-top:20px
}
#footer { 
	position: relative;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #eee;
	font-size: 10px;
	text-align:right;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftbar h2, #rightbar h2, #middlebar h2 {
text-align:center;
padding: 40px 0;
margin:0
}

/* Links --------------------------------------------------------------*/
a {
	outline:none;/*removes little dotted border/outline around the linked elements*/
	}

a:link, a:visited {
	color:#ddd;
	background:transparent;
	text-decoration:none;
	}

a:hover, a:active {
	color:#db0000;
	background:transparent;
	text-decoration:none;
	}
--> 

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#leftbar { width: 180px; }
#rightbar { width: 190px; }
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#rightbar, #leftbar { padding-top: 20px; }
#middlebar { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->






/*
CSS for MBCHIX.COM
*/
/*  GENERAL STYLES FOR ENTIRE SITE */

}
#content_2{		/* page content - for REST OF SITE */
	position: relative;
	width: 789px;
	height: 570px;
	background: url(images/content_back.png);
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-right: 2px;

}
#content_2_caption{
	position: relative;
	display: block;
	width: 180px;
	height: 16px;
	color: #DADADA;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
	font-size: 18px;
	text-align: center;
}
#filter_bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	height: 47px;
	top: 15px;
	background: url(images/filter_bar.png);
	background-repeat: no-repeat;
}
#filter_bar a{
	position: relative;
	font-size: 14px;
	color: #DADADA;
	top: 13px;
	left: 32px;
}
#filter_bar input.btn{
	position: relative;
	float: right;
	top: -3px;
	right: 32px;
	width: 102px;
	height: 16px;
	background: url(images/btn_submit_query.png);
	background-repeat: no-repeat;
	border: 0px;
}
#filter_bar select{
	display:inline;
	position: relative;
	float: left;
	top: -5px;
	left: 100px;
	color: #DADADA;
	background-color: black;
	background-repeat: no-repeat;
	border: 1px solid #212121;
	margin-left: 10px; 
}
#bar_caption{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
	width: 191px;
	height: 24px;
	background: url(images/bar_dot.png);
	background-repeat: no-repeat;
	border: 0px;
}
.caption_white{
	position: relative;
	display: block;
	color: #DADADA;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration:none;
}
.caption_red{
	position: relative;
	display: block;
	color: red;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration:none;
}



/* EVENTS PAGE STYLES */
#event_list{
	position: relative;
	top: 40px;
	overflow:auto;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: #ff0;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: #94DBFF;
	scrollbar-shadow-color: black;
	scrollbar-track-color:black;
}
ul.events{
	list-style-type: none;
	position: relative;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
}
ul.events li{
	display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	left: -20px;
	color: #FFFFDB;
	border-bottom: 1px dotted #E6E6C5;
}
ul.events li.last{
	border-bottom: none;
}
ul.events a.line1{
	font-size: 13px;
	line-height:120%; 
}
ul.events a.line1 yellow{
	font-size: 13px;
	line-height:120%;
		color: yellow;
}
ul.events a.line2{
	font-size: 12px;
	line-height:100%;
}
ul.events li img{
	position:absolute;
	right: -14px;
	top: 12px;
	border:0px;
}
/*  EVENT GALLERY PAGE STYLES */
#gallery_content{
	position: relative;
	width: 700px;
	height: 200px;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#event_unit{
	
	position: relative;
	width: 205px;
	height: 90px;
	left: 10px;
	top: 0px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px dotted #E6E6C5;
	color: #FFFFDB;
}
#event_unit img{
	position:absolute;
	right: 0px;
	top: 20px;
	width: 80px;
	height: 60px;
	border: 1px solid white;
}
#event_unit a{
	display: block;

	font-size: 13px;
	line-height:120%;
	white-space: no-wrap;
}
#event_unit a.line2{

	font-size: 11px;
	line-height:110%;
}
#gallery_content_col_1{
	position: relative;
	float: left;
	width: 240px;
	padding-right: 7px;

}
#gallery_content_col_2{
	width: 240px;
	padding-right: 7px;
	float: left;

}
#gallery_content_col_3{
	width: 240px;
	padding-right: 7px;
	float: left;

}
#gallery_content ul.events{
	list-style-type: none;
	position: relative;
	top: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#gallery_content ul.events li{
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 8px;
	left: -25px;
	color: #FFFFDB;
	border-bottom: 1px dotted #E6E6C5;
}
#gallery_content ul.events li.last{
	border-bottom: none;
}
#gallery_content ul.events li a.line1{
	font-size: 13px;
	line-height:120%;
}
#gallery_content ul.events li a.line2{
	font-size: 11px;
	line-height:110%;
}
#gallery_content ul.events li img{
	position:absolute;
	right: 0px;
	top: 10px;
	width: 80px;
	height: 60px;
	border: 1px solid white;;
}
/*  GALLERY SHOW PAGE STYLES */
#gallery_show_content{ 
	position: relative;
	width: 750px;
	height: 470px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#gallery_show_image_area{
	position: relative;
	width: 350px;
	height: 250px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;

}
#gallery_show_image_area img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
}
#image_frame{
	height: 250px;
	width: auto;
	
	max-height: 250px;
	max-width: 350px;
	
	
}
#gallery_show_caption{
	position: relative;
	width: 600px;
	height: 50px;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	color: #DADADA;

}
#gallery_show_prev{
	position: absolute;
	width: 48px;
	height: 48px;
	bottom: 300px;
	left: 50px;

}
#gallery_show_next{
	position: absolute;
	width: 48px;
	height: 48px;
	bottom: 300px;
	right: 50px;
}
#gallery_show_prev_page{
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 160px;
	left: 30px;

}
#gallery_show_next_page{
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 160px;
	right: 30px;
}
#gallery_show_content_thumbs{
	position: absolute;
	width: 730px;
	height: 150px;
	top: 310px;
	left: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;

}
#gallery_show_content_thumbs img{
	display:inline;
	margin:9px;
	width: 70px;
	height: 52px;
	border:1px solid #ffffff;
	float:left;
 }

/* CONTACT PAGE STYLES */
#contact_box{
	position: relative;
	width: 550px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #B4B4B4;
	padding:5px;
}
#contact_box_left{
	width: 4px;
	height: 345px;
	background-image: url(images/contact_slice_left.png);
	background-repeat: no-repeat;
}
#contact_box_middle{
	width: 2px;
	height: 345px;
	background-image: url(images/contact_slice_middle.png);
	background-repeat: repeat-x;
}
#contact_box_right{
	width: 4px;
	height: 345px;
	background-image: url(images/contact_slice_right.png);
	background-repeat: no-repeat;
}
#contact_box form{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #DADADA;
	font-size: 15px;
	font-weight: bold;
	line-height:150%;
}
#contact_box form a.label{

	padding-right:4px;
	color: #DADADA;
	font-size: 11px;
	line-height:100%;
}
#contact_box form input{
	float: right;
	margin-top: 2px;
	padding-right:4px;
	color: black;
	font-size: 11px;
	height: 14px;
}
#contact_box form select{
	float: right;
	margin-top: 2px;
	color: black;
	font-size: 11px;
	height: 18px;
}
#contact_box form input.btn{
	float: right;
	margin-top: 6px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	text-align: center;
}
