
/* This is the CSS that will add a little bit of style to your board. If you're not sure what's what in this file, have no fear! Check out the links below. They contain all you'll need to understand every single line here! A great introductrion to CSS http://www.w3schools.com/css/css_intro.asp One of the best CSS 2 Referenes on the web - http://www.w3schools.com/css/css_reference.asp Enjoy, and happy tweeking! - YaBB Development Team */


/* General layout */

a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #454545;
}
body {
	background-color: #006600;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	margin-top: 30;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	color: #00ff00;
}
form {
	display: inline;
}
input {
	background-color: #003300;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ffff00;
	border: 1px #00ff00 solid;
}
textarea {
	background-color: #003300;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ffff00;
	border: 1px #00ff00 solid;
}
select {
	background-color: #003300;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ffff00;
}
.copyright {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

/* YaBB navigation links */

a.nav {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #454545;
}
a.navcur {
	font-style: italic;
	font-size: 14px;
}
a.navcur:hover {
	color: #cc3333;
	font-size: 14px;
}

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #003300;
	border: 0px solid #000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #999999;
}
.windowbg2 {
	background-color: #006600;
	border: 0px solid #00ff00;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #ffffff;
}
.windowbg3 {
	background-color: #808080;
	border: 1px solid #000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	color: #000000;
}

/* Misc./title/category colors */

.hr {
	color: #00ff00;
}
.titlebg {
	background-color: #003300;
	color: #00ff00;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial;
}
.titlebg a{
	color: #00ff00;
	font-weight: bold;
	font-style: normal;
}
.top{
	font-style: normal;
	font-size: 11px;
	color: #000000;
}
.catbg {
	border: 1px #00ff00 solid;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: courier new, courier, verdana, helvetica, arial;
}
.catbg a{
	color: #ffff00;
	font-weight: bold;
	font-style: normal;
}
.bordercolor {
	background-color: transparent;
}
.small {
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.message {
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}
.droppageindex {
	float: left;
	font-family: verdana, sans-serif;
	background: #808080 url("greygrad/tc.gif");
	color: #000;
	padding: 2px;
	padding-left: 4px;
	margin: 0px;
	border: 0px;
}
.droppages{
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a{
	color: #000;
	font-size: 9px;
	font-weight: normal;
}
h2{
	margin: 0px;
	display: inline;
}
.highlight {
	font-size: 13px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	background-color: #ffffff;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #000;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #454545;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #454545;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 9px;
	color: #000000;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/* Post quote/code colors */

.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial;
	color: #00ff00;
	background-color: #006600;
	border: 1px #ffffff dotted;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New;
	color: #00ff00;
	background-color: #000000;
	border: 1px #ffffff solid;
	width: 90%;
	padding: 4px;
}
.editbg{
	color: #00ff00;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial;
	background-color: #006600;
	border: 1px #ffffff dotted;
	width: 90%;
	padding: 4px;
}

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

.topline{
	border-top: 1px solid #000;
}
.topheader{
	color: #000;
	background-color: #808080;
	border: 0px solid #fff;
	margin-bottom: 10px;
}
.topheader2{
	color: #000;
	font-size: 10px;
	background-color: #808080;
}
#container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	margin-bottom: 10px;
}
.headerwelc{
	color: #777777;
	font-size: small;
}
.headerwelc a{
	color: #ffffff;
	text-decoration: underline;
}
.headerwelc a:hover{
	color: #80DAF2;
}
.headerinfo{
	color: #fff;
}
.headerinfo a{
	color: #eee;
	text-decoration: underline;
}
.headerinfo a:hover{
	color: #80DAF2;
}
.seperator{
	border-top: 1px #00ff00 solid;
	border-bottom: 1px #00ff00 solid;
}
.seperator2{
	border: 1px solid #000;
}
.tl {
	background-color: #808080;
}
.tr {
	background-color: #808080;
}
.bl {
	background-color: #808080;
}
.br {
	background-color: #808080;
}
.tc {
	color: #000000;
	font-weight: bold;
	background-color: #808080;
}
.bc {
	background-color: #808080;
}
.rc {
	background-color: #808080;
}
.lc {
	background-color: #808080;
}

