/*
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: #405D6F url('images/BeigeValentineBackground.gif');
}

.custom .entry-title a{text-align: center !important;}

.custom .headline_meta {text-align:center;}
.custom .headline_area {text-align:center;}

.custom #container {margin-top: 2em; margin-bottom: 2em; padding: .3em; border: 0.6em solid #ad4242;}

.custom #page {background: #fff;}

.custom #header {
padding-bottom:0.5em; 
padding-top:2.2em; 
border-bottom:none; 
clear:both;
}

/* Remove padding around the Navigation Bar */
.custom #header_area .page {
  padding:.5em;
}

/* Give a Background to the Navigation Bar */
.custom .menu {
  background-color:#ffffff;
  border-bottom:none;
  margin-left:-1em;
  margin-right:-1em;
}

.custom ul.sidebar_list {
padding-top:1.2em;
}

.custom .format_text .to_comments span.bracket {color: #ad4242;}

.custom a, .custom a:visited {color: #ad4242; text-decoration: none;}

.custom a:hover {color: #ad4242; text-decoration: none;}

.custom .headline_area h1, .headline_area h2 {font-size:2.6em; line-height:1.333em; color: #ad4242; text-decoration: none;}

.custom h2 a, h2 a:visited {
color: #ad4242; 
text-decoration: none;
}

.custom h2 a:hover {color: #ad4242;}

.custom .post h3 {
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
color: #000000;
font-size:1.6em;
font-style:italic;
font-weight:normal;
}

.custom .format_text h3 {
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
color: #000000;
font-size:1.6em;
font-style:italic;
font-weight:normal;
}

.custom .format_text h3 {
line-height:1.222em;
margin:1.1em 0 0.611em;
}

.custom .sidebar h3 {
border-bottom:1px solid #ad4242;
border-top:1px solid #ad4242;
color: #000000;
font-size:1.4em;
font-variant:none;
font-weight:normal;
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
line-height:1.385em;
margin-bottom:0.615em;
}

.custom li.widget h3 {
font-variant:normal;
}

.custom .format_text .drop_cap { 
color: #ad4242; 
float: left; 
}

.custom input.form_submit:hover { 
color: #000000; 
}

.custom h2 a:hover { 
color: #ad4242; 
}

.custom .teaser h2 {
font-size: 2.2em;
line-height: 1.3em;
}

.custom h4 {
font-size:1em;
font-weight:normal;
}

.custom h5 {
font-size:.9em;
line-height:1.1em;
font-weight:normal;
font-style:italic;
font-family:Verdana;
text-transform:none;
}

.custom li.thesis_google_cse_widget form input[type="submit"]:hover { 
color: #000000; 
}

.custom #archive_info {
text-align:center;
}

.custom .archivel { 
float: left; 
width: 50%;
padding-left: 0%;
}

.custom .archiver { 
float: right; 
width: 50%;
padding-right: 0%;
}

.custom blockquote { 
color: #000000; 
margin: 0 0 1.57413em 0.78571em; 
padding-left:0.78571em; 
border-left: 1px dashed #ad4242;
}

.custom blockquote.left { 
border-color:#ad4242;
border-style:double;
border-width:3px 0;
float:left;
font-weight:normal;
margin:0 1.5em 1.57413em 0;
padding:0.78571em;
}

.custom blockquote.right { 
font-weight: normal; 
font-color: #000000; 
margin: 0 0 1.57413em 0.78571em; 
padding: 0.78571em; 
border: 3px double #ad4242; 
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: #ad4242; line-height: 1.22222em; }

.custom .entry-title a, .custom .entry-title, { color: #ad4242 !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; 
}

.custom img.photo {
float:left; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
background-color: #eee; 
border:1px solid #ddd;
} 

.custom #feature_box {
padding-left:0.5em;
padding-right:0.5em;
background:#ffffff;
border-bottom: 1px solid #ddd;
}

/* === COMMENTS === */

#comments .comments_intro {}
.custom dl#comment_list {border-top:0; border-bottom:1px solid #ddd;}
.custom dl#comment_list dt.comment {width:21em; float:left; clear:both; position:relative; padding-bottom:5em;}
	.custom .avatar img {border:#ddd solid 0.3em; vertical-align:text-top;}
		.custom dl#comment_list dt.comment span {line-height:1.2em;}
		.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 {display:block; border-bottom:1px solid #ddd; width:11em; float:left; padding:0.5em;}
		.custom dl#comment_list dt.comment .comment_num {padding:0; position:absolute; bottom:0; right:0;}
			.custom dl#comment_list dt.comment .comment_num a {font-size:3em; color:#ddd;}
			.custom dl#comment_list dt.comment .comment_num a:hover, .custom dl#comment_list .bypostauthor .comment_num a:hover {color:#bbb; background:none;}
		.custom .comment_time {white-space:normal;}
		.custom dl#comment_list dt.comment span.comment_author {font-size:1em; width:13.2em;}
.custom dl#comment_list dd {border-top:1px solid #ddd; border-bottom:0; padding-bottom:1em;}
	.custom dl#comment_list dd .format_text {padding-left:18em;}
		.custom dl#comment_list dd .format_text p, .custom dl#comment_list dd .format_text ul, .custom dl#comment_list dd .format_text ol, .custom dl#comment_list dd .format_text pre {}

.custom dl#comment_list .bypostauthor {background-color:#ffffff; color:#624D73;}
	.custom dl#comment_list .bypostauthor a {color:#624D73;}
.custom dl#comment_list dt.bypostauthor {border-top:1px solid #ddd;}
	.custom dl#comment_list .bypostauthor code, .custom dl#comment_list .bypostauthor pre {background-color:#333; color:#fff;}

dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor {
border-color:#dddddd;
.custom .comment-reply-link { background: #EEE; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

}

.custom #commentform {font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;}
.custom input.form_submit:hover {color: #a00;}

.page div.comments_closed p {display:none;}


/* === UPCOMING EVENTS BOX === */

.custom #sidebaralert_1 {
padding: 1px 0 1px 10px; 
border-top: none;
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: #000000; 
}

.custom #sidebaralert_1 ul.sidebar_list li.widget h3 {
border-bottom:none;
border-top:none;
color: #ad4242;
font-size:2.2em;
font-weight:normal;
line-height:1.385em;
margin-bottom:0.5em;
font-variant:normal;
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
}

.custom #sidebaralert_1 ul.sidebar_list li.widget a:hover {
color:#000000;
}

.custom #sidebaralert_1 ul.format_text .alignleft { 
margin: 0 1.571em 0 0; 
float: left; 
clear: left; 
border-bottom: 1px dashed #ad4242;
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  {
color: #000000;
font-size:1.4em;
font-variant:none;
font-weight:normal;
line-height:1.385em;
margin-bottom:0.615em;
}

/* === TWITTER === */

.custom #twitter_div {
padding:0.50em;
font-size: 11px;
border:1px dashed #3f464d; 
-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;
}

/* === CUSTOM REMINDER === */

.custom #reminder_1 {
text-align:center;
color:#ad4242;
font-size:12px;
font-variant:italic;
clear:both;
color:#888888;
}

.custom #reminder_1 ul.sidebar_list li.widget {
width:48%;
margin-right:2%; 
float:left;
margin-bottom: 0.57em;
}

.custom #reminder_1 ul.sidebar_list li.widget {
float:left;
margin-bottom: 0.57em;
}

.custom #reminder_1 ul.sidebar_list li.widget h3 {
color:#ad4242;
border-bottom:1px solid #ad4242;
font-weight: normal;
font-size: 1.1em;
line-height: 1.22222em;
font-variant: small-caps;
letter-spacing: 2px;
}

