/* this stylesheet does not get loaded into the pages directly but is called by the Reddit widget */

table.blog{
    border: none;
    width: 120px;
}

table.blog td {
    margin-right: 1px;
    text-align: left;
    padding: 0 2px 4px 0;
}

.arrow.up,
.arrow.upmod {
    margin-right: -2px;
}

.arrow.down,
.arrow.downmod {
    margin-right: 0;
}

.headimgcell img {
    display: none;
}

.headimgcell {
    background: transparent url(http://www.wired.com/images/reddit_icon5.png) no-repeat 0px 0;
    height: 16px;
    width: 16px;
}

* html .headimgcell {
    background: transparent url(http://www.wired.com/images/reddit_icon3.gif) no-repeat 0 0;
}

table.blog a {
    color: #007ca5;
    display: block;
    margin: 0 -5px 0 7px;
    font: bold 11px arial, helvetica, sans-serif;
}

table.blog a img {
    display: none;
}


table.blog .headimgcell {
    background-color: #fff;
    padding-bottom: 3px;
}

table.blog .headimgcell a {
    margin-right: 1px;
}

