/*
Theme Name: ffwp
Theme URI: http://floridaflywheelers.org
Description: Custom Theme for the Florida Flywheelers Antique Engine Club Website
Version: .1
Author: DJ "Pixel Mauler" Helfrich
Author URI: http://pixelmauler.com
Tags: Flywheelers, Antique, Tractors, Car, Model T
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: #bbd0e5 url('style/images/flywheelerBackground.jpg') repeat-x bottom left;
	margin: 0;
	padding: 0;
}
img {
	margin: 5px 20px;
}
/*----- --------*/
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header {
	border-bottom: 2px solid #29330A;
	margin: 0px auto 0px auto;
	padding: 0;
	height: 120px;
	width: 960px;
	overflow:hidden;
}
#leftColumn {
	width: 730px;
	padding:0;
	margin: 0;
	float: left;
}
#leftHeader {
	background: url('style/images/leftHeader.png') no-repeat top left;
}
#leftBody {
	background: url('style/images/leftBody.png') repeat-y top left;
}
#leftFooter {
	background: url('style/images/leftFooter.png') no-repeat top left;
	height: 74px;
}
#leftColumn p, #leftColumn h3 {
	margin-left: 50px;
}
#leftColumn img {
	margin-left: 55px;
}
#leftColumn ul {
	margin-left: 70px;
}
#leftColumn p, #leftColumn ul {
	width: 635px;
}
#leftColumn .last {
	margin-bottom: 0;
}
#leftColumn .searchContent {
	border-bottom: 2px solid #29330A;
	margin-left: 40px;
	width: 630px;
}
#leftColumn .searchContent img {
	float: left;
	clear:right;
}
#leftBody slider{
	height: auto;
	margin-bottom: 10px;
}
/*------- Logo --------*/
#header h1 {
	background: url('style/images/logo.png') no-repeat top left;
	width: 200px;
	height: 121px;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#header h1 a {
	width: 140px;
	height: 85px;
	display:block;
	margin: 20px 0px 0px 0px;
}
img, #logo {
	behavior: url(scripts/iepngfix.htc);
}
/*------- main navigation ---------------*/
ul#mainNav {
	margin: 96px 0 0 0;
	padding: 5px 0px;
	list-style-image: none;
	list-style: none;
	float: right;
}
#mainNav li {
	list-style-image: none;
	list-style: none;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	display: inline;
}
#mainNav li a {
	padding: 4px 20px 4px 20px;
}
#mainNav li.first {
	padding-left: 20px;
}
#mainNav li.last {
	border: none;
}
/*--------- Right Navigation ---------*/
#rightColumn {
	padding: 0px;
	margin: 0;
	width: 220px;
	float: right;
}
#rightColumn .section {
	margin: 10px 0px 10px 0px;
}
#rightColumn h4 {
	margin-left: 5px;
	width: 200px;
	padding: 8px 5px;
	border-bottom: 1px solid #413a30;
}
ul.rightNav {
	margin: 0px;
	padding:5px;
}
.rightNav ul.first {
	margin-top: 0px;
}
div #searchBox {
	background-color: #413a30;
	border: 1px solid #413a30;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rightNav {
	margin: 5px 0 0 0;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}
.rightNav li {
	list-style: none;
	text-align: left;
	width: 180px;
	margin: 0 0 0 10px;
	padding: 5px 0px 0px 0px;
	display: block;
}
.rightNav li input#s {
	width: 120px;
	padding-bottom: 2px;
}
.rightNav li.noImage {
	background-image: none;
}
/*-------------------- Clearer -------------------------*/
clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
	height: 0px;
	width: auto;
}
/*------------------------- footer ---------------------------*/
#footer {
	background-color: #29330A;
	clear:both;
	width: 950px;
	margin: 0px;
	padding: 5px;
}
#footer p span {
	margin-left: 20px;
	margin-right: 20px;
}
* html #footer {
	height:1px;
}
/* Map*/
/*---------- Map ----------*/
#map-container {
	background-color: #777;
	border: 1px solid #000;
}
#side-container, #side-container li {
	float: left;
}
#side-container {
	border: 1px solid #bbb;
	margin-right: 5px;
	margin-left: 40px;
	padding: 2px 4px;
	text-align: right;
	width: 230px;
}
#side-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side-container ul li {
	list-style: none;
}
#side-container li input {
	width: 160px;
}
#side-container .dir-label {
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
	width: 40px;
}
#dir-container {
	height: 285px;
	overflow: auto;
	padding: 2px 4px 2px 0;
}
#dir-container table {
	font-size: 1em;
	width: 100%;
}
span.search-terms {
	background-color: #FF0;
}
/**/
#leftBody form {
	padding: 0 20px;
	margin-left: 50px;
	width: 580px;
	height: 60px;
	border: 2px solid #29330A;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#leftBody form ul li#commentlist{
	margin-left: -28px;
}
div#searchMe form{
	border: none;
	width: 220px;
	margin:10px 0 10px 50px;
}
#leftBody form input#submitBtn {
	margin-bottom: 10px;
}
.hidden{
	display: none;
}
form#searchform input#s{
	width: 110px;
	margin-right: 10px;
	font-size: .8em;
}
form#searchform input#searchsubmit{
	width: 52px;
	float: right;
	margin-top: 0;
	margin-left: 2px;
}
