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

.postauthor { background: #F5F5F5;border: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; margin-bottom:20px;}
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h1 { color: #666; font-size: 1em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }


/* Related Post */
#yarp {
background:none repeat scroll 0 0 #F5F8FA;
border:1px solid #D7E8F0;
color:#515151;
}

#yarp img{border:1px solid #EBDDE2;
float:left;
margin:2px 10px 5px 7px;
padding:2px;}
#yarp_tab{width:100%;float:left;border-bottom:1px solid #EBDDE2;
padding:10px 5px 10px 0 !important;}
#yarp_tab a{font-size:18px;}
#yarp_tab p{margin-left:0;margin-top:5px;font-size:12px;}

#yarp #yarp_title{padding:2px 2px 2px 0;font-family:Molengo,"Trebuchet MS",Corbel,Arial,sans-serif;}
#idc-container-parent #idc-container {
margin-right: 15px;
}


#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;
}

.ads_after_post{
margin-bottom:4.571em;
width:336px;
height:280px;
}

.adsense_after_post{
margin-left:10px;
}

.adsense_after_post p{font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
font-variant:normal;
letter-spacing:normal;
text-transform:uppercase;
color:#111111;
font-size:1.8em;
font-weight:600;
letter-spacing:-0.4px;
text-shadow:1px 1px 1px #FCB96A;}

.custom .widget h3 {
font-size:1.8em;
font-weight:600;
letter-spacing:-0.4px;
}

.custom li#text-4.widget div{padding:0px;}
.custom li#text-7.widget div{padding:0px;}

#oio-banner-1 {margin-left:10px;}

.custom .post_box .pf_subscribe .rss {
float:left;
width:47%;
}
.custom .post_box .pf_subscribe .rss img {
float:right;
margin-left:1em;
}
.custom .post_box .pf_subscribe .feed_email {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
width:65%;
}
.custom .post_box .pf_subscribe .feed_email:hover {
background:none repeat scroll 0 0 #EBEBEB;
}
.custom .post_box .pf_subscribe .feed_btn {
background:none repeat scroll 0 0 #000000;
border:0 none;
color:#FFFFFF;
float:right;
font-weight:bold;
width:30%;
}
.custom .post_box .pf_subscribe .feed_btn:hover {
background:none repeat scroll 0 0 #E38B00;
color:#FFFFFF;
}

.custom .post_box .pf_subscribe h4{
background:none repeat scroll 0 0 #E38B00;
color:#FFFFFF;
font-size:1.2em;
margin-bottom:0.7em;
padding:0.3em 0.5em 0.2em;}

.custom .post_box .pf_subscribe .follow {
float:right;
width:47%;}

.custom .post_box .pf_subscribe .follow img {
float:right;
margin-left:1em}

.custom .post_box .pf_subscribe {
overflow:hidden;
margin-bottom:2.2em;}

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

.custom  #text-5 .feed_email{width:90%;border:2px solid #CCCCCC;}
.custom  #text-5 .feed_btn{color:#FFFFFF;background:#395C8A;margin-top:5px;}
.custom  #text-5 .feed_btn:hover{background:#E38B00;}

.custom #twitter_update_list li{margin-bottom:10px;}