/*
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: url(images/body_bg_1.jpg);
}

.custom #header{background: #DDDDDD url(images/header-2.jpg); border: 0px; padding: 0; margin: 0; height: 250px;}
.custom #page{padding: 0px; -webkit-box-shadow: #222 0px 5px 20px; -moz-box-shadow: 0 5px 20px #222222; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222222, offX=0, offY=5, positive=true);
}
/*.custom #page{background: #27343C;}*/


.custom a{color: #5d4a39; text-decoration: underline;}
.custom a:hover{color: #990003;}

.search_field{border: 0; padding: 8px 0 6px 8px;}

.custom #container{
	width: 980px;
}

h1, h2{
	font-weight: bold;
}


.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: #ffffff;
}

#commentform input.form_submit {
	border: 1px solid #000;
	font-family: arial, verdana;
}

.headline, .headline a{
	font-size: 32px;
	color: #111111;
	font-weight: bold;
	float: right;
	padding-right: 5px;
}

.menu .rss{
	padding-right: 10px;
}


/*------------ BEGIN CONTENT AREA CHANGES ---------- */
.custom #content_box{
	/*background: #fff;*/
	background: #ffffff;
	width: 980px;
}

.custom #content{
	background: #fff;
	padding: 0px 5px 0px 5px;
}

.by{
	font-size: 12px; 
	padding: 7px 0;
}
.by img{vertical-align: middle;}

.format_text h3{
	margin: 30px 0 0 0;
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin:0 0.3em 0 1.1em;
}


/*------------ END CONTENT AREA CHANGES -------------*/


/*------------BEGIN SIDEBAR CHANGES--------------*/

.custom #multimedia_box{
	padding: 10px;
	background: #fff;
	margin-bottom:0;
}

li.widget{
	padding: 0px 10px 0 10px;
	background: #fff;
	margin-bottom:10px;
	width:auto;
}

ul.sidebar_list ul{
	background: #fff; 
	padding: 5px 10px 0 10px;
}

.sidebar ul.sidebar_list{
	padding: 0px;
	margin: 0px;
}

li.widget ul{
	font-size: 13px;
	list-style-type: none;
}

li.widget ul li{
	padding-bottom: 2px;
	border-bottom: 1px solid #EDF2F8;
}

.textwidget{
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background: #fff;
}

.image_box, .custom_box {
	border: none;
}

.right_content{background: #d1c6bd; padding: 5px 10px 0 10px;}
.right_content_ad{background: #d1c6bd; padding: 10px 10px 0 10px;}

ul.sidebar_list h3{
	height: 24px;
	color: #fff;
	padding: 7px 0 0px 10px;
	background: #416ca4;
	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: #416ca4; /*url(images/nav_bg.jpg);*/
	border-left: 1px solid #416ca4;
	border-right: 1px solid #416ca4;
	height: 30px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

.menu a{
	text-transform: none;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	border:none;
	background: #416ca4; /*url(images/nav_bg.jpg);*/
	color: #fff;
	line-height: 30px;
}


.menu li a, .menu li a:visited{
	color: #fff;
	text-decoration: none;
	background: #416ca4 /*url(images/nav_bg.jpg);*/
	display: block;
}

.menu li a:hover, .menu .current a:hover{
	color: #fff;
	text-decoration: none;
	background: #263d7d;
}

.menu li a.now{
	color: #fff;
	text-decoration: none;
	background: #416ca4;
}

.menu li{
	padding-left: -10px;
	padding-right: -10px;
}




.menu .current a, .menu .current-cat a, .menu .current-cat a:hover { 
	color: #fff; 
	background: none; 
	background: #416ca4;

}


.custom .comments_closed {display: none;}


div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.left {
  float: left;
  width: 250px;
}

div.row span.right {
  float: right;
  width: 320px;
}

