﻿html
{
    background-color: #000000;
}

body
{
    background-image: url('/css/images/bodytopgradient.gif');
    background-repeat: repeat-x;
    font-family: 'Lucida Grande' ,Verdana,Arial,Sans-Serif;
    color: #444444;
}

h1, h2, h3, h4
{
    font-family: 'Trebuchet MS' ,Verdana,Sans-Serif;
}

p
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 13px;
}

strong
{
    font-weight: bold;
}

.content .singlecolumn ul {
    font-size: 12px;
    line-height: 18px;
}

.singlecolumn
{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
}

.navigation
{
    color: #ffffff;
    padding-bottom: 35px;
    width: 100%;
    overflow: hidden;
}
.logolink
{
    display: block;
    padding-top: 50px;
    margin-bottom: 30px;
}
.menubox
{
    float: left;
    margin-right: 70px;
    font-family: Georgia;
}
.menubox a,
.footer a
{
    color: #CEDDCF;
    text-decoration: none;
}
.menubox a:hover,
.footer a:hover
{
    color: #9DB19E;
    text-decoration: underline;
}
.menubox a.sectionlink
{
    font-size: 24px;
    text-decoration: underline;
}
.menubox ul
{
    padding-top: 8px;
    padding-left: 4px;
}
.menubox ul li
{
    font-size: 13px;
}
.menubox .twitterupdate
{
    width: 200px;
    height: 88px;
    padding-left: 60px;
    background-image: url('/css/images/twittericon.png');
    background-repeat: no-repeat;
}

.content
{
    background-color: #ffffff;
}
.content .singlecolumn
{
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fafafa;
}
.breadcrumb{
    padding-bottom: 10px;
}
.blogpost, .textpage
{
    padding-bottom: 40px;
}
.blogpost h1, .textpage h1
{
    font-size: 30px;
    margin-bottom: 8px;
    border-bottom: 5px solid #888888;
}
.blogpost small.postmeta
{
    font-size: 11px;
}
h3
{
    font-size: 24px;
    margin-bottom: 8px;
}
.blogpost h3.title{
    border-bottom: 3px solid #888888;
}
.blogpost h3 a
{
    color: #444444;
    text-decoration: none;
}

.postmeta
{
    display: block;
    margin-bottom: 15px;
}
.postmeta span.date
{
    background-image: url("images/time.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-top: 2px;
}
.postmeta span.tags
{
    background-image: url("images/tag_blue.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-top: 2px;
}
.postmeta span.commentcount
{
    background-image: url("images/comment.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-top: 2px;
}

.blogpost pre, .blogpost code
{
    background-color: #333333;
    color: #eeeeee;
    padding: 10px;
    margin-bottom: 13px;
}

ul.relatedPostsList {
    padding-bottom: 30px;
}

li.comment
{
    padding: 10px;
    border-bottom: 1px solid #444444;
    margin: 10px;
}
li.comment strong
{
    font-weight: bold;
}

.commentform
{
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #444444;
    margin: 0 20px;
}
.commentform label
{
    font-size: 18px;
    line-height: 25px;
}
.commentform .textinput
{
    width: 100%;
    font-size: 20px;
}
.commentform .submitinput
{
    font-size: 20px;
    padding: 5px;
}
.commentform textarea
{
    width: 100%;
    height: 200px;
}

.footer
{
    height: 100px;
    padding-top: 10px;
    color: #ffffff;
}
.footer p
{
    text-align: center;
}
.tagcloud
{
    margin: 0 auto;
    width: 90%;
}
.tagcloud p
{
    text-align: center;
    line-height: 30px;
}
.tagcloud .tagweight1
{
    font-size: 12px;
}
.tagcloud .tagweight2
{
    font-size: 15px;
}
.tagcloud .tagweight3
{
    font-size: 18px;
}
.tagcloud .tagweight4
{
    font-size: 21px;
}
.tagcloud .tagweight5
{
    font-size: 24px;
}

.blogarchive ul li
{
    padding-left: 20px;
}
