@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url(font/DroidSans.woff) format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(font/DroidSans-Bold.woff) format('woff');
}

* {margin:0;padding:0;}

input, a, p, span, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

input[type=submit]:focus {
	border-color: transparent!important;
}

input::-moz-focus-inner {
	border:0;
}

input {
	border: none;
	border-color: transparent;
}

input:focus, a:focus, textarea:focus {
	outline: none;
}

img {
	border: none;
}


/* For old browsers with bad html5 support
--------------------------------------------- */

nav, #footer, #comment_post_ID, #comment_parent {
	display: none;
}

article, aside, #header, section, #wrapper nav, #wrapper #footer  {
    display: block;
}



/* HTML Elements
--------------------------------------------- */

body {
	font-family: 'Droid Sans', Arial, sans-serif; 
	margin: 0 auto;
	font-size: 14px;
	overflow-y: scroll;
}

acronym, abbr, span.caps {
	cursor: help;
}
	
acronym, abbr {
	border-bottom: 1px dashed #ccc;
}

a:link, a:active, a:visited { 
	text-decoration: none; 
	border: none;
	color:#364D96;
}

a:focus, a:active {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.comment-content a, .entry a {
	text-decoration: underline;
}

input, textarea, button, .navigation a {
	background: #F0F0F0;
	color: #7F7F7F;
	text-shadow: 1px 1px 0 #fff;
	border: 1px solid #ccc;
	font-family: 'Droid Sans', Arial, sans-serif; 
	font-size: 14px;
	padding: 5px 7px;
}


textarea {
	line-height: 20px;
}

input:focus, textarea:focus {
	background: #FAFAFA;
}

input:focus, textarea:focus, button:hover, button:focus {
	color: #292929;
	text-shadow: none;
}

input[type=submit]:hover, button:hover {
	color: #4C4C4C;
}

input[type=submit], button, .navigation a {
	background: linear-gradient(top, #FAFAFA, #F0F0F0);
	background: -webkit-linear-gradient(top, #FAFAFA, #F0F0F0);
	background: -o-linear-gradient(top, #FAFAFA, #F0F0F0);
	background: -ms-linear-gradient(top, #FAFAFA, #F0F0F0);
	background: -moz-linear-gradient(top, #FAFAFA, #F0F0F0);	
}

input[type=submit]:hover, button:hover, .navigation a:hover {
	background: linear-gradient(top, #FFF, #F0F0F0);
	background: -webkit-linear-gradient(top, #FFF, #F0F0F0);
	background: -o-linear-gradient(top, #FFF, #F0F0F0);
	background: -ms-linear-gradient(top, #FFF, #F0F0F0);
	background: -moz-linear-gradient(top, #FFF, #F0F0F0);	
}

input[type=submit]:active, button:active, .navigation a:active {
	background: linear-gradient(top, #F0F0F0, #FFF);
	background: -webkit-linear-gradient(top, #F0F0F0, #FFF);
	background: -o-linear-gradient(top, #F0F0F0, #FFF);
	background: -ms-linear-gradient(top, #F0F0F0, #FFF);
	background: -moz-linear-gradient(top, #F0F0F0, #FFF);
}

textarea { 
	width: 97%;
}

.hidden {
	display: none;
}
	


/* Main Structure Elements
--------------------------------------------- */

#wrapper {
	margin: 0 auto;
	clear: both;
}
			
#main {
	clear: both;
	min-height:600px;
	
}

#headerimage {
	width: 100%;
	
}

#header-image-div {
	margin-bottom: -3px;
	}

#head {
	clear: both;
	padding: 30px 15px;
}

#head h1 {
	font-weight: normal;
	font-size: 40px;
	float: left;
	padding-right: 10px;
}

#head .description {
	font-size: 17px;
	clear: left;
	padding-left: 20px;
}
	
aside {
	line-height: 18px;
}

#footer {
	margin-top: 40px;
}



/* Colors
--------------------------------------------- */

body {
	color: #292929;
}

#header .description, .widget h4, .post .meta, .pages .meta, .pagelinks, .post table th, .pages table th, .comment table th, .entry a.post-edit-link, .comment-meta a, .reply a, nav a, nav, #footer, aside, .comment-meta-date a, .reply a, #comment-form, #reply, li.pingback p, .comment-awaiting-moderation {
	color: #808080;
}

a:hover { 
	color: #000;
}



/* Posts and Pages 
--------------------------------------------- */

.post, .pages {
	margin-bottom: 15px;
}
	
.post .title, .pages .title { 
	float:left; 
	width: 100%;
}

.title h1, .title  h2 { 
	font-size: 22px;
	margin: 7px 0;
	padding: 0;
}

.meta { 
	font-size: 13px;
	padding: 5px 15px 5px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	clear: both;
}
	

	
.entry {
	line-height: 22px;
	display: block;
	color: #292929;
	
	padding: 5px 15px 16px 15px;
}

.post p, .pages p {
	margin:0;
	padding: 0 0 12px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
	
blockquote {
	background: transparent url(images/quote.png) no-repeat scroll 0 0;
	font-style: italic;
	margin: 10px 0 10px 30px;
	padding: 10px 15px 10px 60px;
}

.post ul.split3cols,.post ul.split2cols,.pages ul.split3cols,.pages ul.split2cols  {
	font-size: 13px;
	overflow: auto;
	width: 520px;
}
	
.post ol, .pages ol, .post ul, .post ol, .comment-content ol, .comment-content ul {
	margin: 10px 0;
	padding: 0 0 4px 30px;
}

.post li ul, .post li ol, .pages li ul, .pages li ol, .comment-content li ul, .comment-content li ol {
	padding-bottom: 0;
	}

.post li, .pages li, .comment-content li {
	line-height: 24px;
	margin: 4px 0;
	padding: 0 0 0 5px!important;
}

.post ul li, .pages ul li, .comment-content ul li {
	list-style: disc;
}

.post ol li, .pages ol li, .comment-content ol li {
	list-style: decimal;
}

.post ul.split3cols li, .pages ul.split3cols li {
	float: left;
	width: 155px;
	margin-right: 5px;
}
	
.post ul.split2cols li, .pages ul.split2cols li {
	float: left;
	width: 240px;
	margin-right: 5px;
}

.pages ul.split3cols,.pages ul.split2cols {
	font-size: 13px;
	overflow: auto;
	width: 520px;
}
	
.entry h1, .entry h2, .entry h3, .entry h4, #comment-form h3, .commentform h3 {
	padding: 5px 5px 2px 0;
}

h1, h2, h3, h4 {
	font-family: 'Droid Sans', Arial, 'sans serif';
	font-weight: normal;
}

.entry h1, .entry h2, .entry h3, .entry h4 {
	border-bottom: 1px solid #ccc;
}

.entry h1 {
	font-size: 23px;
	margin-top: 22px;
	margin-bottom: 10px;
}
	
.entry h2, #comment-form h3,.commentform h3 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 8px;
}
	
.entry h3 {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	
.entry h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title h1, .title h2 {
	font-size: 22px;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 15px;
}

.pagelinks {
	clear: both;
	padding-top: 25px;
}

.pagelinks p {
	border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	background: #f0f0f0;
	padding: 10px;
	display: inline;
}

.pagelinks a:link, .pagelinks a:visited {
	text-decoration: none;
}



/* Table Styles
--------------------------------------------- */

.post table th, .pages table th, .comment table th {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
    padding: 2px 4px;
    text-align: left;
}

.post table, .pages table, .comment table {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.post td, .pages td, .comment td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 2px 4px;
}

.entry .post-edit-link {
	font-size: 13px;
}

.entry a.post-edit-link:hover {
	color: #000;
}





/* Images And Videos 
--------------------------------------------- */


#content {
	max-width: 100%!important;
	margin-top: 5px!important;
	margin-bottom: 15px!important;
	}

	

#content img {
	max-width:100%;
	height: auto;
}



#content img.alignnone {
	margin: 20px 0;
}
#content .alignnone {
	margin: 0 0 20px 0;
}

#content .single-entry-content  {
	max-width: 100%;
	text-align: center;
}


#content object,
#content embed,
#content iframe {
	max-width: 100%;
	margin: 25px 0 25px 0;
	display: block;
}

#content .social_share_privacy_area iframe {
	margin: 0;
}



