
/*-------------------------------------------------------- | YaBB 2005 | -------------------------------------------------------- | Created by: XIMinc http://www.ximinc.com | | YaBB http://www.yabbforum.com | -------------------------------------------------------- | You may adapt elements of this CSS in your own | | projects, but please give credit to yabbforum.com. | --------------------------------------------------------*/


/* General layout */

a {
        font-weight: normal;
        color: #000000;
        font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none;
}
a:hover {
        color: #555555;
        font-family: Verdana, Arial, Sans-Serif;
        text-decoration: underline;
}
body {
        padding: 0;
        background-color: #333333;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
        margin-top: 2px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
}
form {
        display: inline;
        padding: 0px;
        margin: 0px;
}
input {
        background-color: #ffffff;
        border: 1px solid black;
        color: #000000;
        font-family: verdana, helvetica, sans-serif;
        font-size: 12px;
}
textarea {
        background-color: #ffffff;
        border: 1px solid #666600;
        color: #000000;
        font-family: verdana, helvetica, sans-serif;
        font-size: 12px;
}
select {
        background-color: #ffffff;
        border: 0px #666600 solid;
        color: #000000;
        font-family: verdana, helvetica, sans-serif;
        font-size: 10px;
}
select optgroup {
        color: #000000;
        font-family: verdana, helvetica, sans-serif;
        font-size: 10px;
}
.copyright {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-align: center;
}
#fscroller {
        line-height: 1.3;
}

/* YaBB navigation links */

.nav, a.nav, a.nav:visited {
        font-weight: bold;
        font-size: 13px;
        color : #000000;
        text-decoration: none;
}
a.nav:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

/* YaBB alternating bgcolors */

.windowbg {
        background-color: #E8E8E8;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, sans-serif;
        color: #000000;
}
.windowbg2 {
        background-color: #ffffff;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, sans-serif;
        color: #000000;
}
.windowbg3 {
        background-color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, sans-serif;
        color: #304B58;
}

/* Misc/title/category colors */

.dividerbot {
        border-bottom: 1px black solid;
}
.dividertop {
        border-top: 1px black solid;
}
.hr {
        color: #000000;
}
.bordercolor {
        font-size: 12px;
        font-family: verdana, arial, helvetica, sans-serif;
        background-color: #999900;
}
.small {
        font-size: 10px;
        font-family: verdana, arial, helvetica, sans-serif;
}
.top{
        font-style: normal;
        font-size: 11px;
        color: #475F79;
}
.titlebg {
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #000000;
        background-color: #cccc99;
}
.titlebg a{
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #000000;
}
.titlebg a:hover{
        text-decoration: underline;
}
.catbg {
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        font-family: verdana, helvetica, arial, sans-serif;
        color: #ffffff;
        background-color: #555555;
}
.catbg a{
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        color: #ffffff;
}
.catbg a:hover{
        color: #ffffff;
        text-decoration: underline;
}
.message {
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        font-family: verdana, arial, helvetica, sans-serif;
        color: #333333;
}
.message a{
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #996600;
        background-color: transparent;
}
.message a:hover{
        text-decoration: underline;
        color: #000000;
        background-color: transparent;
}
.droppageindex {
        float: left;
        font-family: verdana, sans-serif;
        background-color: #ffffff;
        color: #000000;
        padding: 0px;
        padding-left: 4px;
        margin: 0px;
        border: 2px inset;
}
.droppages{
        height: 14px;
        padding-left: 1px;
        padding-right: 1px;
}
.droppages a{
        color: #000000;
        font-size: 9px;
        font-weight: normal;
}
.highlight {
        font-size: 13px;
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-style: normal;
        background-color: #ff9900;
        color: #000000;
}

/* Image fonts */

.imgbg {
        font-style: normal;
        font-size: 10px;
        color: #ffffff;
}
.imgcatbg {
        font-style: normal;
        font-size: 10px;
        color: #000000;
        font-weight: bold;
}
.imgtitlebg {
        font-style: normal;
        font-size: 10px;
        color: #FFFFFF;
        font-weight: bold;
}
.imgwindowbg {
        font-style: normal;
        font-size: 9px;
        color: #005177;
}
.imgmenu {
        font-style: normal;
        font-size: 11px;
        color: #000000;
        font-weight: bold;
}

/* Post quote/code colors */

.quote {
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, Helvetica, Arial, Sans-Serif;
        color: #000000;
        background-color: #ccCCCC;
        border: 1px #996600 solid;
        width: 90%;
        padding: 2px;
}
.code {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-family: Courier, Courier New, Sans-Serif;
        color: #000000;
        background-color: #cccccc;
        border: 1px #996600 solid;
        width: 90%;
        padding: 2px;
}
.editbg{
        color: #000000;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-family: Verdana, Helvetica, Arial, Sans-Serif;
        background-color: #CCCCCC;
        border: 1px #666600 solid;
        width: 90%;
        padding: 2px;
}

/* Anything below here is just for the template */

#container{
        background-color: #ffffff;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        border-top: 0px;
        margin-bottom: 5px;
        font-family: verdana, arial, helvetica, sans-serif;
}
.topline{
        border-top: 1px solid #cccc99;
}
.topheader{
        background: #4981B8;
        margin-bottom: 10px;
}
.boardcontainer {
        background-color: #bbbbbb;
        border-bottom: 2px solid #555555;
        border-left: 1px solid #555555;
}
.displaycontainer {
        width: 100%;
        padding: 1px;
        background-color: #bbbbbb;
}
.headerwelc{
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
}
.headerwelc a{
        color: #ffffff;
}
.headerwelc a:hover{
        text-decoration: underline;
}
.headerinfo{
        color: #ffffff;
}
.headerinfo a{
        color: #cccc99;
        text-decoration: underline;
}
.headerinfo a:hover{
        color: #80DAF2;
}
.seperator {
        border-bottom: 0px #000000 solid;
        border-left: 0px #000000 solid;
        background-color: #999900;
}
.navbarcontainer{
        margin: 0px;
}
