/* CSS Document */
/*__________________________________________________________________TAGS_____________________________________*/
body, button, td, th, div, p {font:normal 12px Arial; color:#6c6164}
input 					{color:#4e4949}
body 					{background:#0f0c0f url(images/tail.jpg) repeat-x 50% 0;
    scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #161617;
	scrollbar-darkshadow-color: #000000}

	
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #d08834; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #d08834; }
hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 1px #212121 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 2px #212121 solid; }


/* Main table cell colours and backgrounds */
.row1{background:#121212}
.row2{background:#161617}
.row3{background:#121212}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the black gradient backgrounds */

TD.cat      { background-image: url(images/cellpic1.gif) }
TD.rowpic   { background-image: url(images/cellpic2.jpg); background-repeat: repeat-y }
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(images/cellpic1.gif) }

th	{
	color: #d08834; font-size: 12px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#000000; border: #d08834; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #d08834; border-style: solid; height: 25px; text-align:center }
td.row3Right,td.spaceRow {
	background-color: #000000; border: #d08834; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFCC;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #6c6164; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #6c6164; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #6c6164; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFCC; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font:normal 12px Arial; text-decoration:none; color : #6c6164; }
a.mainmenu		{ text-decoration: none; color : #6c6164;  }
a.mainmenu:visited { text-decoration: none; color : #6c6164; }
a.mainmenu:hover{ text-decoration: none; color : #FFFFCC; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px; color : #d08834}
a.cattitle		{ text-decoration: none; color : #d08834; }
a.cattitle:visited { text-decoration: none; color : #d08834; }
a.cattitle:hover{  color: #FFFFCC; text-decoration: none; }


/* Forum shoutbox titles */
.shouttitle		  { font-weight: bold; font-size: 12px; color : #d08834}
a.shouttitle	  { text-decoration: none; color : #d08834; }
a.shouttitle:visited { text-decoration: none; color : #d08834; }
a.shouttitle:hover{  color: #FFFFCC; text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #d08834; }
a.forumlink 	{ text-decoration: none; color : #d08834; }
a.forumlink:visited { text-decoration: none; color : #d08834; }
a.forumlink:hover{ text-decoration: none; color : #FFFFCC; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #6c6164;}
a.nav			{ text-decoration: none; color : #6c6164; }
a.nav:visited { text-decoration: none; color : #6c6164; }
a.nav:hover		{ text-decoration: none; color : #FFFFCC; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #CC9900; }
a.topictitle:link   { text-decoration: none; color : #CC9900; }
a.topictitle:visited { text-decoration: none; color : #CC9900; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFCC; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #d08834;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFCC; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color: #FFFFCC;}
a.postlink:link	{ text-decoration: none; color : #d08834; }
a.postlink:visited { text-decoration: none; color : #d08834; }
a.postlink:hover { text-decoration: none; color : #FFFFCC; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #00CC33;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFCC; letter-spacing: -1px;}
a.copyright		{ color: #d08834; text-decoration: none;}
a.copyright:link   { color : #d08834; text-decoration: none;}
a.copyright:visited { color : #d08834; text-decoration: none;}
a.copyright:hover { color: #FFFFCC; text-decoration: underline;}


/* Form elements */
form{display:inline}

input{font:11px Verdana,Arial,Helvetica,sans-serif;color:#e7e7e7}

select{background:#303030;color:#e7e7e7;font:11px Verdana,Arial,Helvetica,sans-serif}

input.post,textarea.post{background:#303030;border:1px solid #000000;color:#e7e7e7;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#303030;font-size:11px;color:#d08834}
input.catbutton{border:1px solid #000000;background:#303030;font-size:10px;color:#d08834}
input.mainoption{border:1px solid #000000;background:#303030;font-size:11px;color:#d08834}

input.liteoption1,.fakebut{border:1px solid #000000;background:#101010;font-size:11px;color:#d08834}

a.but,a.but:hover,a.but:visited{color:#dd6900;text-decoration:none}


/* None-bold submit button */
input.liteoption {border:1px solid #000000;background:#303030;font-size:11px;color:#d08834}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { color : #FFFFCC; background-color: #212121; border-style: none; }


/*________________________________________TOPMENU_____________________________________*/

.module_s10				{}
ul.menu-nav 			{}

ul.menu-nav li			{display:block; float:left;}
ul.menu-nav li a  		{color:#6c6164; font:normal 12px Arial; text-decoration:none; display:block; text-align:center; padding:0px 0px 0px 0px; width:auto; float:left}

ul.menu-nav li a span	{display:block;}
ul.menu-nav li a span em {font-style:normal; display:block; padding:3px 15px 3px 15px;}

ul.menu-nav li a:hover  {color:#6c6164; font:normal 12px Arial; text-decoration:none; display:block; text-align:center; padding:0px 0px 0px 0px; width:auto; float:left; background:url(images/topmenu-left-act.gif) no-repeat 0 0;}
ul.menu-nav li a:hover span	{display:block; background:url(images/topmenu-right-act.gif) no-repeat right 0}
ul.menu-nav li a:hover span em {font-style:normal; display:block; padding:3px 15px 3px 15px; color:#cab7bb}

ul.menu-nav li a:visited{color:#6c6164}

ul.menu-nav li.active a {color:#6c6164; font:normal 12px Arial; text-decoration:none; display:block; text-align:center; padding:0px 0px 0px 0px; width:auto; float:left; background:url(images/topmenu-left-act.gif) no-repeat 0 0;}
ul.menu-nav li.active a span	{display:block; background:url(images/topmenu-right-act.gif) no-repeat right 0;}
ul.menu-nav li.active a span em {font-style:normal; display:block; padding:3px 15px 3px 15px; position:relative; top:0}

/*___________________________________________________________INDEX.PHP_STYLES_________________________________*/

.main 					{width:980px; position:relative}
#tail-left				{position:absolute; top:0; left:0; height:280px; width:50%; background:url(images/tail-left.gif) repeat-x 0 0}

#topmenu				{height:37px; overflow:hidden; text-align:center}
#topmenu .module_s10	{display:table; margin:auto}
* html #topmenu .module_s10 {margin:0px 0px 0px 321px;}
*:first-child+html #topmenu .module_s10 {margin:0px 0px 0px 321px;}

#logo					{height:241px;}
#logo img				{margin:44px 0px 0px 112px;}

#header					{overflow:hidden; height:279px; background:url(images/header.jpg) no-repeat 0 0}
#wrapper				{background:url(images/content-bg.gif) no-repeat 0 0}

#left					{width:163px; float:left; padding:12px 0px 0px 0px;}
#right					{width:163px; float:right; padding:0px 0px 0px 0px;}
#content				{margin:0px 180px 0px 201px; }
* html #content			{margin:0px 177px 0px 198px;}
#content2				{margin:0px 0px 0px 201px; }
* html #content2			{margin:0px 0px 0px 198px;}

.content-bg				{background:url(images/cont-bg.jpg); width:100%}
.content-t				{background:url(images/cont-top.jpg) repeat-x 0 0; width:100%}
.content-l				{background:url(images/cont-l.jpg) repeat-y 0 0}
.content-r				{background:url(images/cont-r.jpg) repeat-y right 0}
.content-b				{background:url(images/cont-b.jpg) repeat-x 0 bottom}
.content-tl				{background:url(images/cont-tl.jpg) no-repeat 0 0; width:100%}
.content-tr				{background:url(images/cont-tr.jpg) no-repeat right 0}
.content-bl				{background:url(images/cont-bl.jpg) no-repeat 0 bottom;}
.content-br				{background:url(images/cont-br.jpg) no-repeat right bottom; }
.content-br .space		{padding:25px 32px 10px 40px;}

.indent					{padding:2px 71px 0px 51px;}

#wrapper				{overflow:hidden; width:100%}

#footer					{height:36px; background:url(images/footer-bg.jpg) no-repeat 26px 0}
#footer .space			{padding:12px 0px 0px 0px; text-align:center; color:#fff}
#footer a				{color:#fff; font-size:12px; text-decoration:underline;}
#footer a:hover			{text-decoration:none}
#footer em 				{font-style:normal}

.min-height				{min-height:667px; height:auto !important; height:667px; }