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

.custom .menu{
   background: #403F3F;
   font-family:arial,sans-serif;
font-size:11px;
line-height:14px;
white-space:nowrap;
}

.custom .menu a {

letter-spacing:0px;
text-transform:none;
}

.custom #header{
border-style:none;
}


#adsense_link_header{
background:none repeat scroll 0 0 #666666;
padding:6px;
}

.custom .sidebar h3{
color:#333333;
font-family:Georgia,Times New Roman,Trebuchet MS;
font-size:16px;
font-weight:normal;
margin:0;
padding:0 0 5px 0px;
text-shadow:2px 2px #FFFFFF;
text-transform:lowercase;
font-variant:normal;
}

.fb-like {
background:none repeat scroll 0 0 #E8F0F9;
border:1px solid #ABD2E9;
margin:15px 0;
padding:10px;
}

#attribute{color:#999999;
font-size:85%;
white-space:nowrap;}

#attribute a {
text-decoration:none;color:#999999}

.custom #header{
padding-bottom:1em;
padding-top:0;
height:90px;
}

.custom #page {
padding-top:1em;
margin-top:1em;
margin-bottom:2.2em;
}

.custom  #logo {
font-size:0;
float:left;
height:90px;
width:190px;
}

.custom  #leader{
float:right;
height:90px;
width:728px;
}

.custom #content_box {
background:#F2F3ED;
-moz-box-shadow:0 1px 5px #333333;
border-top:5px solid #A90000;
}

.custom #content{
background:#FFFFFF;
}

.custom #footer{
background:none repeat scroll 0 0 #000000;
border-top:5px solid #A90000;
clear:both;
color:#FFFFFF;
font-size:12px;
height:50px;
}

.profilekb {
border:1px solid #DDDDDD;
float:left;
margin:0;
padding:4px;
}

.alignleft_about {float:left;margin:0 10px 0 0;}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 200px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.custom #custom_footer_nav {text-align: center; }

.custom #custom_footer_nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
font-size: 1em;
}

.custom #custom_footer_nav li {
border-right: 1px solid #326FBE;
display: inline;
margin-right: 20px;
padding-right: 20px;
}

.custom #custom_footer_nav li.noborder {
border-right: 0px;
}

.custom #custom_footer_nav li a {
color:#777777;
font-weight:normal;
text-decoration:none;
}

.custom #footer p{
font-size:10px;
}

.newsletter-form {
background:none repeat scroll 0 0 #4387C5;
}

.newsletter-form label {
color:#FFFFFF;
margin-left:6px;
}

.custom #cse-search-results {
width: 475px;
}
.custom #cse-search-results iframe{
width: 475px;
overflow: hidden;
}

.custom #footer a{
border-bottom:none;
}

#post-2440 .headline_area {display:none;}

.fan_box  .fbConnectWidgetFooter{
display:none;
}

/*---:[ after post ad ]:---*/
.custom .post_ad { padding: 11px; background: #ddf5fc; border-top: 3px solid #86c0d1; clear: both; }
	.custom .post_ad h3 { margin: 0 0 8px 0; padding-bottom: 4px; border-bottom: 1px dotted #89c3d4; }
	.custom .post_ad img { display: block; margin-bottom: 11px; margin-left: 11px; border: 8px solid #c0e2ec; float: right; }
	.custom .post_ad ul { margin-bottom: 0; }