﻿/* forum.cdrecycler.com */
/* MainStyle.css */

body
{
    margin: 0;
    padding: 0;
    font-size: small;
    color: #000;
    font-family: Verdana;
    background-color: #c6c3c6;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #b15416;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    color: #8a1b04;
    font-size: 18px;
    font-weight: bold;
    margin: 2px 0;
}

h2
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/* Layout */
#container 
{
    width: 800px;
    margin: 0 auto;
    background-color: #3f3d42;
}
 
#header 
{
    height: 199px;
    background: #fff url('/Images/header-bg.jpg') left bottom no-repeat;
}

#logo
{
    padding-top: 32px;
    margin-left: 50px;
}

#leftcolumn 
{
    width: 156px;
    float: left;
    background: none;
    color: #fff;
    font-size: 10px;
}

#navigation ul
{
    padding: 0;
    margin: 30px 0 40px 0;
    list-style-type: none;
}

#navigation ul li 
{
    border-bottom: solid 1px #7f7d80; /* Light Gray */
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
}

#navigation ul li a 
{
    color: #fff;
    padding-left: 20px;
    display: block;
    text-decoration: none;
}

#navigation ul li a.current
{
    color: #f8e66e;
    background-image: url('/Images/list-arrow.gif');
    background-repeat: no-repeat;
    text-decoration: none;
}

#leftcolumn .inner, #rightcolumn .inner
{
    margin: 20px 0;
    text-align: center;
}

#middlecolumn
{
    width: 464px;
    background-color: #dee7ea;
    float: left;
    min-height: 502px;
    padding: 40px 20px;
}

#rightcolumn
{
    width: 140px;
    float: left;
    color: #fff;
    font-size: 10px;
}

#rightcolumn div
{
    text-align: center;
}

#cosponsors div, #producedby div, #sponsorpartners div
{
    text-align: center;
    margin-bottom: 11px;
}

#rightcolumn img
{
    width: 120px;
}

/* Generic Classes */
.clearleft 
{
    clear: left;
}

.clearright
{
    clear: right;
}

.clearboth
{
    clear: both;
}

.block
{
    display: block;
}
