/*
Theme Name: West Shore Parks & Recreation Society
Description: A WordPress theme for West Shore Parks & Recreation.
Version: 1.0
Author: Cameron Reid
Author URI: http://www.cameronreid.ca/
*/

body {
	font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #696969;
	background-color:#134D73;
	background-image: url('images/page_background.jpg');
	/*background-repeat: no-repeat;*/
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 0px auto;
	width: 983px;
}

#banner {
	text-align: center;
	height: 300px;
	background: #134D73 url(images/header/hdimage.php) no-repeat;
}

#nav {
 width: 985px;
}

#contentarea {
	background-color: #FFFFFF;
	padding: .5em .5em;
	overflow: auto;
}

#content {
	margin: 1em;
	margin-right: 270px;
}

#footer {
	color: #FFFFFF;
	text-align: center; 
	font-size: 10px;
}

#footer a {
	color: #FFFFFF;
}

/* Global Link Layout */

a {
	color: #29759b;
	text-decoration: none;              
}

a:visited {
            
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* Text Layout */

.pagetitle {
	color: #16557E;
	font-size:18px;
	line-height: 26px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #AAD57D;	
}

/* Text Alignments */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.underline {
	border-bottom: solid 1px;
}

.bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

/*sidebar */
#sidebar {
	background-image: url('images/sidebar_background.jpg');
	background-repeat: repeat-y;
	float: right;
	margin: 1px 0px 25px 13px;
	width: 240px;
	overflow: hidden;
	display: block;
}

#sidebar_top {
	background-image: url('images/sidebar_background_top.jpg');
	background-repeat: no-repeat;
	height: 6px;
}

#sidebar_bottom {
	background-image: url('images/sidebar_background_bottom.jpg');
	background-repeat: no-repeat;
	height: 6px;
}

/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	color: #16557E;
	line-height: 26px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #AAD57D;
	margin-left: 0px;
	margin-right: 10px;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #134D73;
  	font-size: 12px;
	text-decoration: none;
}

#sidebar a:hover{
	color: #16557E;
  font-size: 12px;
	text-decoration: none;
}

/*sidebar list level1 */
#sidebar ul {
	margin: -5px 0px 0px 0px;
	padding: 10px;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0px;
	border: none;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 0px 2px 0px 10px;
	border: none;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}

/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}

/* Search bar Layout */

#searchform br {
	display: none;
}

#searchform #s {
	width: 125px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #AAD57D;
	margin-right: 2px;
	margin-left: 0px;
	color: #16557E;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: 1px solid #AAD57D;
	width: 67px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #16557E;
	vertical-align: middle;
}

/* Sidebar Advertising */
#sidebar_ad {
	margin-left: 15px;
	display: block;
	width: 205px;
	height: 300px;
	background: #DAEBFB url(images/sidebar_ad/hdimage.php) no-repeat;
}

/* Post Content */
.post-date {
	width: 45px;
	height: 56px;
  background-color: #AAD57D;
  float:right;
}

.post-month {
	font-size: 14px;
	text-transform: uppercase;
	color: #134D73;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 11px;
	margin-left: -3px;
}

.post-day {
	font-size: 26px;
	text-transform: uppercase;
	color: #134D73;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 5px;
	margin-left: -3px;
}

.post-content {
	margin-top: -25px;
	width: 640px;
}