html body
{
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande',Calibri,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
}

abbr
{
    border: 0;
    outline: 0;
}

a
{
    border: 0;
    outline: 0;
}

div.post
{
    width: 546px;
    padding: 2px;
    margin: 0 auto 42px auto;
    line-height: 18px;
    overflow: auto;
}

div.post a
{
    text-decoration: underline;
    color: #666666;
}

div.post h1 a
{
    color: #48687f;
    text-decoration: none;
}

div.post h1
{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: auto;
}

div.post h2
{
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

div.post h3
{
margin: 0 0 5px 0;;
color: #999999;
font-size: 12px;
line-height: 14px;
}

div.footer
{
    clear: both;
    font-size: 11px;
    font-weight: bold;
    color: #aaaaaa;
    border-top: 1px dotted #efefef;
    border-bottom: 1px solid #dfdfdf;
    overflow: auto;
}

div.commentfooter
{
    clear: both;
    font-size: 11px;
    font-weight: bold;
    color: #aaaaaa;
    border-top: 1px dotted #efefef;
    border-bottom: 1px solid #dfdfdf;
}

div.commentfooter p
{
    margin: 5px 0 5px 0;
    padding: 0;
}

div#container
{
    width: 1003px;
    margin: 0 auto;
    padding: 2px;
    overflow: auto;
}

div#content
{
    width: 596px;
    padding: 2px;
    float: left;
}

div#miscellaneous
{
    width: 396px;
    padding: 2px;
    float: right;
}

div.spacead
{
    width: 348px;
    padding: 20px;
    margin: 0 auto 10px auto;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    text-align: center;
}

div.space
{
    width: 348px;
    padding: 20px;
    margin: 0 auto 10px auto;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    background-image: url("img/miscbg.png");
    background-repeat: repeat-x;
    overflow: auto;
}

div.space h1
{
    color: #48687f;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

div.space h1 a
{
    text-decoration: none;
}

div.space a
{
    text-decoration: underline;
    color: #666699;
}

img.flickr
{   
    float: left;
    border: 1px solid #cfcfff;
    margin: 0 15px 10px 0;
    padding: 3px;
    background: white;
}

img.flickrn
{   
    float: left;
    border: 0;
    padding: 3px;
    margin: 0 15px 10px 0;
}

img.flickrr
{
    float: right;
    border: 1px solid #cfcfff;
    margin: 0 0 10px 15px;
    padding: 3px;
    background: white;
}

img.flickrnr
{
    float: right;
    border: 0;
    padding: 3px;
    margin: 0 0 10px 15px;
}


div#banner
{
    height: 100px;
    padding: 10px;
    margin: 0 0 10px 0;
    background-color: #c21311;
    color: white;
    background-image: url("img/header.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: 2px solid black;
}

div#banner h1
{
    margin: 0;
    font-size: 16px;
}

div#banner h2
{
    margin: 0;
    font-size: 12px;
}

div#banner a
{
    color: white;
    text-decoration: none;
}

/* COMMENTS */

input.cssform
{
width: 250px;
}

input,textarea
{
padding: 3px 3px 3px 3px;
border: 1px solid #cccccc;
background-color: #f1f1f1;
font-family: 'Lucida Grande',Calibri,Verdana,Helvetica,Arial,sans-serif;
font-size: 12px;
}

input:focus,textarea:focus
{
    background-color: white;
}

textarea
{
    width: 400px;
    height: 300px;
}

div#comments
{
    font-size: 12px;
    font-family: 'Lucida Grande',Calibri,Verdana,Helvetica,Arial,sans-serif;
}

div.sitat
{
    width: 200px;
    float: right;
    border: 1px solid gray;
    background-color: #f2efff;
    padding: 15px;
    margin: 15px 0 15px 15px;
    font-size: 10px;
    font-family: 'Lucida Grande',Calibri,Verdana,Helvetica,Arial,sans-serif;
    background-image: url('img/quote.gif');
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

div.quote
{
    border-left: 1px solid #dddddd;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 11px;
    font-family: 'Lucida Grande',Calibri,Verdana,Helvetica,Arial,sans-serif;
}

div#bottom
{
    clear: both;
    text-align: center;
    overflow: auto;
    background-color: black; 
    padding: 15px;
    margin-top: 30px;
}

