/* Main ********************************************************************** */
body {
    margin: 0 30px 2em 30px;
    color: #333;
    line-height: 140%;
    font-size: 0.9em;
}

body,td,th,h3,input { /* redundant rules for bad browsers  */
    font-family: verdana, sans-serif;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#container {
    width: 100%;
    margin: 0 auto;
}

#page {
    padding: 2.15em 0 0 0;
}

#content {
    margin: 0 230px 0 0;
    background: url('images/page-background.gif') repeat-x top left;
}

/* Links********************************************************************** */
a:link {
    color: #0033aa;
}

a:visited {
    color: #66A;
}

a:hover {
    color: #333;
}

a:active {
    color: #000;
}

/* Header ******************************************************************** */
#header {
    clear: both;
    position: relative;
    margin: 10px 0 0 0;
    height: 38px;
}

#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#header h1 a,#header h1 a:hover {
    display: block;
    width: 537px;
    height: 51px;
    background: url('images/asf_logo_wide.gif') no-repeat;
    font-size: 1px;
    text-indent: -7000em;
    text-decoration: none;
}

/* Sidebar ******************************************************************* */
#sidebar {
    position: absolute;
    top: 78px;
    right: 30px;
    background: #fff;
    width: 210px;
    line-height: 120%;
}

#sidebar h3 {
    font-weight: bold;
    font-size: 0.9em;
    margin: 1em 0 0.3em;
}

#sidebar h3:first-child {
    margin: 0 0 0.3em;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar p,#sidebar li {
    font-size: 0.85em;
    margin: 0 0 0 2em;
    padding: 0;
}

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

#sidebar p {
    margin-bottom: 6px;
}

#sidebar p:last-child {
    margin-bottom: 0;
}
/* Special Slidebar Stuff */
#sidebarslidebox {
    position: absolute;
    width: 210px;
}

/* Related ******************************************************************* */
div.related {
    background: #eff8ce url('images/box-yellow-bottom.gif') no-repeat bottom
        left;
    margin: 0 0 16px 0;
}

div.related div {
    background: url('images/box-yellow-top.gif') no-repeat top left;
    padding: 8px;
}

div.related h3 {
    color: #036;
}

div.related li {
    list-style-image: url('images/box-yellow-arrow.gif');
    color: #999;
}

div.related a {
    color: #03a;
    text-decoration: none;
}

/* Pagetools ***************************************************************** */
div.pagetools {
    background: #e6e6e6 url('images/box-gray-bottom.gif') no-repeat bottom left;
    margin: 0 0 16px;
}

div.pagetools div {
    background: url('images/box-gray-top.gif') no-repeat top left;
    padding: 8px;
}

div.pagetools h3 {
    color: #666;
}

div.pagetools a {
    color: #666;
    text-decoration: none;
}

/* Article ******************************************************************* */
.article {
    background: url('images/page-background.gif') repeat-x top left;
    margin: 0;
    padding: 2em 0 2em;
    font-size: 0.95em;
}

.article p {
    margin: 10px 0 10px 0;
    padding: 0;
}

.article h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #036;
    margin: 30px 0 10px 0;
    padding: 3px;
}

.article h1 {
    font-size: 1.7em;
    border-bottom: solid #CCC 1px;
}

.article h1.firstHeading {
    border-bottom: none;
    margin-top: 0;
    font-size: 1.7em;
}

.article h2 {
    font-size: 1.6em;
    border-bottom: solid #CCC 1px;
}

.article h3 {
    font-size: 1.5em;
}

.article h4 {
    font-size: 1.4em;
}

.article h5 {
    font-size: 1.3em;
}

.article h6 {
    font-size: 1.1em;
    font-weight: bold;
}

.article ul li {
    list-style: square;
}

.article ul li.date {
    list-style-image: url('images/date.png');
}

.article ul li.patch {
    list-style-image: url('images/patch.png');
}

.article ul li.newstuff {
    list-style-image: url('images/newstuff.png');
}

.article ul li.person {
    list-style-image: url('images/person.png');
}

.article ol li {
    list-style: decimal;
}

/* Footer ****************************************************** */
#footer {
    clear: both;
    background: url('images/page-background.gif') repeat-x top left;
    margin: 10px 230px 0 auto;
    width: auto;
    text-align: center;
    font-size: 0.8em;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    display: inline;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

