/*==========================================

	Title:		seanelsbernd.com CSS
	Author:		Martin Ferrini, Loud Dog Corp.
	Url:		http://www.seanelsbernd.com
	Created:	10 July 2008

==========================================*/

/*==========================================
	CSS Reset from http://meyerweb.com
==========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; } /* remember to define focus styles! */
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*==========================================
	Site Defaults
==========================================*/

body { font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 62.5%; color: #333; } /* makes 1em = 10px */

h1, h2, h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

h1, h2 {
	text-transform: uppercase;	
}

h1 {
	font-size: 1.6em;
	padding: 0 0 0 0;
}

h2 {
	font-size: 1.2em;
	line-height: 14px;
}

h3 {
	font-size: 1.2em;
	line-height: 14px;
}

p {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 16px;
}

strong { font-weight: bold }

p.paidFor {
	margin: 10px 0 0 0;
	color: #666;
	font-size: 1.1em;
}

#body ul { 
	margin: 0 0 10px 30px;
	list-style-type: square;
	font-size: 1.1em;
}

#body ul li {
	padding: 4px 0 4px 0;
	line-height: 14px;
}


/*==========================================
	Layout
==========================================*/

body { background: #333; }

#container {
	margin: 0 auto;
	width: 950px;
}

#mastHead {
	height: 156px;
	margin: 0 0 0 4px;
	background: url(images/mastheadBG.jpg) repeat-x;
}

img#logo {
	position: relative;
	top: 12px;
	left: 90px;
}
	
#photo {	
	width: auto;
	float: left;
	clear: both;
	position: relative;
	left: 4px;
}

#vote img {
	padding: 0 0 0 22px;
}
	
/* -------------------------------------------------------------------------------- */
/* for clearing floated elements */
.clear { clear: both; }
	

#content {
	width: 920px;
	margin: 0 0 0 0;
	padding: 0;
	background: url(images/contentBG.gif) repeat-y 0 0;
}

#body {
	width: auto;
	margin: 25px 0 0 245px;
	padding: 0 200px 20px 0;
	text-align: left;
	position: relative;
}

img#donate {
	padding: 10px 0 30px 0;
}

#contentFooter {
	clear: both;
	margin: 60px 0 0 90px;
	padding: 20px 0 40px 0;
	position: relative;
}

#footer {
	padding: 15px 0 50px 15px;
	text-align: left;
	float: left;
}

#footer { font: 1.1em; color: #fff; }

#footer, #footer a, #footer a:visited, #footer a:hover {
	color: #999;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }
#footer .copyright { padding-right: 8px; }

/*==========================================
	Form
==========================================*/

/* Volunteer Form */

#volunteerForm form { /* see IE6 fix */
	margin: 20px 0 20px 0;
	padding: 10px;
	background: #ededed;
	border: 1px solid #ccc;
}

#volunteerForm fieldset {
	margin: 8px 0 8px 10px;
}

#volunteerForm fieldset.top {
	margin-top: 0;
}

#volunteerForm label {
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #666;
	display: block;
}

#volunteerForm label.checkBox  {
	line-height: 1.2em;
	display: inline;
}

#volunteerForm input.text {
	width: 230px;
}

#volunteerForm .seperator {
	margin: 20px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}

/* Sign up form */

#joinForm {
	width: 165px;
	padding: 30px 20px 0;
}

#body ul.formErrors {
	margin-left: 8px;
}

#joinForm ul.formErrors {
	margin-bottom: 5px;
}

.formErrors li {
	list-style-type: none;
	color: #900;
}

/*==========================================
	Menu/Nav
==========================================*/

#nav {
	margin: 0 0 0 210px;
	padding: 18px 0 23px 0;
	width: auto;
	border-bottom: 3px solid #ccc;
	background: #e0e0e0 url(images/navBG.jpg) repeat-x 0 0;
}

#nav ul	{
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	
	}

#nav ul li {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	
	}

#nav ul li a {
	padding: 0 25px 0 25px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	}

#nav ul li a:hover {
	color: #716F6B;
	text-decoration: none;
	background: transparent; /* this is mainly for IE6 which seemed to need it */
	}

/* -------------------------------------------------------------------------------- */
/* On State */
body#home #nav ul li.home a,
body#about #nav ul li.about a,
body#volunteer #nav ul li.volunteer a,
body#donate #nav ul li.donate a,
body#contact #nav ul li.contact a,
body#events #nav ul li.events a { color: #4E74B1; }

