#blog
{
    /*width: 550px;
    background-color: #eff2f3;/*#202020;
    width: 680px;
    padding-left: 10px;
    padding-right: 10px;*/
    clear: right;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
}

#blog p
{
    padding-left: 7px;
    padding-right: 7px;
}

#sidebar
{
    width: 140px;
    float: right;
}

ul#blog-categories
{
    margin: 0px;
    padding: 0px;
    
    list-style-type: none;
}

ul#blog-categories li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul#blog-categories li ul li
{
    margin: 0px;
    padding: 0px;
}

.blog-search-form
{
    float: right;
    margin-right: 10px;
}

#blog-search-container
{
    height: 22px;
    
    text-align: center;
    background: url("../../images/blog/glossy_black.gif");

    border-bottom: 1px solid #ffffff;
}

#blog-search
{
    margin-top: 1px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    
    border: 0px;
}

#blog-author
{
    width: 140px;
    height: 123px;
        
    position: relative;
    overflow: hidden;
}

#blog-portrait
{
    top: 0px;
    left: 0px;

    position: absolute;
}

#blog-source
{
    left: 0px;
    bottom: 0px;
    
    position: absolute;
    
    color: #ffffff;
    font-size: 10px;
    font-family: Monaco;
    
    white-space: pre;
}

div.post
{
    margin-bottom: 20px;
}

h2.blog-title
{
    /*width: 515px;*/
    width: 665px;
    
    padding-top: 20px;
    padding-left: 35px;
    margin-bottom: 10px;

    font-size: 18px;
    
    background: url("../../images/quote.gif")
                top left
                no-repeat;
}

h2.blog-date
{
    float: right;
    width: inherit;
    display: inline;
    
    padding-top: 24px;
    
    border: 0px;
    
    font-size: 14px;
    font-variant: small-caps;
}

h2.meta
{
    
    font-size: 10px;
    
    text-align: right;
    text-transform: uppercase;
    
    padding-top: 2px;
    margin-top: 10px;

    border-top: 1px solid #ffffff;
    border-bottom: 0px;
}

/* Blog Search */

#blog-search-results
{
    display: none;
    
/*    width: 550px;*/
    margin: 0px;
}

#blog-search-results .blog-search-group
{   
    border: 0px;
    
    background: url("../../images/blog/group-header.png")
                top repeat-x;
}

#blog-search-results h2
{
    height: 20px;

    margin: 0px 0px 0px 5px;
    padding: 0px;
    
    border: 0px;
}

#blog-search-results h2 a
{
    display: table-cell;
    
    height: 20px;

    padding: 0px 0px 0px 16px;
    
    border: 0px;
    
    color: #ffffff;
    
    vertical-align: middle;
    
    background: url("../../images/blog/group-disclosure-down.png")
                left no-repeat;
}

#blog-search-results li a
{
    display: block;
    
    width: 100%;
    line-height: 20px;
    
    text-align: right;
}

#blog-search-results-counter-container
{
    width: 550px;
    height: 22px;
    
    line-height: 22px;
    padding-right: 10px;
    
    text-align: right;
}

#blog-search-results h3
{
    height: 20px;

    margin: 0px;
    padding: 0px 0px 0px 21px;
    
    border: 0px;
}

#blog-search-results h4
{
    width: 100px;
    height: 20px;
    
    margin: 0px;
    padding: 0px;

    float: right;
    
    border: 0px;
}

#blog-search-results .blog-result-date
{
    width: 90px;
    float: right;

    padding: 0px 5px 0px 10px;
}

#blog-search-results .blog-result-time
{
    width: 60px;
    float: right;
        
    padding: 0px 10px 0px 5px;
}

#blog-search-results .blog-result-title
{
    display: block;
    
    padding-left: 21px;
    
    text-align: left;
}

#blog-search-results ul
{
    margin: 0px;
    padding: 0px;
    
    list-style-type: none;
    
    border-top: 1px solid #f7f7f7;
}

#blog-search-results li
{
    height: 20px;
    
    border-bottom: 1px solid #f7f7f7;

    background-color: #454545;
}