/*  
Theme Name: Paul Gero
Theme URI: http://wordpress.org/
Description: WordPress theme for <a href="http://paulfgero.com">Paul F. Gero Photography</a>.
Version: 1.0
Author: Robert Haverly
Author URI: http://fourminus.com/

*/

* {margin: 0; padding: 0;}

body {
background: #E9E9E9;
font-size: 62.5%;
font-family: arial, tahoma, sans-serif;
color: #666;
}

.clr {clear: both;}
.center {text-align: center;}

#wrapper {
width: 837px;
margin: 0 auto;
background: url('images/wrapper-shadow.png') center repeat-y;
padding: 50px 15px;
font-size: 1.2em;
overflow: hidden;
}

a {text-decoration: underline;color: #333;}
a:hover {text-decoration: none;}
a img {border: 0px;}

#logo {
width: 192px;
float: left;
margin-left: 15px;
}

#logo h1 {text-indent: -9999px;}

#logo a {
display: block;
height: 60px;
background: url('images/paulfgero-logo.png') center no-repeat;
}

#nav {
float: right;
width: 630px;
text-align: right;
}

#nav ul {margin-bottom: 12px;}

#nav li {
font-size: 18px;
color: #666;
font-family: 'century gothic', sans-serif;
list-style: none;
display: inline;
}

#nav li a {
color: #666;
text-decoration: none;
}

#nav li a:hover {color: #C2C2C2;}

input.text {
background: #DAD5CD;
border: 1px solid #C5BDAF;
font-size: 1em;
color: #666;
padding: 6px 8px;
}

#header {
padding: 28px 0;
float: left;
}

#content {
clear: both;
}

#content.archives ul {
margin: 5px 20px;
}

#content.categories {text-align: center;}
#content.categories ul {list-style: none; }
#content.categories li {display: inline; font-size: 2em;}

.title {
background: url('images/title-background.png') center repeat-x;
width: 837px;
}

.title h2 {
font-size: 2em;
color: #666;
font-weight: normal;
display: inline;
padding-right: 10px;
background: #fff;
}

p.date {
color: #9F9F9F;
padding-bottom: 20px;
}

p {padding: 5px 0;}

.post {margin-bottom: 20px; clear: both;}

.comments {
margin: 10px 0 20px 0;
float: right;
font-size: 1.2em;
}

.comments a {
color: #666;
text-decoration: none;
}

.comments a:hover {
color: #333;
text-decoration: underline;
}

.commentlist {margin: 5px 20px;}
.commentlist a {font-weight: bold;}
.commentlist li {padding: 10px;}
.commentlist .alt {background: #F2F2F2;}

#commentform-container {
margin-top: 20px;
padding-top: 21px;
}

#footer {
background: url('images/bottom-shadow.png') top center no-repeat;
padding: 20px 0;
text-align: center;
}