/*
  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 {
	margin: 0;
	padding: 0;
	background: #515151;
  position: relative;
}
#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth|document.body.clientWidth)<1000?'1000px':'');
  min-width: 1000px;
  background: url(i/header.jpg) 100% 27px no-repeat;
}


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


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #9D9D9D solid; }
.forumline a { color: #D93030 !important }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F1F1F1; border-top: 1px solid #9D9D9D !important; border-right: 1px solid #9D9D9D !important; padding-left: 5px; }
td.row2	{ background-color: #EAEAEA; border-top: 1px solid #9D9D9D !important; border-right: 1px solid #9D9D9D !important; }
td.row3	{ background-color: #F1F1F1; border-top: 1px solid #9D9D9D !important; border-right: 1px solid #9D9D9D !important; }


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

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

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

td.catLeft a,
td.catHead a {
  color: #FFF !important;
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 10px;
}

/*
  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; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #F1F1F1; border-top: 1px solid #9D9D9D !important; }

th.thHead,td.catHead { font-size: 12px; border-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 1px; }
th.thBottom,td.catBottom  { border-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: 22px; font-family: Arial, "Trebuchet MS",Verdana, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FF6B6B;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #D93030; text-decoration: none; font-size: 10px !important; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
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 : #D93030; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; }


/* 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;}
a.nav			{ text-decoration: none; color : #FF4141; }
a.nav:hover		{ text-decoration: underline; }


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


/* 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 : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline;}


/* 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: Arial, Verdana, 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: Arial, Verdana, 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 Arial, Verdana, Helvetica, sans-serif;
	border-color : #000000;
}

/* 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: Arial, Verdana, 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
-----------------------------------------------------------------------------*/
#header {
  height: 167px;
  position: relative;
  background: url(i/logo.jpg) 0 27px no-repeat;
  font-size: 12px;
  margin: -10px;
}
#header a:hover {
  text-decoration: none;
}
#topLine {
  height: 27px;
  background: #252525;
  color: #CECECE;
}
#topLine a {
  color: #CECECE;
}
#title {
  position: absolute;
  top: 6px;
  /top: 7px;
  left: 12px;
}
html:root #title {
  top: -1px;
}
#title h1 {
  font-size: 11px;
  font-weight: normal;
  color: #CECECE;;
}
#title a {
  font-weight: bold;
}
#topLinks {
  position: absolute;
  top: 6px;
  /top: 7px;
  right: 12px;
  font-size: 11px;
}
#logo {
  display: block;
  position: absolute;
  top: 47px;
  left: 30px;
  width: 260px;
  height: 58px;
  text-decoration: none;
}
#menuLeft {
  position: absolute;
  top: 124px;
  left: 12px;
  z-index: 0;
  width: 70%;
  height: 32px;
  color: #FFF;
  font-size: 12px;
  background: #FF6B6B url(i/menu_left.gif) no-repeat;
  line-height: 28px;
  /line-height: 27px;
}
#menuLeft span {
  display: block;
  border-bottom: 3px solid #282828;
  margin-left: 8px;
  padding: 0 2px 1px;
  /padding: 0 2px 2px;
}
#menuLeft a {
  color: #FFF;
  padding: 0 3px;
}
#menuLeft a:hover {
  background: #FFF;
  color: #FF6B6B;
  text-decoration: underline;
  padding: 2px 3px;
}
#menuRight {
  position: absolute;
  top: 124px;
  right: 266px;
  z-index: 1;
  width: 290px;
  height: 32px;
  background: #6C6C6C url(i/menu_right.gif) right no-repeat;
  border-left: 6px solid #000;
  line-height: 29px;
  /line-height: 28px;
  font-size: 11px;
}
#menuRight span {
  display: block;
  border-bottom: 3px solid #282828;
  margin-right: 9px;
  background: url(i/icon.gif) 12px 7px no-repeat;
  padding: 0 0 0 35px;
  /padding: 0 0 1px 33px;
}
#menuRight a {
  color: #FFF;
}
#topBanner {
  position: absolute;
  top: 44px;
  left: 318px;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
  width: 180px;
  vertical-align: top;
  font-size: 12px;
}
.grayBlock {
  background: #C6C6C6;
  min-height: 150px;
  /height: 150px;
  margin-bottom: 8px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
  color: #D7D7D7;
  line-height: 14px;
  padding: 50px 0 45px 230px;
  background: url(i/logo2.jpg) 40px 62px no-repeat;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#footer a {
  color: #D7D7D7;
  font-weight: bold;
}
#footer a:hover {
  text-decoration: none;
}
#powered {
  margin: 3px 0 0;
}
#powered a {
  font-weight: normal;
  color: #FFA89A;
  padding-right: 12px;
}




/*
playback timings (ms):
  CDXLines.iter: 13.377 (3)
  PetaboxLoader3.resolve: 1242.219 (3)
  exclusion.robots: 0.155
  LoadShardBlock: 1058.884 (3)
  load_resource: 814.207
  captures_list: 1089.934
  exclusion.robots.policy: 0.145
  RedisCDXSource: 13.95
  esindex: 0.02
  PetaboxLoader3.datanode: 428.699 (5)
*/