/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*   clear float   */
.clear { clear: both; height: 0px; padding:0px; margin: 0px;}

.headline_meta{display:none;}

.headline_meta.forced{display:block;}

#below_content_sidebar{overflow-y: scroll; width:900px;	}
/* @ header  */

div#header {
	border-style: none;
	height: 85px;
	margin: 0;
	padding: 0;
	width: 900px;
	overflow: hidden;
	background: url(images/header_bg.png) no-repeat left top;
}

div.history_banner {
	
	width: 855px;
	padding: 0px;
	margin-left: -83px;
	
}

div#smooth_sldr div#smooth_sldr_items {
	
	width: 1050px;
	margin-left: -10px;
	background: url(images/history_banner.png);
	padding-right: 0px;
	padding-left: 0px;
	
}
div#smooth_sldr div#smooth_sldr_body {
	
	width: 900px;
	padding-left: 95px;
	
}
img.slider-button-back {
	
	margin-left: -20px;
		
}

div.nav_container {
	
	width: 652px;
	margin-left: 245.5px;
	padding-top: 39px;
	height: 42px;
	float: left;	
}



.menu {
	border: none;
	font-size: 14px;
	width: 450px;
	background: #3c250c;
	color: #beb898;
	padding-top: 9px;
	float: left;
	height: 32px;
}

.menu li.tab a {
	background: #3c250c;
	text-transform:none;
	border: none;
	color: #beb898;
	height: 5px;
	padding-top:3px;
	
}
.menu li.current a, .menu li.current:hover a {
	background-color: #110b03;
	color: #dc2800;
	height: 15px;
	
}
.nav_container img {
	border: none;
	float: right;
	padding-top:9px;
	padding-right: 3px;
}

/* @end */


/* @ sidebar  */

div.textwidget { 
	text-align: center;

}

/* @end */


/* @ outer sections  */


body {
	background: #224598 url(images/tileBG.png) repeat;
	margin-top:-24px;
}

div#content_area .page {
	
	background-color: transparent;
}

div#content_box {
	
	width: 901px;
}

div#content div.post_date { 
	font-weight: 900;
	margin-bottom: 5px;
	color: #666666;

}

div#comments dl#comment_list .bypostauthor { 
	
	background-color: #ffffff;
	background-image: none;
}

div#comments dl#comment_list .avatar img { 
	
	float: left;
	padding-right: 12px;
	width: 50px;
	height: 50px;
	margin-left: -8px;
}


div.comments_intro { 
	
	
	display: none;

}
div.comments_title { 
	
	
	background: url(images/comments_bkg.png);
	height: 25px;
	width: 560px;
	padding-left: 15px;
	padding-top: 5px;
	color: #ffffff;
	font-weight: 450px;
	font-size: 18px;

}
form#commentform input#submit { 
	
	background: url(images/submit_button_bgk.png);
	width: 185px !important;
	padding-left: 0px;
	text-align: left;
	font-size: 0px;
	height: 40px;
}



/* @end */

/* @ Home page */

#page { 
	background-color: transparent;
}

div#home_featured_post {
	
	font-size: 12px;
}

div#home_featured_post h2 {
	
	
	background: #224598 url(images/featured_post_hdr_bg_img.png);
	height: 50px;
	margin-left: -44.5px;
	width: 580px;
	
}
div#home_featured_post h3 {
	
	font-size: 15px;
	font-weight: 900;
	color: #666666;
	margin-bottom: 15px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 10px;
	color: #000000;
	
	
}
div#home_featured_post a {
	
	color: #333333;
	
	
}

div#home_featured_post p {
	
	font-size: 12px;
}


div#home_latest_posts {
	
	
	font-size: 12px;
}

div#home_latest_posts h3 {
	
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 15px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 10px;
	
}

div#home_latest_posts a {
	
	color: #333333;
}
div#home_latest_posts h2 {
	
	
	background: #224598 url(images/latest_post_bg.png);
	height: 35px;
	width: 550px;
	margin-bottom: 20px;
	
}

div#sidebars {
	
	padding: 0;
	margin: 0;

}

div#sidebar_1 {
	
	font-size: 13px;
	font-variant: normal;
	background: url(images/sidebar_bgr.jpg) repeat left top;
	padding: 0;
	margin: 0;
	
}
div#sidebar_1 h3 {
	
	font-size: 15px;
	font-variant: normal;
	font-weight: 600;
	background: url(images/red_bkg_side.jpg);
	padding-left: 10px;
}


/* @end */

/* @content */

div#content { 
	background-color: #ffffff;
	padding-top: 20px;
	width: 570px;
	padding-left: 20px;
	
	
}

div#content h1{ 
	background: #224598 url(images/post_title_bkg.png);
	height: 50px;
	margin-left: -55.5px;
	width: 549px;
	padding-left: 35px;
	color: #ffffff;
	
	
}
div#content div.author_info h1{ 
	background: #224598 url(images/post_title_bkg.png);
	height: 50px;
	margin-left: -44px;
	width: 549px;
	padding-left: 35px;
	color: #ffffff;
	
	
}
div#content_box { 
background-color: #ffffff;


}

/* @end */

/* @custom footer */

div#custom_footer { 
	text-align: center;
}

div#below_content_sidebar ul.sidebar_list {
	
	float: left;
	background: url(images/footer_bg_img.jpg) repeat;
	width: 260px;
	margin-left: 8px;
	padding-top: 20px;
	color: #ffffff;
	padding-left: 20px;
	height: 180px;
	

	
	
}
div#below_content_sidebar ul.sidebar_list h3 {
	
	color: #dd2901;
	font-weight: 600;
	padding-bottom: 10px;
	padding-bottom: 20px;
	
}
li.widget_tag_cloud a {
	
	color: #dd2901;
		
}

div#below_content_sidebar ul.sidebar_list a {
	
	color: #ffffff;
	font-weight: 500;
	
}


/* @end */



