/*
	File: content.css 
	Date: April 5, 2011
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* ------- Layout ------- */

html {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

body {
	background-image:url(../siteImages/bkgrd-image.jpg);
	background-position:top center;
	background-color:#f2f0e6;
	background-repeat:no-repeat;
}

#main {
	width:960px;
	margin:5px auto 0 auto;
}

#header-container {
	width:960px;
	height:298px;
	margin:0 auto;
}

#logo {
	width:249px;
	float:left;
	background-image:url(../siteImages/body.png);
	height:282px;
	padding-top:8px;
}

#header-image {
	width:711px;
	float:right;
}

#nav-container {
	width:960px;
	height:40px;
	margin:6px auto 0 auto;
	background-image:url(../siteImages/nav-bkgrd.png);
	background-repeat:no-repeat;
	padding-top:1px;
}

#nav {
	margin-left:100px;
	margin-top:4px;
}

#nav ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	padding: 8px 22px;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #fff;
}

#nav ul li a:hover {
	color: #fff;
	background-color:#35566f;
}

/* -- Active Page-- */

#about li.about a {color: #fff; background-color:#35566f;}
#contact li.contact a {color: #fff; background-color:#35566f;}
#parks li.parks a {color: #fff; background-color:#35566f;}
#projects li.projects a {color: #fff; background-color:#35566f;}
#support li.support a {color: #fff; background-color:#35566f;}


#content-container {
	width:960px;
	background-image:url(../siteImages/body.png);
	margin:0 auto;
}

#content {
	width:960px;
	min-height:400px;
	height:auto !important;
	margin:0 auto;
	padding-top:1px;
}

#inner-content {
	width:920px;
	margin:35px auto 0 auto;
	text-align:left;
}

#footer {
	width:960px;
	clear:both;
	margin:0 auto;
	height:44px;
	background-color:#cbcbc1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#344851;
	vertical-align:middle;
}

#copyright {
	float:left;
	margin:15px 0 0 15px;
}

#copyright a {
	color:#344851;
}

#footer-nav {
	float:right;
	text-transform:uppercase;
	margin:15px 15px 0 0px;
}

#footer-nav a:link, #footer-nav a:visited {
	color:#344851;
}

#footer-nav a:hover, #footer-nav a:active {
	color:#fff;
	text-decoration:none;
}

.left-container {
	float:left;width:630px;
	text-align:left;
}

.right-container {
 float:right; text-align:center; width:266px; text-align:left;
}

.clear {
	clear:both;
}



/* ------- Typography ------- */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#aa5714;
	font-size:24px;
	letter-spacing:-1px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	color:#344851;
	font-size:22px;
	font-style:italic;
	margin:6px 0 25px 0;
	letter-spacing:-1px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	margin-bottom:10px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000033;
	margin-bottom:10px;
}

#inner-content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:square;
	margin-left:35px;
	color:#000066;
}

#inner-content li {
	margin-bottom:8px;
}

.content-image {
	border:4px solid #FFFFFF;
}

.image-caption {
	margin:5px;
}

.image-caption p {
	font-style:italic;
	font-size:11px;
	line-height:14px;
	text-align:center;
	margin:0;
	text-decoration:none;
	font-weight:normal;
}



/* ------- Homepage ------- */

#widgets {
	padding:10px 0 20px 0;
	text-align:center;
}


/* ------- About Us ------- */

#members-table {
	width:600px;
	margin:0 auto;
}

/* ------- The Parks ------- */

#parks-container {
	margin:0 auto;
	width:700px;
}

.outer-park-container {
	margin:15px auto;
	width:100%;
	border-bottom:2px dashed #CCCCCC;
	padding-bottom:10px;
}

.image-left {
	float:left;
	width:208px;
}

.text-right {
	float:right;
	padding-left:10px;
	padding-top:3px;
	width:482px;
}

.text-right h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#990000;
	text-decoration:none;
	margin-bottom:5px;
	font-size:18px;
}

.text-right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin-bottom:4px;
}


/* ------- Projects ------- */

#projects-gallery-table {
	margin:0 auto;
}

#projects-gallery-table img{
	border:3px solid #fff;
	margin:3px;
}


/* ------- Support ------- */

.shopping-button td{
	padding:3px;
}

.shopping-button {
	text-align:center;
	margin:0 auto;
}
