/* GLOBAL RESET */

img {border: none;}

body {
  background: #20231E;
  color: #EEDAB7;
  text-align: center;
  font-family: tahoma;
  margin: 0; 
  padding: 0;
}


h1 {
  font-size: 21px;
  font-weight: normal;
  margin-top: 10px;
}

h2 {
  font-size: 19px;
  font-weight: normal;
  margin-top: 10px;
}

a {color: #fff;
}

input, textarea {
  border: 1px solid #EEDAB7;
  color: #EEDAB7;
  background: none;
}

/* SERVICE DECLARATIONS */
.clearing {clear: both;}

#container {
  text-align: left;
  width: 944px;
  margin-left: auto;
  margin-right: auto;
}

#container-top {
  background: url(/forum/styles/subsilver2/imageset/images/top.jpg) no-repeat;
  height: 29px;
}

#container-bottom {
  background: url(/forum/styles/subsilver2/imageset/images/bottom.jpg) no-repeat;
  height: 78px;
  text-align: center;  
}

#container-content {
  background: url(/forum/styles/subsilver2/imageset/images/bg.jpg) repeat-y;
  position: relative;
}

#corner-top {
  width: 26px;
  height: 290px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/forum/styles/subsilver2/imageset/images/tl_corner.jpg) no-repeat;
}

#corner-bottom {
  width: 35px;
  height: 245px;
  display: block;
  position: relative;
  left: 918px;
  top: 0px;
  background: url(/forum/styles/subsilver2/imageset/images/br_corner.jpg) no-repeat;
}

#content {
  position: relative;
  left: 26px;
  margin-bottom: -245px;
}

#content * {
/*  position: relative;*/
}

#main-content {
  width: 892px;
  height: 622px;
  background: url(/forum/styles/subsilver2/imageset/images/main_bg.jpg) no-repeat;
  position: relative;
}

#flash-menu {
  width: 420px;
  height: 250px;
  position: absolute;
  z-index: 255;
  top: 180px;
  right: 45px;
  color: #fff;
}

#flash-menu ul {
	padding: 0;
	margin: 0;
}

#flash-menu a {
  color: #fff;
  font-size: 11px;
}

#inner-container {
  text-align: left;
  width: 944px;
  margin-left: auto;
  margin-right: auto;
  background: url(/forum/styles/subsilver2/imageset/images/inner_bg.gif) 0 4px repeat-y;
}

#inner-container #container-content {
  background: url(/forum/styles/subsilver2/imageset/images/inner_top_bg.jpg) 324px 0 no-repeat;
}

#inner-container #flash-menu {
  width: 530px;
  height: 105px;
  position: absolute;
  top: 0px;
  right: 65px;
  color: #fff;
}

#upper-content {
  position: relative;
  top: -37px;
  left: -34px;

}

#photo {

  position: absolute;
  width: 314px;
  height: 337px;
  left: 12px;
  top: 13px;
}

#lower-content {
  background: url(/forum/styles/subsilver2/imageset/images/inner_bottom.jpg) 0 100% no-repeat;
  position: relative;
  top: 39px;
  left: 34px;
  padding-top: 180px;
  display: inline-block;
/*  background: #f90 !important;*/
}


  #text-content-forum {
    vertical-align: top;  
    float: left;
    width: 821px;
    _width: 851px;
    padding-right: 30px;
    
    margin-left: 40px;
    _margin-left: 20px;
    margin-bottom: 80px;
    _margin-bottom: -100px;
    font-size: 0.9em;
    line-height: 1.5em;
    min-height: 220px;
    _height: 220px;
  }

  #text-content-forum img {
    border: none;
    margin: 0;
  }

#text-content-forum td {
}

#text-content-forum p {
}



#cpr {
  padding-top: 18px;
  font: 10px tahoma;
  color: #575035; 
  float: left;
  width: 600px;
}

#cpr * {
  color: #575035;
  text-decoration: none;
}

#nav {
	font-size: 0.8em;
	margin-bottom: 10px;
}

#nav a {
	color: #fff;
}

.highlited {
	background: url(/forum/styles/subsilver2/imageset/images/highlight.png) 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/highlight.png', sizingMethod='crop');
}


/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


/* General font families for common tags */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: solid #EEDAB7 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ }

/* This is the outline round the main forum tables */
.forumline	{ border: 2px #EEDAB7 solid; }


/* General font families for common tags */
hr	{ height: 0px; border: solid #EEDAB7 0px; border-top-width: 1px;}



/* Main table cell colours and backgrounds */
td.row1	{ background: none; padding-top: 5px;}
td.row2	{ background: none; }
td.row3	{ background: none; }


/*
  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 {
border-bottom: 1px solid #EEDAB7;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000; font-size: 11px; font-weight : bold;
	background-color: #EEDAB7; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
border-bottom: 1px solid #EEDAB7; height: 28px;
}
td.catdiv, td.spacer {
border-bottom: 1px solid #EEDAB7; 	
	}
/*
  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;
}

td.cat h4 a {
margin-top: 10px;
display: block;
margin-bottom: -5px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background: none; }

th.thHead,td.catHead { font-size: 12px;}

/* 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 : #EEDAB7;
}


/* General text */
/*.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #EEDAB7; }
a.gen,a.genmed,a.gensmall { color: #fff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }*/

.gen { font-size : 12px; }
.genmed , .forumdesc { font-size : 11px; }
.topicdetails, .gensmall { font-size : 10px; }
.genmed ,.gen,.forumdesc,.topicdetails, .gensmall { color : #EEDAB7; }
a.genmed,a.gen,a.forumdesc,a.topicdetails, a.gensmall { color: #fff; text-decoration: none; }
a.genmed:hover,a.gen:hover,a.forumdesc:hover,a.topicdetails:hover, a.gensmall { color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
.mainmenu img {display: none;}
a.mainmenu		{ text-decoration: none; color : #fff;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
/*.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #fff}
a.cattitle		{ text-decoration: none; color : #fff; }
a.cattitle:hover{ text-decoration: underline; }*/
.titles {
font-size: 18px;
margin-bottom: 10px;
}
.username-coloured, .postauthor, .topicauthor {color: #ffffff; font-size: 11px;}
.profile a {font-size: 11px;}

h4		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #fff}
h4 a	{ text-decoration: none; color : #fff; }
h4 a:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #fff; }
a.forumlink 	{ text-decoration: none; color : #fff; }
a.forumlink:hover{ text-decoration: underline; color : #fff; }


/* 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 : #fff;}
a.nav			{ text-decoration: none; color : #fff; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #fff; }
a.topictitle:link   { text-decoration: none; color : #fff; }
a.topictitle:visited { text-decoration: none; color : #ccc; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #EEDAB7;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #EEDAB7; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color: #fff; }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quotecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {

	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {

	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: #DEE3E7; border-style: none; }

td.row1 .breadcrumbs { font-weight: bold; font-size: 12px; color : #fff; text-decoration: none;}
td.row1 .breadcrumbs:hover { text-decoration: underline; }
.datetime {font-size: 11px}

span.pagination, td.pagination, td.pagination span, td.pagination a {font-size:12px;}

.linkmcp, .linkmcp  a {
font-size: 12px;
}
.forumdesc {
display: block;
margin-top: 3px;
margin-bottom: 5px;
}
.tablebg {
/*border-bottom: 1px solid #ffffff;*/
}