﻿/* Site Wide Styles */
* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow: auto;
}

body {
    margin: 0px;
    padding: 0px; /*background: #302C24 url(Images/e_slice.png) no-repeat top center;*/
    background-color: #302C24;
    color: #FFFFFF;
    font: 14px 'Lucida Grande' , 'Lucida Sans Unicode' ,Verdana,sans-serif;
    line-height: 135%;
    text-align: center;
    cursor: default;
}

h1, h2, h3, h4 {
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , 'Trebuchet MS' ,arial,verdana,sans-serif;
}

h1 {
    color: #8FFA32;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 115%;
    margin: 0px 0px 10px;
    padding: 0px;
}

h2 {
    color: #888888;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 115%;
    margin: 0px 0px 10px;
    padding: 0px;
}

h3 {
    color: #ACD276;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 115%;
    margin: 0px;
    padding: 0px;
}

h4 {
    color: #BBBBBB;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 115%;
    margin: 0px;
    padding: 0px;
}

hr {
    height: 1px;
    margin: 20px 0px;
    padding: 0px;
    border-top: 1px solid #EDEDED;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

a, img {
    outline: 0px;
    border: none;
}

img.AntiRobot {
    vertical-align: -8px;
}

a:link, a:visited {
    color: #8FFA32;
    text-decoration: none;
}

a:hover, a:active {
    color: #999999;
    text-decoration: underline;
}

p {
    margin: 0px 0px 20px;
}

ul {
    margin: 0px 30px 20px;
    list-style-type: square;
}

input, select, textarea {
    color: #666666;
    font: 14px 'Lucida Grande' , 'Lucida Sans Unicode' ,Verdana,sans-serif;
}

.submit {
    margin: 0px 1px;
    padding: 3px 6px 2px;
    border: 1px solid #666666;
    background: #12365F url(Images/submit.gif) repeat-x top left;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.submit:hover {
    color: #FFFFFF;
}

.altSubmit {
    padding: 3px 6px 2px;
    border: 1px solid #444444;
    background: #666666 url(Images/altSubmit.jpg) repeat-x top left;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.altSubmit:hover {
    color: #FFFFFF;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(Images/accept.png) no-repeat 5px 5px;
    color: #333333;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(Images/warning-small.png) no-repeat 5px 5px;
    color: #333333;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(Images/exclamation.png) no-repeat 5px 5px;
    color: #EEEEEE;
}

.success ul, .warning ul, .error ul {
    margin: 0px 0px 0px 15px;
    list-style-type: square;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.Login {
    margin: 10px auto;
}

.Login label {
    margin: 2px 4px;
}

.quote {
    display: block;
    margin-left: -20px;
    padding: 8px 0px 0px 42px;
    background: url(Images/quote.png) no-repeat left top;
}

/* Site Layout Styles */
#header {
    position: relative;
    clear: both;
    width: 980px;
    margin: 0px auto;
    padding: 5px;
    color: #FFFFFF;
    text-align: left;
}

#header #Logo {
    width: 255px;
    height: 74px;
    margin: 0px;
    padding: 0px;
    background: url(../../Images/Logo.png) no-repeat left top;
}

#header #Logo span {
    visibility: hidden;
}

#header #LoginStatus {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    width: auto;
    padding: 2px 6px 4px;
    background-color: #12365F;
    color: #CCCCCC;
}

#header #LoginStatus a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#header #LoginStatus a:hover {
    text-decoration: underline;
}

#menu {
    float: left;
    clear: both;
    width: 100%;
    height: 54px;
    margin: 0px auto 20px;
    padding: 0px;
    background: url(Images/menu.jpg) repeat-x top left;
    text-align: left;
}

#menu ul {
    width: 990px;
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

#menu ul li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#menu ul li a {
    display: block;
    float: left;
    width: 127px;
    margin: 2px 0px 1px;
    padding: 13px 0px 10px 10px;
    color: #7D818A;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

#menu ul li a strong {
    display: block;
    padding-bottom: 5px;
    color: #DEE0DB;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
}

