/* for custom overrides of 2010core theme for weareoregon.org only */
/* Author: New Media, SEIU International */


/* Fonts
________________________________________________*/
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
#bluestate-inner,
#ft {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* General Theme
________________________________________________*/

body, html {
    background: none repeat scroll 0 0 #F1F1F1;
    margin: 0;
    }

.fauxnav {
	display: none;
	}
	
#hd h1 img {
	float: left;
	border: 0;
	margin-left: -17px !important;
	margin-top: -30px !important;
	}
#hd {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 7px;
    margin-top: 20px;
    width: 982px;
    padding-top: 30px;
	}
#bd {
	width: 982px;
	background: none repeat scroll 0 0 #FFFFFF;
	}
	
#bluestate-inner {
	margin-left: 40px;
	}

#ft {
	background: none repeat scroll 0 0 #FFFFFF;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: #000000;
    font-variant: normal;
    width: 942px;
	}
#ft a {
    color: #0066ce;
    text-decoration: none;
}

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

#ft a:visited {
	color: #743399;
}

.footer-legaltext {
	border-top: solid 4px #000000;
	width: 920px;
	text-transform: none;
	}
h1	{
	color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
	}	

h2 {
	color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
	}


/* Text elements 
________________________________________________*/
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#signupheader {
    width: 540px;
}