/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* I want the sidebar headers to be bold white on a black background */
.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding-left: 11px; padding-top: 8px; padding-bottom: 8px; background: #000000; text-transform: uppercase;}

.custom .menu li {font-weight: bold;}

/* I want some of the black background to show above and below the content */
body.custom { padding-top: 2.5em; padding-bottom: 2.5em; }

/* For the rotating images */
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:111px;
	margin-left: 0px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	/* border:1px solid #ccc;
	padding: 4px; */
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}

.custom input[type="submit"]

{
	margin-top: 0px;
	margin-bottom: 7px;
	border-color: rgba(255, 255, 255, .2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, .1) rgba(255, 255, 255, 0.2);
	border-style: solid;
	border-width: 3px;
	color: #fff;
	display: inline-block;
	padding: .3em .6em;
	text-decoration: none;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #000;
}

.custom li.jetpack_subscription_widget input[type="submit"]

{
	margin-top: -13px;
	margin-left: 25px;
	margin-bottom: 0px;
}

.custom input#subscribe-field

{
	margin-top: -11px;
	margin-left: 25px;
	display:block;
	width: 208px !important;
}


