::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
    background-color: #fff;
    margin: 40px;
    font: 13px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
    border: 0px;
}

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

#login{
    float: right;
    text-align: right;
    font-size: 11px;
    padding: 0 10px 0 10px;
}

#search{
    float: right;
    text-align: right;
    font-size: 11px;
    padding: 0 10px 0 10px;
}

#loginbox{
    display: none;
    text-align: left;
}

#logoutbox{
    display: none;
    text-align: center;
    margin: 0 15px 0 15px;
}


#body{
    margin: 0 15px 0 15px;
}

#video{
    margin: 0 15px 0 15px;
}

#editbox{
    margin: 0 15px 0 15px;
}
        
#transcript{
    margin: 0 15px 0 15px;
}

#change{
    margin: 0 15px 0 15px;
    display: none;
    background-color: lightgrey;
}

span.quote{
    font: 18px bold Helvetica, Arial, sans-serif;
}

a.home_link{
    text-decoration:none;
    color:black;
    outline:none;
}

a.quote_link{
    text-decoration:none;
    color: rgb(0, 51, 153);
    outline:none;
}

a.vote_link{
    text-decoration:none;
    color:black;
    outline:none;
    font-size: 8px;
}

#userdata{
    margin: 0 15px 0 15px;
}

#history{
    margin: 0 15px 0 15px;
}

#comments{
    margin: 0 15px 0 15px;
}


p.annoyingpad{
    font-size: 8px;
}

p.options{
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 15px 0 15px;
    margin: 2px 0 0 0;
}

p.footer{
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 4px 0 0 0;
}

p.errors{
    font-size: 16px;
    color: red;
    font-weight: bold;
}

p.quote{
    padding: 9px 12px;
    border: 1px solid rgb(232, 232, 232);
    font-family: Arial normal sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: rgb(51, 51, 51);
}

p.tweet{
    padding: 9px 12px;
    border: 1px solid rgb(232, 232, 232);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: rgb(51, 51, 51);
}

a.twitter-atreply.pretty-link{
    text-decoration: none;
}

#container{
    margin: 10px;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
}

