@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,p,blockquote,th,td,pre,code{
    margin:0;
    padding:0;
}
html{
    background:#fff;
    color:#000;
}
body{
    font:12px/1.5 tahoma, arial, sans-serif;
}
li{
    list-style:none;
}
img{
    border:0;
}
#navbar-iframe{
    display:none;
}
a{
    text-decoration:none;
}
a:link,a:visited{
    color:#00e;
}
a:hover,a:active{
    color:red;
}
/* Header
----------------------------------------------- */
#header{
    width:90%;
}
#blog-title{
    margin:15px 0 15px 70px;
    font-size:40px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#description{
    margin:10px 10px 10px 350px;
    font-size:14px;
    color:#666;
}
/* Content
----------------------------------------------- */
#content{
    display:inline-block;
    width:90%;
}
#main2{
    margin-left:20px;
}
@media all{
    #main{
        width:600px;
        float:left;
    }
    #sidebar{
        width:220px;
        float:right;
    }
}
@media handheld{
    #main{
        width:100%;
        float:none;
    }
    #sidebar{
        width:100%;
        float:none;
    }
}
/* Headings
----------------------------------------------- */
h2{
    margin:5px;
    font-size:16px;
    letter-spacing:2px;
    color:#999;
}
/* Posts
----------------------------------------------- */
@media all{
    .date-header{
        margin:10px 0 5px;
        font-size:12px;
    }
    .post{
        margin:10px;
    }
}
@media handheld{
    .date-header{
        padding:0 5px;
        font-size:12px;
    }
    .post{
        padding:0 5px;
    }
}
.post-title{
    margin:7px 5px;
    font-size:20px;
}
p.post-footer{
    margin:10px 0;
    color:#666;
}
.post-footer em,.comment-link{
    margin-right:5px;
}
.post img{
    padding:4px;
    border:1px solid #222;
}
.post blockquote{
    margin:12px 20px;
}
.post blockquote p{
    margin:5px 0;
}
/* Comments
----------------------------------------------- */
#comments h4{
    margin:12px 0;
    font-size:14px;
    color:#666;
}
#comments h4 strong{
    font-size:14px;
}
#comments-block{
    margin:10px 0 12px;
}
#comments-block dt {
    margin:5px 0;
}
#comments-block dd {
    margin:3px 0 0;
}
#comments-block dd.comment-timestamp{
    margin:5px 0;
}
#comments-block dd p{
    margin-bottom:5px;
}
.deleted-comment{
    color:red;
}
.paging-control-container{
    float: right;
    margin-right:5px;
    font-size:10px;
}
.unneeded-paging-control{
    visibility: hidden;
}
/* Sidebar Content
----------------------------------------------- */
#sidebar ul{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #666;
}
#sidebar li{
    padding:0 0 3px 15px;
}
.archive-list li{
    list-style:disc inside;
}
/* Profile
----------------------------------------------- */
#profile-container{
    margin-bottom:10px;
    border-bottom:1px dashed #666;
    padding-bottom:10px;
}
.profile-datablock{
    margin:5px 0;
}
.profile-img{
    display:inline;
}
.profile-img img{
    float:left;
    padding:4px;
    border:1px solid #222;
    margin:0 8px 3px 0;
}
.profile-data strong{
    display:none;
}
.profile-textblock{
    margin-bottom:5px;
}
/* Footer
----------------------------------------------- */
#footer{
    clear:both;
    margin:15px;
    padding-top:5px;
    border-top:1px solid #666;
}
/* Feeds
----------------------------------------------- */
#blogfeeds{
    margin-top:5px;
}
#postfeeds{}