html {
    background: black url(../img/background.jpg) top center;
}

body {
    padding: 10px 0px 10px 0px;
    background: transparent url(../img/background-header.jpg) top center repeat-x;
}

div#container {
    width: 960px;
    position: relative;
    margin: 0px auto 0px auto;
    background: #f6f6f6 url(../img/container-background.png) top left repeat-y;
}

div#header {
    height: 91px;
    background: #f6f6f6 url(../img/header.png) top left no-repeat;
}

a#branding {
    width: 342px;
    height: 40px;
    position: absolute;
    top: 28px;
    left: 31px;
    font-size: 200%;
}

a#branding img {
    border: none;
}

a#branding img#branding-white {
    display: none;
}

ul#site-tools {
    position: absolute;
    top: 17px;
    right: 15px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    font-size: 85%;
}

ul#site-tools li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    border-right: 1px #808080 solid;
}

ul#site-tools li.last {
    border-right: none;
}

ul#navigation {
    height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 0px 32px;
    list-style: none;
    background: #e7e9e6 url(../img/header.png) 0px -91px no-repeat;
}

ul#navigation li {
    height: 22px;
    float: left;
    margin: 0px 0px 0px 0px;
    border-right: 1px #c0c0c0 solid;
    font-weight: bold;
}

ul#navigation li a {
    float: left;
    height: 21px;
    background: white url(../img/navigation-background.png) top left repeat-x;
    font-size: 110%;
    padding: 1px 12px 0px 12px;    
}

ul#navigation li a:hover {
    text-decoration: none;
    background: white;
    color: #b92e1c;
}

ul#navigation li a.here {
    background: #dedede;
    color: #404040;
}

div#breadcrumbs {
    font-size: 85%;
    margin: -6px -10px 10px -10px;
    padding: 0px 10px 6px 0px;
    border-bottom: 1px #eeeeee solid;
}

div#content {
    float: left;
    margin: 21px 0px 22px 31px;
    display: inline;
    width: 499px;
    padding: 15px 25px 7px 25px;
    background: white;
    border: 1px #c0c0c0 solid;
}

body.wide div#content {
    width: 574px;
}

body.wider div#content {
    width: 654px;
}

div#content-tools {
    float: left;
    margin: 21px 0px 0px 22px;
    display: inline;
    width: 325px;
}

body.wide div#content-tools {
    width: 250px;
}

body.wider div#content-tools {
    width: 170px;
}

div.module {
    background: #f0f0f0;
    border: 1px #c0c0c0 solid;
    margin: 0px 0px 22px 0px;
    padding: 11px 18px 15px 18px;
    color: #404040;
}

body.wider div.module {
    padding: 10px 13px 8px 13px; 
}

body.wider div#content-tools h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
}

body.wider div#content-tools ul {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
    font-size: 85%;
}

form#search-form {
    text-align: right;
}

input#id_query {
    width: 271px;
    height: 25px;
    padding: 3px 5px 3px 5px;
    margin: 0px 0px 7px 0px;
    font-size: 150%;
    color: #303030;
}

body.wide input#id_query {
    width: 197px;
}

div#google-branding {
    font-size: 85%;
    color: #303030;
    float: left;
}

div#google-branding img {
    border: none;
    vertical-align: middle;
}

body.wide div#google-branding img,
body.wide div#google-branding span#custom-search {
    display: block;
}

body.wide div#google-branding img {
    margin-left: -1px;
}

input#id_search {
    font-size: 125%;
    padding: 1px 4px 2px 4px;
    font-weight: bold;
}

div#latest-articles {
    border: none;
    background: none;
    padding: 0px 0px 0px 0px;
    margin: -5px 0px 0px 0px;
}

ul.article-list {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    background: white;
    border: 1px #c0c0c0 solid;
}

ul.article-list li {
    margin: 0px 0px 0px 0px;
    height: 73px;
    border-top: 1px #e6e6e6 solid;
}

body.wide ul.article-list li {
    height: auto;
}

ul.article-list li.first {
    border-top: none;
}

ul.article-list li a {
    padding: 7px 8px 8px 4px;
    height: 58px;
    position: relative;
    display: block;
}

body.wide ul.article-list li a {
    height: auto;
}

ul.article-list li a:hover {
    text-decoration: none;
    background: #f8f8f8;
}

ul.article-list li span {
    display: block;
    margin: 0px 0px 0px 95px;
}

body.wide ul.article-list li span {
    display: block;
    margin: 0px 0px 0px 8px;
}

ul.article-list span.title {
    font-weight: bold;
}

ul.article-list span.tagline {
    color: #606060;
    font-size: 85%;
    line-height: normal;
}

ul.article-list li img {
    position: absolute;
    top: 8px;
    left: 8px;
    border: 1px #808080 solid;
    background: white;
}

body.wide ul.article-list li img {
    display: none;
}

ul#site-info {
    clear: both;
    height: 38px;
    background: #e7e9e6 url(../img/header.png) 0px -116px no-repeat;
    list-style: none;
    font-size: 85%;
    padding: 0px 7px 0px 7px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

ul#site-info li {
    float: left;
    display: inline;
    margin: 10px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
}

li#copyright {
    border-right: 1px #808080 solid;
}

ul#site-info li#developed-by {
    float: right;
}

/*
    Category pages.
*/

ul.subject-list {
    padding: 5px 0px 0px 0px;
    list-style: none;
}

ul.subject-list li {
    position: relative;
    height: 62px;
}

ul.subject-list span {
    margin: 0px 0px 0px 92px;
    display: block;
}

ul.subject-list span.title {
    font-weight: bold;
    margin-bottom: 2px;
}

ul.subject-list span.tagline {
    color: #202020;
}

ul.subject-list img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/*
    Article pages.
*/

p.last-updated,
p.back-to-top {
    font-size: 85%;
    text-align: center;
}

p.last-updated {
    margin: 30px 0px 8px 0px;
}

p.tagline {
    color: #992e1c;
    font-size: 120%;
}