/* Other 
--------------------------------------------- */





.results {
	background: #f0f0f0;
	padding: 5px 15px 5px 15px;
	margin: 0 0 10px 0;
}

	
a, input, submit, textarea, button {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.navigation {
	margin-left: 15px;
	height: 40px;
}


/* Post Formats
--------------------------------------------- */


.format-link h2 a:hover {
	background: #292929;
}

.format-title {
	text-transform: uppercase;
}
.home .title, .home .format-quote .title {
	display: none;
}

.home meta, .home .format-quote .meta {
	border-top: none;
}



	
/* Media Queries For Responsive Design 
--------------------------------------------- */





	#main {
		padding: 0 10px;
	}

	#footer .left, #footer .right, nav ul {
		margin: 10px 10px 0 10px;
	}

	#wrapper nav {
		background: #f0f0f0;
		height: 38px;
		padding-top: 3px;
	}
	
	#wrapper #footer {
		background: #f0f0f0;
		height: 25px;
		padding-top: 10px;
	}

	#wrapper nav {
		display: block!important;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding-left: 5px;
		padding-right: 5px;
	}

	#header {
		margin: 0 0 15px;
	}
	#header-img{
		text-align:center;
		margin:0px auto;
		padding:0px;
	}
	#footer { 
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	button#hidemenu, button#showmenu, #mobilesearch {
		display: none;
	}

	nav ul {
		padding: 0;
		margin: 0;
		float: left;
	}

	nav ul ul {
		display: none;
		float: left;
		position: absolute;
		top: 29px;
		left: 0;
		z-index: 500;
		font-size: 12px;
		padding: 0;
	}

	nav ul ul ul {
		left: 100%;
		top: 0;
		font-size: 12px;
	}

	nav ul li {
		list-style: none;
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}

	nav ul .menuhovered a {
		color: #000;
	}

	nav ul ul li {
		padding: 0;
		margin-bottom: 0;
	}

	nav ul li a {
		display: block;
		padding: 10px 8px 9px 8px;
		line-height: 17px;
	}

	nav ul ul li a {
		color: #ccc!important;
		padding: 10px 10px 7px 7px;
		width: 9em;
		margin-bottom: 0;
		background: rgba(41, 41, 41, 0.9);
	}
		
	nav ul ul li a:hover {
		color: #fff!important;
	}
		
	nav ul li:hover > ul {
		display: block;
	}

	nav button {
		width: 80px;
		height: 30px;
	}
		
	nav .arrow-up {
		height: 9px;
		width: 100%;
		border: none;
		padding-top: 3px;
		background: transparent url(images/arrow-up.png) 5px bottom no-repeat;
	}
	
	nav ul ul ul .arrow-up {
		display: none;
	}		

	#content {
		float: left;
		width:700px;
		margin-right:15px;
	}

	#header #logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
			
	aside {
		min-width: 180px;
		#width: 25%;
		width: 28%;
		float: right;
		#margin-top: 7px;
		margin-right: 2%;
		padding-right: 0px;
		padding-left: 0px;
	}

	aside#sidebar-2 {
		clear: right;
	}

	#wrapper {
		max-width: 1050px;
	}
		
	.right {
		float: right; 
		
		text-align: right;
	}

	.left {
		width: 40%;
		text-align: left !important;
		float: left;
	}

	#top {
		display: none;
	}



	/* Shortcodes 
	--------------------------------------------- */

	.columns-, .columns-2, .columns-3 {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	.columns-2, .columns- {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.columns-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}





	nav li.arrow-up, nav, #headersearch {
		display: none;
	}

	#header #head {
		padding: 15px;
		clear: none;
	}

	#head h1 {
		font-size: 30px;
		}

	#wrapper nav {
		display: none;
		text-align: left;
		clear: both;
		}


	nav ul li a:active, nav ul li a:focus, nav ul li a:hover {
		color: #000;
	}

	nav ul ul {
		border: none;
		padding-top: 0;
		}

	nav ul ul ul {
		border: none;
		}

	nav ul ul li {
		padding-left: 7%;
		padding-bottom: 0;
		padding-top: 1px;
		margin: 0;
		}

	nav ul ul ul li {
		padding-top: 1px;
	}

	button#hidemenu, button#showmenu {
		float: left;
		margin: 0 0 0 15px;
		}

	button#hidemenu {
		display: none;
	}


	#footer {
		padding: 10px;
	}

	aside {
		#width: 100%;
		#clear: left;
		margin-top: 40px;
		#background: #f0f0f0;
		padding: 10px 10px 0 10px;
		}

	aside#sidebar-1 {
		clear: left;
		width: 50%;
		float: left;
		padding: 5px 0;
	}

	aside#sidebar-2 {
		width: 50%;
		float: right;
		padding: 10px 0;
	}

	.widget {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
		}
		
	#footer .right, #footer .left {
		padding: 5px 5px;
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
		}

	#header-image-div {
		/*background-color:#364D96;*/
		background:url(images/stripes.png) #364D96 0 0;
		height:42px;
	}

	#sidebar-bottom {
		padding: 0 20px;
	}

	#top {
		text-align: center;
	}

	#main {
		padding-top: 15px;
	}

	#onlybig {
		display: none;
	}

	#header {
		max-width: 100%;
	}






	#header {
		padding-top: 0;
	}

	#wrapper {
		padding: 0;
	}
	
	.thumbnail {
		display: none;
		}

	#head h1 {
		font-size: 40px;
		}

	#mobilesearch input[type=text] {
		width: 50px;
	}


	ul.children {
		padding-left: 10px;
		}
		

	aside#sidebar-1, aside#sidebar-2 {
		width: 100%;
	}

	aside#sidebar-2	{
		clear: both;
		float: left;
		margin-top: 0;
	}

	.entry, #author-box-content {
		text-align: left;
	}




