/*
  Warhammer Basic Theme was created for phpBB2+ and the CMS MX-Publisher.com
  Created by JohanLM
  http://www.johanlm.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ac8d43;
	scrollbar-3dlight-color: #292929;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #292929;
	scrollbar-shadow-color: #292929;
	scrollbar-track-color: #000000;
	background-image: url(images/bg.jpg);
	
	background-position: center;
	margin: 0px;
	
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited {text-decoration: none; color : black;font-weight:bold }
a:hover		{ text-decoration: none; color : #f5c400; font-weight:bold }

/* Main table cell colours and backgrounds */
td.row1	{background-image:url(images/main-content_bg.jpg);}
td.row2	{background-image:url(images/main-content_bg.jpg);}
td.row3	{background-image:url(images/main-content_bg.jpg);}
td.row3right {background-image:url(images/main-content_bg.jpg);}
td.catBottom{background-image:url(images/main-content_bg.jpg);}
th {background-image:url(images/main-content_bg.jpg);}
/* Header cells */
th	{font-size: 11px;}
th.thheader {background-image:url(images/main-content_bg.jpg);}
th.thheader_two {	font-size: 12px;
	background-image: url(images/cellpic1.jpg);
	height: 44px;
	padding-bottom: 12px;}
tr.trheader{
	font-size: 12px;
	background-image: url(images/cellpic1.jpg);
	height: 44px;
	padding-bottom: 12px;
}
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
*/
td.rowpic {
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}
td.tdheader{
	font-size: 12px;
	background-image: url(images/cellpic1.jpg);
	height: 44px;
	padding-bottom: 12px;
}
td.tdhr{ 
height: 3px;  
background-image: url(images/hr-line.gif);
} 

/* The guildname */
.guildtitle{
	font-weight: bold;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height : 120%;
	font-variant: small-caps;
	text-transform: capitalize;
}
/* The guild desc. */
.guilddesc{
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height : 120%;
	color: #CCCCCC;
}


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height : 120%;
	font-variant: small-caps;
	text-transform: capitalize;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #black; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #fff }

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

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #999; }

/* 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 : black;}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #black; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size : 12px; color:#fff}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FAFAFA;
	border: 3px solid #CCC;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 125%;
	border: 3px solid #ac8d43;
	background-image: url(images/quotebg.jpg);
	padding: 10px;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
	color : #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px; 
	background-color : #000;
	border-color : #333;
}

/* spacerows between posts */
.spacerow {
	height: 6px;
	background-image: url(images/spacerow.jpg);
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000;
	border:1px solid #292929;
}

input { background-color : #000;
		text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color:#292929;
	color : #f5c400;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #000;
}

/* The main submit button option */
input.mainoption {
	background-color:#292929;
	color : #f5c400;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	border:solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color:#292929;
	color : #f5c400;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border:solid 1px #000;
}

/* 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: #000; border-style: none; }


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





/*
  Warhammer Basic Theme design adds
  These are .CSS added to the original subSilver .CSS design instead of altered.
*/

/* Overall_header.tpl topbanner */
.oh_background{
	background-image: url(images/bg.png);
	height: 108px;
	width: 100%;
}

.oh_topbanner{
	background-image: url(images/banniere4.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* content frame - The design that goes around the inside of the forum/posts/etc */
.frame-top{
	background-image: url(images/frame_top.png);
	width: 935px;
	background-repeat: no-repeat;
	height: 38px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	background-position : bottom;
}

.frame-lefttop{
	background-image: url(images/frame-left.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 20px;
}
.frame-righttop{
	background-image: url(images/frame-left.jpg);
	background-repeat: repeat-y;
	width: 9px;
	height: 36px;
}
.frame-left{
	background-image: url(images/frame-left.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

.frame-right{
	background-image: url(images/frame-right.jpg);
	background-repeat: repeat-y;
	width: 9px;
	height:13px;
}

.footer-bg{
	background-image: url(images/footer2.png);
	height: 355px;
	background-position : bottom center;
	width: 100%;
	width:93px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.frame-footerlefttop{
	background-image: url(images/frame-left.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height:4px;
}
.frame-footerrighttop{
	background-image: url(images/frame-right.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height:4px;
}

