/* Normal, standard links. */
a:link {
	 color: #ecdec0;
	 text-decoration: underline;
}
a:visited {
	 color: #ecdec0;
	 text-decoration: underline;
}
a:hover {
	 text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 color: #ecdec0;
	 text-decoration: none;
}
a.nav:hover {
	 color: #ecdec0;
	 text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	 line-height: 175%;
	 font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
	 font-weight: bold;
	 color: #ecdec0;
	 background-color: #000000;
	 font-size: 13px;
}
/* The main body of the entire forum. */
body {
	 background: #000000 url(./images/img/blogbodyimage.jpg);
		  background-repeat: repeat;
		  background-position: center;
		  background-attachment: fixed;
	 color: #ecdec0;
	 padding: 0px 0 3px 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	 color: #ecdec0;
	 background-color: #000000;
	 font-family: Helvetica, "Times New Roman", Times, serif;
}
input, button {
	 font-size: 100%;
	 font-weight: bold;
	 color: #ecdec0;
}
textarea {
	 font-size: 100%;
	 color: #ecdec0;
	 background-color: #000000;
	 font-family: Helvetica, "Times New Roman", Times, serif;
	 font-weight: bold;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	 font-size: 100%
	 font-weight: bold;
	 color: #ecdec0;
	 background-color: #000000;
	 font-family: Helvetica, "Times New Roman", Times, serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #ecdec0;
	 background-color: #000000;
}
a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #ecdec0;
	background-color: #51330e;
	margin: 1px;
	padding: 1px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Helvetica, times new roman, lucida grande;
	line-height: 1.5em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #ecdec0;
	background-color: #000000;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #D3A0BC;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 95%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	background: #51330e;
	color: #333;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
	 cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
	 color: #FF0000;
}
/* The main post box - this makes it as wide as possible. */

.editor {
	 width: 95%;
}
/* Highlighted text - such as search results. */

.highlight {
	 background-color: #FFF000;
	 font-weight: bold;
	 color: #000000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	 background-color: #000000;
}
.windowbg2 {
	 background-color: #000000;
}
.windowbg3 {
	 background-color: #330000;
}
/* the today container in calendar */
.calendar_today {
	color: #891E39;
	background: #FAFAFA;
	text-align: center;
	font-weight: 700;
	font-style: italic;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	 color: #ecdec0;
	 font-style: normal;
	 background: #51330e;
	 border-bottom: solid 1px #000000;
	 border-top: solid 1px #000000;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 18px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 color: #ecdec0;
	 font-style: normal;
	 font-size: 13px;
}
.titlebg a:hover {
	 color: #333;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	 color: #000;
	 font-style: normal;
	 text-decoration: underline;
}
.titlebg2 a:hover {
	 text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
	 color: #FFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: url(images/catbg.gif) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #FFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: url(images/catbg.gif) repeat-x;
}
.catbg, .catbg2, .catbg3 {}
.catbg, .catbg2 {
	 font-weight: bold;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #FFF;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #FFF;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;

}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #000000;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	background: #000000;
	color: #ecdec0;
	border: 1px solid #000000;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 100%;
	 font-weight: bold;
	 font-family: Helvetica, "Times New Roman", Times, serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
}
.normaltext {
	 font-size: small;
}
.largetext {
	 font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	 width: 95%;
	 overflow: auto;
	 line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	 width: 95%;
	 overflow: auto;
	 padding-bottom: 3px;
	 line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	 color: #FF0000;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last{	vertical-align:top}
.maintab_back, .maintab_active_back{	text-decoration:none;	 font-size: 12px;	 font-weight: bold;	 vertical-align:top;	 padding:2px 6px 6px 6px;	 font-family:Helvetica, serif}
.maintab_first{}
.maintab_back{	background:url(./images/img/menubg.gif) repeat-x #f0f0f0}
.maintab_last{}
.maintab_active_first{}
.maintab_active_back{	font-weight:bold; background:url(./images/img/menubg.gif) repeat-x #f0f0f0;  color:orange}
.maintab_active_last{}
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited{ text-decoration:none;  color:white}
.maintab_active_back a:link, .maintab_active_back a:visited{ color:#ecdec0}
.maintab_back a:hover, .maintab_active_back a:hover{ text-decoration:underline}

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last{	vertical-align:top}
.mirrortab_back, .mirrortab_active_back{	text-decoration:none;	 font-size:11px;	 vertical-align:bottom;	 padding:6px;	 font-family:Helvetica, serif}
.mirrortab_first{}
.mirrortab_back{background:url(./images/img/menubg.gif) repeat-x #f0f0f0}
.mirrortab_last{}
.mirrortab_active_first{}
.mirrortab_active_back{	font-weight:bold; background:url(./images/img/menubg.gif) repeat-x #f0f0f0}
.mirrortab_active_last{}
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited{ text-decoration:none;  color:white}
.mirrortab_back a:hover, .mirrortab_active_back a:hover{ text-decoration:underline}

/* The AJAX notifier */

#ajax_in_progress {
	 background: #32CD32;
	 color: white;
	 text-align: center;
	 font-family: Helvetica, serif;
	 font-weight: bold;
	 font-size: 16pt;
	 padding: 3px;
	 width: 95%;
	 position: fixed;
	 top: 0;
	 left: 0;
}
#wrapper {
	 width: 980px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#header {
	 position: relative;
	 height: 289px;
	 overflow: hidden;
	 background: url(./images/img/hrd-bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 289px;
	 background: url(./images/img/hrd-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(./images/img/hrd-l.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 display: block;
	 width: 980px;
	 height: 289px;
	 cursor: pointer;
	 background: url(./images/pbklogo.jpg) no-repeat;
}
#userarea {
	 height: 40px;
	 width: 500px;
	 float: right;
	 padding: 12px 250px 0 0;
	 text-align: center;
	 font-size: 1.5 0em;
	 color: #ecdec0;
	 font-family: Helvetica, serif;
	 font-weight: bold;
}
#userarea a:link, #userarea a:visited {
	 color: #ecdec0;
	 text-decoration: underline;
}
#userarea a:hover {
	 color: 333;
	 text-decoration: none;
}
#searcharea {
	 float: right;
	 padding: 2px 50px 0 0;
	 margin: 0;
	 clear: both;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 33px;
	 width: 980px;
	 background: #ecdec0;
}
/* template menu */
#menu {
	height: 33px;
	width: 980px;
	background: url(./images/img/mid.gif);
	margin: 0;
	border: 0;
}
#menu {
	margin: 0;
	top: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000000 url(./images/img/right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
}
#menu a span {
	display: block;
	background: url(./images/img/left.gif) no-repeat left top;
	padding: 0 13px 0 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ecdec0;
	font-weight: 500;
	line-height: 33px;
}
#menu a:hover,#menu li#chosen a {
	background-position: right bottom;
	border-color:;
}
#menu a:hover span,#menu li#chosen a span {
	background-position: left bottom;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
#bodyarea {
	 padding: 15px;
	 margin: 0;

}
#footer {
	 background: #A2005C url(./images/img/footer_bg.png) 0 100% repeat-x;
	 height: 80px;
}
#footerarea {
	 text-align: center;
	 padding: 10px;
	 color: #fcfcfc;
}
#footerarea a:link, #footerarea a:visited {
	 color: #fff;
}
#footerarea a:hover {
	 color: #fefefe;
	 text-decoration: none;
}
