/* This stylesheet adapted from the YaBB2 default stylesheet. * Thanks to http://yabbforum.com/ - home of the best forum software on the planet */

/* General layout */

a,a:visited {
	font-weight: normal;
	color: #002F5C;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #002F5C;
	background-color: transparent;
}
body {
	padding: 0;
	background: #FAF7F7 url(http://flyingkirbypub.net/webcommon/fkpskyblue/fkpbg.png);
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 0px;
	font-family: verdana, sans-serif !important;
	font-size: .8em;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input {
	background-color: #E5F3FF;
	border: 1px solid #B1BDC9;
	color: #000000;
}
textarea {
	background-color: #E5F3FF;
	border: 1px solid #B1BDC9;
	color: #000000;
	width: 350px;
	height: 180px;
	font-family: verdana, sans-serif !important;
}
select {
	background-color: #E5F3FF;
	border: 1px solid #B1BDC9;
	color: #000000;
}
.copyright {
	text-align: center;
}

#fscroller {
	line-height: 20px;
}

/* YaBB navigation links */

.nav, a.nav, a.nav:visited {
	font-weight: bold;
	color: #002F5C;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover {
	color: #002F5C;
	background-color: transparent;
	text-decoration: underline;
}
a.navcur {
	font-style: italic;
}
a.navcur:hover {
	color: #002F5C;
	background-color: transparent;
	text-decoration: underline;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #0077E6;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.windowbg2 {
	background-color: #CCE6FF;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.windowbg3 {
	background-color: #000000;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

/* Misc./title/category colors */

.hr {
	color: #6394BD;
}

.titlebg {
	background-color: #1A94FF;
	background-image: url("http://flyingkirbypub.net/webcommon/fkpskyblue/h3.png");
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.titlebg a{
	color: #002F5C;
	font-weight: bold;
	font-style: normal;
}
.top{
	font-style: normal;
	color: #475F79;
}
.catbg {
	background-color: #005fb3;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.catbg a{
	color: #002F5C;
	font-weight: bold;
	font-style: normal;
}
.bordercolor {
	background-color: #005FB3;
}
.small {
}
.message {
}
.message a{
	font-weight: normal;
	color: #002F5C;
	background-color: transparent;
	text-decoration: none;
}
.message a:hover{
	color: #002F5C;
	background-color: transparent;
	text-decoration: underline;
}
.droppageindex {
	float: left;
	background-color: #fff;
	color: #000;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages{
	height: 16px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a{
	color: #000000;
	font-weight: normal;
}
.highlight {
	font-weight: bold;
	font-style: normal;
	background-color: #FFFF33;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	color: #ffffff;
}
.imgcatbg {
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	color: #003D75;
}
.imgmenu {
	font-style: normal;
	color: #003D75;
	font-weight: bold;
}

/* Post quote/code colors */

.quote {
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #CCE6FF;
	border: 1px #000000 solid;
	width: 90%;
	padding: 4px;
}
.code {
	font-weight: normal;
	font-style: normal;
	font-family: courier, "courier new", monospace;
	color: #000000;
	background-color: #0077E6;
	border: 1px #000000 solid;
	width: 90%;
	padding: 4px;
}
.editbg {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-color: #1A94FF;
	border: 1px #000000 solid;
	width: 90%;
	padding: 4px;
}

/* Anything below here is just for the template */

#container{
	padding: 2px;
	border-top: 0px;
	margin-bottom: 10px;
        border: 1px solid #005FB3;
        background: #0077e6;
}
.topline{
	border-top: 1px solid #34689A;
}
.topheader{
	background: #FAF7F7;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.boardcontainer {
	background-color: #000000;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #000000;
}
.headerwelc{
	color: #fff;
}
.headerwelc a {
	color: #fff;
	text-decoration: underline;
}
.headerwelc a:hover {
	color: #002242;
}
.headerinfo{
	color: #fff;
}
.headerinfo a{
	color: #eee;
	text-decoration: underline;
}
.headerinfo a:hover{
	color: #80DAF2;
}
.seperator {
	border: 1px solid #000000;
	background-color: #000000;
}
.dividertop {
	border-top: 1px solid #6394BD;
}
.dividerbot {
	border-bottom: 1px solid #6394BD;
}

.tabbed_div {
        color: #000000;
        background: #CCE6FF;
        border: 1px solid #003D75;
}

/* CSS Tabs */
#navlist {border-bottom: 1px solid #002F5C; padding: 3px 0 0 0; margin: 0;} 
#navlist li {display: inline; list-style: none; padding: 0; margin: 0;}
#navlist #navigateup {float: right; margin-right: 5px;}
#navlist #current {background: #339CFF;}
#navlist a#current:hover {background: #005fb3;}
#navlist li a {text-decoration: none; border: 1px solid #002F5C; padding: 3px 8px 3px 8px; margin: 0 2px; background: #CCE6FF; font-weight: bold;}
* html #navlist li a {padding: 0 8px;}
#navlist li a:hover {background: #0077e6 url(http://flyingkirbypub.net/webcommon/fkpskyblue/h3.png);}
.clear {clear: both;}

/* Fix Gullotine bug using the Holly Hack */
/*  \*/
* html #container {height: 1%;}
/*  */
