/*
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: #D20600 url('images/PurpleWeave.gif'); 
}
	
.custom #container { 
margin-top: 2em; 
margin-bottom: 2em; 
border: 0.4em solid #D20600; 
}

.custom #page { 
background: #fff; 
}
		
.custom a, .custom a:visited { 
color: #8930AE; 
text-decoration: none; 
}

.custom a:hover { 
color: #8930AE; 
text-decoration: none; 
}

.custom h2 a, h2 a:visited { color: #8930AE; text-decoration: none; }

.custom h2 a:hover { color: #8930AE; }

.custom h3 { 
font-weight: normal; 
font-size: 1.28571em; 
font-color: #8930AE; 
line-height: 1.22222em; 
}

.custom format_text .drop_cap { color: #8930AE; float: left; }

.custom input.form_submit:hover { color: #D20600; }

.custom h2 a:hover { color: #8930AE; }

.custom #header #logo a:hover { color: #8930AE; }

.custom li.thesis_google_cse_widget form input[type="submit"]:hover { color: #D20600; }

.custom blockquote { color: #8930AE; margin: 0 0 1.57413em 0.78571em; padding-left: 0.78571em; border-left: 1px double #D20600; }

.custom blockquote.left { font-weight: normal; font-color: #8930AE; margin: 0 0 1.57413em 0.78571em; padding: 0.78571em; border: 3px double #D20600; border-width: 3px 0; float: left; }

.custom blockquote.right { font-weight: normal; font-color: #8930AE; margin: 0 0 1.57413em 0.78571em; padding: 0.78571em; border: 3px double #D20600; 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: #8930AE; line-height: 1.22222em; }

.custom #sidebars a { color: #D20600; }

.custom .sidebar h3 {
border-bottom:1px solid #8930AE;
border-top:1px solid #8930AE;
color: #D20600;
font-size:1.2em;
font-variant:small-caps;
font-weight:normal;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

.custom .entry-title a, .custom .entry-title { 
color: #8930AE !important; 
}

.custom #comment_form p.commentluv { font-size: 1.4em; }
.custom #comment_form p.commentluv label { font-size: 1em; }

.custom .format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.custom .format_text .wp-caption { text-align: center; padding: 0.714em; line-height: 1.22222em; }
.custom .format_text .wp-caption p { font-size: 0.786em; margin-bottom: 0; }

/* === TWITTER === */

.custom #twitter_div {
padding:0.50em;
font-size: 11px;
border:1px dashed #465868; 
-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;
}

/* === 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:#AD4242;
}

.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;
}

.custom .comments_closed p {
  display: none;
}

.format_text .to_comments {
visibility: hidden;
}