/*  

*****************************************************
-----------------------------------------------------

Theme Name: PierPerfection
Description: The Pier Professionals - Pier Perfection
Version: 1.0
Author: Bolder Design Studio
Author URI: http://bolderdesignstudio.com/
Theme URI: http://bolderdesignstudio.com/
Tags: two-columns, fixed-width, right-sidebar

-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}
body{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1em;
    vertical-align: top;
    color: #333333;
background:#666666 url(http://pierperfection.com/pierperfection/wp-content/uploads/2009/09/hdr_bkg.jpg) top repeat-x;

}

img{
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
    color: #003366;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
    color: #003366;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a:link, a:visited{
    text-decoration: none;
    color: #a52713;
}
a:hover{
    text-decoration: underline;
    color: #a52713;
}
p{
    padding: 10px 0 0 0;
    text-align:justify;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
}
#header{
    margin: 0 auto;
    position: relative;
    width: 800px;
    height: 252px;
    padding: 0px 0 0px;
}
#background_container{
    background-color: #;
    width: 100%;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    min-height:600px;
}

#content_container{
    margin: 0 auto;
    width: 800px;
    position: relative;
    background: #ffffff;
    min-height:600px;
    height:auto !important;
    height:600px;
}
#container{
 float:right;
margin:0 20px 0 0;
padding-top:21px;
width:500px;
padding-bottom:40px;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 0px 0 0px 0;
    clear: both;
}
.post h2{
    font-family: helvetica,verdana,arial,sans-serif;
    font-size: 1.8em;
}
.post h2 a{
    color: #003366;
}
.post h2 a:hover{
    color: #003366;
}
.entry{
    line-height: 18px;
}
.entry img{
    float: ;
    padding: 16px 12px 15px 0;
}
p.postmetadata{
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    clear: both;
}
p.postmetadata a{
    color: #a52713;
}

}
.post h4{
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 14px;
    border-bottom: solid 1px;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
background: #fff;
    margin: 0 auto;
    padding: 21px 0 0px 20px;
    float: left;
    width: 250px;
    font-family: Helvetica,verdana,arial,sans-serif;
    font-size: 1.4em;
    display: inline;
color:#000;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0px;
}
/*.sidebar ul li{
    padding: 0 0px;
}*/
.sidebar h2{
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding: 0px 0 0px 0;

}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{
    color: #5b5b5b;
}
.sidebar a:hover{
    color: #a52713;
}
#wp-calendar a{
    color: #a52713;
}
#wp-calendar{
    width: 100%;
}

/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}
#s{
    color: #5b5b5b;
    border: 4px solid #ccc;
    background: transparent;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

/*******************
 **     Footer    **
 *******************/

#footer{
    background-color:#990000;
    border-top:4px solid #000;    
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 100%;
    height: 80px;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
    color: #000000;
    font-size: 10px;
}
#footer a{
    color: #000000;
}
#footer .legal{
    color:#000000;
float:left;
font-size:0.9em;
padding-left:0;
}
#footer .credit{
    float: right;
    padding-right: 0px;
}

#footcenter{
margin-left: auto; 
margin-right: auto; 
text-align: left;
width: 800px;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}




#navbkg{
    background-color:#990000;
    border-top:2px solid #000;
    border-bottom:6px solid #000;    
    margin: auto 0px;
    padding: 0px 0 0 0;
    width: 100%;
    height: 36px;
}

#sucker{
margin-left: auto; 
margin-right: auto; 
text-align: left;
width: 800px;
}



