@charset "UTF-8";

/**********************

THE STEERE FAMILY ASSN.

file: global.css
auth: John Cockrell
date: 11 June 2010

***********************/

/* RESET */
a,blockquote,body,center,div,dl,dt,dd,em,fbody,font,fieldset,form,html,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,ul,p,pre,span,table,thead,tfoot,th,tt,td,tr{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{text-decoration:none;color:inherit}a:link img{border:none}a:visited img,a:hover img,a:active img{border:none}



/* STRUCTURE */

#container {
	position: relative;
	margin: 0 auto;
	width: 730px;
}

#nav {
	height: 25px;
	width: 78%;
	
	border-top: 2px solid #000;
	border-bottom: 1px solid #666;
	
	padding: 1% 0 0 22%;
	margin-bottom: 2%;
}

#content {
	width: 59%;
	margin-left: 22%;
}

.obscured {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


/* EMAIL FORM */

form { border-top: 1px solid #aaa; padding-top: 3%; padding-bottom: 3%; }

select, input, textarea { border: 1px solid #aaa; margin-top: 10px; color: #333; }

select {width:59%;}

#name, #email, textarea {width:97.5%; padding: 5px;}

#send { padding: 5px; background: url(../images/button.gif) repeat-x; border-bottom: 1px #999 solid;}


/* TYPESETTING */

body {font: normal 100% Georgia,"Times New Roman",Times,serif;}

input, textarea, select { font: normal 100% "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;}

h1 {font-size: 200%; }

h2 {font-size: 137.5%; line-height: 225% }

p {line-height: 125%; margin-bottom: 5%; }

.red {color: #C81F32}

#content ul { list-style: circle; line-height: 125%; margin-bottom: 5% }

a {color:#C81F32}
a:hover {color:#EF2643; text-decoration:underline}

#nav li {font-size: 87.5%; display:inline; margin-right: 8%}
li a {color: #000}
li a:hover {color:#EF2643;text-decoration:none;}
#nav li a.current {color:#C81F32}
