html {
    background: #ffffff url("./images/body.png") repeat-x scroll 0 0;
}

body {
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial,Verdana,Helvetica,Tahoma,sans-serif;
    background: inherit;
    padding-top: 0;
}

#page-header {
    padding-top: 10px;
}

a {
    color: #731821;
}

span.arrow {
    background: rgba(0, 0, 0, 0) url("./images/arrows.png") no-repeat scroll 0 0;
    display: block;
    height: 4px;
    width: 7px;
}
.arrowUp {
    background-position: 0 0;
}
.arrowDown {
    background-position: -7px 0;
}
.arrowRedUp {
    background-position: -14px 0;
}
.arrowRedDown {
    background-position: -21px 0;
}

.jumpbox-cat-link {
    background-color: #752700;
    border-top-color: #0076b1;
    color: #ffffff;
}


#Header {
    height: 72px;
    background-image: none;
    background-color: transparent;
    position: relative;
    top: -11px;
}

#HeaderLogo {
    left: 0;
    margin: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0px;
}


#HeaderLogo a {
    background: rgba(0, 0, 0, 0) url("./images/logo.png") no-repeat scroll 0 0;
    display: block;
    height: 72px;
    width: 297px;
}

.hrRed {
    background: rgba(0, 0, 0, 0) url("./images/hrRed.png") repeat-x scroll 0 0;
    clear: both;
    height: 4px;
}

.navbar {
    background-color: inherit;
}

ul.flat {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.horizontal li {
    float: left;
}

#UserMenu {
    position: absolute;
    right: 12px;
    top: 8px;
}
#UserMenu li {
    font-size: 12px;
    padding: 1px 4px;
    position: relative;
}
#UserMenu a {
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}
#UserMenu a:focus, #UserMenu a:hover {
    color: #000;
}
#UserMenu .icon {
    vertical-align: middle;
}
#Navigation {
    bottom: 2px;
    height: 24px;
    position: absolute;
    right: 0;
}
#Navigation a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}
#Navigation a:focus, #Navigation a:hover {
    color: #671319;
    text-decoration: none;
}
#Navigation .on {
    color: #9a0e1c;
}
#Navigation .arrow {
    margin: -2px 0 0 45%;
}

#search-box {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 10px;
    display: none;
    opacity: 1;
    padding: 12px;
    position: absolute;
    right: 40px;
    top: 25px;
    z-index: 100;
}
#search-box #keywords, #search-box .button2:hover {
    background: #fff url("./images/input.gif") repeat-x scroll left bottom;
    width: 125px;
}
#search-box input {
    border: 1px solid #fff;
    box-shadow: 0 0 1px #333;
    padding-bottom: 2px;
}
#search-box .button2 {
    background: #fff url("./images/input.gif") repeat-x scroll left top;
    border-radius: 3px;
    padding-bottom: 0;
}
#search-box a {
    font-size: 11px;
    text-decoration: none;
}
#search-box input.button1 {
    padding: 1px 5px;
}
#search-box li {
    margin-top: 4px;
    text-align: right;
}
#search-box img {
    margin-right: 3px;
    vertical-align: middle;
}
#site-description {
    float: left;
}
#site-description h1 {
    margin-right: 0;
}

ul.linklist {
    display: block;
    margin: 0;
}
ul.linklist li {
    display: block;
    float: left;
    font-size: 1.1em;
    line-height: 2.2em;
    list-style-type: none;
    margin-right: 5px;
    width: auto;
}
ul.linklist li.rightside, p.rightside {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    text-align: right;
}
ul.navlinks {
    border-bottom: 1px solid #ddd;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navlinks a {
    color: #666;
    text-decoration: none;
}
.navlinks a:hover {
    text-decoration: underline;
}
.navlinks a:first-child {
    font-weight: bold;
}

.forabg, .forumbg {
}
.forabg, .forumbg {
    background: #752700 none repeat-x scroll 0 0;
    background-image: url("./images/bg_list.gif");
    border-radius: 4px;
    clear: both;
    margin-bottom: 8px;
    padding: 0 5px 5px;
}

.post:target .content {
    color: #000;
}
.post:target h3 a {
    color: #000;
}
.ucprowbg {
    background-color: #dcdee2;
}
.fieldsbg {
    background-color: #e7e8ea;
}

li.row a, .author a, .postbody h3 a, .bg2 a, .bg1 a, a.jumpbox-sub-link {
    color: #000;
}

li.row a:hover, .author a:hover, .postbody h3 a:hover, .bg2 a:hover, .bg1 a:hover, a.jumpbox-sub-link:hover {
    color: #444;
}

