﻿body
{
    text-align: center;
    background-color: black;
    background-image: url("../images/backpattern.png");
    background-repeat: repeat;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    /*CandaraEmbed,Candara,Verdana,sans-serif;*/
    font-size: larger;
    line-height: 130%;
}

#page
{
    text-align: left;
}

#blog_page
{
    background-color: White;
}

#sidebar
{
}

#header
{
    height: 100px;
    background-color: Black;
    background-image: url("../images/skinHeaderBack.png");
    background-repeat: repeat-x;
}

#copy
{
    background-color: Black;
    color: White;
    text-align: center;
    font-size: xx-small;
}

h1.title
{
    color: #ffffff;
    background-image: url("../images/skinTitle.png");
    height: 90px;
    width: 470px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 5 0 0 0;
}

h1.span
{
    visibility: hidden;
}

#footer
{
    min-height: 244px;
    background-color: Black;
    background-image: url("../images/skinFooterBack.png");
    background-repeat: repeat-x;
    color: #ffffff;
    clear: both;
}

#footer ul
{
    margin-left: 10px;
}

#postlist
{
}

#sidebar
{
}

.footeritem
{
    margin-top: 4px;
    list-style-type: none;
    font-size: x-small;
}

.footeritem li
{
    margin-left: 0px;
    list-style-type: none;
    line-height: 120%;
}


.footeritem span
{
    display: block;
    width: 160px;
    text-indent: -9000px;
    background-image: url("../images/titles.png");
    height: 50px;
}

.categories span
{
    background-position: -6px;
}

.tags span
{
    background-position: -246px;
}

.recent span
{
    background-position: -486px;
}

.blogroll span
{
    background-position: -726px;
}


.categories > ul, .tags > ul, .recent > ul, .blogroll > ul
{
    margin-left: 0px;
}

#footer > ul
{
    display: block;
}

a.footerlink
{
    text-decoration: none;
    color: White;
}

h2
{
    text-decoration: none;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    margin-bottom: 4px;
}

h2 > a, h2 > a:visited
{
    color: Black;
    text-decoration: none;
}

#content
{
    min-height: 600px;
}

.masterfeed
{
    position: relative;
    top:10px;
}

span.rss
{
    display:none;    
}

.postinfo
{
    font-size: small;
}

.postmetadata
{
    font-size: small;
}

.watermark
{
    color: #999 !important;
}

#postTabs
{
    font-size: 1.4em;
}

#comments li, #trackbacks li
{
    margin-left: 0px;
    list-style-type: none;
    width: 100%;
}

.wrap .avatar
{
    float: left;
}

.wrap .details
{
    float: left;
    margin-left: 4px;
}

.wrap
{
    border-bottom-width: thin;
    border-bottom-color: #333;
    border-bottom-style: solid;
    margin-bottom: 8px;
}

.details
{
    width: auto;
}

.details .head
{
    margin-bottom: 4px;
}


