/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#wallpaper {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	margin: 30px auto;
	width: 100%;
	z-index: 1;
}

.flexslider {
	margin: 0 0 20px;
	background: #555;
	position: relative;
}

#leader-wrapper {
	background: #000000 url(images/gray-bg.jpg);
	float: left;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

#topbanner {
	float: right;
	margin-top: -60px;
	margin-right: 0;
}

#bottommidbanner {
	margin: 40px 5px 15px 0;
	margin-left: 117px;
}

#main-nav-wrapper {
	box-shadow: 0 -4px 15px -5px #555;
	-ms-box-shadow: 0 -4px 15px -5px #555;
	-moz-box-shadow: 0 -4px 15px -5px #555;
	-o-box-shadow: 0 -4px 15px -5px #555;
	-webkit-box-shadow: 0 -4px 15px -5px #555;
	float: left;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

#content-area img {
	border: 1px solid #ccc;
	max-width: 98%;
	padding: 2px;
	margin: 10px 10px 10px 0;
}

.image-box a {
	color: #fff;
	font: 700 16px/16px 'Open Sans Condensed', sans-serif;
	text-transform: capitalize;
}

.dropcap {
	color: #000;
	font: normal 300% helvetica, arial, sans-serif;
	margin-bottom: -20px;
}

#topmidbanner {
	margin: 30px 140px 10px;
}

#logo {
	float: left;
	width: 100%;
}

#search-wrapper {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: right;
	width: 169px;
}

#searchform {
	float: right;
	position: relative;
}

#searchform input {
	background: #c00 url(images/search-icon.png) no-repeat right 50%;
	border: none;
	color: #fff;
	float: left;
	font: 400 12px/30px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
}

#searchform #search-button {
	border: none;
	float: left;
}

#searchform #s:focus {
	outline: none;
}