/*
  The original TerraEarth 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 {
	scrollbar-face-color: #6B0C0C;
	scrollbar-highlight-color: #82302C;
	scrollbar-shadow-color: #330707;
	scrollbar-3dlight-color: #570000;
	scrollbar-arrow-color:  #FFFFBF;
	scrollbar-track-color: #82302C;
	scrollbar-darkshadow-color: #000000;
	background-color: #141414;
	background-image: url(images/bg1.gif);
}

a img {
	border: 0px;
}

/* General font families for common tags */
font,th,td,p,div,body { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFFFBF; }
a:hover		{ text-decoration: underline; color : #FFFF00; }
hr	{ height: 0px; border: solid #FFFFBF 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
/*.bodyline	{ background-color: #570000; border: 1px #98AAB1 solid; background-image: url(images/bg2.gif);}*/

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 1px #570000 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #6B0C0C; }
td.row2	{ background-color: #570000; }
td.row3	{ background-color: #82302C; }


/*
  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: #3A0808; background-image: url(images/bg2.gif);
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFBF; font-size: 11px; font-weight : bold;
	background-color: #3A0808; height: 25px; background-image: url(images/bg2.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#3A0808; border: #570000; border-style: solid; height: 28px;background-image: url(images/bg2.gif);
}


/*
  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; border: #570000; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #570000; border: #F570000; border-style: solid; }

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: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFFF;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFBF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFF00; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FFFFBF;  }
a.mainmenu:hover{ text-decoration: underline; color : #FFFF00; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFBF}
a.cattitle		{ text-decoration: none; color : #FFFFBF; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum category titles */
a.maintitle		{ text-decoration: none; color : #FFFFBF; }
a.maintitle:hover { text-decoration: underline; color : #FFFFBF; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFBF; }
a.forumlink 	{ text-decoration: none; color : #FFFFBF; }
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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #FFFF00; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #FFFFBF; }
a.topictitle:visited { text-decoration: none; color : #FFFFBF; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFBF; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFFF; }


/* The content of the posts (body of text) */
.postbody { color: #FFFFFF; font-size : 12px;}
a.postlink:link	{ text-decoration: underline; color : #FFFFBF }
a.postlink:visited { text-decoration: underline; color : #FFFFBF; }
a.postlink:hover { text-decoration: underline; color : #FFFFBF}


/* 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: #000000; 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
}

.quote td, .quote td.postbody { color: #000000; }

.quote a:link, .quote a:visited { color: #808000; text-decoration: none; }
.quote a:hover { color: #808000; text-decoration: underline; }


/* 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: #FFFFFF; text-decoration: underline;}


/* Form elements */
input,textarea, select, option {
	color : #000000;
	font: normal 11px Verdana, Arial, 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: 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: transparent; color: #FFFFFF; border-style: none; }

.rpgbar {
	width: 92px;
	height: 15px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
}

.rpg td {
	empty-cells: show;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.rpgbar td {
	background-color:  #444444;
}

.rpg .buff {
	background-color:  #444444;
	padding: 2px 2px 2px 2px;
	width: 100%;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
	font-size: 10px;
}

.unreadpm a.topictitle:link, .unreadpm a.topictitle:visited, .unreadpm a.topictitle:hover, .unreadpm a.topictitle:active {
	font-weight: bold !important;
	color: yellow !imporant;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

#TerraEarthUserBar {
	border-bottom: 1px solid #570000;
	background: #3A0808 url(images/bg2.gif);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

#TerraEarthUserBar, #TerraEarthUserBar div, #TerraEarthUserBar li {
	font-size: 10pt;
	color: #FFFFFF;
}

#TerraEarthUserBar .BarPadding {
	padding: 5px;
}

#TerraEarthUserBarBodyPadding {
	padding: 10px 0px;
}

#TerraEarthUserBar a {
	text-decoration: none;
}

#TerraEarthUserBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#TerraEarthUserBar ul li {
	float: left;
	margin: 0px;
	padding: 0px 5px;
}

#TerraEarthUserBar ul li.Index {
	font-weight: bold;
	border-right: 0px;
}

#TerraEarthUserBar ul li.Spacer {
	width: 80px;
	border-right: 0px;
}

#TerraEarthUserBar ul li.Last {
	border-right: 0px;
}

#TerraEarthUserBar .Logout {
	float: right;
	padding: 0px 5px;
}

#TerraEarthUserBar .OnBoard {
	width: 300px;
}

#PMNote {
	position: absolute;
	margin: 0px 0px 0px 0px;
	border: 1px solid #570000;
	border-top: 0px;
	background: #3A0808 url(images/bg2.gif);	
	top: 27px;
}

#PMNote .PMPadding {
	padding: 10px;
}

#PMNote .Title {
	margin-bottom: 10px;
	font-weight: bold;
}

#PMNote .Options {
	text-align: center;
}

.card {	background: url(images/playingcards.png) no-repeat top left; width: 53px; height: 72px; margin: 2px 2px; }
.card-1 { background-position: 0 -30px; } 
.card-10 { background-position: 0 -132px; } 
.card-11 { background-position: 0 -234px; } 
.card-12 { background-position: 0 -336px; } 
.card-13 { background-position: 0 -438px; } 
.card-14 { background-position: 0 -540px; } 
.card-15 { background-position: 0 -642px; } 
.card-16 { background-position: 0 -744px; } 
.card-17 { background-position: 0 -846px; } 
.card-18 { background-position: 0 -948px; } 
.card-19 { background-position: 0 -1050px; } 
.card-2 { background-position: 0 -1152px; } 
.card-20 { background-position: 0 -1254px; } 
.card-21 { background-position: 0 -1356px; } 
.card-22 { background-position: 0 -1458px; } 
.card-23 { background-position: 0 -1560px; } 
.card-24 { background-position: 0 -1662px; } 
.card-25 { background-position: 0 -1764px; } 
.card-26 { background-position: 0 -1866px; } 
.card-27 { background-position: 0 -1968px; } 
.card-28 { background-position: -204px -30px; } 
.card-29 { background-position: -204px -132px; } 
.card-3 { background-position: -204px -234px; } 
.card-30 { background-position: -204px -336px; } 
.card-31 { background-position: -204px -438px; } 
.card-32 { background-position: -204px -540px; } 
.card-33 { background-position: -204px -642px; } 
.card-34 { background-position: -204px -744px; } 
.card-35 { background-position: -204px -846px; } 
.card-36 { background-position: -204px -948px; } 
.card-37 { background-position: -204px -1050px; } 
.card-38 { background-position: -204px -1152px; } 
.card-39 { background-position: -204px -1254px; } 
.card-4 { background-position: -204px -1356px; } 
.card-40 { background-position: -204px -1458px; } 
.card-41 { background-position: -204px -1560px; } 
.card-42 { background-position: -204px -1662px; } 
.card-43 { background-position: -204px -1764px; } 
.card-44 { background-position: -204px -1866px; } 
.card-45 { background-position: -204px -1968px; } 
.card-46 { background-position: -408px -30px; } 
.card-47 { background-position: -408px -132px; } 
.card-48 { background-position: -408px -234px; } 
.card-49 { background-position: -408px -336px; } 
.card-5 { background-position: -408px -438px; } 
.card-50 { background-position: -408px -540px; } 
.card-51 { background-position: -408px -642px; } 
.card-52 { background-position: -408px -744px; } 
.card-53 { background-position: -408px -846px; } 
.card-54 { background-position: -408px -948px; } 
.card-6 { background-position: -408px -1050px; } 
.card-7 { background-position: -408px -1152px; } 
.card-8 { background-position: -408px -1254px; } 
.card-9 { background-position: -408px -1356px; } 
.card-56 { background-position: -408px -1541px; } 
.card-62 { background-position: -630px -30px; } 