/*
  The Heart Of Noise CSS
  Created by Louis A Bustamante at Tiki Lab
  http://www.tikilab.com
  Based on 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-color: #000033;
	color: #FFC;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited
{
	color: #CF9;
	text-decoration: none;
	text-transform: inherit;
}
a:hover
{
	text-decoration: underline;
}
hr
{
	height: 0px;
	border-color: #699;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}



/* This is the border line & background colour round the entire page */
.bodyline
{
	background-color: #000033;
	border-color: #203B40;
	border-width: 1px;
	border-style: solid;
}

/* This is the outline round the main forum tables */
.forumline
{
	background-color: #000033;
	border-color: #000033;
	border-width: 2px;
	border-style: solid;
}


/* Main table cell colours and backgrounds */
td.row1 { background-color: #1A1E33; }
td.row2 { background-color: #282E4D; }
td.row3 { background-color: #070E4D; }


/*
  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: #293F00;
	background-image: url(images/jungle_foliage.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th
{
	color: #FFC;
	font-size: 11px;
	font-weight: bold;
	background-color: #33170B;
	height: 25px;
	background-image: url(images/bamboo_dark_horizontal_green.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom
{
	color: #0F0;
	background-image: url(images/bamboo_dark_horizontal.jpg);
	background-color: #542612;
	border-style: solid;
	height: 28px;
	border-color: #542612;
}


/*
  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
{
	background-color: #192E32;
	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-style: solid;
	height: 28px;
	border: #542612;
}
td.row3Right,td.spaceRow
{
	background-color: #192E32;
	border-style: solid;
	border-color: #542612;
}

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 topic title etc. */
.maintitle,h1,h2
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #E3D7B2;
}


/* General text */
.gen { font-size : 14px; }
.genmed { font-size: 12px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #E3D7B2; }
a.gen,a.genmed,a.gensmall
{
	color: #E3D7B2;
	text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover
{
	color: #E3D7B2;
	text-decoration: underline;
}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #E3D7B2 }
a.mainmenu
{
	text-decoration: none;
	color: #CC9;
}
a.mainmenu:hover
{
	text-decoration: underline;
	color: #FC9;
}


/* Forum category titles */
.cattitle
{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FC6;
}
a.cattitle
{
	text-decoration: none;
	color: #CC9;
}
a.cattitle:hover
{
	text-decoration: underline;
	text-transform: inherit;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink
{
	font-weight: bold;
	font-size: 12px;
	color: #E3D7B2;
}
a.forumlink
{
	text-decoration: none;
	color: #FFA34F;
	text-transform: inherit;
}
a.forumlink:hover
{
	text-decoration: underline;
	color: #DD6900;
	text-transform: inherit;
}


/* 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: #E3D7B2;
}
a.nav
{
	text-decoration: none;
	color: #E3D7B2;
}
a.nav:hover
{
	text-decoration: underline;
	text-transform: inherit;
}


/* titles for the topics: could specify viewed link colour too */
.topictitle
{
	font-weight: bold;
	font-size: 11px;
	color: #FFC;
}
a.topictitle:link
{
	color: #F90;
	text-decoration: none;
}
a.topictitle:visited
{
	text-decoration: none;
	color: #FC6;
}
a.topictitle:hover
{
	text-decoration: underline;
	color: #C96;
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #E3D7B2;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #E3D7B2; }


/* The content of the posts (body of text) */
.postbody
{
	font-size: 12px;
	color: #FFC;
}
a.postlink:link
{
	text-decoration: none;
	color: #fddda4;
	text-transform: inherit;
}
a.postlink:visited
{
	text-decoration: none;
	color: #cba048;
	text-transform: inherit;
}
a.postlink:hover
{
	text-decoration: underline;
	color: #DD6900;
	text-transform: inherit;
}






/* Signatures */
.signature
{
	font-size: 9px;
	color: #808080;
}
a.signature:link
{
	font-size: 9px;
	color: #808080;
}
a.signature:visited
{
	font-size: 9px;
	color: #808080;
}
a.signature:hover
{
	font-size: 9px;
	color: #808080;
}




/* Copyright and bottom info */
.copyright
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.copyright
{
	color: #C9FB98;
	text-decoration: none;
	text-transform: inherit;
}
a.copyright:hover
{
	color: #C9FB98;
	text-decoration: underline;
	text-transform: inherit;
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #E3D7B2;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

