/*
  The original subEarth 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: #000000;
	scrollbar-face-color: gray;
	scrollbar-highlight-color: #444;
	scrollbar-shadow-color: #444;
	scrollbar-3dlight-color: #444;
	scrollbar-arrow-color:  #444;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: #444;
}

/* General font families for common tags */
font,th,td,p, span { font-family: Verdana, Arial, Helvetica, sans-serif; color: #EEEEEE;  }
a:link,a:active,a:visited { color : #008FD9; }
a:hover		{ text-decoration: underline; color : #00D949; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

.sonda {background-image: url(images/cellpic1.gif); height: 12px; border: 1px gray solid;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #272727; border: #373737 2px solid; }

.logos, a.logo1, a.logo1:hover{
	font-family: "trebuchet ms";
	color: #EEEEEE;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.logo1, a.logo1, a.logo1:hover  {
	font-size: 25px;
	font-weight: bold;
}

.logo2 {
	font-size: 20px;
}


/* Main table cell colours and backgrounds */
td.row1, .helpline	{ background-color: #202020; }
td.row2	{ background-color: #151515; }
td.row3, td.row3Right	{ background-color: #202020; }


/*
  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-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border:0px; height: 28px;
}


/* 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: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: black; height: 25px;
	background-image: url(images/cellpic3.gif);
	border: 0px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:black; border:0px; height: 28px;
			color: #EEEEEE;
}


/*
  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.spaceRow {
	background-color: Gray; }



/* The largest text used in the index page title and toptic title etc. */
a.maintitle, .maintitle, h1,h2	{
			font:bold 25px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; color : #DADADA;  }
.gen,.genmed { color: #E7E7E7; }
a.gen,a.genmed,a.gensmall { color: #008FD9; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #008FD9;  }
a.mainmenu:hover{ text-decoration: underline; color : #00D949; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px;  color: #EEEEEE}
a.cattitle		{ text-decoration: none; color: #DCDCDC; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #008FD9; }
a.forumlink 	{ text-decoration: none; color : #008FD9; }
a.forumlink:hover{ text-decoration: underline; color : #00D949; }


/* 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 : #EEEEEE;}
a.nav			{ text-decoration: none; color : #008FD9; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #EEEEEE; }
a.topictitle:link   { text-decoration: none; color : #008FD9; }
a.topictitle:visited { text-decoration: none; color : #008FD9; }
a.topictitle:hover	{ text-decoration: underline; color : #00D949; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #EEEEEE;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #EEEEEE; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color:#008FD9  }
a.postlink:visited { text-decoration: none; color : #008FD9; }
a.postlink:hover { text-decoration: underline; color : #DD6900;}


/* Quote & Code blocks */
.code {
	background-color : black;
	color : #00D949;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #00D949 solid;
	}

.quote {
	background-color : black;
	color : #C6C6C6;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px #C6C6C6 solid;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #008FD9;}
a.copyright		{ color: #008FD9; text-decoration: underline;}
a.copyright:hover { color: #EFEFEF; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #C6C6C6;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px #666666 solid;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : black;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : black;
	color : #C6C6C6;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : black;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : black;
	font-weight : normal;
}

