
/* 
CSS by Reid Stott http://reidstott.com/
Revised 13:54 12/1/2009

TOC
	Tags/Reset
	Structure
		Grid Divs & Combos
	Typography
		Paragraphs
		Headings
		Lists
		Links
		Font trimmings
		Images
	Header
	Nav
	Main
	Footer
COLORS:
medium green:	#556639
dark green:	#334419
*/
/* ----------------------------------------------------------------------- */
/* -------------------------- Tags / Reset ------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #222222;
	background: #334419;
	text-align: center;
        margin: 0;
        padding: 0;
	}
html {
	font-size: 100.01%
        margin: 0;
        padding: 0;
	height: 100%;
	margin-bottom: 1px;
	}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dt, dd, pre, form, fieldset, input, textarea, td {
        margin: 0px;
        padding: 0px;
	font-weight: normal; 
	}
li, blockquote {
        margin-left: 15px;
	}
ol, ul { 
	list-style:none; 
} 
p { 
	margin: 0px 0px 1em 0px;
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr, acronym, fieldset, img { 
	border: 0; 
	} 
a {
	color: #3300ff;
	text-decoration: none;
	}
a:visited {
	color: #3300ff;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Structure -------------------------------- */
/* ----------------------------------------------------------------------- */
#wrap {
	text-align: center;
/*	background-image: url(../gfx/draftback_920.jpg);
	background-repeat : repeat-y; 
	background-position : center top; */
	}
#container {
	width: 920px;
	margin: 0 auto;
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
/* |||||||||||||||||||||||||||||||||| */
/*            GRID DIVS               */
/* |||||||||||||||||||||||||||||||||| */
/* COMBOS THAT WORK
180 + 700 | 220 + 660 | 260 + 620 | 300 + 580 | 340 + 540 | 380 + 500 | 400 + 460 | 440 + 440
180 + 500 + 180 | 220 + 400 + 220 | 260 + 340 + 260 | 300 + 260 + 300 
   COMBOS THAT WORK */
/* Set common styles - all grid divs must be assigned this class */
.generic {
	float: left;
}
.break, .clear {
	clear: both;
}
.end {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.grid180 {
	width: 180px;
	margin-right: 20px;
}
.grid220 {
	width: 220px;
	margin-right: 20px;
}
.grid260 {
	width: 260px;
	margin-right: 20px;
}
.grid300 {
	width: 300px;
	margin-right: 20px;
}
.grid340 {
	width: 340px;
	margin-right: 19px;
}
.grid380 {
	width: 380px;
	margin-right: 20px;
}
.grid420 {
	width: 420px;
	margin-right: 20px;
}

.grid440 {
	width: 440px;
	margin-right: 20px;
}
.grid460 {
	width: 460px;
	margin-right: 20px;
}
.grid500 {
	width: 500px;
	margin-right: 20px;
}

.grid540 {
	width: 540px;
	margin-right: 20px;
}
.grid580 {
	width: 580px;
	margin-right: 20px;
}
.grid620 {
	width: 620px;
	margin-right: 20px;
}

.grid660 {
	width: 660px;
	margin-right: 20px;
}
.grid700 {
	width: 700px;
	margin-right: 20px;
}
.grid920, .full {
	width: 920px;
	margin-right: 0px;
}
/* ----------------------------------------------------------------------- */
/* ------------------------ Typography Base ------------------------------ */
/* ----------------------------------------------------------------------- */
/*|||||||||||| PARAGRAPHS ||||||||||||| */
.generic p {
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 1.5em;
	text-align: left;
}
/* Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/* |||||||||||||HEADINGS ||||||||||||||| */
/* h1, h2, h3, h4, h5, h6 {
	font-family:  "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	} */
h1 {
	color: #000;
	font-size: 3.2em;
	margin-bottom: 0.6em;
	font-style:italic;
	line-height: 1.2em;
}
h2 {
	color: #000;
	font-size: 2.2em;
	font-weight: 900;
	margin-bottom: 0.9em;
	line-height: 0.9em;
}
h3 {
	color: #000;
	font-size: 1.9em;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	font-variant: small-caps;
}
h4 {
	color:#000;
	font-size: 1.6em;
	font-weight: 900;
	margin-bottom: 1.5em;
}
h5 {
	color:#000;
	font-size: 1.2em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
	font-variant: small-caps;
}
h6 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
}
/* ||||||||||||||| LINKS |||||||||||||| */
p a {
	color: #3300ff;
}
p a:hover {
	text-decoration:none;
}
h1 a {
	color: #3300ff;
}
h1 a:hover {
	text-decoration:none;
}
li a {
	color: #3300ff;
}
li a:hover {
	text-decoration:none;
}
/* |||||||||||||||| LISTS |||||||||||||||| */
ul{
	margin-bottom: 1.5em;
	list-style: square inside;
}
ul li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
	color: #000;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 3em;
}
li > ul li, li > ol li {
	font-size: 1em;
}
ol{
	margin-bottom: 1.5em;
	list-style: decimal inside;
}
ol li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
/* |||||||||||||| FONT TRIMMINGS ||||||||||| */
blockquote p {
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	font-style: italic;
	font-weight: bold;
}
blockquote p cite {
	font-style: normal;
}
.generic strong.caps {
	font-variant:small-caps;
}
.generic em {
	font-style: italic;
	font-weight: inherit;
}
.amp { 
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor: help;
}
.clear{
	clear: both;
}
.floatright { 
	float:right;
	margin-left: 2em;
	margin-right: 0;
}
.floatleft {
	float: left;
	margin-right: 2em;
	margin-left: 0;
}
/* ||||||||||||||| IMAGES ||||||||||||||||||||| */
img {
	font-size: 1em;
}
img.imgleft { 
	font-size: 1em;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
}
img.imgright { 
	font-size: 1em;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
}
img.floatright, img.floatleft {
	border: 2px solid #334419;
	font-size: 1em;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Header ----------------------------------- */
/* ----------------------------------------------------------------------- */
#header {
	height: 80px;
	margin: 0 auto;
	text-align: center;
/*	background-image: url(../gfx/headback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#fixed-head {
	width: 920px;
	height: 80px;
	margin: 0 auto;
	background: #556639;
	color: #fff;
/*	background-image: url(../gfx/innerheadback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#fixed-head img {
	float: left;
	width: auto;
	margin: 0;
	border-right: 1px solid #334419;
	}
#fixed-head h4.donate {
	float: right;
	width: 196px;
	margin: 15px 0px 0px 0px;
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	line-height: 140%;
	font-style: italic;
	}
#fixed-head h4.donate a:link,
#fixed-head h4.donate a:visited {
	color: #fff;
	}
#fixed-head h4.donate a:hover {
	color: #ccddff;
	text-decoration: none;
	}
#fixed-head h4.donate span {
	font-size: 0.6em;
	font-weight: 400;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Nav -------------------------------------- */
/* ----------------------------------------------------------------------- */
div#nav {
	width: 150px;
	float: left;
	padding-top: 30px;
	}
