/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom li.widget ul {
border-bottom: 0.1em solid #ccc;
}

/* .custom ul.menu { border-bottom-style:solid; background:none; }
	.custom ul.menu a { border-bottom-style:solid; background: none repeat scroll 0 0 #fff; }
		.custom ul.menu .current-menu-item a { border-bottom-style:solid; border-bottom-color:#ccc; background: none  #ccc; } */

.custom ul.menu { border:none; background:none;}
	.custom ul.menu a { border:solid;border-width:1px; border-color:#ccc; background: none repeat scroll 0 0 #fff; }
		.custom ul.menu .current-menu-item a {border:solid;border-width:1px; border-color:#ccc; background: none #ccc; }



.custom #header {padding-bottom:0; padding-top:0; }

.custom #comment_list { background: #fff; padding: 1em; }
      .custom #comment_list dd { margin-bottom: 1em; }
      .custom #comment_list .comment { background: #fff; }
.custom .comment-reply-link { background: #bbb; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div { background: #eee; padding: 0.4em; }

/* This changes the background color of the comments box */
.custom .format_text .to_comments span.bracket {color: #fff;}
}
/* This changes the text of the comments themselves */
.custom #comment_list .format_text p {color: blue; }

#optin { background: #fff url(images/shadow.png) repeat-x top; border: 2px solid #efefef; padding: 10px 15px; text-align: left }
	#optin input {
		border: 1px solid #ccc;
		font-size: 15px;
		margin-bottom: 10px;
		padding: 8px 10px;
		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 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/orange.png) repeat-x top;
			border: 1px solid #a44913;
			color: #fff;
			cursor: pointer;
			font-size: 18px;
			font-weight: bold;
			padding: 8px 0;
			text-shadow: -1px -1px #562806;
                        width:100%;
		}
			#optin input[type="submit"]:hover { color: #ffdeb3 }

/* Formatting the social media - facebook, twitter, google+ boxes and counters inside each post */
.custom .post_box { position:relative; }
.custom .social-post { left:-8.6em; position:absolute; top:3.0em; }
	.custom .counter-twitter { margin-bottom:1.4em; margin-left:0em; }
	.custom .counter-fb-like { margin-bottom:1.6em; margin-left:0.5em; }
	.custom .counter-google-one { margin-bottom:1.4em; margin-left:0.2em; }

/* Formatting the fat footer */
.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }
.custom .my-footer-one { padding:0.5em 0; border-top:1px solid #bbd;}
.custom .my-footer-two { padding:0.5em 0; border-top:1px solid #bbd;}
.custom .my-footer-three { padding:0.5em 0; border-top:1px solid #bbd;}

div.afterpost span.emailthis {
width: 167px;
height: 25px;
padding-left:12px;
}

