﻿body {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: Trebuchet MS, Arial, Helvitica;
}

#header {
    background: #fff url(images/Header-BG.png) repeat-x top right;
    height: 178px;
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 26px;
    letter-spacing: 0.25em;
    overflow: hidden;
}

#header p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 400px;
}

#header p.subtext {
    font-size: 18px;
    letter-spacing: 0.1em;
}

#header a.CSLogo {
    float: left;
    margin: 3px 0 0 3px;
}

#header a.RWLogo {
    float: right;
    margin: 19px 4px 0 0;
}

#footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin: 10px 30px;
    text-align: center;
    font-size: 12px;
    color: #888;
}

#footer a, #footer a:visited {
    color: #333;
}

#main {
    margin: 0 220px 0 190px;
    font-size: 12px;
}

#info {
    width: 200px;
    margin: 10px;
    float: right;
    text-align: center;
}

#info a, #info a:visited {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#info a:hover {
    text-decoration: underline;
}

#main P {
    margin-left: 15px;
}

#main H1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 32px;
}

#main H2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

#main H1 a, #main H2 a, #main H1 a:visited, #main H2 a:visited {
    text-decoration: none;
    color: #000;
}

#main H1 a:hover, #main H2 a:hover {
    text-decoration: underline;
}

#main .post H1, #main .post H2 {
    margin: 0;
}

#main .post .meta {
    margin: 0 0 15px 0;
    display: block;
    font-style: italic;
}

#main .form {
    text-align: center;
}

#main a, #main a, #main a:visited, #main a:visited {
    text-decoration: none;
    color: #00f;
}

#main a:hover, #main a:hover {
    text-decoration: underline;
}

#main blockquote {
    background-color: #ffb;
    border: 1px solid #000;
    padding-right: 10px;
}

#side {
    width: 150px;
    padding: 0;
    border: 0;
    margin: 10px 0 0 20px;
    text-align: center;
    float: left;
}

#side a.NavButton {
    display: block;
    border: solid 1px #333;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px auto;
    background: #ccc url(images/Button-BG.png) repeat-x top left;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

#side a.NavButton:hover {
    background-image: none;
}

#twitter {
    text-align: center;
    margin-top: 28px;
}

#twitter P {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-style: italic;
}

#rss {
    height: 28px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

#rss img {
    vertical-align: baseline;
}

p.sponsor {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

hr {
    border: none;
    border-bottom: 1px dotted #ccc;
    height: 5px;
    margin: 10px;
    width: 90%;
}