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

/* Page */
body.custom {background:#F5F5F5;}

/* Header */

.custom #header {padding:0;}
.custom #header_area{background:#051A28;height:120px;}
.custom #header_area .page{background:#051A28;}


/* Logo and Adsense Leader */

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

.custom  #leader{
float:right;
height:90px;
width:728px;
padding-top:15px;
}

/* Menu */

.custom #nav_area { background: url(images/nav-backgr.png) repeat scroll 0 0 #403F3F;
border-bottom:5px solid #A90000;
}

.custom .menu{
background: url(images/nav-backgr.png) repeat scroll 0 0 #403F3F;
font-family:arial,sans-serif;
font-size:11px;
line-height:14px;
white-space:nowrap;
}

.custom ul.menu li a{
background:url(images/nav-backgr.png) repeat scroll 0 0 #403F3F;
}

.custom ul.menu li a:hover{
background:url(images/nav-backgr.png) repeat scroll 0 0 #403F3F;
text-decoration:underline;
}

/* Content Box */

.custom #content_box{margin-top:30px;background:#F5F5F5;color:#CFDDE2;
}
.custom #content_box a{color:#CFDDE2;}

.custom #content {
background:#F5F5F5;color:#2F2E2E;}
.custom #content a {color:#2266BB;}
.custom #content_area .page{
background:#F5F5F5;
}

.custom .post_box, .teasers_box, .full_width #content_box .page {
margin:0;
}
.custom #column_wrap .sidebar ul.sidebar_list { padding-top: 0; }

.custom ul.sidebar_list { padding-top: 0; }

/* Style the First (or Only) Post */
.custom .post.top {
background:#FFFFFF none repeat scroll 0 0;
   border:5px solid #E1E1E1!important;
   padding:2em;
   margin-bottom:20px;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
background:#FFFFFF none repeat scroll 0 0;
   border:5px solid #E1E1E1!important;
   padding:2em;
    margin-bottom:20px;
}


/* Sidebar */
.custom .sidebar h3,.postrank-widget h2 {
color:#234C73;
font-family:Georgia,Times New Roman,Trebuchet MS;
font-size:16px;
font-variant:normal;
font-weight:normal;
margin:0;
padding:0 0 5px 0;
text-transform:lowercase;}

.custom #sidebar_1 h3{
text-align:right;
}

.custom #sidebar_1,#sidebar_2 {background: url("images/content-bg.jpg") repeat-x scroll left top #F5F5F5;}

.custom li.widget ul {
margin-bottom:1em;
}


.custom #sidebar_1 li.widget ul li {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #FFFFFF;
margin-bottom:0;
text-align:right;
}

.custom #sidebar_2 li.widget ul li {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #FFFFFF;
margin-bottom:0;
text-align:left;
}

.custom li.widget ul li.last {
border-bottom:0 none;
}
.custom li.widget ul li a {
display:block;
padding:0.75em 0.5em;
}
.custom li.widget ul li a:hover {
background:none repeat scroll 0 0 #EEEEEE;
text-decoration:none;
}

.custom #sidebar_1{
color:#333333;
}
.custom #sidebar_1 a{
color:#234D73;
}

.custom #sidebar_2{
color:#333333;
}
.custom #sidebar_2 a{
color:#234D73;
}

/* Footer */

.custom #footer { background: #000000; height:57px;}
.custom #footer_area { background: #000000; border-top:5px solid #A90000;margin-top:30px;}
.custom #footer_area .page { background: #000000; }

/* Sidebar Widgets */


/* Text Link Before Header */

.custom #text_link_header .page{background:#F5F5F5;
color:#333333;
}
.custom ul.text_link {
color:#333333;
list-style-type:none;
float:left;
padding-left:9px;
padding-top:2.5px;
padding-bottom:2.5px;
font-size:1.2em;
}
.custom ul.text_link a{
color:#333333;
}

.custom ul.top_menu{
color:#333333;
list-style-type:none;
float:right;
padding-right:9px;
padding-top:2.5px;
padding-bottom:2.5px;
font-size:1.08em;
}
.custom ul.top_menu a{
color:#333333;
}

.custom ul.top_menu li{
display:inline;
}

/* Comments */
.custom #comment_list { 
  background: none repeat scroll 0 0 #E1E1E1;
    border: 0 none;
    clear: both;
    margin: 0;
    padding: 0.5em;
}
.custom #comment_list dd {    
background: none repeat scroll 0 0 #FFFFFF;
border: 0 none;
margin-bottom: 0.5em;
padding-bottom: 1em;
}
.custom #comment_list dl.children dd {padding: 0;}
.custom #comment_list dd:last-child { margin-bottom: 0;}
.custom #comment_list .comment { background: #FFF; }

.custom #commentform {
     background: url("images/comment.jpg") no-repeat scroll 0 0 #FF9600;
    float: left;
    padding: 41px 20px 20px;
    width: 480px;
	margin-bottom:20px;
	border:none;
}
.custom #commentform label {color:#FFF;}
.custom #respond_intro p {display:none;}


/* About Widget */

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

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

/* Postrank */

.custom .postrank-widget .postrank-search.defaultText  {display:none;}
.custom .postrank-widget .postrank-posts li a.postrank-value {display:none;}
.custom .postrank-widget .postrank-posts li{margin:0;padding:0;min-height:0;}
.custom .postrank-widget .pr_widget-innerContainer {border-style:none;}

/* About Page and Contact*/

.custom.about #content_box{margin:20px;width:800px}
.custom.about h1{display:none;}
.custom.contact-me #content_box{margin:20px;width:800px;}

/* Contact Form */

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

/* Category Intro */

.custom #archive_intro {padding-top:0;}
.custom #archive_intro h1 {display: none;}

/* Search in Nav */

.custom div.search_nav form.search_form {
	float:right; /*Moves search box to the right*/
	margin-bottom:-2em; /*If you want search box to sit on the same gray line the nav sits on, replace this property with margin-top: -2.5em;*/
}
.custom div.search_nav #s {
	font-size:1.3em;
	padding:0.308em;
	width:15.385em;
}

#subscription_box{
position:relative;
width:250px;
height:250px;
background:url('images/subscription_box.gif');

}

#email_form{
position:absolute;top:80px;
}

.custom .sidebar input[type="text"]{
border: 1px solid #C5CFD5;
background:#FFF;
}

.custom .sidebar input[type="submit"]{
background:#A90000;
color:#FFF;
}

#feed_counter{
position:absolute;top:128px;left:100px;
}

#feedburner{
position:absolute;top:160px;
}

#facebook{
position:absolute;top:160px;left:70px;
}

#twitter{
position:absolute;top:160px;left:140px;
}

#tweet_button{
float:right;
}

.facebook-like {
    background: none repeat scroll 0 0 #E8F0F9;
    border: 1px solid #ABD2E9;
    margin: 15px 0;
    padding: 10px;
	}
	
.facebook-like h4 {
    color: #3A5796;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 16px !important;}