/*
Theme Name: BB Layers
Description: http://burlesquebeat.com/
Author: Phase3Solution
Version: 1.0
*/


@charset "utf-8";
/* CSS Document */
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*background: url(../images/bg.gif) top repeat-x;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
	margin:1em 20px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body {
	line-height: normal;
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	overflow:scroll;
	background:url(images/body_background.jpg) repeat-x top;
}

/**************START STYLING ********************/


/****************** Styling the slide ***************************/

.clr {
clear:both;
}

.wrapper{
	margin:0 auto;
	position:relative;
	width:1022px;
}


/**************Start Header Panel *****************/

#leaderboard_panel{
width:100%;
position:relative;
}

#leaderboard_panel .wrapper{
width:728px;
margin:0 auto;
}

#header_panel{
	min-height:163px;
	width:100%;
	position:relative;
}

#header_panel .wrapper{
	height:169px;
	position:relative;
}

.logo{
	position:absolute;
	top:15px;
	left:30px;
}

.logo a img,
.logo a:hover img{
	border:none;
}

.search_box{
	height:50px;
	width:240px;
	background:url(images/search_box.png) no-repeat;
	position:absolute;
	right:7px;
	top:45px;
}

.search_box input{
	height:29px;
	width:170px;
	margin:2px 2px 3px 38px;
	padding-left:10px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#da0812;
	background:#faf6f6;
}

.nenigation_menu{
	height:53px;
	width:997px;
	position:absolute;
	bottom:0;
	left:0;
	padding-left:25px;
	background:url(images/top_menu_background.png) no-repeat left top;
}

.navigation_menu{
	height:53px;
	width:997px;
	position:absolute;
	top:116px;
	left:0;
	padding-left:25px;
	background:url(images/top_menu_background.png) no-repeat left top;
}

.navigation_menu_2{
	height:53px;
	width:970px;
	padding-right:27px;
	background:url(images/top_menu_background_right.png) no-repeat right top;
}

.navigation_menu_3{
	height:53px;
	width:970px;
	background:url(images/top_menu_background_main.png) repeat-x;
}

.navigation_menu_3 ul{
	padding:0;
	margin:0;
	padding-top:10px;
}

.navigation_menu_3 ul li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.navigation_menu_3 ul li a:link{
	display:block;
	padding:14px 24px 15px 23px;;
	margin-left:24px;
	font-size:20px;
	font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:none;

}

.navigation_menu_3 ul li a:visited{
	display:block;
	padding:14px 24px 15px 23px;;
	margin-left:24px;
	font-size:20px;
	font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:none;
	
}

.navigation_menu_3 ul li a:active,
.navigation_menu_3 ul li a:hover{
	background:#da0812;
	
	
}
	

/**************Start Ticker Panel *****************/

#ticker_panel{
	height:auto;
	width:100%;
	position:relative;
}

.ticker1{
	height:53px;
	width:996px;
	padding-left:26px;
	background:url(images/ticker_panel_left.png) no-repeat left top;
}

.ticker2{
	height:53px;
	width:974px;
	padding-right:22px;
	background:url(images/ticker_panel_right.png) no-repeat right top;
}

.ticker3{
	height:53px;
	width:974px;
	background:url(images/ticker_panel_background.png) repeat-x;
}

.ticker3 marquee{
	line-height:53px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#930;
}

/**************Start Body Panel *****************/

#body_panel{
	height:auto;
	width:100%;
	position:relative;
}

#body_panel .wrapper{
	width:1022px;
	background:url(images/wrapper_body_bottom.png) no-repeat bottom left;
	position:relative;
	padding-bottom:38px;
	height:auto;


}

#body_panel .wrapper_2{
	height:auto;
	width:1022px;
	background:url(images/wrapper_body_background.png) repeat-y top left;
	position:relative;
}

.left_sidebar{
	height:auto;
	min-height:500px;
	width:134px;
	padding-left:16px;
	float:left;
	position:relative;
}

.main_body{
	height:auto;
	min-height:500px;
	width:683px;
	float:left;
	position:relative;
}


.content_area{
	width:650px;
	padding:16px;
	position:relative;
	min-height:300px;
}

.single_post{
	margin-top:15px;
	padding-right:15px;
	clear:both;
}

.blog_post_title_h3,
.blog_post_title_h3 a{
	font-family:"Times New Roman",Times,serif;
	color:#333333;
	font-size:28px;
	font-weight:400;
	padding:0!important;
	border-bottom:1px solid #ccc;
	text-decoration:none!important;
}

.single_post h3,
.singe_post h3 a,
.singe_post a{
	font-family:"Times New Roman",Times,serif;
	color:#333333;
	font-size:28px;
	font-weight:400;
	padding:0!important;
	text-decoration:none!important;
}

.single_post .single_post_content p{
	font-family:Verdana,Geneva,sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:400;
}

.single_post_content p a{
	color:#C69;
	text-decoration:underline;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}

.post_title{
	font-family:"Times New Roman",Times,serif;
	color:#333333;
	font-size:28px;
	font-weight:400;
	text-decoration:none!important;
	border-bottom:none !important; 
}

.single_post_content{
	margin-top:10px;
}

.post_meta_data{
	width:620px;
	height:auto;
	clear:both;
	margin-top:-18px;
	padding-bottom:10px;
}

