/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
body.custom { background: #ffffff url('images/Horsepaper.gif'); }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; border: 0.4em solid #582D03; }

		.custom #page { background: #fff; }

.custom a, .custom a:visited { 
color: #582D03; 
text-decoration: none; 
}

.custom a:hover { 
color: #582D03; 
text-decoration: none; 
}

.custom h2 a, h2 a:visited { 
color: #582D03; 
text-decoration: none; 
}

.custom h2 a:hover { 
color: #582D03; 
}

.custom h3 { 
font-weight: normal; 
font-size: 1.28571em; 
font-color: #582D03; 
line-height: 1.22222em; 
}

.custom .format_text .drop_cap { 
color: #582D03; 
float: left; 
}

.custom input.form_submit:hover { color: #AF7923; }

.custom h2 a:hover { color: #582D03; }

.custom .sidebar h3 {
border-bottom:1px solid #AF7923;
border-top:1px solid #AF7923;
color:#582D03;
font-size:1.2em;
font-variant:small-caps;
font-weight:normal;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

.custom #header #logo a:hover { color: #582D03; }

.custom li.thesis_google_cse_widget form input[type="submit"]:hover { color: #AF7923; }

.custom blockquote { color: #582D03; margin: 0 0 1.57413em 0.78571em; padding-left: 0.78571em; border-left: 1px double #AF7923; }

.custom blockquote.left { font-weight: normal; font-color: #582D03; margin: 0 0 1.57413em 0.78571em; padding: 0.78571em; border: 3px double #AF7923; border-width: 3px 0; float: left; }

.custom blockquote.right { font-weight: normal; font-color: #582D03; margin: 0 0 1.57413em 0.78571em; padding: 0.78571em; border: 3px double #AF7923; border-width: 3px 0; float: right; }

.custom #custom_box { padding: .8em; background: #ffffff; border-bottom: 1px solid #ddd; }

.custom #custom_box h3 { font-weight: normal; font-size: 1.28571em; font-color: #582D03; line-height: 1.22222em; }

.custom #sidebars a { color: #AF7923; }

.custom .entry-title a, .custom .entry-title, .custom #sidebars h3 { color: #582D03 !important; }

.custom #comment_form p.commentluv { font-size: 1.4em; }
.custom #comment_form p.commentluv label { font-size: 1em; }

.custom ul#tabs li ul {
display:none; 
position:absolute; 
list-style:none;
}
.custom ul#tabs li ul li {
float:none;
}
.custom ul#tabs li:hover ul {
display:block;
}

#archive_info {display:none;}

/* === COMMENTS === */

.custom .avatar img {
padding:0.25em; 
background:#eee; 
border:#ddd solid 0.1em; 
vertical-align:text-top;
}

.custom .author_comment { 
background: #E7E9F6 !important; 
}

.custom img.photo {
float:left; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
background-color: #eee; 
border:2px solid #ddd;
} 

/* ===SIDEBAR ALERT === */

.custom #sidebaralert_1 
{
padding: 5px 0 5px 10px; 
border-bottom: none;
font-size: 10px;
}
.custom #footer_1 ul.sidebar_list li.widget {
margin-right:2%; 
float:left;
}
.custom #sidebaralert_1 ul.sidebar_list li.widget a {
color: #AF7923; 
}
.custom #sidebaralert_1 ul.sidebar_list li.widget h3 {
color:#AF7923;
border-bottom: none;
}
.custom #sidebaralert_1 ul.sidebar_list li.widget a:hover {
color:#AF7923;
}
.custom #sidebaralert_1 ul.format_text .alignleft { 
margin: 0 1.571em 0 0; 
float: left; 
clear: left; 
border-bottom: none;
font-size: 10px;
}
.custom #sidebaralert_1 img.photo {
float: center; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
background-color: #eee; 
border:1px solid #ddd;
} 

/* === TWITTER === */

.custom #twitter_div {
padding:0.50em;
font-size: 11px;
border:1px dashed #515B31; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
border-radius:5px;
}
.custom #twitter_div img {
float:right;
}

/* === SOCIAL MEDIA === */

.custom #socialmedia_div {
padding:.050em;
}
.custom #socialmedia_div img {
float:none;
}
