/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom .rss a {
   color: #31546A;
   font-weight:bold;
   font-size: 16px;
   text-transform: uppercase;
   padding-right: 30px;
   background: url('../lib/images/rss-icon.png') 100% 50% no-repeat;
}
.custom .rss a:hover {

   color: #31546A;
   font-weight:bold;
   font-size: 16px;
   text-transform: uppercase;
   text-decoration: underline;
   padding-right: 30px;
   background: url('../lib/images/rss-icon.png') 100% 50% no-repeat;
}

.custom .post_tags {

   font-size:14px; 
}

.custom .sidebar h3 {

   color: #31546A;
   text-align:left; 
   font-size:17px;
   font-variant:normal;
   letter-spacing:.07em; 
   font-weight:bold;

}

.custom #archive_intro h1 {

   font-size: 2.8em;
   font-weight:bold;

}

.custom blockquote {

color: #000000;
background: #DDDDDD; 

}

.custom p {

color: #000000;

}

/* Removes url from comment section, currently commented out for CommentLuv
#commentform #url, #commentform #url +label {

display:none;
*/

}

/* Adds space on the sides for social media bar*/

.custom .full_width .page {

padding-right: 2.0em; 
padding-left: 2.0em;

}


/*Change link styles*/

.custom .format_text a {

text-decoration: underline; 

}
.custom .format_text a:hover {

text-decoration: none;

}

/* MailChimp custom stylesheet*/

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:none; background-color: #651a28; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:18px; padding-bottom:15px; font-weight:bold; line-height:120%}
#mc_embed_signup input.email {display:inline; padding:8px 0; margin:0 4%px 10px 0; text-indent:5px; width:65%; min-width:130px;}
#mc_embed_signup input.button {display:inline; width:30%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

/* WP Social Bar*/

.custom .wpbar-content{
        text-align: center;
	border: 1px solid;
	border-color: #ccc;
	background-color: #fff;
	background-image: url(/wp-content/plugins/wp-socializer/public/css/images/grey-bg.png);
	background-repeat: repeat;
	bottom: -1px;
	width: 550px;
	z-index: 9999;
	padding: 10px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	left: 0px;
	right: 0px;
	margin: 10 auto;
	height: 30px;
}

/* CSS styles for upPrev plugin */
#upprev_box .upprev_excerpt p {color: #323232; font-weight: bold; text-shadow: 0px 0px #fff; }
#upprev_box .upprev_excerpt a {color: #b60000; font-size: 1.1em; }
#upprev_box .upprev_excerpt a:hover { color: #323232; font-size: 1.1em; }
#upprev_box .upprev_excerpt a:visited {color: #b60000; font-size: 1.1em;  }

#upprev_box a {color: #b60000; font-size: 1.1em; }
#upprev_box a:hover { color: #323232; font-size: 1.1em; }
#upprev_box a:visited {color: #b60000; font-size: 1.1em;  }

#upprev_box h6 a {color: #b60000; font-size: .86em; }
#upprev_box h6 a:hover { color: #323232; font-size: .86em; }
#upprev_box h6 a:visited {color: #b60000; font-size: .86em;  }