/*
Theme Name: Bohemia Park Custom
Theme URI: http://bohemiapark.org/
Description: Custom Wordpress theme for Bohemiapark.org.
Version: 1.0
Author: LightWeb Design
Author URI: http://lightwebdesign.com/
Tags: green, custom header, fixed width, two columns, widgets

	Contact LightWeb Design for a Custom made Wordpress theme for your website.

*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #828282;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

#container {
	width: 924px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	background: url(images/container_bkg.png) repeat-y center top;
}

#content p {
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 0.9em;
}

#content h1, h2, h3 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}

#content h3 {
	font-size: 1.1em;
	color: #32501A;
}

#content ul {
	font-size: 0.8em;
}

#menu {
	float: left;
	width: 153px;
	margin-left: 12px;
}

#logo {
	height: 140px;
	width: 153px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	width: 746px;
	float: right;
	margin-right: 12px;
}

#header {
	height: 68px;
	width: 746px;
	background: url(images/header_bkg.jpg);
}

#nav {
	height: 23px;
	width: 746px;
	background: url(images/nav_bkg.png) repeat-x;
}

#content {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#content .wp-caption {
	font-size: 0.75em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


#content a:link, #content a:visited {
	color: #32501A;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #32501A;
	text-decoration: underline;
}

#footer {
	height: 35px;
	width: 920px;
	margin: 0px auto;
	background: url(images/footer_bkg.png) no-repeat;
	position: relative;
}

#weather {
	/*background-image: url(images/weather.gif);*/
	height: 60px;
	width: 120px;
	position: absolute;
	bottom: 20px;
	left: 29px;
}

#slideshow {
	height: 257px;
	width: 396px;
	border: 1px solid #32501A;
	float: right;
	padding: 5px;
	margin: 10px;
}

#update {
	width: 158px;
	border: 1px solid #32501A;
	background: url(images/update_bkg.png) repeat-x left bottom;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#updateHeader {
	background: #32501A;
	height: 15px;
	font-size: 0.75em;
	color: #FFFFFF;
	padding: 4px 10px;
}

#update p {
	margin: 10px;
	font-size: 0.75em;
}

#copyright {
	font: italic 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 5px;
}

.clear {
	clear: both;
}

.imgRight {
	float: right;
}

#update p a:link, #update p a:visited {
	color: #32501A;
	text-decoration: none;
}

#update p a:hover, #update p a:active {
	color: #32501A;
	text-decoration: underline;
}

.crossoff {
	text-decoration: line-through;
}

.spacer {
	height: 20px;
}

#paypal {
	position: absolute;
	bottom: 250px;
	left: 29px;
}

#cityLogo {
	position: absolute;
	bottom: 125px;
	left: 29px;
	background: url(images/cgoregon.jpg);
	height: 87px;
	width: 120px;
}

a.linkBlock {
	display: block;
	height: 100%;
	width: 100%;
}