/*

Coded and Designed by Tony Scialdone
http://www.StraightStreetDesign.com/
and
http://www.DotComOnomics.com/

*/

/* UNIVERSAL DECLARATIONS - since some browsers render default margins and padding differently, it's important to reset them to zero before styling anything...that way you know exactly what they'll be regardless of your browser. */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
	background: transparent; }
:focus { outline: 0; }


/* PAGE ELEMENTS - these are the big boxes that make up the layout */

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #eee url(../images/bg_body.jpg);
	font: normal 100.01%/1.4em verdana, arial, sans-serif;
	color: #333; }

#wrap {
	margin: 10px auto;
	width: 954px;
	font-size: .8em;
	background: #fff;
	border: 10px solid #986a2c; } /* Gives you the whole page's width */

#header {
	margin: 0 auto;
	height: 300px;
	background: #666 url(../images/header.jpg) no-repeat center top; 
	border: 2px solid #5a2c04; }

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 3em;
	background: #986a2c;
	text-align: center; }

#content {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff url(../images/bg_content.jpg) repeat-y left top; } /* this container holds the Main, Secondary, and Tertiary columns. without it, Firefox won't display the content area's background image */

#main { 
	float: left; 
	margin-left: 7px; 
	padding: 0 0 77px 0;
	width: 440px; }

#secondary { 
	float: left; 
	width: 250px; 
	padding: 0 0 77px 0; } /* left column */

#tertiary { 
	float: right;
	width: 250px; 
	padding: 0 0 77px 0; } /* right column */
	
#footer {
	clear: both;
	padding: 14px 0;
	width: 100%;
	background: #cfcfcf; 
	border-top: 1px solid #5a2c04; }

	
/* LINKS */

#header a {
	display: block;
	width: 100%;
	height: 100%; } /* makes the whole logo a link */
	
#nav li {
	display: inline;
	padding: 0 28px; 
	color: #000; }
	
#nav li.home { margin-left: 0; }
#nav li.outdooradventure { margin-right: 0; }

#nav a:link, 
#nav a:visited, 
#nav a:active {
	text-decoration: none;
	padding: 4px 0;
	font: bold 145%/2em arial, sans-serif;
	color: #000;
	letter-spacing: -1px; }
#nav a:hover { color: #fff; } /* these are the links below the logo */

ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 2em;
	background: #7a3e0a; 
	line-height: 1.5em; 
	text-align: right;
	border-top: 2px solid #5a2c04; 
	border-bottom: 1px solid #5a2c04; } /* these are the links at the top of the page */

#subnav li {
	display: inline;
	margin-right: 35px; }
	
#subnav a:link,
#subnav a:visited,
#subnav a:active {
	text-decoration: none;
	padding: 4px 0;
	font: bold 136%/1.5em arial, sans-serif;
	color: #9f9f9f;
	letter-spacing: -1px; }
#subnav a:hover { color: #fff; }

a:link,
a:visited,
a:active { text-decoration: none; font-weight: bold; color: #7a3e0a; }
a:hover { color: #006; }


/* TYPOGRAPHY */

h1 { text-indent: -9999px; } /* pushes the text of the H1 offscreen so it's only visible to search engines and screen-readers for the blind */

h2 {
	margin: 14px 0 14px 14px;
	font-size: 145%;
	letter-spacing: -1px; }
	
h2+p { margin-top: 4px; }

h3 {
	margin: 14px 0 14px 14px;
	font-size: 128%;
	letter-spacing: -1px; }

p {
	margin-top: 1.4em;
	padding: 0 14px;
	text-align: justify; }

#footer p { 
	font-size: 85%;
	text-align: center; }
	
	
ul, ol, dl {
	margin: 0 28px 21px 28px; 
	text-align: justify; }
	
#main li { margin-top: 7px; }

dt {
	margin: 1.4em 0 0 0;
	font-weight: bold;
	font-size: 118%; 
	text-align: left; }
	
#main dd { 
	margin: 7px 0 0 14px; 
	line-height: 1.4em; }
	
#secondary ul, 
#tertiary ul { margin-left: 42px; }

#footer ul { 
	list-style-type: none;
	margin: 0; 
	text-align: center; }
	
#footer ul li { 
	display: block; display: inline; 
	margin-right: 21px; }
	
#footer ul a {
	margin: 0;
	padding: 0; 
	font-size: 85%; }
	
embed { 
	display: block;
	margin: 14px auto; } /* this controls the placement of embedded videos, like the ones from youtube and google video */

.bold { font-weight: bold; }
.red { color: #f00; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.strong { font-weight: bold; letter-spacing: -1px; }
p.tight { margin-top: -10px; }

p#brochure {
	margin: 7px 14px;
	padding: 10px;
	background: #dedede;
	text-align: center; }
	
.pic { 
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }

strong { font-weight: bold; }

blockquote.bible p {
	margin: 14px 42px;
	color: #00f; }

cite { 
	display: block;
	margin: -14px 42px 14px 42px;
	text-align: right;
	font-style: normal; }

body#home #main img {
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }


/* FORM ELEMENTS */

form {
	margin: 21px 0 21px 21px;
	font: bold 100%/1.3em verdana, sans-serif;
	color: #666; }

input, textarea {
	display: block;
	margin: 0 0 7px 0;
	padding: 3px;
	width: 200px;
	height: 21px;
	background: #fff;
	font: normal 100%/1.3em verdana, sans-serif;
	color: #a50000;
	border: 1px solid #a5a59f; }

input.hidden { display: none; } /* Firefox displays hidden form elements unless you style them this way */

textarea {
	overflow: auto;
	margin: 21px 0 0 0;
	width: 350px;
	height: 77px; }

input.button {
	margin: 14px 0 0 0;
	padding: 3px 0;
	width: 98px;
	height: 30px;
	background: #7a3e0a;
	font-weight: bold;
	color: #fff;
	text-indent: 0;
	border: 0; }

table { margin: 21px; }
	
td { 
	padding: 4px 7px 4px 0;
	text-align: left; 
	border-bottom: 1px solid #c0c0c0; }

td.spacer { padding-bottom: 21px; } /* This gives certain rows in the table more space on the bottom */

td.rtalign { 
	padding: 0; 
	text-align: right; }


/* INTELLIGENT NAVIGATION - tells you which page you're on

<body id= tells you what page you're on.
<li class= tells you which link to make white.
	So: when you're on the About page, the link that says About is white

List is alphabetical by body id

*/

body#about li.about a,
body#beliefs li.about a,
body#board li.about a,
body#camping li.outdooradventure a,
body#camps li.camps a,
body#conservation li.education a,
body#contact li.contact a,
body#corporate li.camps a, 
body#couples li.camps a,
body#donate li.donate a,
body#education li.education a,
body#family li.camps a,
body#fishing li.outdooradventure a,
body#forestry li.education a,
body#hikingbicycling li.outdooradventure a, 
body#history li.about a,
body#home li.home a,
body#hunting li.outdooradventure a,
body#kids li.camps a,
body#map li.map a,
body#men li.camps a,
body#mission li.about a,
body#naturestudies li.education a,
body#outdooradventure li.outdooradventure a,
body#outdoorclassrooms li.education a,
body#privacy li.about a, 
body#special li.camps a,
body#sports li.camps a,
body#staff li.about a,
body#support li.support a,
body#webelieve li.about a,
body#wildlife li.education a,
body#women li.camps a,
body#youth li.camps a { color: #fff; }


/* INTELLIGENT NAVIGATION - footer links */

body#privacy #footer li.privacy a,
body#contact #footer li.contact a { color: #f00; }










