body
{
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: #454545;
}

a
{
    outline: none;
    color:#008BEE;
    text-decoration:none;
}

a:hover
{
    color:#829A52;
}

img
{
    border: none;
}

#topwrap
{
    width: 960px;
    margin: 0 auto;
    padding: 100px 0;
}

#header
{
    width: 280px;
    float: left;
}

#content
{
    width: 520px;
    float: left;
}

#sidead
{
	width: 160px;
	float: left;
}

#social
{
	padding-top:15px;
}

#social .social_button
{
	width:83px;
	float:left;
}

#sharethis
{
	margin-top:20px;
}

#footer
{
    clear:both;
    border-top:1px solid #ccc;
    margin-top:20px;
}

#donate
{
    width: 250px;
    margin: 120px 0 0 0;
}
    
    #donatemessage span
    {
        font-weight: bold;
        color: #333;
    }

ul
{
    list-style: none;
}

    ul li
    {
        float: left;
        padding: 0 12px 0 0;
    }
.wrap
{
    width: 960px;
    margin: 0 auto;
}   
    
.clear
{
    clear:both;
}    
.stop
{
    background: #AE0000;
    color: #fff !important;
    border-color: #8c0101 !important;
}

.green
{
    background: #679B16;
    color: #fff !important;
    border-color: #568014 !important;
}
    
.box1
{
    color: #666;
    border: 1px solid #999;
    font-size: 18px;
    padding: 5px 3px;
}
    
    .box1:focus
    {
        border-color: #0084B4;
    }

.button1
{
    color: #666;
    border: 1px solid #999;
    font-size: 18px;
    padding: 4px;
    margin: 18px 0 0 0;
    cursor: pointer;
}

    .button1:hover
    {
        background: #454545;
        color: #f7f7f7;
        border-color: #999 !important;
    }

#display
{
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #display div
    {
        display: block;
    }
    
    #display .label
    {
        padding: 0 0 30px 8px;
    }
    
    #display .value
    {
        font-size: 80px;
        text-shadow: 1px 1px 2px #999;
    }
    
    #time .value
    {
        color: #b4d6ea;
    }
    
    #money
    {
        clear: both;
        padding: 60px 0 0 0;
    }
    
        #money .value
        {
            color: #829a52;
        }