/*
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/
*/

body{padding: 0 0 40px 0; margin: 0; background: #27343C;}

.custom #header{background: #27343C; border: 0px; padding: 30px 0; margin: 0;}
.custom #page{padding: 0px;}

.custom a{color: #0066CC; text-decoration: none;}
.custom a:hover{color: #17B3E5;}

.search_box{
	float: right;
	border: 1px solid #ABC5D6;
	height: 35px;
	width: 320px;
	background: #fff;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 33px;
	width: 320px;
}

.search_field{
	background: #ffffff;
	width: 260px;
	font-size: 13px;
}

.top_468{
	float: right;
	height: 62px;
	width: 470px;
	background: #27343C;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 60px;
	width: 468px;
}

#header #logo{
	width: 460px;
}



html>body .search_box {  
	height: 33px;
	width: 318px;
}

.search_field{border: 0; padding: 8px 0 6px 8px;}

.custom #container{
	width: 990px;
}

.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post {
	font-family: inherit;
}

.teaser .format_teaser {
	margin-top: .7em;
}

.headline_area {
	margin-bottom:1em;
}

.custom #footer{
	border: none;
	background: #27343C;
}

#commentform input.form_submit {
	border: 1px solid #000;
	font-family: inherit;
}

.headline, .headline a{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
}

.menu .rss{
	margin-right: 10px;
}

.custom div.adblock img {
  padding: 4px;
  background-color: #ffffff;
  display: inline;
}
.custom .mm125 {text-align: center;}


/*------------ BEGIN CONTENT AREA CHANGES ---------- */
.custom #content_box{
	/*background: #fff;*/
	background: url(images/bgr_main_content.gif);
	padding: 10px;
	border: 5px solid #fff;
	width: 960px;
}

.custom #content{
	background: #fff;
	padding: 0px 10px 0px 10px;
	border: 1px solid #B9D2DD;
}

.by{
	font-size: 12px; 
	padding: 7px 0;
}
.by img{vertical-align: middle;}


/*------------ END CONTENT AREA CHANGES -------------*/


/*------------BEGIN SIDEBAR CHANGES--------------*/

.custom #multimedia_box{
	border: 1px solid #abc5d6;
	padding: 10px;
	background: #fff;
	margin-bottom:10px;
}

li.widget{
	border: 1px solid #abc5d6;
	/*padding: 10px;*/
	padding: 10px !important;
	background: #fff;
	margin-bottom:10px;
	width:auto;
}

ul.sidebar_list ul{
	background: #dae6ef url(images/bgr_right.gif); 
	padding: 5px 10px 10px 10px;
}

.sidebar ul.sidebar_list{
	padding: 0px;
	margin: 0px;
}

li.widget ul{
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
}

li.widget ul li{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #EDF2F8;
	margin-bottom: 0px;
}

.textwidget{
	background: #dae6ef;
	padding: 10px;
}

li.widget li ul {
	margin: 0px;
}

.right_content{background: #dae6ef url(images/bgr_right.gif); padding: 5px 10px 0 10px;}
.right_content_ad{background: #dae6ef url(images/bgr_right.gif); padding: 10px 10px 0 10px;}

ul.sidebar_list h3{
	height: 24px;
	color: #fff;
	padding: 7px 0 0px 10px;
	background: url(images/bgr_h3.jpg);
	font-size: 13px;
	border-left: 1px solid #3D6E90;
	border-right: 1px solid #3D6E90;
	margin: 0px;
	font-variant: normal;
	font-family: inherit;
	font-weight: bold;
}


#sidebar_2 ul.sidebar_list{
	margin: 0px;
	padding: 0px;
} 

.custom #sidebar_2 .widget{
	margin-left: 10px;
	margin-right: 0px;
} 

#sidebar_1 ul.sidebar_list{
	margin: 0px;
	padding: 0px;
} 

#calendar_wrap{
	width: 100%;
}


/*-----------END SIDEBAR CHANGES---------------*/


/*--------- BEGIN COMMENT AREA CHANGES ----------*/


.comment{
	font-size: 10px;
}

dl#comment_list .bypostauthor{
	background: #fff;
}

dl#comment_list .bypostauthor p{
	background: #D5F0A4;
}



dl#comment_list dd .format_text, dl#comment_list dd #respond{
	background: #EFF4F8 url(images/top_com.gif) no-repeat;
	margin-left: 10px;
	clear: both;
	padding: 5px 0 5px;
	margin-bottom: 10px;
}

dl#comment_list .bypostauthor .format_text, dl#comment_list dd #respond{
	background: #D5F0A4 url(images/top_com.gif) no-repeat;
	margin-left: 5px;
	clear: both;
	padding: 5px 0 5px;
	margin-bottom: 10px;
}

dl#comment_list dd {
	padding-top:.6em;
}

dl#comment_list .format_text p, dl#comment_list .format_text p{font-size: 12px; padding: 10px 10px 0 10px; margin: 0; line-height: 19px;}



/*--------- END COMMENT AREA CHANGES ----------*/


/*------------ BEGIN NAV CHANGES ------------*/
.menu{
	background: #0C1216 url(images/bgr_menu.gif) repeat-x;
	border-left: 1px solid #0C1216;
	border-right: 1px solid #0C1216;
	height: 40px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

.submenu{
	background: #0C1216 url(images/bgr_menu.gif) repeat-x;
	height: 40px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}

.menu a{
	text-transform: none;
	height: 40px;
	padding-bottom: 0px;
	padding-top: 0px;
	border:none;
	background: none;
	color: #fff;
	line-height: 40px;
}

.menu li a, .menu li a:visited{
	color: #fff;
	text-decoration: none;
	background: url(images/bgr_inactive.gif) repeat-y right top;
	display: block;
}

.menu li a:hover, .menu li a.now{
	color: #fff;
	text-decoration: none;
	background: url(images/bgr_hover.gif) repeat-y right top;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { 
	color: #fff; 
	background: none; 
	background: url(images/bgr_hover.gif) repeat-y right top;

}
/*------------ END NAV CHANGES ------------*/


