/*
THEME NAME: nomeasurej
THEME URI: 
DESCRIPTION: Custom theme for County Coalition for Local Control, with framework from the "veryplaintxt" theme by Scott Allan Wallick.
VERSION: 1.0
AUTHOR: Dusty Davis
AUTHOR URI: http://www.dustydavis.com/
*/
/* 
"nomeasurej" (C) 2006 Dusty Davis - http://www.dustydavis.com/
*/
body {
	background: #fff;
	color: #000;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
}
/* HEADER STUFF */
div#header {
	margin: 0;
	text-align: center;
}
h1#blog-title, h2#blog-description {
	text-transform: uppercase;
}
h1#blog-title {
	font-size: 4em;
	line-height: 100%;
	margin: 0.3em 0;
}
h2#blog-description {
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 1.1em;
	margin: 0;
	padding: 0.2em 0;
}
/* POST AND CONTENT STUFF */
div#wrapper {
	margin: 3em 0 0 0;
}
div#container {
	width: 100%;
}
div.widecolumn {
	margin: 0;
}
div.widecolumn div#content {
	margin: 0;
}
h2.post-title {
	font-size: 1.5em;
	margin: 0 0 30px 0;
}
h3.post-date {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 -0.25em 0;
}
div.post p {
	font-size: 1.15em;
	margin: 1em 0;
}
div.post blockquote {
	background: url(images/quote.png) no-repeat top left;
	padding: 0 0 0 25px;
}
div.post code, div.post pre {
	font: 0.9em/125% "courier new", monospace;
}
div.post li {
	font-size: 1.15em;
}
div.post .more {
	margin-top: -8px;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div.post-entry {
	margin: 0 0 2.5em 0;
}
div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
}
div.post-metadata {
	text-align: left;
}
div.post-metadata h4 {
	font-size: 0.9em;
}
div.post-metadata h3 {
	font-size: 1em;
	color: #666;
	margin: -2.3em 0 -.5em 0;
	
}
h4#comment-count {
	font: normal 1.2em/normal arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1.5em 0;
}
h5#respond {
	font: normal 1.2em/normal arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1em 0;
}
div#comments {
	margin: 0 0 2em 0;
}
div#comments form#commentform p {
	margin: 0 0 1em 0;
}
li.commentlist-comment {
	background: #f5f5f5;
	border-bottom: 2px solid #888;
	border-top: 1px solid #888;
	color: #555;
	font-size: 1em;
	margin-right: 10%;
	margin-top: 1em;
	padding: 0.5em;
}
#comments li.alt {
	background: #fafafa !important;
	color: #555 !important;
}
div#comments li p {
	font-size: 1em;
	margin: 0.5em 0;
}
p.comment-byline {
	font-weight: bold;
	margin: -0.25em 0 0 0;
}
p.comment-metadata {
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 0 -0.25em 0;
}
.search-excerpt {
	background:#fff url(images/quote.png) no-repeat left top;
	color:#666;
	padding-left:20px;
}
/* SIDEBAR STUFF */
div#sidebar {
	width: 190px;
	font-size: 1.35em;
	line-height: 1.7em;
}
div#sidebar ul {
	margin: 0;
	padding: 0;
}
div#sidebar li {
	list-style: none;
	margin: 0;
}
div#sidebar li a {
	padding: 3px;
}
ul#level2 li, ul.children li {
	font-size: .8em;
	margin: 0 0 0 1em;
	line-height: 1.5em;
}
div#calendar_wrap {
	margin: -1.5em 0 1em 0;
}
li#calendar h2.widgettitle {
	text-decoration: none;
}
li#calendar {
	text-align: center;
}
table#wp-calendar caption {
	font-size: 1.125em;
	letter-spacing: 1px;
	margin: 0 auto;
	text-transform: uppercase;
}
table#wp-calendar {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0;
}
table#wp-calendar a {
	font-weight: bold;
}
/* FOOTER STUFF */
div#footer {
	border-top: 1px solid #666;
	clear: both;
	margin: 0 0 2em 0;
	text-align: center;
}
div#footer p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	letter-spacing: 0.5px;
	margin-top: .6em;
	padding: 0.2em 0 0.4em 0;
	text-transform: uppercase;
}
/* STANDARD ALIGNMENT DIVS */
div.clearer {
	clear: both;
	height: 0px;
}
div.navigation {
	font-size: 1.1em;
	font-weight: bold;
	height: 1.5em;
	margin: 1.5em 0 1.5em 0;
	width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.center {
	text-align: center;
}
/* LINK STYLES */
a {
	outline: none;
}
div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}
h2.post-title a, h2.post-title a:active, h2.post-title a:link {
	background: #fff;
	color: #222;
	text-decoration: none;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link {
	background: #fff;
	color: #bf0000;
}
div.post-metadata a, div.post-metadata a:active, div.post-metadata a:link {
	background: #fff;
	color: #bf0000;
	text-decoration: none;
}
div#comments a, div#comments a:active, div#comments a:link {
	background: transparent;
	color: #bf0000;
}
#sidebar a, #sidebar a:active, #sidebar a:link, #sidebar a:visited {
	color: #000;
	text-decoration: none;
	background: #fff;
}
#footer a, #footer a:active, #footer a:link {
	background: #fff;
	color: #bf0000;
	text-decoration: underline;
}
h2.post-title a:visited {
	background: #fff;
	color: #888;
}
div.post-entry a:visited  {
	background: #fff;
	color: #bf0000;
}
div#comments a:visited {
	background: transparent;
	color: #bf0000;
}
div.post-metadata a:visited {
	background: #fff;
	color: #bf0000;
}
#footer a:visited {
	background: #fff;
	color: #bf0000;
}
div#header a:hover, h2.post-title a:hover, div.post-metadata a:hover, div.navigation a:hover {
	background: #fff;
	color: #bf0000;
	text-decoration: none;
}
div.post-entry a:hover, #footer a:hover {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}
div#comments a:hover {
	background: transparent;
	color: #bf0000;
	text-decoration: none;
}

