/****
  This is what you change to control the width of the entire forum.
****/
#widthControl {
 width: 89%; /** Change to 100% for full fluid **/
 text-align: left;
 margin: 0px; /* top left bottom right */
}
/****
	This is the outer border arround the entire forum.
****/
#ob1 {
	border-top: 1px solid #955F07; /* highlight */
	border-right: 1px solid #111111; /* shadow */
	border-bottom: 1px solid #111111; /* shadow */
	border-left: 1px solid #955F07; /* highlight */
	background-color: #332F1B;
	padding: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}

/****
	This is the inner border and background color for the forum container.
****/
#ib1 {
	border-top: 1px solid #111111; /* shadow */
	border-right: 1px solid #955F07; /* highlight */
	border-bottom: 1px solid #955F07; /* highlight */
	border-left: 1px solid #111111; /* shadow */
	background-color: #121212;
	padding: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
.header-bg {
	height: 134px;
	background: #000000 url(./images/headerbg.gif) repeat-x top left;
}
#logo {
	 position: absolute;
	 top: 6em;
	 left: 9em;
	 display: block;
	 width: 217px;
	 height: 78px;
	 cursor: pointer;
	 background: url(images/logo.png) no-repeat;
}
.footer-bg {
	height: 100px;
	background: #121212 url(./images/footerbg.gif) repeat-x bottom left;
	padding-top: 20px;
}
/* Normal, standard links. */
a:link
{
	color: #8B6914;
	text-decoration: none;
}
a:visited
{
	color: #8B6914;
	text-decoration: none;
}
a:hover
{
	color: #CD950C;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #8B6914;
	 font-weight: 700;
	text-decoration: none;
}
a.nav:hover
{
	color: #FAFAFA;
	 font-weight: 700;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #FAFAFA;
	font-size: small;
	font-family: Tahoma, Trebuchet MS, arial, serif;
}
/* The main body of the entire forum. */
body {
	 background: url(images/darkbg.jpg);
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
		  font-family: Trebuchet MS, arial, helvetica, serif;
		  color: #FFFFFF;
		  background-color: #444444;
		  border-top: solid  1px #000;
		  border-left: solid 1px #000;
		  border-right: solid  1px black;
		  border-bottom: solid 1px black;
		 font-size: 11px;
}
input, button
{
		  font-family: Trebuchet MS, arial, helvetica, serif;
		  color: #FFFFFF;
		  background-color: #444444;
		  border-top: solid  1px #000;
		  border-left: solid 1px #000;
		  border-right: solid  1px black;
		  border-bottom: solid 1px black;
		 font-size: 11px;
}
textarea
{
	font-size: 100%;
	color: #c9c9c9;
	font-family: verdana, sans-serif;
	background-color: #1e1e1e;
	border-top: 1px solid #000000; /* shadow */
	border-right: 1px solid #454545; /* highlight */
	border-bottom: 1px solid #454545; /* highlight */
	border-left: 1px solid #000000; /* shadow */
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	background: #303035;
	border: solid 1px #707070;
}
input:focus, select:focus{
	background: #383000;
	border: solid 1px #8B6914;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: 600;
	color: #FFFFFF;
	font-family: Trebuchet MS, arial, sans-serif;
	 background-color: #444444;
	 border-top: solid  1px #000;
	 border-left: solid 1px #000;
	 border-right: solid  1px black;
	 border-bottom: solid 1px black;
	 font-size: 11px;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image borders */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
		  background-color: #505050;
		  color: #d0d0ff;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 1px;
		 padding: 1px;
		 font-size: x-small;
		 line-height: 1.4em;
		  font-size: x-small;
}
/* A code block - maybe even PHP ;). */
.code
{
		  color: #f0f0f0;
		  background-color: #303038;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 1px auto 1px auto;
		  padding: 1px;
		  font-size: x-small;
		  font-family: "courier new", helvetica, "times new roman", serif;
		  width: 90%;
		 line-height: 1.3em;
		 /* Put a nice border around it. */
		 border: 1px solid #808080;
		 margin: 1px auto 1px auto;
		 padding: 1px;
		 width: 99%;
		 /* Don't wrap its contents, and show scrollbars. */
		 white-space: nowrap;
		 overflow: auto;
		 /* Stop after about 24 lines, and just show a scrollbar. */
		 max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
		  color: #e0e0e0;
		  text-decoration: none;
		  font-style: normal;
		  font-weight: bold;
		  font-size: x-small;
		 line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	 color: #FCFCFC;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFF000;
	font-weight: bold;
	color: #000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg td {background:#181818; color:#acaeae; border-left:1px solid #252525; border-top:1px solid #252525}
.windowbg2, .windowbg2 td {background:#1d1d1d; color:#acaeae; border-left:1px solid #252525; border-top:1px solid #252525}
.windowbg3, .windowbg td {background:#181818; color:#acaeae; border-left:1px solid #252525; border-top:1px solid #252525}
/* the today container in calendar */
.calendar_today
{
	color: #955F07;
	 font-weight: 700;
	text-align: center;
	background-color: #282828;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #FAFAFA;
	font-style: normal;
	background: url(images/titlebg.png) #0F0D09 repeat-x;
	border-bottom: solid 1px #303030;
	border-top: solid 1px #2C2A2A;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FCFCFC;
	font-style: normal;
}
.titlebg a:hover
{
	color: #CD950C;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #CD950C;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.png) #383838 repeat-x;
	color: #FCFCFC;
	 height: 27px;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.png) #A1BFD9 repeat-x;
	color: #FCFCFC;
	 height: 27px;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #2C2A2A;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #FAFAFA;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FCFCFC;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #CD950C;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #000;
	padding: 1px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	 color: #FAFAFA;
	 background-color: #000;
	 padding: 0px;
}
.tborder td {
	color: #c9c9c9;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	 color: #FCFCFC;
	font-size: x-small;
	font-family: Trebuchet MS, arial, helvetica, serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error{
	color: #FF0000;
}
/* template menu */
#menu {
	height:30px;
	background: url(./images/mid.gif);
	margin:0;
	border:0;
}
#menu {
	margin:0;
	top:0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menu li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#menu a {
	background:#000000 url(./images/right.gif) no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#menu a span {
	display:block;
	background:url(./images/left.gif) no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:700;
	line-height:30px;
}
#menu a:hover,#menu li#active a {
	background-position:right bottom;
}
#menu a:hover span,#menu li#active a span {
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:700;
	text-decoration:none;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #eee;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #eee;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #2a2a2a;
	color: #eee;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #513e1a;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #bfbfbf;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #955f07;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}