/*
Theme Name: Pixelcarve
Theme URI: http://pixelcarve.com
Description: Pixelcarve blog theme.
Author: Pixelcarve Inc.
Author URI: http://pixelcarve.com
Tags: pixelcarve, blog, blue, brown
*/

body { background:url(images/bg-body.gif);  margin:0; font-family:arial, helvetica, sans-serif; line-height:1.25em; color:#2f2724; }
h1 { color:#95461f; font-size:24px; font-weight:normal; text-align:left; }
h1 a { color:#999; text-decoration:none; }
h1 a:hover { color:#2277bc; }
h2, h2 a { color:#2277bc; font-size:18px; font-weight:bold; text-decoration:none; text-align:left; }
h2 a:hover { color:#222; }
h3, #midcol h2, #rightcol h2 { color:#333333; font-size:18px; font-weight:bold; margin:15px 0 5px 0; }
h4 { font-size:16px; font-weight:normal; color:#847c78; text-align:left; line-height:1.45em; }
hr { border:0; border-bottom:1px dashed #c3bcb5; height:1px; display:block; margin:20px 0; }
a { text-decoration:underline; color:#2d2724; }
a:hover { color:#2277bc; text-decoration:none; }
blockquote { background:url(images/quote.gif) no-repeat top left; font-style:italic; display:block; text-indent:0; padding:10px 15px 0 15px; margin:0 0 0 0; text-align:left;}


/* Layout */

#wrapper {
    width:982px;
    margin:0px auto;
    height:auto;
}

.testimonials {
text-align:right;
}

#header {
    float:left;
    width:100%;
    height:80px;
    margin:0px;
    padding-left: 24px;
    padding-top: 58px;
    background:url(images/bg-header.jpg) no-repeat top left;
    margin-left: -1px;
    vertical-align: bottom;
    overflow: visible;
}
#white {
 padding: 20px;
 padding-top: 0px;
 height:100%;
 background: #fff url(images/bg-right.jpg) repeat-y top right;
}


#content {
    float:left;
    width:480px;
    padding:30px 20px 0 0;
    font-size:12px;
    clear:left;
    text-align:justify;
    margin: 0px;
    min-height:600px;
}

#midcol {
    float:left;
    width:200px;
    padding:0 0 0 30px;
    margin:0px;
    margin-top: 15px;
    font-size:12px;
    min-height:600px;
}

#midcol ul,
#midcol li,
#rightcol ul,
#rightcol li {
    list-style:none;
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
    list-style-position:outside;
}

#midcol ul,
#rightcol ul {
    padding:0 0 15px 0;
}

ul ul {
    border-bottom:0;
}


#rightcol {
    float:left;
    padding-left: 40px;
    margin-top: 15px;
    width:170px;
    font-size:12px;
    min-height:600px;
}

#footer {
    width:100%;
    height:30px;
    color:#fff;
    font-size:10px;
    clear:both;
    padding:20px 0;
}

.address {
    width:950px;
    margin:0px auto;
}

.address b {
    color:#4db2e3;
    font-weight:normal;
}


.metadata {
    display:block;
    font-size:11px;
    margin:20px 0;
    width:100%;
    line-height:1.5em;
}

.metadata img {
    vertical-align:text-bottom;
}


.single {
    font-size:10px;
    color:#625956;
    border-top:1px dashed #c3bcb5;
    border-bottom:1px dashed #c3bcb5;
    padding:10px 0;
}

#midcol ul small {
    color:#3795d5;
    font-weight:bold;
}


/* Input, Forms */

input {
    background:#fff;
    font-family:arial, helvetica, sans-serif;
    font-size:11px;
    border:1px solid #1a1a1a;
    color:#5a5a5a;
    padding:3px;
}

input.subscribe {
    padding:0;
    border:0;
    border-collapse:collapse;
    position:relative;
    top:.6em;
    margin:0;
    display:inline;
    left:5px;
}

*+html input.subscribe {
    top:.4em;
}

input.search {
    width:26px;
    height:22px;
    border:0;
    background:url(images/search.gif);
}

select {
    font-size:11px;
    color:#555;
    font-family:arial, helvetica, sans-serif;
}


/* Comments */

ol.commentlist,
ol.commentlist li {
    list-style:none;
    list-style-type:none;
    margin:0;
    list-style-position:outside;
}


ol.commentlist {
    margin:0;
    padding:0;
    font-size:11px !important;
}

ol.commentlist li {

    padding:10px;
}

ol.commentlist li.alt {
    background:#f5efe4;
    border-bottom:0;
}

ol.commentlist p {
display:block;
margin:0 0 0 0;
}

/* Post Images */

img.size-thumbnail, img.size-full {
    float:left;
    padding:3px;
    background:#fff;
    border:2px solid #e7e0d5;
}

img.size-full {
float:none;
margin:0 0 5px 0;
}

a:hover img.size-thumbnail, 
a:hover img.size-full {
    border:2px solid #2277bc;
}


img.alignleft {
    margin:0 15px 5px 0;
}

img.alignright {
    margin:0 0 5px 15px;
}

