/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom div#top {width: 50%; float: left;}
body.custom #header_widget {float: right; width:16%; position: relative; z-index: 999;}
body.custom #header_widget ul.sidebar li.widget {display: block;}


div.mbk_simple_series_wrapper { display:block; } 
span.mbk_simple_series_title { font-weight:bold; } 
div.mbk_simple_series_wrapper ol li.mbk_simple_series_list_item { font-size:smaller; line-height: 0.8em;} 
a.mbk_simple_series_list_current_item { font-weight:bold;}

#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;
}
	#optin input {
		border: 1px solid #585858;
		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 #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/orange.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: 100%
		}
			#optin input[type="submit"]:hover { color: #ffdeb3 }