/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

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 override *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!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #D8D8D8; }
	
	.custom #container { margin-top: 1em; margin-bottom: 1em; padding: 0.2em; background: #33332f; border: 0.2em solid #000000; }

		.custom #page { background: #fff; }
		

.custom .teaser { text-align: justify; }
.custom .format_text { text-align: justify; }

/*---:[ end Set 1 ]:---*/

/*remove header border*/
.custom #header {  border:none ; }

/*add nav menu box*/
.custom ul.menu { border:1px solid #111111; padding:0.1em }
	

/* Author Box */
.custom .author_info {
	border:1px solid #000000;
	padding:1.0em;
	background-color:#EFEFEF;
}
.custom .author_info a {
	color:#2361a1;
	border-bottom:1px dotted #fff;
	text-decoration:underline;
}
.custom .author_info a:hover {
	border-bottom:1px dotted #2361a1;
}
.custom .author_info .author_photo img {
	border:1px dotted #666;
	padding:0.2em;
	float:left;
	margin:1.0em 1.0em 1.0em 0em;
}
.custom .author_info p {
	margin-top:0.8em;
	margin-bottom:0.4em;
}

/*Social Plugins*/
.custom .post_box { 
	position:relative; 
	}
.custom .social-post { 
	left:-11.8em; 
	position:absolute; 
	top:3.0em;
	background-color:#FFFFFF;
	border-top:0.4em solid #000000;
	border-bottom:0.4em solid #000000;
	border-left:0.4em solid #000000;
 }
	.custom .counter-twitter { margin-top:1em; margin-bottom:1.4em; margin-left:1em; margin-right:1em; }
	.custom .counter-fb-like { margin-top:1em; margin-bottom:1.4em; margin-left:1.5em; margin-right:1em; }
	.custom .counter-linkedin { margin-top:1em; margin-bottom:1.4em; margin-left:1em; margin-right:1em; }
	.custom .counter-google-one { margin-top:1em; margin-bottom:1.4em; margin-left:1.5em; margin-right:1em; }

/* ----------------------------------
WIDGETIZED THESIS HEADER
---------------------------------- */
.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {
	position: absolute;
	display: block;
	top:10px;
	left:478px;
	width:468px;
	}
.custom #social-icons a img { float:right; margin:2px }


/*Custom Search Box Style -- If Site Name is Removed from Header, this breaks!*/
.custom form.search_form #s {
font-family:georgia;
font-size:12px;
background:#D8D8D8;
color:#000000;
border:2px solid #000;
padding:10px;
width:196px;
height:16px;
position: absolute;
	display: block;
	top:40px;
	left:250px;
	}
}


/* Featured Post Formatting */

.custom #feature_box {  padding:0em; }

.custom .sub-feature-box { width:100%; }
.custom #my-feature-box, .sub-feature-box  {float:left;  font-family: Georgia; color: #000; background: #fff; padding: 12px; }
.custom #my-feature-box img { float: right; margin-left:12px; }
.custom #my-feature-box h2 { font-size: 2.0em; margin: 0 0 10px 0; }
.custom #my-feature-box h2 a, #my-feature-box a  { text-decoration: bold; }
.custom #my-feature-box h2 a:hover { color: #000; }
.custom #my-feature-box p {color:#000;  font-size: 1.3em; line-height:1.3em; text-align: justify;}
.custom #my-feature-box .featurereadmore { padding: 12px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 12px; text-decoration: none; }

.custom #my-feature-box-1 {border:solid 1px #111; color: #000; width:26em; height:30em; float:left; background-color: #ddd; margin-right: 1em;}
.custom #my-feature-box-2 {border:solid 1px #111; color: #000; width:26em; height:30em; float:left; background-color: #ddd; margin-right: 1em;}
.custom #my-feature-box-3 {border:solid 1px #111; color: #000; width:26em; height:30em; float:left; background-color: #ddd; margin-right: 1em;}


