/*
  The original WoC Theme for phpBB version 2+
  Created by the War of Conquest Team
  http://www.warofconquest.com
*/

body
{
background-color: #4E4A44;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

/* Horizontal Rules */
hr	{ height: 0px; border: solid #515151 0px; border-top-width: 1px; }

/******************************
*
*	font and text color control
*
******************************/

/* Set the default font family and color */
body { font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; color:BLACK }

/* Set the default link colors and behaviors */
a:link,a:active,a:visited { color:#333399; text-decoration:none; }
a:hover	{ text-decoration:underline}

/* Alternate link colors and behaviors */
.linkalt { color: #9999FF }
a.linkalt,a.linkalt:active,a.linkalt:visited { color: #9999FF; text-decoration:none }
a.linkalt:hover	{ text-decoration:underline}

/* Cookie crumb trail current page indicator ie page-> page-> you are here */
.current_page, a.current_page { font-size:11px; font-weight:bold; color:BLACK}

/* General text sizes */
.gen,.postbody,p { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .postdetails { font-size : 10px; }

/* General text in light colors */
.gen_lt { font-size : 12px; color:white }
.genmed_lt { font-size : 11px; color:white  }
.gensmall_lt { font-size : 10px; color:white  }

/* Category titles */
.cattitle, a.cattitle, a.cattitle:visited, a.cattitle:active { font-weight: bold; color : #d8d8d8; font-size:12px; letter-spacing: 1px;}
a.cattitle:hover{ text-decoration: underline}

/* Forum titles */
.forumtitle		{ font-weight: bold; color:#1D235F; font-size:12px }
a.forumtitle 	{ text-decoration: none; color:#1D235F}
a.forumtitle:hover{ text-decoration: underline;  color:#333399 }

/* SubForum titles for index page */
.subforum { font-weight: bold; color:#1D235F; font-size:10px }
a.subforum,a.subforum:active,a.subforum:visited { text-decoration: none; color: #1D235F }
a.subforum:hover { text-decoration: underline; color:#333399 }

/* Topic titles */
.topictitle {font-weight: bold; color: #1D235F; font-size: 11px}
a.topictitle {text-decoration: none; color: #1D235F;}
a.topictitle:visited { text-decoration: none; color : #FAF0E6}
a.topictitle:hover{ text-decoration: underline; color:#333399 }

/* The largest text used  */
.maintitle,h1
{ font-weight:bold; font-size:18px; text-decoration:none; line-height:120%; color:white; }
a.maintitle,a.maintitle:active,a.maintitle:visited { color:WHITE; text-decoration:none; }
a.maintitle:hover	{ text-decoration:underline; color:#FF7214; }

/* A medium size title  */
.medtitle,h2
{ font-weight:bold; font-size:14px; text-decoration:none; line-height:120%; color:#5A6DA6; }

/* A medium size title in another color */
.altmedtitle
{ font-weight:bold; font-size:14px; text-decoration:none; line-height:120%; color:#FFA114; }

/* Used for the pagination text, (Page 1,2,3 etc) */
/*
.nav			{ font-weight: bold; font-size: 11px;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }
*/

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name, a.name:link, a.name:visited	{ font-size : 11px; color : #BF9960; text-decoration: none;}
a.name:hover {text-decoration:underline; color:#FF7214; }


/* The content of the posts (body of text)
.postbody {font-size : 12px; color:#CCCCCC;}
a.postlink:link	{ text-decoration: none; color : #006699; }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900; }
*/

/* Quote & Code blocks */
.code
{
	font-family: Courier, Courier New, sans-serif; font-size: 11px; color: #006699;
	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: #444444; 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
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #000000; text-decoration: none;}
a.copyright:hover { text-decoration: underline;}


/* Form elements */
input,textarea, select {
	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 border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 1px #4d4d4d solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 1px #303030 solid;}

/* Main table cell colours and backgrounds */

td.row4 { background-color: #6F6A61; } /* dk gray--NO PADDING */
td.row3	{ background-color: #807C76; padding:3px } /* dk gray-brown */
td.row2	{ background-color: #938E87; padding:3px } /* md gray-brown */
td.row1	{ background-color: #A09B93; padding:3px } /* lt gray-brown */

/*
  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.titleheader
{
		background-color: #303030;
		background-image: url(images/cat_title_bkg.gif);
		height:30px;
    border-bottom: thin solid #303030

}

/* Header cells - the blue and silver gradient backgrounds */
th
{

	background-color: #303030;
	height: 34px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#303030; height: 34px;
}


/*
  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: 34px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	border: #000000; border-style: solid; height: 34px; }
td.row3Right,td.spaceRow {
	background-color: #303030; border: #000000; 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; }




/* 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; }

