/*
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: #801F1B url('images/background2.png'); 
}

.custom #container { 
margin-top: 2em; 
margin-bottom: 2em; 
padding: 0.3em; 
border: 0.4em solid #801F1B; 
}

.custom #page { 
background: #fff; 
}

.custom a, .custom a:visited { 
color: #801F1B; 
text-decoration: none; 
}

.custom a:hover { color: #801F1B; text-decoration: none; }

.custom .headline_area h1, .headline_area h2 { 
font-size:2.6em;
line-height:1.333em;
color: #801F1B; 
text-decoration: none; 
}

.custom h2 a, h2 a:visited { 
color: #801F1B; 
text-decoration: none; 
}

.custom h2 a:hover { 
color: #801F1B; 
}

.custom .post h3 {
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
color: #801F1B;
font-size:1.8em;
font-style:italic;
font-weight:normal;
}

.custom .format_text h3 {
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
color: #801F1B;
font-size:1.8em;
font-style:italic;
font-weight:normal;
}

.custom .sidebar h3 {
border-bottom:1px solid #801F1B;
border-top:1px solid #801F1B;
color: #3F464D;
font-size:1.4em;
font-weight:normal;
font-variant: small-caps;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

.custom .sidebar h4  {
color: #801F1B;
font-size:1.2em;
font-variant:none;
font-weight:normal;
letter-spacing:1.5px;
line-height:1.185em;
margin-bottom:0.615em;
}

.custom .sidebar ul.sidebar_list {
padding-top:2.2em;
padding-bottom:1.2em;
}

.custom .format_text .drop_cap { 
color: #801F1B; 
float: left; 
}

.custom input.form_submit:hover { 
color: #3F464D; 
}

.custom h2 a:hover { 
color: #801F1B; 
}

.custom h4 {
font-size:1.5em;
font-weight:normal;
color: #801F1B;
line-height:1.45em;
}

.custom h5 {
font-size:1em;
font-weight:normal;
text-transform:none;
}

.custom #header #logo a:hover { 
color: #801F1B; 
}

ul#tabs li a {
color:#3F464D;
display:block;
letter-spacing:2px;
line-height:1em;
text-transform:uppercase;
}

.custom li.thesis_google_cse_widget form input[type="submit"]:hover { 
color: #3F464D; 
}

.custom blockquote { 
color: #801F1B; 
margin: 0 0 1.57413em 0.78571em; 
padding-left: 0.78571em; 
border-left: 
1px double #3F464D; 
}

.custom blockquote.left { 
font-weight: normal; 
font-color: #801F1B; 
margin: 0 0 1.57413em 0.78571em; 
padding: 0.78571em; 
border: 3px double #3F464D; 
border-width: 3px 0; 
float: left; 
}

.custom blockquote.right { 
font-weight: normal; 
font-color: #801F1B; 
margin: 0 0 1.57413em 0.78571em; 
padding: 0.78571em; 
border: 3px double #3F464D; 
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: #801F1B; 
line-height: 1.22222em; 
}

.custom #sidebars a { 
color: #3f464d; 
}

.custom .entry-title a, .custom .entry-title, { 
color: #801F1B !important; 
}

.custom #comment_form p.commentluv { 
font-size: 1.4em; 
}
.custom #comment_form p.commentluv label { 
font-size: 1em; 
}

/* === COMMENTS === */
#comments .comments_intro {
font-family:Georgia,"Times New Roman",Times,serif;
}

.custom dl#comment_list dt.comment {
width:20em; 
float:left; 
clear:left; 
font-family:Georgia,"Times New Roman",Times,serif;
}
 
.custom .comment_num {
float:left; 
padding-left:0;
}

.custom .avatar img {
padding:0.25em; 
background:#eee; 
border:#ddd solid 0.1em; 
vertical-align:text-top;
}

.custom dl#comment_list dt.comment span {
}

.custom dl#comment_list dt.comment span.comment_author, .custom dl#comment_list dt.comment span.comment_time, .custom dl#comment_list dt.comment span.edit_comment {
padding-left:0; 
display:block; 
border-bottom:1px solid #3F464D; 
width:9.167em; 
float:right;
}
	
.custom dl#comment_list dt.comment span.comment_author {
font-size:1em; 
width:11em;
}
		
.custom dl#comment_list dd.comment {
padding-bottom:1em;
}

.custom dl#comment_list dd.comment .format_text {
padding-top:1em; 
padding-left:16em;
}	
	
.custom .author_comment { 
background: #E7E9F6 !important; 
}

