/*
Theme Name: MBK
Theme URI: http://www.mbk-cycles.com/
Description: 2-column MBK 2009 theme
Version: 1.00
Author: Razorimages
Author: http://www.razorimages.com/
*/

@import url('style-basics.css'); /* general body styles */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#container{
	float: left;
	margin: 0 0px;
	width: 990px;
	background: #000;
	display: inline;
	background: #000000 url(images/sideback.gif) repeat-y ;
}


#content-home { 
	float: right;
	margin: 0 0px;
	width: 844px;
	height: 500px;
	
	display: inline;
	background: #000000;
	}




#content{
	float: right;
	margin: 0 0px;
	width: 844px;
  
	display: inline;
	background: #ffffff;
}

.post{
	width: 844px;
	color: #000;
	overflow: hidden;
	background: #ffffff;
}

.post h2{
	width: 844px;
	padding: 15px 20px 13px;
	font: 25px arial;
	font-style : bolder;
	color: #ffffff;
	background: #000000 url(images/bg-title.gif) no-repeat 0 0px;
	
}


.post a{
	text-decoration: none;
	color: #466AE0;
	font-weight: bold;
}

.post a:hover {
   color: #ffffff;
   text-decoration: underline;
   background: #222222;
   text-shadow: black 0px 0px 5px;
   font-weight: bolder;
   }


.entry-meta{
	padding: 17px 20px;
	font-size: 12px;
	border-top: 1px solid #181818;
	background: #0f0f0f;
	color: #666;
}

.entry-meta a{
	color: #ccc;
}

.entry-foot{
	border-top: 1px solid #181818;
	padding: 13px 20px 12px;
	font-size: 12px;
	line-height: 24px;
}

.entry-content{
	padding: 3px 20px;
	border-top: 1px solid #181818;
	line-height: 24px;
	color: #000000;
	background: #ffffff
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px; font-family: arial, helvetica, sans-serif; padding: 0; background-image: none;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 13px; font-weight: bold; line-height: 12px;}
.entry-content h5{font-size: 11px; line-height: 10px;}
.entry-content h6{font-size: 10px; line-height: 9px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 2px 0 2px;
}

.ads-468x60 img{
	margin: 0 0 0 20px;
}


.navigation{
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}

.navigation span.nav-previous{
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	background: url(images/bg-older-posts.gif) no-repeat 0 5px;
}

.navigation span.nav-next{
	margin: 0 20px 0;
	padding: 0 24px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 5px;
}

#featured-bands{
	float: left;
	margin: 0 0 0 0;
	width: 920px;
	background: #000 url(images/bg-featured-bands.gif) no-repeat;
	display: inline;
}

#featured-bands .gallery{
	float: left;
	margin: 0 20px;
	width: 880px;
	padding: 0 0 20px;
	border-bottom: 1px solid #181818;
	display: inline;
}

.band{
	float: left;
	margin: 20px 0 0 20px;
	width: 410px;
	height: 205px;
	display: inline;
	position: relative;
}

.band .band-name{
	position: absolute;
	top: 156px;
	left: 20px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
}

.band .band-name a{
	color: #ccc;
}

#footer{
  color: #fff;
	float: left;
	margin: 0px 140px 0;
	width: 700px;
	border-top: 1px solid #181818;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	display: inline;
}

#footer p{
	padding: 13px 20px;
}





#basic-accordian{
	border:0px solid #000;
	padding:0px;
	width:145px;

	z-index:2;

}

.accordion_headings{
	padding:5px;
	background:#2c2c2c;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#6d6d6d;
}

.accordion_child{
	padding: 2px 12px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0;
	border:1px solid #2c2c2c;
	background:#222222;
	color:#FFFFFF;
}



.header_highlight{
	background:#00CCFF;
}


#slider {width:145px}
.header {	padding:5px;
	background:#2c2c2c;
	color:#FFFFFF;
	border:1px solid #FFF;
	text-transform: uppercase;
	cursor:pointer;
	font-weight:bold;}
.header:hover {background:#6d6d6d;}
.content {overflow:hidden}
.text {padding: 1px 8px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0;
	
	background:#222222;
	color:#FFFFFF;}
