/*
Theme Name: Pawblog
Theme URI: http://pawtrero.com/
Description: Default theme for Pawtrero weblog.
Version: 1.0
Author: nr10 LLC
Author URI: http://www.nr10.com/
Tags: pawtrero, pawblog

*/


/* global whitespace reset */
* {
    padding: 0;
    margin: 0;
}

/* ------ sitewide styles */

body {
    font: 13px Times, "Times New Roman", serif;
    color: #333300;
    background-color: #aaa87b;
    line-height: 1.4;
}

a {
    color: #89483c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p, ul, ol {
    margin-bottom: 15px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #636231;
    line-height: 1;
    margin-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a {
    color: #636231;
    text-decoration: none;
}

h2 {
    font-size: 18px;
}

h1, h2 {
    text-transform: uppercase;
    letter-spacing: .075em;
}

.clearFloats {
    clear: both;
    height: 0;
}

/* ------ template */

#wrapper {
    width: 790px; /* plus 15px padding = 805px */
    margin: 0 auto;
    padding-left: 15px;
    padding-bottom: 20px;
}

#columnsWrapper {
    background: url("images/template/columns_background.png") repeat-y;
    width: 775px;
}

#leftColumn {
    background: url("images/template/white-column_top.png") no-repeat;
    width: 495px; /* plus 60px padding = 555px */
    padding: 80px 25px 0 35px;
    position: relative;
    float: left;
}

#rightColumn {
    width: 205px;
    position: relative;
    float: right;
}

/* ------ header */

#header {
    background: url("images/header/background.jpg") right no-repeat;
    width: 765px; /* plus 25px padding = 790px */
    height: 111px; /* plus 20px padding = 131px */
    padding-left: 25px;
    padding-top: 20px;
    position: relative;
}

#header h1 {
    margin-bottom: 10px;
}

/* ------ sidebar */

#searchBox {
    width: 100%;
    background-color: #aaa87b;
    text-align: right;
}

img.storeLink {
    float: right;
    margin-bottom: 15px;
}

#searchBox fieldset {
    border: none;
    clear: right;
    padding-bottom: 15px;
}

#searchBox fieldset label {
    font-size: 10px;
    text-transform: uppercase;
    color: #e3e2a7;
}

input.entryField {
    width: 115px;
    margin-right: 3px;
}

#sidebar {
    padding: 25px;
    line-height: 1.2;
}

#sidebar, #sidebar a {
    color: #ffffff;
}

#sidebar h2, #sidebar h3 {
    color: #e3e2a7;
    text-transform: none;
    letter-spacing: normal;
}

#sidebar li {
    list-style-type: none;
}

#sidebar li li {
    margin-left: 30px;
}

/* ------ footer */

#footer {
    padding: 0 275px 30px 35px;
}

#footer p {
    color: #636231;
    margin-bottom: 0;
}

/* ------ comments form */

textarea#comment {
    width: 100%;
}

form#commentform {
    margin-bottom: 35px;
}

/* ------ comments list */

ol.commentlist {
    margin-bottom: 25px;
}

ol.commentlist li {
    list-style-type: none;
    border-bottom: 1px solid #78782b;
    padding: 25px 0 10px 0;
}

img.avatar {
    margin-right: 10px;
    vertical-align: bottom;
}

/* ------ search results */

ol#searchResults {
    margin-left: 50px;
}

/* ------ entries */

.entry {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #78782b;
}

.entryContent, p.entryDate, p.entryMetaData  {
    padding: 0 5px;
}

p.entryDate, p.entryMetaData {
    font: 11px Verdana, Arial, sans-serif;
}

p.entryDate, p.entryDate a {
    color: #78782b;
}

p.entryDate {
    background-color: #ffffcc;
    padding: 5px;
}

p.entryComments {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0
}

h2.entryTitle {
    margin-bottom: 5px;
}



