/*
  The original melanomic 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: black;
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #E4E4E4;
	scrollbar-shadow-color: #E4E4E4;
	scrollbar-3dlight-color: #E4E4E4;
	scrollbar-arrow-color:  #302D2C;
	scrollbar-track-color: #302D2C;
	scrollbar-darkshadow-color: black;
	margin-top: 0px;margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
	background-image: url(images/tlo.gif);
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #E4E4E4; }
a:hover		{ text-decoration: none; color : silver; }
a.thmenu, .thmenu { color: white; text-decoration: none; font-size: 10px; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
table.top	{ font-size: 0px; height: 2px; margin: 0px; padding: 0px}

img {
	border: 0px;
}

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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #353533; }
td.row2	{ background-color: #40403D; }
td.row3, td.row3right	{ background-color: #4B4B47; }

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


/* Header cells - the blue and silver gradient backgrounds */
th, th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #D8E5F7;
	background-image: url(images/th.png);
	background-color: #006699;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic, td.cat2 {
	background-color: #006699;
	border: 0px;
	height: 22px;
	color: #D8E5F7;
	text-align: center;
	}

	td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic {	background-image: url(images/cat.png); }
	td.cat2 {	background-image: url(images/cat2.png); }

/*
  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 :-)
*/




/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-size: 20px; font-family: tahoma; font-weight: bold;
			text-decoration: none; text-align: center; color : #A2A2A2;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #A2A2A2; }
a.gen,a.genmed,a.gensmall { color: #E4E4E4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: none; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; color : #E4E4E4}
a.cattitle		{ text-decoration: none; color : #E4E4E4; }
a.cattitle:hover{ text-decoration: none; }


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


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


td.spacerow {
	background-color: #4B4B47;
	font-size: 1px;
}

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


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

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


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


/* Quote & Code blocks */
.code {
	font-family: tahoma; font-size: 11px; color: #DCDCDC;
	 border: #525252; 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: #DCDCDC; line-height: 125%;
	border: #525252; 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;}
a.copyright		{ color: #E4E4E4; text-decoration: none;}
a.copyright:hover { color: #A2A2A2; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color : #A2A2A2;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px #525252 solid;
}

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

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #353533;
	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");
