﻿
#download
{
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    width: 252px;
    height: 52px;
    line-height: 52px;
    text-indent: -1000em;
    background: url(images/download.png) no-repeat top left;
}

#download:hover
{
    background-position: bottom left;
}

.highlight, .feature
{
    padding: 0 10px 0 60px;
    margin-top: 1em;
    position: relative;
}
.highlight img, .feature img
{
    position: absolute;
    top: 0px;
    left: 0;
}

#announcements
{
    position: relative;
}
#announcements .more
{
    text-align: right;
}
#announcements .more a
{
    color: #999;
}
#announcements .rss
{
    position: absolute;
    top: 1.5em;
    right: 0;
}
#announcements .rss a
{
    width: 14px;
    height: 14px;
    display: block;
    background: url(images/rss.png) no-repeat 0 0;
    text-indent: -1000em;
}

#feed .gfc-resultsHeader
{
    border: none;
}
#feed .gfc-title, #feed .gf-author, #feed .gf-snippet, #feed .gf-spacer
{
    display: none;
}
#feed .gf-result
{
    position: relative;
    font-size: 93%;
    line-height: 140%;
}
#feed div.gf-title
{
    width: 220px;
    height: auto;
    padding-left: 20px;
    background: url(images/emblem-special.png) no-repeat 0 0;
}
#feed .gf-relativePublishedDate
{
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 0.85em;
}
#feed a
{
    text-decoration: none;
}
#feed a:hover
{
    text-decoration: underline;
}

#comments
{ //margin-left:50px;
//background-color:Fuchsia;
//width:45%;
}

#sidebar
{
    width: 100%;
    text-align: left;
    float: right;
}

#sidebar a
{
    width: 220px;
    height: auto;
    padding-left: 20px;
    background: url(images/emblem-special.png) no-repeat 0 0; 
}



.content .yui-u h1, .content .yui-u a, #comments h2
{
    color: #5d2765;
    background: none;
}

.content .yui-u.first h2 
{
    height: 45px;
    background: url(images/head.png) no-repeat 0 0;
    padding: 5px 0 0 10px; 
    text-align: left;
}

.content .yui-u.first h2 a 
{
    color: #ffffff;
}

.commenthead
{
    background: url(images/head-aside.png) no-repeat 0 0; 
    color: #ffffff;
    padding-top: 10px;
}

.commenthead #author 
{
    margin-left: 10px;
    margin-top: -5px;
    font-size: large;
    font-weight: bold;
    text-align:left;
    margin-right: 10px;
}

.commenthead #author a
{
    color: #ffffff;
}

.commenthead #author #meta
{
    font-size:small;
    text-align: right;
    margin-top: -20px;
    margin-right: 30px;
    color: #ffffff;
}

.commenthead .gravatar
{
    margin-top: -26px;
    margin-left: 0px;
    text-align: right;
}

.comment-author img cite, .comment-author img span 
{
    padding-top: 0px;
}

.comment-author img
{
    padding-left:   15px;
    padding-top:    7px;    

}

.commentbody 
{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}



.yui-u.first.article
{
    width: 600px;
    padding-right: 0px;
}

.yui-u.first.article ul 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.yui-u.first.article ul li
{
    height: auto;
    padding-left: 20px;
    margin-top: 10px;
    background: url(images/emblem-special.png) no-repeat 0 0; 
}

.yui-u.comments 
{
    width: 35%;
}
