/*
Based on the original Style Sheet for the fiblack Theme for phpBB version 2+
Edited by Daz
http://www.forumimages.com
*/
/* Adapted to PNTheme by Batpuppy -- http://batpuppy.drpeay.com/ */

/* General font families for common tags */

.postbody {
	padding: 10px;
}

hr {
	border: 0px solid #ffffff; 
	border-top-width: 1px; 
	height: 0px
}

/* This is the border line & background colour round the entire page */

.bodyline {
}

/* This is the outline round the main forum tables */

.forumline { 
	padding: 5px;
	border-top: 1px solid #ffffff;
	background: #273d4e;
}

/* This is for the error messages that pop up */

.errorline { 
	background-color: #ffffc0; 
	border: 2px dotted #3f3f3f;
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}

/* Main table cell colours and backgrounds */
/* td.row1{background: #272727} */
/* td.row2{background: #303030} */
/* td.row3{background: #414141} */
td.row1 {
	padding: 10px;
	background: #0c3551;
}
td.row2 {
	padding: 10px;
	background: #174473;
}
td.row3 {
	padding: 10px;
	background: #2367ad;
}


/*
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:  #010101 url(<?php echo $cellpic2; ?>) repeat-y;
*/
td.rowpic {

}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #ffffff; 
	font-size: 95%;
	padding: 10px;
	background: #071e2f;
	border-bottom: 1px dotted #ffffff;
}

td.cat, td.cathead, td.catsides, td.catleft, td.catright, td.catbottom {
	padding: 10px;
}

/*
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: 28px
}

th.thhead, th.thsides, th.thtop, th.thleft, th.thright, th.thbottom, th.thcornerl, th.thcornerr {
	padding: 10px;
}

td.row3right, td.spacerow {
	border: #000000 1px solid;
	padding: 10px;
}

th.thhead, td.cathead { border-width: 0px 0px 0px 0px }
th.thsides, td.catsides, td.spacerow { border-width: 0px 0px 0px 0px }
th.thright, td.catright, td.row3right { border-width: 0px 0px 0px 0px }
th.thleft, td.catleft { border-width: 0px 0px 0px 0px }
th.thbottom, td.catbottom { border-width: 0px 0px 0px 0px }
th.thtop { border-width: 0px 0px 0px 0px }
th.thcornerl { border-width: 0px 0px 0px 0px }
th.thcornerr { border-width: 0px 0px 0px 0px }

/* The largest text used in the index page title and toptic title etc. */

.maintitle, {
	font-size: 2em;
	font-weight: bold;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 1.25em;
}

a.maintitle { }

.subtitle, h2 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 1.25em;
}

/* General text */

.gen { }

.genmed {
	font-size: 95%;
}

.gensmall {
	font-size: 95%;
	padding: 5px;
}

/* Forum category titles and forum links*/

.cattitle, .forumlink {
	font-weight: bold; 
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */

.nav	{
	padding: 10px
}

#forum_links {
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	margin-bottom: 1em;
}

/* titles for the topics:could specify viewed link colour too */

.topictitle { }

a.topictitle:visited { }
a.topictitle:hover { }

/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name {
	font-size: 90%;
	font-weight: bold;
}

/* Location,number of posts,post date etc */

.postdetails { 
	font-size: 90%;
}

/* The content of the posts (body of text) */

a.postlink:visited { }

/* Quote & Code blocks */

.code {
	background: #5B5B72;
	border: 1px solid #ffffff;
	font: bold 95%/normal Courier New, Courier, mono;
	padding: 10px;
}

.quote {
	background: #5B5B72;
	border: 1px solid #000000;
	font: 95%/normal Courier New, Courier, mono;
	padding: 10px;
}


/* Form elements */

input, textarea, select { }

/* The text input fields background colour */

input.post, textarea.post, select { }

input { }

/* The buttons used for bbCode styling in message post */

input.button { }

/* The main submit button option */

input.mainoption { }

/* None-bold submit button */

input.liteoption { }

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

/* Begin PNphpBB2 Categories Hierarchie Mod */

td.catRupt { }

/* End PNphpBB2 Categories Hierarchie Mod */

form { }
