/*
	-------------------------------------------------------- | 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 { color:rgb(10,100,250); text-decoration:none; }
a:hover { color:rgb(250,100,10); text-decoration:underline; }
body {
	margin:0px;
	padding:0px;
	background:url(http://www.widgetschmie.de/Images/gradient.jpg) top left repeat-x rgb(220,220,220);
	font:0.8em Helvetica, sans-serif;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input { color: #000000; }
textarea { color: #000000; }
select { color: #000000; }
select optgroup { color: #000000; }
.copyright { text-align: center; line-height:1.2; }
#fscroller { line-height: 1.3; }

/* YaBB navigation links */

.nav, a.nav, a.nav:visited { font-size:1.1em; }
a.nav:hover {  }

/* YaBB alternating bgcolors */

.windowbg {
	background-color:#CCC;
	font-weight: normal;
	font-style: normal;
	color: #222;
	border-bottom:1px solid #777;
	line-height:1.1;
}
.windowbg2 {
	background-color: #FFF;
	font-weight: normal;
	font-style: normal;
	color: #222;
	border-bottom:1px solid #777;
	line-height:1.1;
}
.windowbg3 {
	background-color: #EEE;
	font-weight: normal;
	font-style: normal;
	color: #222;
	border-bottom:1px solid #777;
	line-height:1.1;
}

/* Misc/title/category colors */

.dividerbot { border-bottom:1px solid #888; }
.dividertop { border-top:1px solid #888; }
.hr { color:red; }
.bordercolor { border:none; }
.small { font-size: 10px; font-family:Verdana, Arial, sans-serif; }
.top{ color: yellow; }
.titlebg {
	padding:8px 5px 5px;
	font-size:1.2em;
	font-weight: bold;
	color: #FFF;
	background-color:rgb(10,10,10);
}
.titlebg a {
	text-decoration:none;
	color:rgb(23,132,255);
}
.titlebg a:hover{
	color:rgb(255,170,23);
	text-decoration: underline;
}
.catbg {
	font-size:1.1em;
	font-weight: bold;
	color: #FFF;
	background-color:rgb(70,70,70);
}
.catbg a {
	font-style:normal;
	text-decoration:none;
	color:rgb(23,132,255);
}
.catbg a:hover{
	color:rgb(255,170,23);
	text-decoration: underline;
}
.message {
	padding:5px 0px;
	font-size:1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height:1.2;
}
/*
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #900000;
	background-color: transparent;
}
.message a:hover{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}*/
.droppageindex {
	float: left;
	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-weight: bold;
	font-style: normal;
	background-color: #FF5;
	color: #000000;
}

/* Image fonts */

.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: rgb(255,170,23);
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 0.9em;
}
.imgmenu {
	font-style: normal;
	font-weight: bold;
}

/* Post quote/code colors */

.quote {
	font-weight: normal;
	font-style: normal;
	color: #000;
	background-color:rgb(225,225,225);
	border: 1px solid #999;
	width: 90%;
	padding:10px;
}
.code {
	font-size:1.1em;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #000;
	background-color: #CCC;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.editbg{
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
	border: 1px #C00 solid;
	width: 90%;
	padding: 4px;
}

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

#container{
	width:90%;
	margin:0px auto 10px;
	padding: 0px;
	border:none;
}
.topline{
	border-top: 20px solid orange;
}
.topheader{
	background-color:pink;
	margin-bottom:10px;
}
.boardcontainer {  }
.displaycontainer {
	width: 100%;
	padding: 0px;
}
.headerwelc{
	color: #ffffff;
	font-size:1.1em;
	font-weight: bold;
}
/*.headerwelc a {
	color: #ffffff;
}
.headerwelc a:hover{
	text-decoration: underline;
}*/
.headerinfo{
	color: #ffffff;
}
/*.headerinfo a{
	color: #eeeeee;
	text-decoration: underline;
}
.headerinfo a:hover{
	color: #80DAF2;
}*/
.seperator {  }
.navbarcontainer{
	margin: 0px;
}

