body {
	background: #000;
	scrollbar-face-color: #e7e8e8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #e7e8e8;
	scrollbar-3dlight-color: #dcdddd;
	scrollbar-arrow-color:  #000;
	scrollbar-track-color: #EFEFEF;
}

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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #efeae2; }
td.row2	{ background-color: #efeae2; }
td.row3	{ background-color: #efeae2; }

/*
  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 silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #dcd2c2;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#dcd2c2;
}

/*
  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;
}

td.row3Right,td.spaceRow {
	background-color: #dcdddd; border: #FFFFFF; border-style: solid;
}


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

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #666; }
a.gen,a.genmed,a.gensmall { color: #000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ff6600; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #666666; }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #ff6600; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #000;}
a.cattitle		{ text-decoration: none; color : #000;padding:0 0 0 10px; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #000; }
a.forumlink 	{ text-decoration: none; color : #584939; }
a.forumlink:hover{ text-decoration: underline; color : #ff6600; }



/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 10px; color : #666666; }
a.topictitle:link   { text-decoration: none; color : #000; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover	{ text-decoration: underline; color : #ff6600; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #000 }
a.postlink:visited { text-decoration: none; color : #333333; }
a.postlink:hover { text-decoration: underline; color : #ff6600}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #666666;
	background-color: #FAFAFA; border: #dcdddd; 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: 10px; color: #666666; line-height: 125%;
	background-color: #FAFAFA; border: #dcdddd; 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: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; letter-spacing: -1px;}
a.copyright		{ color: #666666; text-decoration: none;}
a.copyright:hover { color: #666666; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #666666;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-color : #666666;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #666666;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* 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 { background-color: #e7e8e8; border-style: none; }


/*END INLINED STYLES*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a, img {border:none;}
#header {
	position:relative;
	text-align:center;
	background:url(Forum_header.jpg) 0 0 no-repeat;
	margin:0 0 10px 0;
	padding:25px 0 0 0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}

#winstonHome
	{
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	background:#000;
	font-size:9px;
	font-family:arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 15px 7px 15px;
	text-decoration:none;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	}
#winstonHome:hover{
	color:#ff6600;
	}
	
#forumNav {
	margin:22px auto 0 auto;
	background:#000;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#memberNav{
	margin:auto;
	list-style-type:none;
	padding:0;
	}
	
#memberNav li {
	float:left;
}

#memberNav li span {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	display:block;
	padding:12px 8px 8px 8px;
	color:#fff;
	background:#ff6600;
	font-size:10px;
	text-align:center;
	font-family:arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
#memberNav a{
	color:#fff;
	font-size:10px;
	text-align:center;
	font-family:arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	padding:13px 8px 6px 8px;
	text-decoration:none;
	border-right:1px solid #1A1A1A;
	border-bottom:1px solid #000;
	}
#memberNav a:hover {
	color:#ff6600;
	border-bottom:1px solid #ff6600;
	}
#memberNav a.last{
	border-right:none;
}
	
a.mainmenu {
	color:#000;
	padding:5px 10px;
	display:block;	
	}
.forumheadings{
	background:#efeae2;
	margin:0 auto 10px auto;
	padding:5px 10px 5px 8px;
	border:double #584939;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

td.gensmall {vertical-align:middle;}

.nav			{
	font-weight: bold;
	font-size: 10px; color : #000;
	}
	
a.nav			{
	text-decoration: none;
	color : #000;
	}
	
a.nav:hover		{
	text-decoration: underline;
	color:#ff6600;
	}
	
th	{
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	height: 28px;
	background:#003c34;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #fff;
	margin:0px 0 10px 0;
	}
.forumline td {background:}
