 /* General page style. The scroll bar colours only visible in IE5.5+ */
body,td,th,p,font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7667;
}
body {
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background: url(/images/layout/bg.jpg) #000000 top center no-repeat;
}

/* General font families for common tags */
a:link {
	color: #C2CBCF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #30476F;
}
a:active {
	color: #C2CBCF;
	text-decoration: none;
	font-weight: bold;
}


hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}
img {
	border: 0px;
}

.header	{ 
		background-color: #000000; height: 321px;
		background-image: url(images/logo_phpBB.gif);
}

.footer	{ 
	background: #000000;
	font-size: 9px;
	letter-spacing: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ 
		background: #000000;
		border: 2px #191919 solid;
}

/* This is the outline round the main forum tables */
.forumline	{
	background: #000000;
	border: 2px #191919 solid;
}

.table	{ height: 18px; }

.table1	{ height: 40px; }

/* Main table cell colours and backgrounds */
td.row1	{ background: #161616; } /* Forum Categories */
td.row2	{ background: #212121; } /* Forum Category Topics/Posts/Last Post */
td.row3	{ background: #212121; } /* Inside Categories' Author */
td.row4	{ background: #161616; } /* Who's Online Box and People Online, 1st Post in a thread */
td.row5	{ background: #161616; } /* Flag on Messages Page */
td.row6	{ background: #191919; } /* Big Post and Catagory Titles */

/*
  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 { /* Bar under "Last Post */
	background: url(/forums/templates/catacombes/images/layout/bar.jpg) top left #000000;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #C7928C;
	font-size: 11px;
	font-weight: bold;
	background: #191919;
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background: url(/forums/templates/catacombes/images/layout/bar.jpg) top left #000000;
	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;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #000000;
}

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; }
th.thCornerL,th.thCornerR,th.thTop,th.thLeft,th.thRight,th.thHead {
	background: url(/forums/templates/catacombes/images/layout/bar.jpg) top left #000000;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	color: #7F7667;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
a.gen,a.genmed,a.gensmall {font-weight: bold; color : #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

.text { font-size: 10px; color: #7F7667; font-weight: bold; letter-spacing: 1px; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 14px; letter-spacing: 2px; color: #C7928C; }
a.cattitle		{ text-decoration: none; color: #C7928C; }
a.cattitle:hover{ color: 30476F; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size: 12px; color: #ffffff; }
a.forumlink 	{ color: #9F9B8B; text-decoration: none; font-weight: bold; }
a.forumlink:hover{ color: #30476F; }


/* 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 : #000000; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #803339; }
a.topictitle:link   { text-decoration: none; color : #803339; }
a.topictitle:visited { text-decoration: none; color : #803339; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #803339;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #803339; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	margin: 3px 10px 3px 10px;
	padding: 5px;
	border-left: 2px solid #1F1F1D;
	border-right: 2px solid #1F1F1D;
	background: #101010;
	font-size: 11px;
}

.quote {
	margin: 3px 10px 3px 10px;
	padding: 5px;
	border-left: 2px solid #1F1F1D;
	border-right: 2px solid #1F1F1D;
	background: #101010;
	font-size: 11px;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #803339; letter-spacing: -1px;}
a.copyright		{ color: #803339; text-decoration: none;}
a.copyright:hover { color: #803339; 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: #1A1917 url(/images/input/bg.png) top left;
}
select { background: #1a1917 !important; }
input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button { /* Styling for Input Buttons */
	background: #1F1F1D;
	color: #7F7667;
	font-size: 11px;
	font-weight: bold;
	border: outset 1px #1F1D28;
	cursor: pointer;
}
input.button:hover {
	background-color: #272433;
}

/* 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-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* DIV Styles */
#full_wrapper {
	width: 989px;
	margin: 0 auto;
	text-align: left;
	padding: 0 2px 5px 2px;
}
#topper {
	background: url(/forums/templates/catacombes/images/layout/top.png) top center no-repeat;
	width: 985px;
	height: 212px;
	float: left;
}
#main_junk {
	background: url(/forums/templates/catacombes/images/layout/main.png) top center repeat-y;
	width: 985px;
	float: left;
}
#content_junk {
	padding: 0 15px 0 15px;
	text-align: left;
}
#bottom {
	background: url(/forums/templates/catacombes/images/layout/bottom.png) top center no-repeat;
	width: 985px;
	height: 29px;
	float: left;
}
#navigation {
	text-align: center;
	margin: 0 0 5px 0;
}
input, textarea, select {
	color: #9F9B8B;
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
	background: #1A1917 url(/images/input/bg.png) top left no-repeat;
	padding: 2px;
}
a.side {
	color: #7F7667;
}
a.side:hover {
	color: #30476F;
}
.pad {
	padding: 0 0 0 10px;
}
.light { /* Used for Emphasis, ex. Character Name on the sidebar */
	color: #9F9B8B;
	font-weight: bold;
}
.highlight { /* Used for Coloration Emphasis, ex. Timer Countdown on IC Events */
	color: #C7928C;
}
#post_author_info {
	margin: 3px;
	border: 2px #1D1C18 solid;
	background: #000000;
	padding: 3px;
	text-align: center;
}
