@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #000;
	font-family: 'Adobe Garamond Pro', Georgia, Times New Roman, Times, serif;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: visible;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	border: none;
	text-decoration: none;
}





/*
Structure
*/

#wrapper {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	margin: 0 auto;
	width: 650px;
}

#overlap {
	background-color: #fff;
	position: fixed;
	width: 650px;
}

#header {
	background-image: url(../images/sf_logo_3.png);
	background-position: top center;
	height: 294px;
	width: 650px;
}

#spacer-header {
	height: 410px;
	width: 650px;
}






/*
Nav-styles
*/

#box {
	margin: 10px 95px 0 89px;
	width: 466px;
	z-index: 10;
}

#nav {
	overflow: hidden;
}

#nav li {
	display: inline;
}

#nav li a {
	background-image: url(../images/sf_nav_sprite_3.png);
	background-repeat: no-repeat;
	border: none;
	display: block;
	float: left;
	outline: none;
	padding: 0;
	text-decoration: none;
	text-indent: -9999px;
}

#nav li a#list-one-button {
	background-position: 0 0;
	height: 28px;
	width: 140px;
}

#nav li a#list-one-button:hover { 
	background-position: 0 -28px;
}

#nav li a#list-two-button {
	background-position: -140px 0;
	height: 28px;
	width: 196px;
}

#nav li a#list-two-button:hover { 
	background-position: -140px -28px;
}

#nav li a#list-three-button {
	background-position: -336px 0;
	height: 28px;
	width: 130px;
}

#nav li a#list-three-button:hover { 
	background-position: -336px -28px;
}





/*
Subheads-and-Imagery
*/

.subhead {
	background-image: url(../images/sf_header_sprite_3.png);
	background-repeat: no-repeat;
	height: 56px;
	margin-bottom: 20px;
	width: 650px;
}

#the-foundation {
	background-position: 0 0;
}

.hearts {
	margin-left: 542px;
	margin-top: -500px;
    position: relative;
	z-index: 15;
}


#the-event-target {
	padding-top: 445px;
	margin-top: 243px;
}

#the-event {
	background-position: 0 -56px;
	margin-top: -35px;
}

.participating-photographers {
	color: #ff3333;
}

#photographers-list-one {
	float: left;
	margin: 10px 0 0 85px;
	width: 128px;
}


#photographers-list-two {
	float: left;
	margin: 10px 0 0 20px;
	width: 128px;
}


#photographers-list-three {
	float: left;
	margin: 10px 0 0 20px;
	width: 196px;
}

#schedule-target {
	padding-top: 212px;
	margin-top: 416px;
}

#schedule {
	background-position: 0 -112px;
	margin-top: 180px;
}

.email {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 175px;
	text-align: center;
}

.email a {
	color: #ff0000;
	text-decoration: none;
	outline: none;
}

.email a:hover, a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

p {
	padding: 0 85px 0 85px;
}

h4 {
	padding: 0 85px 0 85px;
}

h2 {
	padding: 0 85px 0 85px;
}

.event-date {
	color: #666; 
	font-weight: normal;
}

.event-description {
	margin-bottom: 20px;
}

.follow-us {
	color: #ff3333;
    display: inline;
	font-size: 13px;
	left: -30px;
	top: 40px;
	position: fixed;
}

#facebook-icon a {
	background-image: url(../images/sf_icons_sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	display: inline;
	height: 64px;
	left: 50px;
	top: 65px;
	position: fixed;
	text-indent: -9999px;
	width: 160px;
}

#twitter-icon a {
	background-image: url(../images/sf_icons_sprite.png);
	background-position: 0 -128px;
	background-repeat: no-repeat;
	border: none;
	display: inline;
	height: 64px;
	left: 50px;
	top: 135px;
	position: fixed;
	text-indent: -9999px;
	width: 160px;
}

.donate-button {
	background-image: url(../images/sf_icons_sprite.png);
	background-position: 0 -256px;
	background-repeat: no-repeat;
	border: none;
	display: inline;
	height: 64px;
	left: 50px;
	outline: none;
	top: 204px;
	position: fixed;
	text-indent: -9999px;
	width: 160px;
}

#facebook-icon a:hover, a:active {
	background-position: 0 -64px;
}

#twitter-icon a:hover, a:active {
	background-position: 0 -192px;
}

.donate-button:hover, .donate-button:active {
	background-position: 0 -320px;
}





/*
Footer
*/

#footer {
	background-color: #000;
	clear: both;
	width: 650px;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding: 7px;
	text-align: center;
}

#footer a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #ff3333;
	color: #ff3333;
}

#footer a:active {
	border-bottom: 1px dotted #ff3333;
	color: #ff3333;
}

#window-height {
	background-color: #FFF;
	height: 100px;
	width: 100%;
}

#form-size {
	width: 400px;
	margin: 0 auto;
}