/*   
Theme Name: Washington CAN!Description: A search engine optimized website framework for WordPress.Author: Dennis P. OsorioAuthor URI: http://dposorio.com/Version: 1.2
.
*/
/* Reset default browser styles */@import url('styles/reset.css');
/* Rebuild default browser styles */@import url('styles/rebuild.css');
/* Basic WordPress Styles */@import url('styles/wp.css');
/* layout */@import url('styles/3c-r.css');/* Slider */@import url('styles/slider.css');
/*this hides post navigation above the content on single posts.*/
.single #nav-above {    display:none;}
.skip-link {	position:absolute;	left:-9000px;}
/*
Washington CAN typography
*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {	font-weight: bold;	color: #333;	margin-bottom: .5em;}

#content h2, #content h3, #content h4, #content h5, #content h6 { display: inline; } /* this is to ensure that headers play nicely with floated "in this section" */

#content h1 { font-size: 22px; border-bottom: 2px solid #333; }
#content h2 { font-size: 18px; }
#content h3 { font-size: 16px; }
#content h4 { font-size: 14px; }
#content h5 { font-size: 12px; text-transform: uppercase; }
#content h6 { font-size: 10px; text-transform: uppercase; }
/*
Washington CAN customizations
*/

body {
	background-color: #9f9f9f;
	padding: 1em;
	width: 908px;
	margin: 0 auto;
}

a {
	color: #b50000;
	}
	
a:hover {
	text-decoration: underline;
}

#masthead {
	background-color: #e1e1e1;
	background-position: left top;
}

#branding {
	margin: 0;
	padding: 1em;
	background-image: url('img/header.png');
	background-repeat: repeat-x;
	background-color: #010101;
}

#blog-title, #blog-title a {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	display:block;
}

#blog-description {
	color: #aaa;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
}

#banner {
	background-image: url('img/washcan_home_banner.png');
	background-position: 64px bottom;
	background-repeat: no-repeat;
	border-top: .1em solid #e1e1e1;
	height: 175px;
}

#banner a {
	display: block;
	height: 175px;
	}

.clear {
	clear: both;
}


#main {
	background-color: #fff;
	padding: 2em;
	min-height: 40em;
}

#primary, #secondary{
	color: #010101;
}

#primary h1, #secondary h1, #primary h2, #secondary h2, #primary h3, #secondary h3, #primary h4, #secondary h4, #primary h5, #secondary h5, #primary h6, #secondary h6 {
	color: #010101;
	font-weight: bold;
}

#primary ul, #secondary ul {
	list-style: none;
	margin: 0em 0em 1em 0em;
}

#primary ul ul ul, #secondary ul ul ul {
	margin: 0em 0em 0em 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

#search-2 {
	margin-bottom: 1em;
}

#footer {
	margin: 0;
	padding: 1em 0em;
	background-image: url('img/header.png');
	background-repeat: repeat-x;
	background-color: #010101;
	color: #fff;
	font-size: 110%;
}

#footer a {
	color: #fff;
}
	
#footer ul {
	list-style: none;
	margin: 0;
}

#address, #copyright, #login, #colophon {
	float: left;
	margin: 0em 3em 2em 3em;
	overflow: hidden;
}

h2.entry-title {
	margin-top: 2em;
}

#page_children {
	float: right;
	width: 40%;
	padding: .5em;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #010101;
	border: 3px solid #b50000;
}

#page_children h3, #page_children a {
	color: #010101;
}

#page_children ul {
	list-style: none;
	margin: 0;
	margin-left: .5em;
}

#page_children li {
	margin-top: .3em;
}

.widget-container {
	margin-top: 2em;
}

.widget-container h3 {
	font-size: 16px;
}
div.post-thumbnail {	float: right;	clear: right;	margin-left: 1em;	margin-bottom: 1em;	max-width: 200px; /* as defined in functions.php */	height: auto;} /* Home Page */.query-header {	border-bottom: 2px solid #a0a0a0;	margin-top: 30px;}#content .query-header h2 {	font-size: 22px;	line-height: 1.8;	font-weight: normal;}#query-two .post {	margin-top: 30px;}
/*
navigation
*/

#access {
	background-image: url('img/header.png');
	background-repeat: repeat-x;
	background-color: #010101;
	background-position: left top;
	padding: 0em;
	margin: 0;
	border-top: .1em solid #e1e1e1;
}

.menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.menu li {
	list-style: none;
	font-weight: bold;
	float: left;
}

.menu li a {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 1em 1.5em;
}

.menu li.current_page_item {
	background: #b50000;
}

.menu li:hover {
	background: #b50000;
}

.menu li ul {
	position: absolute;
	visibility: hidden;
}





/*
meta stuff
*/

.entry-meta, .entry-utility {
	margin-bottom: 1em;
}

.wp-caption-text {
	background-color: #d1d1d1;
}

.nav-previous, .nav-next {
	float: left;
	margin-bottom: 1em;
}

.nav-previous {
	margin-right: 2em;
}


/*
comments
*/
#comments { clear: left; }
#comments-list li {
	padding: 5px;
}

li.odd {
	background-color: #d1d1d1;
	margin-bottom: 1em;
}

img.avatar {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.comment-author {
	font-weight: bold;
	font-size: 14px;
}

.comment-meta {
	margin-bottom: 1em;
}
/*
specific to search widget
*/

.widget_search .screen-reader-text {
	font-size: 16px;
	font-weight: bold;
}
/* Events Manager Plugin */	#em-wrapper {		margin-top: 0.5em;		margin-bottom: 0.5em;	}			table#current-events { margin: 1em 0; }					table#current-events tr, table#current-events th, table#current-events td {				padding-left: 0;				padding-right: 0;			}						table#current-events td {				padding-top: 1em;				padding-bottom: 1em;			}						table#current-events th { text-align: left; }				/* events manager within widget */		.widget_em_widget .eventlink { font-weight: bold; }		.widget_em_widget li {			margin-top: 0.5em;			margin-bottom: 1em;		}
