/*  
Theme Name: Peak Wind LLC
Theme URI: http://wordpress.org/
Description: A custom designed theme for Peak Wind LLC.
Version: 1.0
Author: Savvydog
Author URI: http://savvydog.com/
*/


body {
margin: 0;
padding: 0;
background-image:url(images/background.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/****** TEXT STYLES *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
color: #69523e;
font-weight: bold;
font-size: 16px;
padding-bottom: 10px;
}

h2 {
color: #69523e;
font-weight: bold;
font-size: 14px;
}
h2.newsevents { padding: 10px 0; }

p {
margin:0;
padding:0 0 10px 0;
font-size: 12px;
line-height: 16px;
}

p.date {
font-style: italic;
font-size: 9px;
padding-bottom: 5px;
}

a {
color: #339bc9;
}



#page {
width: 1008px;
margin: 0 auto;
}

/********** HEADER **********/
#header {
width: 1008px;
height: 123px;
/* image is 123px h */
background:url(images/headergraphic.jpg) no-repeat 21px 0;
margin: 10px 0;
}
#header #headerleft {
display: block;
width: 21px;
height: 106px;
background:url(images/header_left.gif) no-repeat;
float: left;
}
#header #headerright {
display: block;
width: 21px;
height: 106px;
background:url(images/header_right.gif) no-repeat;
float: right;
}

#header a#logo {
display: block;
width: 210px;
height: 106px;
margin: 0 0 0 375px;
float: left;
}
#header a#logo span {
display: none;
}

#navcontainer ul
{
clear: both;
text-align: center;
margin: 0;
padding: 0;
background:url(images/header_nav_background.gif) no-repeat;
color: #69523e;
width: 1008px;
line-height: 17px;
font-size: 11px;
}

#navcontainer ul li
{
display: inline;
padding: 0;
margin: 0;

}

#navcontainer ul li a
{
padding: 2px 10px;
color: #69523e;
text-decoration: none;
border-right: 1px solid #69523e;
}

#navcontainer ul li#last a {
border: none;
}

#navcontainer ul li a:hover
{
background:url(images/nav_hover_background.gif) repeat-x;
color: #69523e;
}

/********** MAIN GRAPHIC **********/
#maingraphic {
width: 1008px;
height: 236px;
background:url(images/maingraphic.jpg) no-repeat 21px 0;
margin: 0 0 10px 0;
}

#maingraphic #mainleft {
display: block;
width: 21px;
height: 236px;
background:url(images/maingraphic_left.gif) no-repeat;
float: left;
}
#maingraphic #mainright {
display: block;
width: 21px;
height: 236px;
background:url(images/maingraphic_right.gif) no-repeat;
float: right;
}

/********** CONTENT **********/
#contenttop {
display: block;
width: 1008px;
height: 19px;
background: url(images/content_top.gif) no-repeat;
}

#contentbottom {
display: block;
width: 1008px;
height: 48px;
background:url(images/content_bottom.gif) no-repeat;
}

#content {
width: 1008px;
background-color:#FFF;
}
#content #maincontent {
width:600px;
padding: 0 30px;
float: left;
}
#content #sidecontent {
width: 288px;
padding: 0 30px;
float: left;
}

.subnavigation {
font-size: 13px;
line-height: 16px;
border-bottom: 1px dashed #69523e;
padding: 0 0 4px 0;
margin: 0 0 20px 0;
}
.subnavigation .current_page_item a {
text-decoration: none;
font-weight: bold;
color: #69523e;
}

.post {
margin-top: 15px;
}

.alignright {
float: right;
margin: 0 0 10px 10px;
}

.alignleft {
float: left;
margin: 0 10px 10px 0;
}

img {
border: 2px solid #339bc9;	
}

table.contactform {
font-size: 12px;
}
table.contactform td {
vertical-align: top;
}
table.contactform td.label {
font-weight: bold;
}



/********** FOOTER **********/
#footer {
text-align: center;
font-size: 10px;
padding: 10px 0;
color: #fff;
}
#footer #footernav {
list-style:none;
margin: 0;
padding: 0 0 5px 0;
}
#footer #footernav li {
display:inline;
}
#footer #footernav li a {
padding: 0 10px;
}

#footer p {
font-size: 10px;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #000;
}

/********** FLOAT CLEARS **********/
#content:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}