#title
{
    white-space: nowrap;
}

.entry
{
    line-height: 180%;
    padding-left: 50px;
    padding-right: 50px;
}

.entry A,
.entry A:hover
{
    color: #27a;
    text-decoration: none;
    /* border-bottom: 1px solid #27a; */
    border-bottom: none;
}

.entry A:hover
{
    color: #b20;
}

/* style the Tender tab */
#tender_toggler
{
    z-index: 5000 !important;
    left: 600px !important;
    top: 0px !important;
    width: 150px !important;
    padding: 0px !important;
    background-image: none !important;
    position:  fixed !important;
}

#tender_window
{
    position: fixed !important;
    top: 100px !important;
}

#tender_toggler #tender_toggler_link
{
    /*
    background-image: url(http://ahren.org/public/misc/help-hz.png) !important;
    background: #222 url(http://ahren.org/public/misc/help-hz.png) no-repeat !important;
    */
    background: url("http://ahren.org/public/misc/help-hz.png") no-repeat scroll 0 0 transparent !important;}
}

/* hide the WP stats smiley */
IMG#wpstats
{
    display:none;
}

/* .greytable */

.greytable
{
    background-color: #777777;
    border: 0px solid #777777;
    border-top-width: 3px;
    border-bottom-width: 35px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.greytable TH
{
    border-left: 1px solid #aaaaaa;    
    color: #ffffff;
    font-size: 11pt;
    padding: 10px 20px;
}

.greytable TD
{
    text-align: center;
    background-color: #dddddd;
    border-left: 1px dotted #bbbbbb;
    border-top: 5px solid #eeeeee;
    padding: 10px 20px;
    line-height: 120%;
}

.greytable TR > TD:first-child,
.greytable TR > TH:first-child
{
    border-left: none;
}

.greytable > TBODY TD:first-child
{
    background-color: #cccccc;
    text-align: left;
    font-weight: bold;
}

.greytable > TBODY > TR:first-child > TD
{
    border-top: none;
}

.greytable .winner
{
    background-color: #99aa00;
    color: #ffffff;
    font-weight: bold;
}

/* end .greytable */

.sourcelinkbox
{
    background-color: #e6e6e6;
    margin-bottom: 5px;
}

.nostyle
{
    margin: 0px !important;
    padding: 0px !important;
    background-color: inherit !important;
    color: inherit !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

UL.nostyle,
OL.nostyle
{
    padding-left: 40px !important;
}

#responsebox
{
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #ddd;
}

#replytext
{
    border-width: 0px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#commentguide
{
    text-align: left;
    background-color: #eee;
    line-height: 150%;
    border-width: 0px !important;
}

.post .title,
#comments > legend,
.comment > legend,
#responsebox > legend
{
    background-color: #666;
}

.post .title
{
    padding-top: 6px;
    padding-bottom: 6px;
}

#title
{
    font-size: 32pt;
}

.post .title a:before
{
    content: '\2205';
}

.rounded
{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.rounded-small
{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

