/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 14px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) 
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} */

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

html{
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment:fixed;
	height: 100%;
}
#content p{
	margin:1em 0;
	font: normal 1em/1.4em Helvetica, Arial, sans-serif;
}
#content h3{
	margin: .667em 0;
	font: bold 1.5em/1.4em Georgia, "Times New Roman", serif;
}
#content ul{
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 3em;
}
#content li{
	font-size: 1em;
	margin:1em 0;
}
#container{
	width: 755px;
	margin:95px auto 0px;
	position: relative;
}
#tagline {
	width: 755px;
	background: #d3d3d3;
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #efefef 28%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(28%,#efefef), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#efefef 28%,#efefef 100%);
	background: -o-linear-gradient(top,  #d3d3d3 0%,#efefef 28%,#efefef 100%);
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#efefef 28%,#efefef 100%);
	background: linear-gradient(to bottom,  #d3d3d3 0%,#efefef 28%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#efefef',GradientType=0 );
	margin: 0 auto 60px;
	padding: 14px;
	text-align: center;
}
#tagline a{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #474747;
}
#tagline a:hover, #tagline a:active{
	text-decoration: underline;
	color: #1B518F;
}
#headshot{
	width: 38%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../images/rebecca.jpg) no-repeat center center;
	background-size: cover;
}
#content{
	margin-left: 38%;
	padding:20px;
	background: #ffffff;
}
#content.full{
	margin-left:0;
}
#logo{
	height:180px;
	background: url(../images/logo.gif) no-repeat center center;
	background-size: contain;
}
#disclaimer{
	text-align: center;
	font: normal 12px/1.4em sans-serif;
	color: #ffffff;
}
#disclaimer span{
	border: 1px solid #ffffff;
	padding: 8px 20px;
}
#first, #last, #email{
	background:#e9eeff;
	border: 4px solid #e0e0e0;
	padding:12px;
}
#signup{
	background: #103c72;
	border: 4px solid #3569a8;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px;
	text-align: center;
	color: #ffffff;
	width:100px;
}
#donate{
	background: #157210;
	border: 4px solid #2f8b2a;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px;
	text-align: center;
	display: block;
	width: 185px;
	margin:30px auto;
	color: #ffffff;
	text-decoration: none;
}
form{
	width: 330px;
	margin: 20px auto;
}
#first{
	margin-right:10px;
	width:155px;
	margin-bottom: 15px;
}
#last{
	width:155px;
	margin-bottom: 15px;
}
#email{
	width: 210px;
	margin-right: 10px;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}