body#home div#nav {
	width: 180px;
	}
body.inside div#nav {
	height: 720px;
	}
div#nav ul {
	}
div#nav ul li {
	list-style-type: none;
	font-size: 1.4em;
	}
div#nav ul li a:link,
div#nav ul li a:visited {
	font-weight: 900;
	color: #fff;
	}
div#nav ul li a:hover {
	color: #ccddff;
	border-bottom: 1px dotted #ccddff;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Main ------------------------------------- */
/* ----------------------------------------------------------------------- */
#main {
	background: #fff;
	}
/* -------------------------- Home Page --------------------------------- */
body#home #bodywrap {
	background: #556639;
	background-image: url(../gfx/ball_grass_920.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	color: #fff;
	height: 700px;
	border-top: 1px solid #334419;
	}
body#home #bodywrap h1 {
	font-variant: small-caps;
	font-weight: 900;
	color: #fff;
	margin: 0.25em 0px 0.25em 0px;
	}
body#home #bodywrap h2 {
	font-size: 1.6em;
	font-style: italic;
	color: #fff;
	margin: 0.25em 0px 0.25em 0px;
	}
body#home div#announce {
	margin: 15px 0 0 0;
	color: #fff;
	}
body#home div#announce h3 {
	color: #fff;
	text-align: center;
	line-height: 120%;
	margin: 0.5em 0 0.25em 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
body#home div#announce h4 {
	font-size: 1.4em;
	color: #fff;
	line-height: 130%;
	margin: 0.5em 5px 0.25em 10px;
	}
body#home div#announce a:link,
body#home div#announce a:visited {
	color: #fff;
	text-decoration: underline;
	}
body#home div#announce h4 a:link,
body#home div#announce h4 a:visited {
	text-decoration: none;
	}
body#home div#announce h4 a:hover {
	text-decoration: underline;
	}
body#home div#announce p {
	font-size: 1.2em;
	text-align: left;
	margin: 0 0 0.5em 10px;
	}
div#announce hr {
	margin: 10px 5px 0px 5px;
	color: #fff;
	border-color: #fff;
	}
/* ------------------------- Inside pages ------------------------------- */
#bodywrap {
	background: #fff;
	background-image: url(../gfx/navback1.jpg);
	background-repeat: no-repeat;
	background-position : left top;
	color: #fff;
	border-top: 1px solid #334419;
	}
#content {
	float: right;
	width: 770px;
	color: #222;
	}
body.inside #content .margins {
	margin: 0px 35px 0px 40px;
	}
/* -------------------------- Sponsors --------------------------------- */
.sponsor {
	width: 660px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	}
.sponsor img {
	margin: 0px auto 10px auto;;
	}
.sponsor p {
	float: right;
	width: 40%;
	text-align: left;
	font-size: 1.5em;;
	margin: 20px 0px 20px 0px;
	}
.sponsor p a {
	font-weight: 900;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Footer ----------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 100px;
	margin: 0 auto;
	text-align: center;
/*	background-image: url(../gfx/footback1.jpg);
	background-repeat: no-repeat;
	background-position : center bottom; */
	}
#fixed-foot {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: #556639;
	color: #fff;
/*	background-image: url(../gfx/innerfootback1.jpg);
	background-repeat: no-repeat;
	background-position : left top; */
	}
#fixed-foot ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
#fixed-foot ul li {
	list-style-type: none;
	font-size: 1.4em;
	display: inline;
	}
#fixed-foot ul li a:link,
#fixed-foot ul li a:visited {
	font-weight: 900;
	color: #fff;
	}
#fixed-foot ul li a:hover {
	color: #ccddff;
	border-bottom: 1px dotted #ccddff;
	}
#fixed-foot h5 {
	color: #fff;
	}


