/* $Id: default.css,v 1.2 2004/09/24 00:18:00 carls Exp $ */
/* Based on the original Style Sheet for the PN_brown v2 Theme for phpBB version 2+
Edited by Daz  - http://www.ptice.net
Updated for use on PNphpBB2 by ::db:: */

/* General text */
.gensmall
{
  font-size:11px;

}

.genmed
{
  font-size:10px;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle
{
  font-size:11px;
  font-weight:bold;
  text-align:left;

}

a.topictitle:visited
{
  color:#5D5D43;
}

a.topictitle:hover
{
  color:#5D5D43;
}

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

/* Begin moving tword phpbb 2.2 style data */
p.breadcrumbs
{
  margin: 0px;
  float: left;
  font-weight: bold;
  white-space: normal;
}

p.datetime
{
  margin: 0px;
  float: right;
  white-space: nowrap;
}

/* Added for Mozilla - still need to look at the black background problem though */
iframe
{
  border:10;
}

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

/* Form elements */
form
{
  display:inline;
}

input
{
  background-color: #F9F8F2; border: 1px #A5ACB2 solid; color: #263645; font-size: 11px; font-weight: normal;font-family: Tahoma,Verdana, sans-serif
}

input,textarea,select
{
  background-color: #F9F8F2; border: 1px #A5ACB2 solid; color: #263645; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}


/* Fancy form styles for IE */
input,textarea,select,input.button
{
  border-width:1px;
  font:normal 11px Verdana,Arial,Helvetica,sans-serif;
}

/* The buttons used for bbCode styling in message post */
input.button
{
  background-color: #F4EFC2; border: 1px #81817C solid; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}

input.catbutton
{
  background-color: #F4EFC2; border: 1px #81817C solid; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}

/* None-bold submit button */
input.liteoption
{
  background-color: #F4EFC2; border: 1px #81817C solid; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}

/* The main submit button option */
input.mainoption
{
  background-color: #F4EFC2; border: 1px #81817C solid; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}

/* The text input fields background colour */
input.post,textarea.post,select
{
  background-color: #F4EFC2; border: 1px #81817C solid; font-size: 11px; font-family: Tahoma, Verdana, sans-serif
}

/* Category gradients*/
td.cat
{
  font-family: Georgia;
  font-weight:bold;
  letter-spacing:1px;
  color:#4E2D00;
  background-color:#EBEBEB;
  height:27px;
}
td.catRupt
{
  font-family: Georgia;
  font-weight:bold;
  letter-spacing:1px;
  color:#5C5C42;
  background-color:#ffffff;
  height:27px;
}

/* Main table cell colours and backgrounds */
td.row1
{
  background:#ffffff;
  color:#5C5C42;
}

td.row2
{
  background:#FFFEE8;
  color:#5C5C42;
}

td.row3
{
  background:#ffffff;
  color:#5C5C42;
}

td.spacerow
{
  background:#ffffff;
  color:#5C5C42;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic
{
  background-color:#EBEBEB;
  background-repeat: repeat-y;

}

/* Attach mod specific */
td.attachrow
{
  font: normal 11px Verdana,Arial,Helvetica,sans-serif;
  color: ;
  border-color: ;
}

td.attachheader
{
  font: normal 11px Verdana,Arial,Helvetica,sans-serif;
  color: ;
  border-color: ;
  background-color: ;
}

table.attachtable
{
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  color: ;
  border-color: ;
  border-collapse: collapse;
}

/* Header cells */
th.thc, th
{
  background-color:#F4EFC1;
  font-size:11px;
  color:#5C5C42;
  font-weight:bold;
  white-space:nowrap;
  text-align:center;
  height:27px;
  vertical-align: middle;
}

th.thc a:link, th.thc a:active, th.thc a:visited, th a:link, th a:active, th a:visited
{
  color: #5C5C42;
}

th.thc a:hover, th a:hover
{
  color: #5C5C42;
}

/* Header cells */
th.thl
{
	font-family: Georgia;
  background-color:#F4EFC1;
  font-size:11px;
  color:#5C5C42;
  font-weight:bold;
  white-space:nowrap;
  text-align:left;
  height:27px;
  vertical-align: middle;
}

th.thl a:link, th.thl a:active, th.thl a:visited
{
  color: #5C5C42;
}

th.thl a:hover
{
  color: #5C5C42;
}

/* This is for the error messages that pop up */
.errorline
{
  background:#CE1E1E;
  color:#5C5C42;
  border:1px solid #B7B7B7;
  text-align:left;
}

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

  color:#5C5C42;
  border:1px solid #B7B7B7;
  text-align:left;
}

/* This is the outline round the main forum tables */
.forumline
{
  background:#B7B7B7;
  color:#5C5C42;
  border:0px solid #B7B7B7;
  text-align:left;
}

/* 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:#ffffee;
  border-style:none;
  color:#444411;
  text-align:left;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1
{
  font:bold 20px/120% Georgia;
  text-decoration:none;
  text-align:left;
}

/*logo size in header*/
.mainlogo
{
  font:bold 24px/120% Georgia;
  text-decoration:none;
  text-align:left;
}

.logosmall
{
  font:bold 8px/100% Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

.mainheader
{
  font:bold 16px/100%;
  background: #ccddaa;
  text-align:left;
}

.authheader
{
  background:#ccddaa;
  font-size:10px;
  text-align:left;
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
{
  font-weight: bold;
  color : #5C5C42;
  text-align:left;
}

a.nav
{
  text-decoration: none;
  font-weight: bold;
  color : #5C5C42;
  text-align:left;
}

a.nav:hover
{
  text-decoration: underline;
  color : #5C5C42;
}

.postbody
{
  font:12px/125% Verdana,Arial,Helvetica,sans-serif;
  text-align:left;
}

/* Location,number of posts,post date etc */
.postdetails
{
  color:#5C5C42;
  font-size:10px;
  text-align:left;
}

.subtitle,h2
{
  color:#5C5C42;
  font:bold 18px/180% Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

/* This is the gradient background at the top of the page */
/* Not currently used in PNphpBB */
.topbkg
{
        background-color: #ffffee;
	background-repeat: repeat-x;
}

/* Quote blocks
.quote
{
  background:#ffffff;
  border:1px solid #ffffff;
  color:#000000;
  font:11px/125% Verdana,Arial,Helvetica,sans-serif;
  text-align:left;
}
*/

/* Code blocks 
.codetitle
{
  background: #ffffff;
  border:1px solid #ffffff;
  padding:5px;
  width:90%;
  font-weight:bold;
  text-align:left;
  margin-top:10px;
  text-align:left;
}
*/

/* Pagination */
.pi_current
{
	background-color: #F58E09;
	border: 1px solid #ccddaa;
	padding:1px 3px 1px 3px;
	color: #444411;
        font-size:10px;
	font-weight:normal;
	margin-right:1px;
}

.pi_link
{
	background-color: #ffffee;
	border: 1px solid #ccddaa;
	padding:1px 3px 1px 3px;
	color: #444411;
        font-size:10px;
	font-weight:normal;
	margin-right:1px;
}

.pi_firstlast
{
	background-color: #ffffee;
	border: 1px solid #ccddaa;
	padding:1px 3px 1px 3px;
	color: #444411;
        font-size:10px;
	font-weight:bold;
	margin-right:1px;
}

.pi_plain
{
  background-color: #ffffee;
	border: 1px solid #ccddaa;
	padding:1px 3px 1px 3px;
	color: #5C5C42;
  font-size:10px;
	font-weight:normal;
	margin-right:1px;
}

.pi_current a:active,
.pi_current a:visited,
.pi_current a:link,
.pi_link a:active,
.pi_link a:visited,
.pi_link a:link,
.pi_firstlast a:active,
.pi_firstlast a:visited,
.pi_firstlast a:link
{
	text-decoration:none;
	color: #5C5C42;
  font-size:10px;
	font-weight:normal;
}

/* Inline images */
.inlineimg
{
  vertical-align: middle;
}

.navbar
{
	

	padding:3px;
	text-align:center;
	white-space:nowrap;
	border-top: 0px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}

/* FI DivExpand - Daz - ForumImages.com - START */ 
/* Code  */ 
.codetitle,.code
{
  border:1px solid #D9D9D9;
  padding:2px 2px 3px 3px
} 

.codetitle
{
  background: #FBFAF4;
  text-indent:2px;
  font-weight:bold;
  margin:10px 20px 0 20px;
} 

.code
{
  background:#FBFAF4;
  border-top-width:0;
  color:#B7B7B7;
  font: 12px Courier,'Courier New',sans-serif;
  overflow:auto;
  height:40px; 
  margin:0 20px 0 20px;
} 

/* Quote blocks */ 
.quotetitle,.quote
{
  border: 1px solid #392E2E;
  padding:2px 2px 3px 3px;
} 

.quotetitle
{
  background:#CCCCCC;
  text-indent:2px;
  font-weight:bold;
  margin:10px 20px 0 20px;
} 

.quote
{
  background:#EBEBEB;

  color:#5C5C42;
  overflow:auto;
  height:40px;
  margin:0 20px 10px 20px;
} 
/* FI DivExpand - Daz - ForumImages.com - END */

