/*
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-color: #BDD9FE;
background-image: url('images/TopRightBackground.png'); 
background-position: top right;
background-repeat: no-repeat;
}

.custom #container {
border: 0.2em solid #427331; 
margin:0 auto;
margin-top: 2em; 
margin-bottom: 2em; 
}	

.custom #page { 
background: #fff; 
padding:1.5em;
}

.custom #header {
padding-bottom: 1.5em;
padding-top: 1.5em;
}

.custom a, .custom a:visited { 
color: #427331; 
text-decoration: none; 
}

.custom a:hover { 
color: #453B25; 
text-decoration: none; 
}

.custom h2 a, h2 a:visited { 
color: #427331; 
text-decoration: none; 
}

.custom h2 a:hover { 
color: #bdd9fe; 
}

.custom h3 { 
font-weight: normal; 
font-size: 1.28571em; 
font-color: #427331; 
line-height: 1.22222em;
}

.custom format_text .drop_cap { 
color: #427331; 
float: left; 
}

.custom input.form_submit:hover { 
color: #446E3E; 
}

.custom li.thesis_google_cse_widget form input[type="submit"]:hover { 
color: #427331; 
}

.custom .archivel { 
float: left; 
width: 45%;
padding-left: 5%;
border-none;
}

.custom .archiver { 
float: right; 
width: 45%;
padding-right: 5%;
border-none:
}

.custom blockquote { 
color: #426bbc; 
margin: 0 0 1.57413em 0.78571em; 
padding-left: 0.78571em; 
border-left: 1px double #427331; 
}

.custom blockquote.left { 
font-weight: normal; 
font-color: #426bbc; 
margin: 0 0 1.57413em 0.78571em; 
padding: 0.78571em; 
border: 3px double #427331; 
border-width: 3px 0; 
float: left; 
}

.custom blockquote.right { 
font-weight: normal; 
font-color: #426bbc; 
margin: 0 0 1.57413em 0.78571em; 
padding: 0.78571em; 
border: 3px double #427331; 
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: #427331; 
line-height: 1.22222em; 
}

.custom #sidebars a { 
color: #427331; 
}

.custom .entry-title a, .custom .entry-title, .custom #sidebars h3 { 
color: #426bbc !important; 
font-weight: bold;
}

.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; }

.custom .teaser .post_image_link img.frame {
border-width:0.1em;
padding:0.5em;
}

/* == CUSTOM BOTTOM IMAGE == */

.custom #footer_2 {
height:471px;
overflow:hidden; 
left:0; 
margin-bottom:-42em; 
position:relative; 
top:-19em; 
z-index:-1;
}

/* === CUSTOM FOOTER === */

.custom #footer_1 {
text-align:left; 
color:#427331;
font-size:11px;
border-top:3px double #DDDDDD;
clear:both;
color:#888888;
}

.custom #footer_1 ul.sidebar_list li.widget {
width:98%; 
margin-right:1%; 
margin-left:1%;
float:block;
margin-bottom: 0.57em;
}

.custom #footer_1 ul.sidebar_list li.widget h3 {
color:#446bbc;
border-bottom:1px solid #DDDDDD;
font-size: 1.1em;
font-weight: normal;
line-height: 1.22222em;
font-variant: small-caps;
letter-spacing: 2px;
}

.custom #footer_1 ul.sidebar_list li.widget a {
color:#427331; 
border-bottom:0;
}

.custom #footer_1 ul.sidebar_list li.widget a:hover {
color:#427331;
}

.custom #footer_1 ul.format_text .alignleft { 
margin: 0 1.571em 1.571em 0; 
float: left; 
clear: left; 
font-size: .75em;
}

.custom #footer_1 img.badge {
float:center; 
margin: 1em 0.5em 0.25em 0; 
padding: 0.2em; 
background-color: #eee; 
border:1px solid #ddd;
}

.custom #footer_1 img.profile {
float:left; 
margin: 1em 0.5em 0.25em 0; 
padding: 0.2em; 
background-color: #eee; 
border:1px solid #ddd;
}

/* === CUSTOM COMMENTS === */

.custom .comments_intro, .custom #respond_intro { 
margin-left: 0; 
}

.custom .comments_intro p, .custom #respond_intro p { 
font: bold 1.6em/1.25em Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif; 
text-align: left; 
color: #427331; 
}

.custom #respond_intro p { 
border-bottom: 0; 
}

.custom .comments_intro p a:hover { 
text-decoration: underline; 
}

.custom .comments_intro p span { 
font-size: 1em; 
line-height: 1.25em; 
}

.custom .comments_intro p span.bracket { 
display: none; 
}

.custom.ie6 dl#comment_list dt { 
width: 46.8em; 
}

.custom dl#comment_list dt.comment { 
position: relative; 
padding-bottom: 73px; 
}

.custom.ie6 dl#comment_list dt.comment { 
padding-bottom: 23px; 
}

.custom .avatar img { 
width:75px;
height:75px;
padding:0.25em; 
background:#eee; 
border:#ddd solid 0.1em; 
margin: 0 1em 0 0; 
float: left; 
}

.custom dt.comment span a, .custom dt.comment span a:visited { 
color: #3B79BC; 
}

.custom dt.comment span a:hover { 
color: #427331; 
}

.custom dt.comment .comment_author a, .custom dt.comment .comment_author a:visited { 
color: #3B79BC; 
}


.custom dt.comment .comment_time, .custom dt.comment .edit_comment { 
font-size: 0.917em; 
line-height: 1.818em; 
}

.custom dl#comment_list dd.comment { 
margin: 0 2em 2em 2em; 
padding-top: 0.5em; 
border-bottom: 0; 
}

.custom dl#comment_list dd .format_text, dl#comment_list dd #respond {
padding-right:1.2em;
}

.custom.ie dl#comment_list dd { 
width: 44.8em; 
}

.custom #commentform a:hover { 
text-decoration: underline; 
}

.custom dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
border: none;
}

.custom dl#comment_list .bypostauthor {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
font-variant: small-caps;
}

/* === COMMENTLUV === */

.cluv {
border:1px solid #427331;
display:block;
font-size:100% !important;
font-style:italic;
padding:5px;
text-transform:none !important;
}

.custom #image_box img {
border-width:0.1em;
align: center;
padding:0.1em;
}

/* === TABBED WIDGET === */

.custom .ui-tabs .ui-tabs-nav {
clear:both;
float:left;
margin:0;
padding:0;
width:100%;
font-style:italic;
font-weight:bold;
}

.custom .ui-tabs li.ui-tabs-selected a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEBEE none repeat scroll 0 0;
color:#FFFFFF;
padding:0 0.25em;
text-decoration:none;
}

.wide #sidebars { display: none; border: none; }
.wide #content {width: 100%; margin: 0 auto; float: none; }
.wide #content_box { background:none; }

/* NUMBERED PAGE NAV */
.page-nav { 
font-size: 1.35em; 
font-weight: bold; 
margin: 1em 0; 
padding: 0; 
overflow: hidden; 
}
.page-nav-intro { 
float: left; 
padding: .3em .5em; 
margin: 0 1em 1em 0; 
background: #efefef; 
border: .1em solid #ccc; 
}
.page-number { 
float: left; 
padding: .3em .5em; 
margin: 0 .2em; 
background: #fff; 
border: .1em solid #ccc;  
}
.current-page-number { 
float: left; 
padding: .3em .5em; 
margin: 0 .2em; 
background: #efefef; 
border: .1em solid #ccc; 
}
.elipses { 
float: left; 
padding: .3em .2em; 
}

.custom .comments_closed p {
  display: none;
}