/*
  The original wowHorde Theme for phpBB version 2+
  Created by boo
  http://www.ez-life.net.com

*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #1F0F09;
	scrollbar-highlight-color: #0B0503;
	scrollbar-shadow-color: #1F0F09;
	scrollbar-3dlight-color: #2E170E;
	scrollbar-arrow-color:  #FAE7A4;
	scrollbar-track-color: #0B0503;
	scrollbar-darkshadow-color: #98AAB1;
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

/* General font families for common tags */
font,th,td,p { font-family: Georgia, Times New Roman, Times }
a:link,a:active,a:visited { color : #FAE7A4; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr	{ height: 0px; border: solid #2E170E 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #0B0503; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #0B0503; border: 2px #0B0503 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #0B0503; }
td.row2	{ background-color: #1F0F09; }
td.row3	{ background-color: #2E170E; }

/*
  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: #0B0503;
		background-image: url(templates/wowHorde/images/cellpic2.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #900000; font-size: 11px; font-weight : bold;
	background-color: #FAE7A4; height: 25px;
	background-image: url(templates/wowHorde/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/wowHorde/images/cellpic1.gif);
			background-color:#2E170E; border: #0B0503; border-style: solid; height: 28px;
}

/*
  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: #0B0503; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #2E170E; border: #0B0503; 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	{
	font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Georgia, Times New Roman, Times;
	text-decoration: none; line-height : 120%; color : #D6BA5A;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #D6BA5A; }
a.gen,a.genmed,a.gensmall { color: #FAE7A4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

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

/* Forum category titles */
.cattitle	 {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FAE7A4;
	padding-left: 5px;
}

a.cattitle {
	text-decoration: none;
	color : #FAE7A4;
}

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 : #FAE7A4;
}

a.forumlink {
	text-decoration: none;
	color: #FAE7A4;
}

a.forumlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #D6BA5A; }
a.topictitle:link   { text-decoration: none; color : #FAE7A4; }
a.topictitle:visited { text-decoration: none; color : #FAE7A4; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }

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

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

/* The content of the posts (body of text) */
.postbody {
	font-size: 12px;
	line-height: 18px;
	color: #FAE7A4;
}
a.postlink:link	{ text-decoration: none; color : #FAE7A4 }
a.postlink:visited { text-decoration: none; color : #FAE7A4; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #A3732B;
	background-color: #1F0F09; border: #2E170E; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Georgia, Times New Roman, Times; font-size: 11px; color: #B5A775; line-height: 125%;
	background-color: #1F0F09; border: #2E170E; 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: Georgia, Times New Roman, Times;
	color: #B5A775;
	text-align: center;
	padding: 0;
	margin: 0;
}

a.copyright		{ color: #B5A775; text-decoration: none;}
a.copyright:hover { color: #D6BA5A; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #D6BA5A;
	font: normal 11px Georgia, Times New Roman, Times;
	border-color : #D6BA5A;
}

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #0B0503;
	color : #D6BA5A;
	font-size: 11px; font-family: Georgia, Times New Roman, Times;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #1F0F09;
	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: #1F0F09; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/wowHorde/formIE.css");

/* --------------------------------------------
Date: 		20 May 2004
--------------------------------------------- */


/* Basics
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	text-align: center;
	color: #1d1308;
	background: #000 url(http://www.tekumel.com/images/home_bg.jpg) repeat-x;
	width: 660px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
}

hr {
	display: none;
}

/* misc /**************************/

.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* Type—general
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	color: #740400;
	padding-bottom: 1em;
}

h2 {
	font-weight: normal;
	font-size: 140%;
	line-height: 1.2em;
	color: #740400;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .3em;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 85%;
	margin: 0;
	padding: 0;
	padding-bottom: .2em;
}

h4 {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.4em;
	color: #740400;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: .2em;
}

p {
	margin: 0 0 1em 0;
}

/* Layout
----------------------------------------------- */
#masthead {
	width: 660px;
	height: 103px;
	margin: 0;
	padding: 0;
	display: block;
}

#navbar {
	width: 660px;
	height: 48px;
	margin: 0;
	padding: 0;
	display: block;
	background: url("http://www.tekumel.com/images/navbar.jpg") no-repeat top left;
}

#wrapper {
	width: 660px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff3db url("http://www.tekumel.com/images/main_forumpagemid.jpg") repeat-y;
}

#pagetop {
	width: 660px;
	height: 36px;
	background: #fff3db url("http://www.tekumel.com/images/main_forumpagetop.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
}

#innerwrapper {
	width: 610px;
	margin: 0 25px;
	padding: 0;
}