div.alignleft a, div.alignleft a:active, div.alignleft a:link, div.alignright a, div.alignright a:active, div.alignright a:link {
	background: #fff;
	color: #bf0000;
	text-decoration: none;
}
div.alignleft a:visited, div.alignright a:visited {
	background: #fff;
	color: #444;
}

/* IMAGE STUFF */
#content img.alignright, #content img.alignleft, #content img.center {
	border: 1px solid #ccc;
	padding: 4px;
}
#content img.alignright {
	display: inline;
	margin: 3px 0 3px 9px;
}
#content img.alignleft {
	display: inline;
	margin: 3px 9px 3px 0;
}
#content img.center {
	display: block;
	margin: 3px auto;
}
#content a img, #content a:active img, #content a:link img, #content a:visited img {
	background: #fff;
	border: 1px solid #bbb;
	color: #000;
}
#content a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
}
li a img {
	border: none !important;
}
/* FORM STYLES (INCLUDING FOR THE VERYPLAINTXT WP_CONTACTFORM PATCH) */
div.formcontainer {
	font-size: 1.1em;
	font-style: italic;
	overflow: hidden;
	position: static;
	width: 99%;
}
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 3px 0;
	padding: 2px;
}
div.formright {
	text-align: left;
	width: 75%;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 65px;
}
#comment, #wpcf_msg {
	overflow: auto;
}
#sidebar #searchform {
	margin: 0 0 1em 0;
	padding: 0;
}
#s {
	width: 5em;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
	width: 10em;
}
#comment, #wpcf_msg {
	width: 25em;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	border: 1px solid #333;
	font: 0.9em/normal "courier new", courier, monospace;
	padding: 0.2em;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
	border: 1px solid #306aa3;
}
a#level1current, a:link#level1current, a:hover#level1current, a:active#level1current, a:visited#level1current, a#level1highlight, a:link#level1highlight, a:hover#level1highlight, a:active#level1highlight, a:visited#level1highlight, li#current-cat a, li#current-cat a:link, li#current-cat a:hover, li#current-cat a:active, li#current-cat a:visited {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}
ul#level2 a, ul#level2 a:link, ul#level2 a:hover, ul#level2 a:active, ul#level2 a:visited, ul.children a, ul.children a:link, ul.children a:hover, ul.children a:active, ul.children a:visited {
	color: #333;
}
ul#level2 a#level2current, ul#level2 a:link#level2current, ul#level2 a:hover#level2current, ul#level2 a:active#level2current, ul#level2 a:visited#level2current {
	color: #bf0000;
	text-decoration: none;
}
h2#headline {
	margin-top:15px;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: -.03em;
}
body > h2#headline {
	margin-top:5px;
}
#content img {
	float: left;
	margin: 0 7px 0 0;
	}
#content img a {
	border: 0;
	}
input:focus, textarea:focus, select:focus, input:hover {
	background : #ffd;
    color : black;
    }
    
/**** Misc. (from A List Apart - thanks!)*****************************/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  width: 400px;
  text-align: left;
  }

.grey {
	color: #555;
	}
	
.lightgrey {
	color: #777;
	}

.red {
	color: #bf0000;
	}
	
.leading {
	line-height: 1.3em;
	font-size: 1.3em;
	}

div#announcements ul, div#announcements li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
div#announcements a, div#announcements a:link, div#announcements a:hover, div#announcements a:active, div#announcements a:visited {
	font-weight: bold;
	color: #bf0000;
	}
	
div#video {
	width: 340px;
	margin-top: 0;
	}
	
noborder, noborder a {
	border: none;
	}