/* Custom Author Archive Page */
.authorarchive { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; padding: 1.5em; min-height:107px; }
.authorarchive img { border: 1px solid #e2dede; padding: 4px; float: left; margin-right: 1.5em; }
.authorarchive h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.authorarchive p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.authorarchive p.hlight { font-size: 11px; text-transform: uppercase; }
.authorarchive p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

/* Mailchimp signup form */

#optin {
	background: #6c6c6c url(images/gloss.png) no-repeat bottom center;
	border-bottom: 3px solid #6c6c6c;
	color: #fff;
	padding: 20px 15px;
	text-shadow: 1px 1px #111;
	font-family:georgia;
	font-size:22px;
	font-weight:bold;
	width:360px;
}
	#optin input {
		border: 1px solid #585858;
		font-size: 15px;
		margin-bottom: 10px;
		width:80%;
		padding: 8px 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #5a5a5a;
		-moz-box-shadow: 0 2px 2px #5a5a5a;
		-webkit-box-shadow: 0 2px 2px #5a5a5a
	}
		#optin input.email { background: #fff url(images/email.png) no-repeat 10px center; padding-left: 35px }
		#optin input.name { background: #fff url(images/name.png) no-repeat 10px center; padding-left: 35px }
		#optin input[type="submit"] {
			background: #f6640e url(images/green.png) repeat-x top;
			border: 1px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #562806;
			text-transform: uppercase;
			width: 93%
		}
			#optin input[type="submit"]:hover { color: #ffdeb3 }
#optin_2 { 
	margin: 0 auto 2em; 
	overflow: hidden; 
	background: #D8D8D8 url(images/gloss.png) no-repeat bottom center;
	border: 1px solid #6c6c6c;
	padding: 8px 8px;
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	width:460px;
	text-align:left; }
	
	#optin_2 input {
		background: #fff url(images/input.png) repeat-x bottom;
		border: 1px solid #ccc;
		float: left;
		font-size: 14px;
		margin: 0 5px 5px 0;
		margin-top: 8px;
		padding: 8px 10px;
		width: 45%;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 2px 2px #ddd;
		-moz-box-shadow: 0 2px 2px #ddd;
		-webkit-box-shadow: 0 2px 2px #ddd
	}
		#optin_2 input.name { background: #fff url(images/name.png) no-repeat 10px center; padding-left: 35px; width: 30% }
		#optin_2 input.email { background: #fff url(images/email.png) no-repeat 10px center; padding-left: 35px; width: 30% }
		#optin_2 input[type="submit"] {
			background: #217b30 url(images/green.png) repeat-x top;
			border: 1px solid #137725;
			color: #fff;
			cursor: pointer;
			float: left;
			font-size: 14px;
			font-weight: bold;
			padding: 3px 5px;
			text-shadow: -1px -1px #1c5d28;
			text-transform: uppercase;
			width: auto
		}
			#optin_2 input[type="submit"]:hover { color: #c6ffd1 }
	

#contact{
	list-style:none;
	margin:0;
}
#contact li{
	float: left;
    height: 60px;
	margin:0 0 20px;
    position: relative;
    width: 540px;
}
#contact li .text{
	background: #486078;
 	color: #fff;
	padding:15px 10px 10px 0;
	position:absolute;
	z-index:100;
	min-width:85px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 5px #6E92B8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:15px 10px 25px;
	width: 509px;
	text-indent:95px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 28px;
    padding: 10px;
	height:200px;
}
#contact li#message{
	min-height:220px;
}
#contact li#submit input{
	color:#fff;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#486078;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#486078', endColorstr='#6E92B8');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486078), to(#6E92B8));
	background: -moz-linear-gradient(top, #486078, #6E92B8);
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px;
	text-align:center;
	text-shadow:0 1px 0 #09b2f3;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#486078;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#486078', endColorstr='#7CA5CF');
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#486078), to(#7CA5CF));
	background: -moz-linear-gradient(top, #486078, #7CA5CF);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	-o-box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	box-shadow:0 1px 2px rgba(0,0,0,.5) inset;
	color:#06506c;
	text-shadow:0 1px 0 rgba(255,255,255,.25);
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}