/*
Theme Name: Parks Guide
Theme URI: http://wordpress.org/
Description: The 2010 Parks Guide Design.
Author: Parks Guide
Version: 2.0
Tags: Parks and Recreation events, activities, tours, guides, campgrounds, and more!
*/
-------------------------------------------------------------- */

body {
	margin: 0px;
	background: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2F4F4F;
}
.header {
	background: url(images/header-bg.jpg) repeat-x center top;
	height: 110px;
}
.pageWrapper {
	width: 990px;
	margin: auto;
}
.menuLINKS {
	background: url(images/menu.jpg) repeat-x center top;
	height: 39px;
}
.menuLINKS a, .menuLINKS a:link, .menuLINKS a:active, .menuLINKS a:visited {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 29px;
	padding: 10px 15px 0px 15px;
}
.menuLINKS a:hover {
	color: #FFFFFF;
	background: url(images/menu-over.jpg) repeat-x center top;
}
.search {
	float: right;
	padding: 7px 0px 0px 0px;
}
.searchBox {
	background: url(images/search-bg.png) no-repeat center top;
	float: left;
	width: 172px;
	height: 21px;
	padding: 5px 0px 0px 0px;
}
.searchBox input {
	border: none;
	color: #999999;
	padding: 0px 0px 0px 5px;
	width: 157px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.searchButton {
	float: left;
	width: 60px;
	height: 26px;
}
.flash {
	height: 316px;
	background: url(images/flash.jpg) repeat-x center top;
}
img {
	border: none;
}
.clear {
	overflow: hidden;
	clear: both;
}
.content {
	background: url(images/underFlash.png) repeat-x top center;
	overflow: hidden;
}
.contentBG {
	background: url(images/content.jpg) repeat-y center top;
	overflow: hidden;
}
.mainContent {
	width: 750px;
	float: left;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2F4F4F;
}
.alignleft {
   display: inline;
   float: left;
   padding: 2px 10px 2px 2px;
}
.alignright {
   display: inline;
   float: right;
   padding: 2px 2px 2px 10px;
}
.sideBar {
	width: 239px;
	float: left;
}
.parksAndRecreation {
	background: url(images/park-and-recreation-bg.jpg) repeat-y center top;
}
.parksAndRecreation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.parksAndRecreation ul {
	margin: 0px;
	padding: 0px;
}
.parksAndRecreation a, .parksAndRecreation a:link, .parksAndRecreation a:active, .parksAndRecreation a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 19px;
	padding: 3px 0px 0px 44px;
	width: 195px;
	background: url(images/parks-out.jpg) no-repeat;
	font-weight: bold;
}
.parksAndRecreation a:hover {
	background: url(images/parks-over.jpg) no-repeat;
}
.helpfulLinks a, .helpfulLinks a:link, .helpfulLinks a:active, .helpfulLinks a:visited {
	color: #645f52;
	font-size: 12px;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 19px;
	padding: 3px 0px 0px 44px;
	width: 195px;
	background: url(images/helpful-links-out.jpg) no-repeat;
	font-weight: normal;
}
.helpfulLinks a:hover {
	background: url(images/helpful-links-over.jpg) no-repeat;
	color: #FFF;
}
.footer {
	background: url(images/footer.png) no-repeat;	
	height: 71px;
	padding: 10px 0px 0px 0px;
}
h1 {
	font-family: "Arial Narrow", Arial;
	font-size: 26px;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
h2 {
	font-family: "Arial Narrow", Arial;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
h3 {
	font-family: "Arial Narrow", Arial;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 15px 0px 15px;
}
table {
	padding: 0px 15px 0px 15px;
}
p {
	padding: 0px 15px 10px 15px;
}
a, a:link, a:active, a:visited {
	color: #279707;
}
a:hover {
	color: #000;
}
.green {
	color: #279707;
}
.logoFooter {
	width: 100px;
	float: left;
	text-align: left;
	padding: 5px 0px 0px 10px;
}
.socialNetwork {
	width: 500px;
	float: right;
	text-align: right;
	padding: 10px 20px 0px 0px;
}
.developerCredit {
	color: #847d6b;
	font-size: 11px;
}
.developerCredit a, .developerCredit a:link, .developerCredit a:active, .developerCredit a:visited {
	color: #847d6b;
	font-size: 11px;
	text-decoration: none;
}
.developerCredit a:hover {
	color: #2c2618;
}