body
{
    background-color: #aaca45;
    background-image: url('../img/background.png');
    background-repeat:repeat-x;
    font-family: Verdana;
}

#gras
{
    background-image: url('../img/gras.png');
    display: block;
    float: left;
    margin-left: 55px;
    margin-top: 80px;
    z-index: 99;
    position: absolute;
    width: 855px;
}

#leikurinn
{
    background-image: url('../img/leikurinn.png');
    display: block;
    float: left;
    margin-left: 60px;
    margin-top: 50px;
    position: absolute;
    width: 205px;
    height: 35px;
}

#all
{
    margin-left: 50px;
    width: 855px;
}
/* Top */
#header
{
    height: 100px;
}

#ego
{
    background-image: url('../img/sky.png');
    border-width: 1px;
    display: block;
    float: right;
    font-size: small;
    margin-left:600px;
    padding: 10px;
    position: absolute;
    width: 200px;
}

/* Middle */
#middle
{
    
}

.round_border_top_20
{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -khtml-border-radius-topleft: 20px;
    -khtml-border-radius-topright: 20px;
}

.round_border_bottom_20
{
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -khtml-border-radius-bottomleft: 20px;
    -khtml-border-radius-bottomright: 20px;
}

.round_border_bottom_10
{
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
}

.round_border_top_10
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
}

#left
{
    float: left;
    width: 650px;
}

#links
{
    background-color: #a1ca52;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    color: white;
    padding: 5px;
    padding-bottom: 8px;
    padding-left: 8px;
}
a:link.links, a:visited.links
{
    color: white;
    //font-weight: bold;
    text-decoration: none;
}
a:hover.links
{
    text-decoration: underline;
}

.gras_bottom
{
    background-color: white;
    background-image: url('../img/gras-repeat-x.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

#content
{
    min-height: 800px;
    padding: 15px;
}

.messages
{
    background-color: #ddf495;
    color: #526d1d;
    padding: 10px;
}

.message_title
{
    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: large;
    padding: 2px;
    width: 500px;
}

a:link.content, a:visited.content
{
    color: gray;
    text-decoration: none;
}
a:hover.content
{
    text-decoration: underline;
}

.green
{
    background-color: #dcf496;
    color: #566f11;
}
.red
{
    background-color: #d15e65;
    color: white;
}
.gray
{
    background-color: #e8e8e8;
    color: black
}
.blue
{
    background-color: #02a7f3;
    color: black
}

.front_page
{
    font-size: small;
    height: 50px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
}

div.requests
{
    height: 20px;
    text-align: center;
}
a:link.requests, a:visited.requests
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
a:hover.requests
{
    text-decoration: none;
}

.front_page_header
{
    font-weight: bold;
    text-decoration: underline;
}
a:link.front_page_link, a:visited.front_page_link
{
    color: #566f11;
    font-weight: bold;
    text-decoration: underline;
}
a:hover.front_page_link
{
    text-decoration: none;
}

.content_background
{
    background-color: white;
}

.list_left
{
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    padding-right: 10px;
}

.list_right
{
    background-color: white;
    float: right;
    padding-left: 10px;
    padding-right: auto;
}

/* Vote */
.vote_round
{
    font-size: x-small;
}

label img
{
    display: block;
    margin-right: 20px;
}

.vote_round_span
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

/* Profile */

.votes
{
}

.votes td
{
    color: #576e14;
    font-size: xx-small;
    text-align: center;
}

table.votes
{
    border-color: #576e14;
    border-style: solid;
    border-width: 1px;
}

td.votes
{
    font-size: small;
}

.profile
{
    background-color: #dcf496;
    color: #576e14;
    float: left;
    font-size: small;
    margin-right: 10px;
    padding: 5px;
    width: 180px;
}

.profile_challenges
{
    float: left;
    font-size: small;
    padding: 5px;
    width: 300px;
}

.profile_header
{
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: underline;
    text-size: medium;
}

a:link.green_links, a:visited.green_links
{
    color: #576e14;
    text-decoration: none;
}

a:hover.green_links
{
    text-decoration: underline;
}

#right
{
    background-color: white;
    float: right;
    width: 200px;
}

#results
{
    background-color: #a1ca52;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    color: white;
    padding: 5px;
    padding-bottom: 8px;
    padding-left: 8px;
}

#games
{
    background-color: #dcf496;
    font-size: small;
}
.results
{
    color: #2a6385;
    font-size: x-small;
}

#ad1
{
    height: 200px;
}

#topusers
{
    background-color: #dcf496;
}
td
{
    font-size: small;
}

#friends
{
    background-color: #dcf496;
}

.header
{
    border-bottom-color: green;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #5f7922;
    font-size: x-small;
    margin: 2px;
}
