
html, body {
	height: 100%;
	width: 100%;
	#overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: calibri, arial, verdana, san serif;
	color: #333;
}

td {
	font-size: 16px;
	color: #333;
	}

.clear {
	clear: both;
	overflow: hidden;
}	
	
body{
	overflow:auto;
}

#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 988px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
	width: 988px;
	min-height: 400px;
	margin: 0px auto;
	color: #333;
}


.entry-title {
	font-family: "trebuchet ms", arial ,verdana;
	font-size: 22px;
	font-weight: bold;
	margin-top:40px;
	margin-bottom:40px;
}

.entry-meta {
	margin-top: -15px;
}

.comments-link {
	margin-top: 0px;
	font-size: 0px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted navy;
	color: #005D86;
}

#issue-anchor {
	margin-top:15px;
	text-align:center;
}



#volunteer-signup {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	text-shadow:#000;
	width:305px;
	height:96px;
	position:absolute;
	top: 15px;
left: 660px;
	text-align:left;
	background-image:url(volunteer-sign-up.png);
}

#volunteer-signup .textboxes {
	font-size:13px;	
	margin-top:6px;
	margin-left:2px;
	height:20px;
	background-color:none;

}


#volunteer-signup img {
	position:absolute;
	top:51px;
	left:55px;
	
}

#volunteer-fields-top {
margin-top: 25px;
margin-left: 15px;

}

#go-button {
	float:right;
	position:absolute;
	top:28px;
	right:9px;
	text-indent:-999px;
}

#fields {
	top:5px;
}

#firstName {
	width:132px;
	}
#lastName {
	width:132px;
	}
#email {
	width:155px;
	}
#zip {
	width:47px;
	}
	
#content-wide {
	background-color:#fbf7ee;
}

#contribute-iframe {
	background-color:#fbf7ee;
}

#sidebar-right {
	background-color:#e1ebf4;
}