#main {
	width: 440px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: visible;
}

#mainwide {
	width: 610px;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: visible;
}

.mainspecial {
	width: 440px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: visible;
}

#sidebar {
	width: 169px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
}

.sidebarspecial {
	width: 169px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
}

#pagebase {
	width: 660px;
	height: 44px;
	background: #fff3db url("http://www.tekumel.com/images/main_forumpagebase.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
}

/* Nav
----------------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	height: 48px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	position: relative;
	display: inline;
	/* hide from IE mac \*/
	float: left;
	/* end hiding from IE5 mac */
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	clip: rect(0, 110px, 32px, 0);
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:32px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -32px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -64px;
}

#home a {
	width: 110px;
	background: url(../images/navhome.jpg) top left no-repeat;
}

#world a {
	width: 110px;
	background: url(../images/navworld.jpg) top left no-repeat;
}

#gaming a {
	width: 110px;
	background: url(../images/navgaming.jpg) top left no-repeat;
}

#archive a {
	width: 110px;
	background: url(../images/navarchive.jpg) top left no-repeat;
}

#about a {
	width: 110px;
	background: url(../images/navabout.jpg) top left no-repeat;
}

#forums a {
	width: 110px;
	background: url(../images/navforums.jpg) top left no-repeat;
}

#nav a:hover {
	border-bottom: none;
}

/* Type_main
----------------------------------------------- */

#main ul {
	margin: 0 15px 12px 15px;
	padding: 0;
}

#main li {
	line-height: 1.5em;
	list-style: none;
	background: url("http://www.tekumel.com/images/list_icon.gif") no-repeat 0px .3em;
	vertical-align: top;
	padding: 0 0 .6em 17px;
	margin: 0;
}

/* Type_special
----------------------------------------------- */

.featuretext {
	font-weight: normal;
	font-size: 140%;
	line-height: 1.4em;
	color: #740400;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

.featuretextsmallindent {
	font-weight: normal;
	font-size: 140%;
	line-height: 1.4em;
	color: #740400;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-bottom: 1em;
}

.smallindent {
	padding-left: 25px;
}

.name {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: .3em;
	color: #5E3414;
}

.title {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: .3em;
	color: #740400;
}

.smallitalic {
 	font: 0.9em/1.4em Georgia, Times, Times New Roman, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 1.4em;
	color: #740400;
}

.description {
 	font: 1em/1.4em Georgia, Times, Times New Roman, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 1.4em;
	color: #740400;
}

h2.intro {
	font-weight: normal;
	font-size: 130%;
	line-height: 1.2em;
	color: #740400;
	margin: 0;
	padding-top: 0;
	padding-bottom: .8em;
}

.center {
	text-align: center;
}

.caption {
 	font: 0.9em/1.4em Georgia, Times, Times New Roman, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 1.4em;
	color: #740400;
	text-align: center;
}

.indent {
	padding-left: 140px;
}

.small {
 	font-style: normal;
	color: #1d1308;
}

table tr {
	vertical-align: baseline;
}

table p {
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	line-height: 1.3em;
}

table .shaded {
	background-color: #ccbd9b;
}

/* Sitemap page
----------------------------------------------- */

#sitemap h2 {
	padding-top: 1em;
}

#sitemap p {
	margin: 0 0 0.1em 0;
}

#sitemap .in {
	padding-left: 10px;
}

#sitemap .inin {
	padding-left: 20px;
}

#sitemap .inend {
	padding-left: 10px;
	margin: 0 0 1em 0;
}

/* Type_sidebar
----------------------------------------------- */

#sidebar p {
	font: 0.85em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	margin: 0 0 10px 0;
	padding-right: 30px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	padding-right: 30px;
}

#sidebar ul li {
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	line-height: 1.3em;
	list-style: none;
	font-weight: bold;
	padding-bottom: 0.7em;
	padding-top: 0.6em;
	margin: 0;
	color: #740400;
	border-bottom: 1px #ccbd9b dotted;
}

#sidebar ul li.tab {
	font-size: 0.85em;
	list-style: none;
	font-weight: normal;
	padding: 0;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	margin: 0;
	border-bottom: none;
}