.sidebar {font-size:1.2em; line-height:1.4166; margin:0 0 1.25em; padding:0.4166em 5px 0.4166em 5px;}
.sidebar li {margin:0px;padding:0px;}
.sidebar h4 {margin-bottom:3px; line-height:1.3em; color:#555; font-weight:bold;font-size:1.3em;margin-top:20px;}


fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#eee;border:2px solid #aaa;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px; background-color:#fff;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px; background-color:#fff;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #555;}
ul#nav #active a {text-decoration:underline; color:#000 !important;}

#content img {background:#fff;padding:2px;border:2px solid #ccc;margin:10px;}
#content blockquote {background-color:#f5f5f5;padding:15px 15px;}
#content blockquote p{ margin:10px 0 0 30px;}

#content li {margin-bottom:7px;}

#sidebar-bottom{ float:left; width:250px;}
.menu{ width:960px; float:left;}
.menu ul{ list-style:none; }
.menu li{ margin-left:5px; display:inline !important;}
.menu ul li a{ color:#808080 !important;}
.menu ul li a:hover{ color:#000000 !important;}

#container{ float:left; width:700px;}
#container ul{ list-style:disc; list-style-position:outside; margin-left:30px;}
#container li{ margin-bottom:7px;}
#content h1{ margin:15px 0 10px 0px; font-size:25px; color:#364D96;}
#content h2{ margin:15px 0 5px 0; color:#364D96;}
#content h3{ margin:15px 0 5px 0; font-size:25px; color:#364D96;}
#content a:hover, #sidebar-bottom a:hover {color:#D21600 !important; text-decoration:none;}
#content p{ margin:5px 0 10px 0;}
.lightbox img{ margin:0 !important; padding:0 !important;}


#sidebar-bottom {font-size:1.2em; margin:0px 0 0 5px; padding:0.4166em 5px 0.4166em 5px; background-color:#fff;}
#sidebar-bottom ul{margin-left:30px; font-size:15px;}
#sidebar-bottom li { list-style:disc; list-style-position:outside;}
#sidebar-bottom h4 {margin-bottom:3px; color:#555; font-weight:bold;font-size:20px;margin-top:15px; margin-left:8px;}
#sidebar-bottom p{ margin:0px 0 0px 10px; font-size:13px;}


.entry ul{ margin-left:30px; }
#content  h1 {font-size:35px !important;}
#content .entry h2 {font-size:25px;margin-top:20px;}
#content .entry h3 {font-size:18px;}

#main h1{ color:#364D96; font-size:22px;}