#menu ul li a:hover, #menu li.active a {
    margin-top: 0px;
    border-top: 2px solid #999999;
    background-color: #0E2947;
    color: #7D818A;
}

#body-wrapper {
    clear: both;
    width: 990px;
    margin: 0px auto;
    padding: 0px;
}

#body {
    float: left;
    width: 990px;
    margin: 0px;
    padding: 0px;
}

#leftcolumn {
    float: left;
    width: 200px;
    margin: 0px;
    padding: 0px 15px;
    text-align: left;
}

#leftcolumn h1 {
    margin: 0px 0px 10px;
    color: #8FFA32;
    font-size: 16px;
}

#singleleftcolumn {
    position: relative;
    float: left;
    width: 725px;
    margin: 0px;
    padding: 0px 15px;
    text-align: left;
}

#singlerightcolumn {
    float: right;
    width: 725px;
    margin: 0px;
    padding: 0px 15px;
    text-align: left;
}

#mainbody {
    float: left;
    width: 495px;
    margin: 0px;
    padding: 0px 15px;
    text-align: left;
}

#rightcolumn {
    float: right;
    width: 200px;
    margin: 0px;
    padding: 0px 15px;
    text-align: left;
}

#rightcolumn h1 {
    margin: 0px 0px 10px;
    color: #8FFA32;
    font-size: 16px;
}

#rightcolumn p {
    margin: 0px 0px 15px;
}

#rightcolumn h3 {
    margin: 0px 0px 10px;
    padding-left: 25px;
    background: url(../images/h3bg.gif) no-repeat left center;
    color: #7B712D;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
}

#rightcolumn ul {
    margin: 10px 0px 10px 15px;
    list-style-type: square;
    color: #999999;
}

#rightcolumn ul a:link, #rightcolumn ul a:visited {
    color: #EEE;
}

#rightcolumn ul a:hover, #rightcolumn ul a:active {
    color: #999999;
}

#footer {
    float: left;
    width: 100%;
    height: 274px;
    margin: 20px 0px 0px;
    padding: 0px;
    background: url(Images/footer.png) repeat-x top left;
}

#footer #modules {
    width: 990px;
    height: 195px;
    margin: 0px auto;
    padding: 20px 0px 0px;
    color: #FFFFFF;
    text-align: left;
}

#footer #modules h1 {
    margin: 0px;
    padding-bottom: 10px;
    color: #999999;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
}

#footer #modules a {
    color: #EEEEEE;
    text-decoration: none;
}

#footer #modules a:hover {
    color: #8FFA32;
    text-decoration: underline;
}

#footer #modules .module {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0px 15px;
}

#footer #modules .module .body {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 300px;
    height: 200px;
    background-color: #0F2E4F;
    color: #FFFFFF;
    text-align: justify;
    filter: alpha(opacity=50);
    opacity: .50;
}

#footer #modules .module .text {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 260px;
    height: 170px;
    margin: 0px;
    padding: 15px 20px;
}

#footer #copyright {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
}

.post {
    margin-bottom: 20px;
}

.post .header {
    position: relative;
    margin-bottom: 10px;
}

.post .header h3 {
    color: #8ffa32;
}

.post .date {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #AFAFA4;
    font-weight: bold;
    line-height: normal;
}

.post .content {
    margin-bottom: 10px;
}

.post .footer {
    text-align: right;
}

.post .footer ul {
    list-style: none;
}

.post .footer ul li {
    display: inline;
    line-height: 14px;
    padding-left: 17px;
    margin-left: 25px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.post .footer a {
    color: #8ffa32;
    text-decoration: none;
}

.post .footer a:hover {
    color: #8ffa32;
    text-decoration: underline;
}

ul.postlist {
    height: auto;
    margin-bottom: 20px;
}

ul.postlist li {
    position: relative;
    list-style: none;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.feedlist {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feedlist li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style-type: none;
}

.feedlist li a {
  padding: 0 0 0 19px;
  background: url(images/feed-icon-12x12.jpg) no-repeat 0 50%;
  list-style-type: none;
}