.custom #reminder_1 ul.sidebar_list li.widget a {
color:#ad4242; 
border-bottom:0;
}

.custom #reminder_1 ul.sidebar_list li.widget a:hover {
color:#ad4242;
}

.custom #reminder_1 ul.format_text .alignleft { 
padding: 0.2em; 
margin: 1em 1.571em 1.571em 0; 
line-height: 1.429em;
float: left; 
clear: left; 
font-size: .75em;
}

.custom #reminder_1 img.badge {
float:center; 
margin: 1em 0.5em 0.25em 0; 
padding: 0.2em; 
}

.custom #reminder_1 img.profile {
float:center; 
margin: 0 0.5em 0.25em 0; 
padding: 0.2em; 
}

/* === TABBED WIDGETS === */

.custom .ui-tabs li.ui-tabs-selected a {
background:none repeat scroll 0 0 #2E455C;
color:#ffffff;
padding:0 0.25em;
text-decoration:none;
}

.custom .ui-state-active a {
color:#111111;
font-weight:bold;
text-decoration:none;
}

.custom .ui-state-active a {
color:#111111;
font-weight:bold;
text-decoration:none;
}


/* === CUSTOM SUBSCRIBE === */

.custom #subscribe_1 {
text-align:center;
font-family:Cambria,Palatino,Palatino Linotype,Hoefler Text,Times,Times New Roman,serif;
color:#3f464d;
font-size:13px;
font-style:italic;
clear:both;
color:#888888;
padding-top:.25em;
}

.custom #subscribe_1 ul.sidebar_list {
padding-top:0.2em;
}

.custom #subscribe_1 ul.sidebar_list li.widget {
width:48%;
margin-right:2%; 
float:left;
margin-bottom: 0.57em;
}

.custom #subscribe_1 ul.sidebar_list li.widget {
float:left;
margin-bottom: 0.57em;
}

.custom #subscribe_1 img.badge {
float:center; 
margin: 0.5em 0.5em 0.25em 0; 
padding: 0.2em; 
}

.custom p.tweet_user {font-size: 12px; float: left;}

.custom .twitlink {
background-color:#ffffff;
border: none;
margin: 0px;
padding: 5px;
}
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

.wide #sidebars { display: none; border: none; }
.wide #content {width: 100%; margin: 0 auto; float: none; }
.wide #content_box { background:none; }

.custom .comments_closed p {
  display: none;
}

.custom .prev_next {
border:none;
}

/* Post BOX - CREAM */
.format_text .post_box_cream {
	/* background color */
	background: #FEFD80;
	/* border size style color */
	border: 1px solid #ad4242;
}

.beachbackground-post #content {
background: #395263 url('images/BeachBackground2.gif');
}

/* 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: #F6F1E6;
	/* border size style color */
	border: 2px solid #ad4242;
float: left;
width: 250px;
}