.meta_data_heading{
	color:#666;
	font-size:12px;
}

.post_meta_data a,
.meta_data_heading a{
	color:#C69;
	text-decoration:none;
	font-size:11px;
}

a img{
	border:none;
}

.post_meta_data a:hover,
.meta_data_heading a:hover{
	color:#930;
	text-decoration:underline;
}

.post_blog{
	min-height:300px;
	width:100%;
	padding-top:5px;

}

.post_blog_page{
	min-height:300px;
	width:100%;
	padding-top:5px;

}

.post_blog_page .single_post{
	margin-top:-36px;

}

.right_sidebar{
	height:auto;
	min-height:500px;
	width:174px;
	float:left;
	position:relative;
}

.banner_area{
	height:auto;
	width:683px;
	background:#000;
	position:relative;
}

.featured_image{
	height:auto;
	width:633px;
	padding-left:50px;
	position:relative;
}

..featured_image a img{
	border:none;
}

.banner_image_position{
	background:#000;
	width:683px;
	position:relative;
}

.banner_image_position img{
	text-align:center;
    	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
}

.banner_image_title{
	height:45px;
	background:#000;
	width:683px;
	position:relative;
}

.banner_image_title p{
	font-size:14px;
	color:#fff;
	line-height:34px;
}
	


/**************Start Footer Panel *****************/

#footer_panel{
	min-height:30px;
	width:100%;
	position:relative;
}

.copy_right{
	margin:0 auto;
	height:30px;
	position:relative;
	width:270px;
}

.copy_right p{
	color:#da0812;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}



.left_sidebar .widget-container ul{
	padding-left:8px;
	padding-right:8px;
	margin:0;
}

.left_sidebar .widget-container ul ul{
	padding-left:15px;
	padding-right:0px;
}

.left_sidebar .widget-container ul li a{
	display:block;
	padding:4px 0 0 0;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	padding-left:8px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:5px;
}

.left_sidebar .widget-container ul ul li a{
	display:block;
	padding:3px 0 0 0;
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding-left:8px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:2px;
}

.left_sidebar .widget-container ul li a:hover{
	text-decoration:underline;
}

.left_sidebar .widget_categories ul{
	padding-left:3px;
	padding-right:0px;
}

.left_sidebar .widget_categories h3{
	padding-left:8px;
	color:#CCC;
	font-size:16px;
}

.left_sidebar .widget_categories ul li a{
	display:block;
	padding:3px 0 0 0;
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding-left:8px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:8px;
	line-height:14px;
}

.left_sidebar .widget_categories ul li a:hover{
	text-decoration:underline;
}


 .prev_category{

float:left;

text-decoration:none;

margin-left:20px;

margin-top:13px;



}



 .prev_category a{

text-decoration:none;

background:#0085B6;

padding:2px 10px 2px 10px;

color:#fff;

font-size:15px;

font-weight:bold;

display:block;

border:1px solid #fff;

}





.prev_category a:hover{

color:#0085B6;

background:#fff;

display:block;

border:1px solid #0085B6;

}



.more_category{

float:right;

margin-top:13px;

text-decoration:none;

margin-right:23px;



}



.more_category a{

text-decoration:none;

background:#0085B6;

padding:2px 10px 2px 10px;

color:#fff;

font-size:15px;

font-weight:bold;

display:block;

border:1px solid #fff;

}





.more_category a:hover{

color:#0085B6;

background:#fff;

display:block;

border:1px solid #0085B6;

}

.add_space{
	width:148px;
	margin:0 auto;
	background:none;
}

.add_space a img{
	margin-top:10px;
	width:148px;
	height:auto;
        border:none;
}

#disqus_thread{
	margin-top:20px;
}

#igit_rpwt_css h4{
border-bottom:2px solid #933;
margin-bottom:10px;
font-size:18px;
}


#igit_rpwt_css  div ul li a{
display:block!important;
}

#igit_rpwt_li{
	height:auto!important;
}

#igit_rpwt_css ul li{
padding:0;
margin:0;
list-style:none;
margin-left:-5px!important;
margin-bottom:0px!important;
}

#igit_rpwt_css  ul li:hover{
background:none;
}

#igit_rpwt_css  ul li a{
font-family:Arial,serif !important;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#000!important;
}

#igit_rpwt_css  ul li a:visited{
color:#000!important;
}

#igit_rpwt_css  ul li a:hover{
color:#06C!important;
text-decoration:underline;
}


.simple_socialmedia{
	margin-top:20px;
}

#gallery-1 {
clear:both;
}

#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}

dt {
display: block;
}

#gallery-1 .gallery-item a img{
	height:auto;
	width:150px;
	border:#900 2px solid;
}

.wp-caption {
/*background-color:#FCF;*/
border: 1px solid #DDD;
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
margin:3px 10px 4px 0;
padding-top: 4px;
text-align: center;
}

.gallery-caption{
	text-align:center;
}

.entry-title{
	padding-bottom:10px;
}

.nav-previous{
	float:left;
}

.nav-next{
	float:right;
	
}

#nav-below{
	padding:10px 0 10px 0;
	margin-bottom:10px;
}

a.statcounter img{
magin-left:15px !important;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto; clear:both;}

.right_sidebar .widget-title{
color:#ccc;
padding-left:11px;
}

..socialmedia-buttons img{
margin-right:0px !important;
margin-left:5px;
}