/* === SIDEBAR ALERT === */

.custom #sidebaralert_1 {
padding: 3px 0 3px 10px; 
border-bottom: none;
font-size: 12px;
}

.custom #sidebar ul.sidebar_list {
padding-top:2.2em;
padding-bottom:1.2em;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget {
margin-right:2%; 
float:center;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget a {
color: #3F464D; 
}

.custom #sidebaralert_1 ul.sidebar_list li.widget h3 {
color: #801f18;
border-top: none;
border-bottom: none;
font-family: Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
font-variant: normal;
font-size:1.6em;
font-weight:normal;
line-height:1.333em;
margin-bottom:0.615em;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget a:hover {
color:#3F464D;
}

.custom #sidebaralert_1 ul.format_text alignleft { 
margin: 0 1.571em 0 0; 
float: left; 
clear: left; 
border-bottom: 1px dashed #801F1B;
font-size: 10px;
}

.custom #sidebaralert_1 img.photo {
float:center; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
border:1px solid #ddd;
} 

/* === TWITTER === */

.custom #twitter_div 
{
padding:0.50em;
font-size: 12px;
border:1px dashed #3f464d; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
border-radius:5px;
}
.custom #twitter_div img 
{
float:right;
}

/* === COMMENTS === */

#comments .comments_intro {
font-family:Georgia,"Times New Roman",Times,serif;
}

.custom dl#comment_list dt.comment {
width:20em; 
float:left; 
clear:left; 
font-family:Georgia,"Times New Roman",Times,serif;
}
	
.custom .comment_num {
float:left; 
padding-left:0;
}
	
.custom .avatar img {
padding:0.25em; 
background:#eee; 
border:#ddd solid 0.1em; 
vertical-align:text-top;
}
		
.custom #respond_intro p {
font-size:2.2em;
line-height:1.294em;
}

.custom #respond_intro p {
color:#3f464d;
}

.custom dl#comment_list dt.comment span {
}
		
.custom dl#comment_list dt.comment span.comment_author, .custom dl#comment_list dt.comment span.comment_time, .custom dl#comment_list dt.comment span.edit_comment {
padding-left:0; 
display:block; 
border-bottom:1px solid #ddd; 
width:9.167em; 
float:right;
}

.custom dl#comment_list dt span {
font-size:1.25em;
line-height:1.833em;
}

.custom .comment_time {
white-space:normal;
}

.custom dl#comment_list dt.comment span.comment_author {
font-size:1em; 
width:11em;
}
		
.custom dl#comment_list dd.comment {
padding-bottom:1em;
}

.custom dl#comment_list dd.comment .format_text {
padding-top:1em; 
padding-left:16em;
}

.custom dl#comment_list .bypostauthor {
background-color:#eee;
}

.custom dl#comment_list dl dt.bypostauthor {
border-width:0;
padding-left:0.05em;
}

dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
border-color:#EEEEEE;
}

.custom dl#comment_list .bypostauthor code, .custom dl#comment_list .bypostauthor pre {
background-color:#ccc;
}

.custom input.form_submit:hover {
color:#2361A1;
}

/* === SAVE THE DATE BOX === */

.custom #sidebaralert_1 {
padding: 3px 0 3px 10px; 
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 10px;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget {
margin-right:2%; 
float:left;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget a {
color: #527B31; 
}

.custom #sidebaralert_1 ul.sidebar_list li.widget h3 {
border-bottom:none;
border-top:none;
color: #801F1B;
font-size:2.0em;
font-weight:normal;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget a:hover {
color:#527B31;
}

.custom #sidebaralert_1 ul.format_text .alignleft { 
margin: 0 1.571em 0 0; 
float: left; 
clear: left; 
border-bottom: 1px dashed #801F1B;
font-size: 10px;
}

.custom #sidebaralert_1 img.photo {
float:left; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
border:1px solid #ddd;
} 

.custom #sidebaralert_1 format_text h3  {
border-bottom:1px solid #801F1B;
border-top:1px solid #801F1B;
color: #527B31;
font-size:1.4em;
font-variant:none;
font-weight:normal;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

/* HIGHLIGHT BOX LEFT */
.format_text .highlight_box_left {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 1em 0 0;
	/* background color */
	background: #eeeeee;
	/* border size style color */
	border: 2px solid #801F1B;
float: left;
width: 275px;
}

/* HIGHLIGHT BOX CENTER */
.format_text .highlight_box_center {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #f8f8f8;
	/* border size style color */
	border: 1px solid #801F1B;
}