/*
Theme Name: Pike Pond.
Description: Theme for Pike Pond.
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse:
	collapse; border-spacing: 0;
}

/* End Clear Browser Formatting */

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 14px;
	margin-bottom: 8px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 14px;
	margin-bottom: 8px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

body {
	margin: 0 auto;
	background-color: #C5CCC7;
	color: #fff;
}

/* Formatting For Theme */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px 20px 10px 10px;
	line-height: 130%;
	text-align: justify;
}

ul {
	padding: 10px 0px 10px 35px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	padding-bottom: 12px;
	padding-right: 20px;
	line-height: 135%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #c9e5fd;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	background-color: #000;
	width: 800px;
}

#headerWinter {
	margin: 0 auto;
	width: 800px;
	height: 315px;
	background-image: url(images/PikePond_Site_Winter_Header.jpg);
	background-repeat: no-repeat;
}

#headerSpring {
	margin: 0 auto;
	width: 800px;
	height: 315px;
	background-image: url(images/PikePond_Site_Spring_Header.jpg);
	background-repeat: no-repeat;
}

#headerSummer {
	margin: 0 auto;
	width: 800px;
	height: 315px;
	background-image: url(images/PikePond_Site_Summer_Header.jpg);
	background-repeat: no-repeat;
}

#headerFall {
	margin: 0 auto;
	width: 800px;
	height: 315px;
	background-image: url(images/PikePond_Site_Autumn_Header.jpg);
	background-repeat: no-repeat;
}

#mainNav ul {
	margin: 0 auto;
	width: 800px;
	padding: 295px 0px 0px 0px;
	text-align: center;
}

#mainNav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#mainContent {
	margin: 0 auto;
	width: 800px;
	background-color: #000;
}

#leftContent {
	float: left;
	width: 240px;
	text-align: center;
	background-color: #000;
}

#leftContent img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#rightContent {
	float: right;
	width: 560px;
	background-color: #000;
}

#contentBox {
	width: 534px;
	padding-top: 15px;
	padding-left: 10px;
}

#boxTop {
	width: 534px;
	height: 53px;
	background-image: url(images/PikePond_Site_ContentBox_Header.jpg);
	background-repeat: no-repeat;
}

#boxTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding-left: 50px;
	padding-top: 15px;
}

#boxMiddle {
	width: 534px;
	background-image: url(images/PikePond_Site_ContentBox_MidRepeat.jpg);
	background-repeat: repeat-y;
}

#boxMiddle img {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#activities .divider {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 15px;
	}

#boxBottom {
	background-image: url(images/PikePond_Site_ContentBox_Footer.jpg);
	background-repeat: no-repeat;
	width: 534px;
	height: 9px;
}

#subNav {
	clear: both;
}

#subNav ul {
	width: 800px;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}

#subNav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#subNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
}

#footerWinter {
	clear: both;
	margin: 0 auto;
	width: 800px;
	background-image: url(images/PikePond_Site_Winter_Footer.jpg);
	background-repeat: no-repeat;
}

#footerSpring {
	clear: both;
	margin: 0 auto;
	width: 800px;
	background-image: url(images/PikePond_Site_Spring_Footer.jpg);
	background-repeat: no-repeat;
}

#footerSummer {
	clear: both;
	margin: 0 auto;
	width: 800px;
	background-image: url(images/PikePond_Site_Summer_Footer.jpg);
	background-repeat: no-repeat;
}

#footerFall {
	clear: both;
	margin: 0 auto;
	width: 800px;
	background-image: url(images/PikePond_Site_Autumn_Footer.jpg);
	background-repeat: no-repeat;
}

p.copyright {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

.imgtfe {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}

/* icontact form */
#SignUp .signupframe {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
margin: 0 auto;
}

h2 a {
padding-left: 10px;
font-size: 18px;
text-decoration: none;
}

h2 a:hover {
text-decoration: underline;
}

p.postmetadata {
padding-top: 10px;
border-top: 1px dashed #fff;
font-size: 11px;
padding-bottom: 25px;
}

	