/* -------------------------------------------------------
Basic Style Sheet

version: 	1.0
author:		Michael Prell
e-mail:		michael@nanomonkey.com
website:	http://www.nanomonkey.com
--------------------------------------------------------*/

/* Make with the reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

/** end Reset **/


body {
	text-align: center;
	min-width: 850px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
	background: #eeeff0 url(../images/assets/back-text.jpg) top left;
}

/* Layout */

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	line-height: 130%;
}

#branding {
	position: relative;
	width: 840px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}

#content-wrap {
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-top: #fcb446 1px solid;
}

#content {
	margin-top: 20px;
	width: 74%;
	float: right;
	border-left: #d9dee2 2px solid;
}

#content blockquote {
	padding: 0 20px;
	font-style: italic;
	color: #333333;
}

#content h2, h3, h4, h5, p, ul, ol {
	padding: 0 20px;
}

#content ul {
	margin-top: 1em;
	list-style: disc;
}

#content ol {
	margin-top: 1em;
	list-style-type: decimal;
}

#content ol li{
	margin-left: 20px;
}

#content li {
	margin: 0  0 .5em 15px;
}

#content table {
	margin: 0 20px;
}

#content table th {
	padding: 4px;
	font-weight: bold;
	color: #667c8d;
	text-align: center;
	border-bottom: #d9dee2 2px solid;
}

#content table td {
	padding: 4px;
	font-size: 90%;
}

#content table td.center {
	text-align: center;
}

#content table tr.odd {
	background-color: #d9dee2;
}


#mainContent {
	width: 66%;
	float: left;
}

#secondaryContent {
	margin-top: 20px;
	width: 33%;
	float: right;
	border-left: #d9dee2 2px solid;
}

.section-b {
	margin: 1em 20px 0 20px;
	padding: 1em 0 0 0;
	border-top: #d9dee2 1px solid;
}

h1 {
	position: absolute;
	margin: 0;
	top: 10px;
	left: 0;
	text-indent: -9999px;
}

h1 a {
	width: 250px;
	height: 78px;
	background: url(../images/assets/ed-penn-logo.png) top left;
	display: block;
}

h2 {
	font-size: 180%;
	line-height: 130%;
	font-weight: normal;
	color: #667c8d;
}

#home h2 {
	margin: 0 20px;
	padding: 10px 230px 10px 10px;
	border: #d9dee2 5px solid;
	background: #f3f3f3 url(../images/assets/header-h2-bg.jpg) no-repeat top right;
	color: #667c8d;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 140%;
}

#salsa h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: none;
	background: none;
	font-size: 180%;
}

#salsa p, #salsa h2, #salsa form {
	padding: 0 20px;
}

#salsa form h2, #salsa form p {
	padding: 0;
}

#salsa table {
	margin: 0;
}

p {
	margin-top: 1em;
}

p.subhead {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 110%;
	color: #667c8d;
}

h3 {
	margin-top: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 130%;
}

#home h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 180%;
	line-height: 130%;
	font-weight: normal;
	color: #667c8d;
}

h4 {
	margin-top: 1em;
	text-transform: uppercase;
	font-size: 90%;
	color: #667c8d;
}

h4.top-divider {
	margin: 1em 20px 0;
	padding: 1em 0 0;
	border-top: #d6dfe4 1px solid;
}

h5 {
	margin-top: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 110%;
	font-weight: normal;
	color: #667c8d;
}

a {
	color: #667c8d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar {
	margin-top: 20px;
	width: 25%;
	float: left;
	text-align: center;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
	font-size: 90%;
	color: #667c8d;
}

/* start top mini navigation */

ul#mini-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 0;
}

ul#mini-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mini-nav li#t-volunteer {
	padding-right: 20px;
}

ul#mini-nav li a {
	display: block;
	text-decoration: none;
	color: #667c8d;
}

ul#mini-nav li a:hover {
	text-decoration: underline;
}

/* end top mini navigation */

/* start main navigation */

ul#nav {
	position: absolute;
	margin: 0 0 5px 0;
	padding: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

ul#nav li {
	margin: 0;
	padding: 0 30px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: inline;
}

ul#nav li a {
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	color: #333333;
}

ul#nav li a:hover, body#about li#t-about a, body#issues li#t-issues a, body#news li#t-news a, body#endorsements li#t-endorsements a, body#contact li#t-contact a, body#home li#t-home a  {
	background-color: #d9dee2;
}

/* end main navigation */

#sidebar p.donate_link {
	padding-bottom: 10px;
	text-indent: -9999px;
	border-bottom: #d6dfe4 1px solid;
}

#sidebar p.donate_link a {
	display: block;
	width: 160px;
	height: 40px;
	background: transparent url(../images/assets/edvoters_donate_now.jpg) no-repeat left top;
}

#sidebar p.facebook_link {
	margin: 1em 20px;
	padding-bottom: 10px;
	text-indent: -9999px;
	border-bottom: #d6dfe4 1px solid;
}

#sidebar p.facebook_link a {
	display: block;
	margin: 0 auto 10px auto;
	width: 94px;
	height: 35px;
	background: transparent url(../images/assets/facebook-button.jpg) no-repeat left top;
}

#sidebar p.petition_link {
	margin: 1em 20px;
	padding: 10px 0;
	text-indent: -9999px;
	border-bottom: #d6dfe4 1px solid;
}

#sidebar p.psfc {
	margin: 1em 20px;
	padding: 10px 0 20px;
	border-bottom: #d6dfe4 1px solid;
}

#sidebar p.petition_link a {
	display: block;
	margin: 0 auto 10px auto;
	width: 108px;
	height: 90px;
	background: transparent url(../images/assets/sign-the-petition.jpg) no-repeat left top;
}

#sidebar form {
	margin: 1em 20px;
	padding: 6px;
	background-color: #eeeff0;
	text-align: center;
}

#sidebar form p {
	margin: 0;
	padding: 0;
}

#mailinglist_form button {
	margin: 5px auto 0;
	padding: 3px;
	display: block;
	cursor: pointer;
	background-color: #fcb446;
	text-transform: uppercase;
	border: none;
}

#sidebar-callout {
	margin: 0 20px;
	padding: 0;
	border: #FEDAA3 1px solid;
	background: #ffffff url(../images/assets/callout-bg.gif) repeat-x left bottom;
}
#sidebar-callout h4 {
	margin: 0;
	padding: 5px;
	color: #333E47;
	font-family: Georgia, Times, "Times New Roman", serif;
	letter-spacing: .1em;
	font-size: 1em;
	line-height: 1em;
	background-color: #FEDAA3;
}

#sidebar-callout p {
	margin-bottom: 1em;
	font-weight: bold;
}



#top-notice p {
	margin: 0 20px;
	padding: 0 0 1em 0;
	border-bottom: #d6dfe4 1px solid;
}