#sidebar ul li.tablast {
	font-size: 0.85em;
	list-style: none;
	font-weight: normal;
	padding: 0;
	padding-bottom: 0.7em;
	padding-left: 0.8em;
	margin: 0;
}

#sidebar ul li.subtab {
	font-size: 0.85em;
	list-style: none;
	font-weight: normal;
	padding: 0;
	padding-bottom: 0.6em;
	padding-left: 2em;
	margin: 0;
	border-bottom: none;
}

#sidebar ul li.subtablast {
	font-size: 0.85em;
	list-style: none;
	font-weight: normal;
	padding: 0;
	padding-bottom: 0.7em;
	padding-left: 2em;
	margin: 0;
}

#sidebar p.smallitalic {
 	font: 0.9em/1.5em Georgia, Times, Times New Roman, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #740400;
	padding-right: 30px;
}

/* Links_sidebar
----------------------------------------------- */

#sidebar a:link {
	color: #DC7C00;
	text-decoration: none;
}

#sidebar a:visited {
	color: #DC7C00;
	text-decoration: none;
}

#sidebar a:hover {
	color: #DCA155;
	text-decoration: none;
	border-bottom: none;
}

#sidebar a:active {
	color: #DC7C00;
}

#sidebar ul li.here {
	color: #740400;
	border-bottom: none;
}

#sidebar .here a {
	color: #740400;
	border-bottom: none;
}

/* Images_alone
----------------------------------------------- */

img.left {
	float: left;
   	margin: 5px 15px 10px 0;
	padding: 3px;
	border: 1px #ccbd9b solid;
}

img.right {
	float: right;
   	margin: 5px 0 10px 15px;
	padding: 3px;
	border: 1px #ccbd9b solid;
}

img.leftnoborder {
	float: left;
   	margin: 2px 15px 5px 0;
   	padding: 0;
}

img.rightnoborder {
	float: right;
   	margin: 2px 0 5px 15px;
   	padding: 0;
}

img.midnoborder {
   	margin: 2px 0 5px 0;
   	padding: 0;
}

/* Images_with caption
----------------------------------------------- */

.imagecaptioned {
	float: left;
   	margin: 2px 20px 5px 10px;
   	padding: 0 0 5px 0;
   	text-align: center;
}

.imagecaptioned img {
	margin: 0 0 4px 0;
	padding: 3px;
	border: 1px #ccbd9b solid;
}

.imagecaptioned a:hover {
	border-bottom: none;
}

.imagecaptioned p {
	font: 0.8em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	line-height: 1.4em;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #740400;
}

/* Images_border
----------------------------------------------- */

.border {
   	margin: 5px 0 5px 0;
	padding: 3px;
	border: 1px #ccbd9b solid;
}

/* Pullout
----------------------------------------------- */

.pullout {
	float: right;
	width:  150px;
   	margin: 5px 0 15px 15px;
   	padding: 10px 10px 6px 10px;
   	text-align: right;
   	background-color: #e1d1ad;
	border: 1px #ccbd9b solid;
}

.pullout p {
	font: 0.8em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
	color: #1d1308;
}

.pullout p.name {
	font: 0.8em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-style: normal;
	padding-bottom: 0.4em;
	color: #1d1308;
}

.pullout p.title {
	font: 0.9em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0.4em;
	color: #740400;
}

.pullout p.note {
	font: 0.8em/1.4em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 0.8em;
	color: #740400;
}

.pullout h3 {
	padding-bottom: 1em;
}

#main ul {
	margin: 0 5px 5px 5px;
	padding: 0;
}

#main li {
	line-height: 1.5em;
	list-style: none;
	background: url("http://www.tekumel.com/images/list_icon.gif") no-repeat 0px .3em;
	vertical-align: top;
	padding: 0 0 .6em 17px;
	margin: 0;
}

/* Textfeature
----------------------------------------------- */

.textfeature {
	display: block;
	padding: 15px 15px 10px 15px;
   	margin: 5px 10px 15px 10px;
   	background-color: #e1d1ad;
	border: 1px #ccbd9b solid;
}

.textfeature p {
	font: 0.8em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	margin: 0;
	padding-bottom: 0.8em;
}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	width: 660px;
	height: 65px;
	background: #000 url("http://www.tekumel.com/images/footer.jpg") no-repeat top left;
	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font: 0.7em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-weight: bold;
	color: #e8dcc1;
	line-height: 1.3em;
	padding-top: 25px;
}
