﻿body
{
    background: #313840 url(Images/body_grad.png) repeat-x;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    margin: 20px 0;
    padding-bottom: 10px;
    font-size: 12px;
}

#container
{
    width: 870px;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background: transparent url(Images/sideshadow.png) repeat-y left;
}

a
{
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
    color: #000000;
}

blockquote
{
    font-style: italic;
}

.clearer
{
    clear: both;
    margin-bottom: 20px;
}

#content-container
{
    margin: 0 7px;
    background-image: url(Images/pintaheader.jpg);
    background-repeat: no-repeat;
}

#header
{
    height: 192px;
    width: 870px;
}

#content
{
    margin-top: 15px;
    padding: 0 5px 0 0;
}

#footer
{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
}

#banner
{
    margin-left: 15px;
    margin-bottom: 25px;
}

.colordiv
{
    width: 370px;
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: Black;
    font-size: 1.3em;
    -moz-border-radius: 5px;
}

.surveydiv
{
    width: 370px;
    background-color: #e5ecf3;
    border: solid 1px #666699;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: Black;
    font-size: 1.0em;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
}

.content-bottom
{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 862px;
    height: 20px;
    background: url(Images/bottomshadow.png) no-repeat left bottom;
    z-index: 0;
}

.single-column
{
    padding: 10px;
}

.left-column
{
    width: 375px;
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
    float: left;
}

.right-column
{
    width: 375px;
    position: relative;
    float: right;
    padding-right: 20px;
}

.left-column img
{
    float: left;
    margin-right: 15px;
}

.left-column p.bullet
{
    margin: 4px 0 0 49px;
    height: 85px;
    font-size: 12px;
    color: #484848;
}

.left-column p, .right-column p
{
    font-size: 12px;
}

.feature, .feature a
{
    margin: 4px 0 0;
    height: 85px;
    font-size: 12px;
    color: #484848;
    text-align: left;
}

.left-column a.title
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.title, title a
{
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}

.features
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 2em;
}

.feature:hover
{
    background-color: #eeeeee;
}

img
{
    border: 0px;
}

hr
{
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    border-width: 0px;
}

.more, .more:visited
{
    font-weight: bold;
    color: #EF2F36;
}

.more:hover
{
    text-decoration: underline;
}

.shot
{
    border: solid 1px #cccccc;
    padding: 5px;
    float: left;
    margin-right: 15px;
}

.feature-header
{
    font-size: 1.3em;
    font-weight: bold;
    color: #333333;
}

.feature-content
{
    padding-top: 15px;
    margin: 15px 0px 0px 15px;
    font-size: .9em;
    font-weight: normal;
    color: #333333;
}

.note
{
    width: 612px;
    padding: 10px 10px 10px 53px;
    color: Black;
    margin-left: 75px;
    background-image: url(Images/info.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #FFFFCC;
    border: 1px solid #D7CE28;
}

#irc
{
    width: 825px;
    height: 450px;
    border: solid 0px;
    margin: 15px 10px 0px 0px;
}

/* Distro Button */
div#distros
{
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    clear: both;
    height: 75px;
    padding-left: 70px;
    padding-left: 30px;
    padding-left: 0px;
}

div#distros div.button
{
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 3px 9px 3px 9px;
    margin: 0 .5em 0 0;
}

div#distros div.button:hover, div#distros div.button.chosen
{
    border: 1px solid #666699;
    -moz-border-radius: 5px;
    background: #fff;
}

div#distros div.button h4
{
    margin: 0;
    padding: 0;
    font-size: 0.75em;
}

div#distros div.button div.details
{
    display: none;
}

div#distros a, div#distros a.visited
{
    color: #000000;
}

#topmenu
{
    color: White;
    height: 30px;
    background-color: #4E4E4E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding: 0px 5px 0px 10px;
    margin-right: 1px;
}

#topmenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#topmenu li
{
    float: left;
    height: 28px;
    padding: 2px 5px 0px 5px;
    margin-right: 5px;
}

#topmenu li:hover
{
    background-color: #326A9A;
    background-color: #5084C5;
}

#topmenu a
{
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: #FFF;
}

#topmenu a:hover
{
    text-decoration: none;
}

#topmenu a img
{
    margin: 0px 0px 0px 0px;
}

#news
{
    color: Black;
    height: 25px;
    background-color: #FFFFDC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    padding: 5px 5px 0px 5px;
    border-bottom: dashed 1px black;
    margin-right: 1px;
}
