@CHARSET "ISO-8859-1";

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

blockquote, q {
    quotes: "" "";
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

/* General styles */

.clear {
    clear: both;
    height: 0;
}

/* General site styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px 0;
    background-color: #dcdcdc;
    line-height: 1.3;
}

/* Container */
#container-top {
    width: 900px;
    height: 20px;
    margin: 0 auto;
    padding: 0 20px;
    background: url('/images/site/container-top.png') no-repeat 0 0;
}

#container {
    width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    background: url('/images/site/container-bg.png') repeat-y 0 0;
}

#container-bottom {
    width: 900px;
    height: 20px;
    margin: 0 auto;
    padding: 0 20px;
    background: url('/images/site/container-bottom.png') no-repeat 0 0;
}

/* Header */
#header {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #858727;
}

#title a {
    font-family: "Arial Black";
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
}

#title a:hover {
    color: #e8e9b4;
}

#slogan {
    color: #e8e9b4;
    font-style: italic;
}

/* Content */
#content {
    width: 590px;
    margin: 0 20px 0 10px;
    float: left;
    color: #333333}

/* Content typography */
#content h1,
#content h2,
#content h3 {
    font-family: "Arial Black";
}

#content h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

#content h2 {
    font-size: 18px;
    margin-bottom: 7px;
}

#content h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

#content p {
    margin-bottom: 1.3em;
}

#intro {
    color: #666666;
}

#content ul,
#content ol {
    margin-bottom: 1.3em;
    list-style-position: inside;
}

#content a {
    color: #333333;
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

/* Images */
#images {
    height: 125px;
    padding: 20px 0;
}

#images img {
    width: 125px;
    height: 125x;
    float: left;
    margin-right: 30px;
}

#images img.last {
    margin-right: 0;
}

/* Large AdSense block */
#ad-block-1 {
    margin-bottom: 1.2em;
}

/* Sidebar */
#sidebar {
    width: 260px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    float: left;
    background-color: #e8e9b4;
    color: #333333;
}

#sidebar h3 {
    margin: 10px 0 5px 0;
    font-family: "Arial Black";
    border-bottom: 1px solid #333333;
    color: #333333;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    padding-left: 10px;
    background: url('/images/site/bullet.gif') no-repeat 0 7px;
}

#sidebar a {
    color: #333333;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Footer */
#footer {
    clear: both;
    padding: 10px;
    background-color: #e8e9b4;
    color: #333333;
}

#footer a {
    color: #333333;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}