/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background: #C19393 url(images/top_bg.gif) repeat-x;
  position: relative;
  zwidth: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<850?'850px':'');
  min-width: 900px;
}

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


/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; }


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


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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #BDA5A5; font-size: 13px; font-weight : bold;
	background-color: #754242; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#956262; border: #FFFFFF; border-style: solid; height: 28px;
}
td.cat a,td.catHead a,td.catSides a,td.catLeft a,td.catRight a,td.catBottom a {
			color: #FCDEDE;
			padding-left: 10px;
			font-size: 15px;
}


/*
  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; zborder: #FFFFFF; zborder-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #F1C0C0; zborder: #FFFFFF; zborder-style: solid; }

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


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


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #6C3131; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #BDA5A5; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #6C3131}
a.cattitle		{ text-decoration: none; color : #6C3131; }
a.cattitle:hover{ text-decoration: underline; }


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


/* 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 : #000000; line-height: 30px;}
a.nav			{ text-decoration: none; color : #6C3131; }
a.nav:hover		{ text-decoration: underline; }


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


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

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


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


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

.quote {
	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;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	zborder-color : #000000;
  zborder-width: 1px;
}

/* 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 : #000000;
	font-size: 11px; 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: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");





#header {
  width: 100%;
  padding-top: 10px;
  position: relative;
  font-family: arial;
  font-size: 12px;
}
#logo {
  position: absolute;
  top: 42px;
  left: 38px;
  display: block;
  width: 196px;
  padding-top: 88px;
  text-align: right;
  background: url(images/logo.gif) no-repeat;
  color: #000;
}
a:hover#logo {
  text-decoration: none;
}
#menu {
  margin: 0 auto 0 28%;
  width: 588px;
  height: 115px;
  padding: 84px 0 0 70px;
  background: url(images/menu.jpg) no-repeat;
  color: #FFF;
  position: relative;
  font-size: 12px;
}
#menu a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 2px 3px;
}
#menu a:hover {
  background: #EF6FC8;
  text-decoration: underline;
}
.forum {
  padding-left: 39px;
  font-size: 14px;
  position: absolute;
  top: 83px;
}
*body .forum {
  top: 84px;
}
html:root .forum {
  padding-left: 41px;
}
.forum a:hover {
  background: none !important;
}
.forum a {
  text-decoration: underline !important;
}
.forum a:hover {
  text-decoration: none !important;
}
.style, .music, .shop, .chat {
  position: absolute;
  font-size: 18px;
}
.style a, .music a, .shop a, .chat a {
  color: #000 !important;
  text-decoration: underline !important;
  line-height: 18px;
}
.style a:hover, .music a:hover, .shop a:hover, .chat a:hover {
  background: none !important;
  text-decoration: none !important;
}
.style {
  top: 140px;
  left: 52px;
}
*body .style {
  top: 155px;
}
.music {
  top: 123px;
  left: 215px;
}
*body .music {
  top: 138px;
}
.shop {
  top: 131px;
  left: 390px;

}
.chat {
  top: 147px;
  left: 490px;

}
*body .shop {
  top: 146px;
}
#top_links {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 11px;
}
#top_links a {
  text-decoration: none;
}
#top_links a:hover {
  text-decoration: underline;
  font-weight: bold;
}
#top_adv {
  margin: 0 15px 25px 13px;
  text-align: center;
}




#footer {
  position: relative;
  background: url(images/footer_logo.gif) 23px 0 no-repeat;
  font-family: arial;
}
#footer a:hover {
  text-decoration: none;
}
#footer_menu {
  position: absolute;
  top: 17px;
  left: 149px;
  height: 21px;
  padding: 5px 6px 0;
  background: #794569;
  font-size: 11px;
  color: #FFF;
}
#footer_menu a {
  color: #FFF;
  text-decoration: none;
  padding: 0 3px;
}
#footer_menu a:hover {
  text-decoration: underline;
}
.forum2 {
  position: absolute;
  top: 22px;
  left: 478px;
  font-weight: bold;
  font-size: 14px;
}
.forum2 a {
  color: #794569 !important;
}
#counter {
  position: absolute;
  top: 23px;
  left: 610px;
  font-size: 11px;
}
#copyright {
  padding: 55px 0 0 150px;
  font-size: 11px;
}
#copyright a {
  font-weight: bold;
  color: #2B2B2B;
}
#copyright b a {
  text-decoration: none;
}
#powered {
  padding-top: 3px;
}
#powered a {
  color: #794569;
  font-weight: normal;
  font-size: 11px;
  font-family: arial;
}
#sponsors {
  padding: 15px 25px 20px;
  font-size: 11px;
  font-family: arial;
}
#sponsors h4 {
  font-size: 12px;
  color: #794569;
  padding: 5px;
  border-bottom: 2px solid #794569;
  margin: 0 -7px 18px;
}
