
/*---------------------------------------------------------

template:	super happy fun time
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		This work is licensed under a 
					Creative Commons Attribution 3.0 United States License
					http://creativecommons.org/licenses/by/3.0/us/

---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
}

body,html {
	background:#000960 url(../images/bg-strip.png) top left repeat-x;

}

#wrapper {
	background:#000960 url(../images/background.png) top left no-repeat;
	width: 920px;
	margin:0em auto 0;
	padding: 252px 75px 0 105px;

}

#content {
	padding:1em;

}

#nav {
	height:2.2em;
	margin:0 0 20px 20px;	
	position:relative;
	top:-1em;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	padding:9px 60px 0 2px;		
	text-decoration:none;
	text-transform: uppercase;
}

#nav li a:hover {
	color:#000;
}

#main {
	clear:both;	
	padding:1em 1.5em;
}

#main ul {
	margin-bottom:1em;	
}

#main li {
	list-style-type:square;
	margin:0.5em 2em;
	padding:0;
}

#main li p {
	margin:0;
	padding:0;
	color:#666;
}

p {
	margin-bottom:1em;
}

h2 {
	margin:1.5em 0 0.25em;	
}

h3 {
	font-size:1.2em;
	margin-bottom:0.5em;	
}


#left-content {
width: 522px;
}

#left-smaller {
width: 430px;
}


#subMain {
	width:295px;
	float:right;
	padding:0em;
	margin:0 0 1em 1em;
	background-color: #c1d9ee;
	color: #001a3c;
	font-size: 12px;
}

#subMain-bigger {
	width:395px;
	float:right;
	padding:0em;
	margin:0 0 1em 1em;
	background-color: #c1d9ee;
	color: #001a3c;
	font-size: 12px;
}


#subMain p, #subMain-bigger p {
	padding: 15px 15px 5px 15px;
}


#subMain #topper, #subMain-bigger #topper {
	height: 20px;
	background-color:#10468e;
	color: white;
	text-align: center;
	padding: 14px 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer {
	text-align:center;
	clear:both;
	height:5.1em;
	line-height: 19px;
}	

#footer p {
	height:3em;
	color:#666;
}

#footer p1 {
	height:3em;
	color:#666;
	border: medium solid rgb(0,0,0)
}	

/* Typography
---------------------------------------------------------*/

body {
	font:75.5% helvetica, sans-serif;	 /* This sets the resolution for the site, 
											currently 1em = 10px. */
	color:#111;
}

a {

	color: #0d3e87;
}

a:hover {
	color:#333;
}

p, h2 {
	font-size:1.3em;
	line-height:1.5em;	
}

h1 {
	font-size:3em;
	color:#FFF;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	color: #0d3e87;
	padding-top: 0;
	margin-top: 0;
}

blockquote {
	margin-left:1.5em;
	padding-left:2em;
	border-left:0.3em solid #F90;
	font-size:0.9em;
	color:#333;
}

#main li {	
	color:#F90;
}

#nav li {
	font-size:19px;
}

#footer {
	font-size:1em;
}

.photo {
	text-align: center;
	background: transparent;
	}

.photo h3 {
	}

.photo img {
	text-align: center;
	}

.caption {
	text-align: center;
	margin-bottom: 5px;
	}

#volunteer {
  margin-top: 3em;
  border-spacing: 4px;
}

input {
  margin-right: 4px;
}

label {
  margin-right: 8px;
}