
/* 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: #666666;
}
a:hover {
	color: #000;
}
body {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
text {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
td {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 11px;
}
form {
	display: inline;
}
input {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #615e4b;
	border: 1px solid #999999;
}
textarea {
	background-color: #b6bed1;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	border: 1px solid #999999;
}
select {
	background-color: #b6bed1;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}
.copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* YaBB navigation links */

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

/* YaBB alternating bgcolors */

.windowbg {
	background-color: #f9f9f7;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #615e4b;
}
.windowbg2 {
	background-color: #f9f9f7;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #615e4b;
}
.windowbg3 {
	background-color: #EDEEF1;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000000;
}

/* Misc./title/category colors */

.hr {
	color: #615e4b;
}
.titlebg {
	background-color: #7488ab;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
}
.titlebg a{
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}
.top{
	font-style: normal;
	font-size: 11px;
	color: #475F79;
}
.catbg {
	background-color: #b6bed1;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
}
.catbg a{
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.bordercolor {
	background-color: #615e4b;
}
.small {
	font-size: 10px;
	font-family: Arial, sans-serif;
}
.droppageindex {
	float: left;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	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;
}
h2{
	margin: 0px;
	display: inline;
}
.highlight {
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #ffff00;
	color: #615e4b;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #fff;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #fff;
	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: #fff;
	font-weight: bold;
}

/* Post quote/code/edit/signature colors */

.quote {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	color: #615e4b;
	background-color: #ffffcc;
	border: 1px #888888 dashed;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 12px;
	font-family: Courier New;
	font-weight: normal;
	font-style: normal;
	color: #615e4b;
	background-color: #ffcc99;
	border: 2px #ffffff inset;
	width: 90%;
	padding: 4px;
}
.editbg{
	color: #615e4b;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background-color: #ffcccc;
	border: 1px #615e4b solid;
	width: 90%;
	padding: 4px;
}
.signature{
	color: #000000;
	font-size: 11px;
	border-top: 1px #8798AC solid;
	padding: 4px;
	float: left;
	width: 98%;
	text-align: left;
}

/* templates layout */

#container{
	background: #ffffff;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	border-left: 1px #615e4b solid;
	border-right: 1px #615e4b solid;
	border-bottom: 1px #615e4b solid;
	margin-bottom: 15px;
}
.bodycontainer{
	width: 85%;
	margin-left: auto;
	margin-right: 5%;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 0px;
}
.boardcontainer{
	margin: 0px;
	margin-bottom: 8px;
	background-color: #000;
}
.messagecontainer{
	margin: 0px;
	margin-bottom: 8px;
	background-color: #000;
}
.displaycontainer{
	margin: 0px;
	padding: 1px;
	background-color: #000;
}
.helpcontainer{
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}
.navbarcontainer{
	margin: 0px;
}
.topheader{
	background: #FEFEFE url("formula1/yabb_logo.png");
}
.headerwelc{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.headerwelc a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.headerwelc a:hover{
	color: #888;
}
.headerinfo{
	color: #000;
}
.headerinfo a{
	color: #555;
	text-decoration: underline;
}
.headerinfo a:hover{
	color: #888;
}


