body
{
    background-color: white;
    font-family: Georgia;
    margin: 0px;
    color: #222;
}

/****************
Top bar
*****************/
#topbar
{
    width: 100%;
    text-align: center;
    background-color: #222;
    border-bottom: 2px solid black;
    font-size: .8em;
    padding: 5px; 
    color: #AAA;
    margin-bottom: 30px;
}

#topbar ul
{
    display: inline;
    margin-right: 30px;
}

#topbar ul li
{
    display: inline;
    list-style-type: none;
    margin-right: 12px;
}

#topbar ul li a
{
    color: white;
    text-decoration: none;
}

#topbar ul li a:hover
{
    text-decoration: underline;
}


/****************
Basic styles
*****************/
a
{
    color:#CC0000;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

/****************
Header
*****************/
#header
{
    margin-bottom: 80px;
}


/****************
Main Content
*****************/
#wrapper
{
    width: 792px;
    margin: 0px auto;
    margin-bottom: 30px;
}

#blog-title
{
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    text-transform: none;
}

.big-title
{
    clear: both;
    color: #CC0000;
    font-size: 5em;
    font-weight: normal;
    line-height: 1em;
    margin-top: 100px;
    text-transform: capitalize;
}

.big-title img 
{
    margin-right: 20px;
    margin-top: -50px;
}

#container
{
    width: 792px;
    margin: 0px auto;
}

.post
{
    clear: both;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

.post .meta
{
    float: left;
    width: 150px;
    margin-right: 70px;
    text-align: right;
}

.post .meta .type
{
    font-size: 2.4em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post .meta .submeta a.permalink
{
    font-size: 2.5em;
    text-decoration: none;
    display: block;
}

.post .meta .tags
{
    display: block;
    margin-top: 20px;
}

.post .meta .tags a
{   
    color: #999;
}

.post .content
{
    float: left;
    width: 570px;
    font-size: 1.2em;
    line-height: 1.6em;
}

.post .content h2
{
    margin-top: -5px;
    font-size:2.5em;
    line-height:1.2em;
}

.post .content .quote
{
    font-size: 1.8em;
    line-height: 1.3em;
    display: block;
    margin-bottom: 20px;
}

.post .content .source
{
    font-style: italic;
}

.notes-and-comments
{
    float: right;
    width: 570px;
}

/****************
WUFOO
*****************/
.wufoo .info h2
{
    display: none;
}

.wufoo label.desc
{
    font-weight: normal;
}

.wufoo input.btTxt
{
    color:#444444;
    font-family:Georgia;
    font-size:180%;
}


/* -------- CLEARFIX -------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hide from IE-mac \*
height: 1px;
/* End hide from IE-mac */
}
/* -------- END CLEARFIX -------- */