/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Barnabas
	Based on style:	Barnabas (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar Barnabas style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #323d4f;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	width: 927px;
/*	min-height: 80px;
	height: auto !important;
	height: 80px;*/
	background: #f0f0f1;
	margin: 0 auto;
	padding: 0;
}

#wrapcentre {
	width: 902px;
	background: #f0f0f1;
	margin: 0 auto;
	padding-left: 25px;
}

#wrapcentre table, #wrapcentre table td {
	border: 0;
}

#wrapcentre table td {
	background: none;
}

#wrapfooter {
	clear: both;
	width: 927px;
	background: #f0f0f1;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}

#wrapnav {
	margin: 0;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;

}

#menubar {
	background: none;
	margin: 0 0 0 25px;
	padding: 6px 0 0 0;
}

#menubar table {
	background: #e0e0e4;
	margin: 0;
	padding: 0 6px 0 6px;
	border: 0;
	border-top: 1px solid #c9c9cf;
}

#menubar table td {
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
}

#datebar {
	margin: 0;
	padding: 0 0 0 25px;
}

#datebar .gensmall {
	font-size: 10px;
}

#datebar table {
	background: #e8e8ec;
	margin: 0;
	padding: 0 6px 0 6px;
	border: 0;
	border-top: 1px solid #c9c9cf;
	border-bottom: 1px solid #c9c9cf;
}

#datebar table td {
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
	margin: 0;
	padding: 0;
}

#wrapcentre #pageheader h2 {
	float: left;
	width: 875px;
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #a9b8c2;
}

#pagecontent {
	
}

#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

#wrapcentre h2, #wrapcentre h2 a {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#wrapcentre h4, #wrapcentre h4 a {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
}

#wrapcentre h4 {
	color: #333;
	margin: 0;
	padding: 0;
}

/*h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}*/

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	float: right;
	margin: 0;
	padding: 0 30px 0 0;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	margin: 0;
	padding: 12px 30px 2px 4px;
	white-space: nowrap;
} 

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	color: #333;
	font-size: 1.3em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0;
	line-height: 1.4em;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

#wrapcentre table tr.nav, #wrapcentre table td.nav {
	color: black;
	font-weight: bold;
	background: none;
	margin: 0;
	padding: 0 4px 0 4px;
}

#wrapcentre table.navpanel {
	background: none;
	margin: 6px 0 6px 0;
	padding: 0;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th, th a, th a:link, th a:active, th a:visited, th a:hover {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	text-transform: capitalize;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

#wrapcentre table.tablebg {
	background-color: #a9b8c2;
	margin: 0;
	padding: 0;
	border: 0;
}

.tablebg th, .tablebg td {
	border: 0;
}

#wrapcentre table.tablebg table {
	margin: 0;
	padding: 0;
}

#wrapcentre table td.catdiv {
	background: url('./images/cellpic1.jpg') left top repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
}
.rtl .catdiv {
	background: url('./images/cellpic1_rtl.jpg') right top repeat-x;
}

#wrapcentre table td.cat {
	margin: 0;
	padding: 4px;
	border: 0;
	background: #e0e5e9 url('./images/cellpic1.gif') left top repeat-x;
	text-indent: 4px;
}

#wrapcentre table td.cat table {
	width: 100%;
	background: none;
	border: 0;
}

#wrapcentre table td.row1, #wrapcentre table.tablebg tr.row1 td {
	background: #f7f7f7;
	padding: 4px;
}

#wrapcentre table td.row1 table {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapcentre table td.row2 {
	background: #f7f7f7;
	padding: 4px;
}

#wrapcentre table td.row3 {
	color: #fff;
	background-color: #999;
	padding: 4px;
}

#wrapcentre table td.row3 .gensmall {
	color: #fff;
}

#wrapcentre table td.row3 a {
	color: #a4e5ff;
	text-transform: capitalize;
	text-decoration: underline;
}

.spacer {
	background-color: #d1d7dc;
}

hr {
	color: #d1d7dc;
	height: 1px;
	background-color: #d1d7dc;
	border-width: 0;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background: none;
}

/* Links
 ------------ */
a:link {
	text-decoration: none;
}

a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.forumlink {
	font-size: 1.2em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

a.topictitle {
	font-size: 1.2em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 1px 0;
}

a.topictitle:visited {
	text-decoration: none;
}

th a,
th a:visited {
	/*color: #ffa34f !important;*/
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #a9b8c2;
	background-color: #fff;
}

textarea {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	font-weight: normal;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #a9b8c2;
	line-height: 1.4em;
}

select {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #a9b8c2;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #a9b8c2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #a9b8c2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #a9b8c2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9b8c2;
	color: #333333;
	background-color: #a9b8c2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9b8c2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #fafafa;
	color: #4b5c77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9b8c2;
	color: #333333;
	background-color: #a9b8c2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9b8c2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #fafafa;
}

.syntaxbg {
	color: #ffffff;
}

.syntaxcomment {
	color: #ff8000;
}

.syntaxdefault {
	color: #0000bb;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #dd0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #a9b8c2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #dd0000;
}

/* Breadcrumbs
 ------------ */
#wrapcentre table.table_breadcrumbs {
	border-bottom: 1px solid #c9c9cf;
}

#wrapcentre table.table_breadcrumbs, #wrapcentre table.table_breadcrumbs td {
	background: none;
	margin: 0;
	padding: 0;
}

#wrapcentre table.table_breadcrumbs td {
	padding: 0 0 0 4px;
}

/* Topics Table
------------ */
#wrapcentre table.table_topics {
	margin: 0;
	padding: 0;
}

/* Topics Table
------------ */
#wrapcentre table#legend, #wrapcentre table#legend table {
	background: none;
	margin: 0;
	padding: 0;
}
#wrapcentre table#legend {
	background: #e8e8ec;
	border-top: 1px solid #c9c9cf;
}

/* Search / Jump Bar
------------ */
#wrapcentre table#search_jump, #wrapcentre table#search_jump table {
	background: #e0e0e4;
	margin: 0;
	padding: 0;
}

#wrapcentre table#search_jump {
	border-top: 1px solid #c9c9cf;
	border-bottom: 1px solid #c9c9cf;
}

/* Bookmark / Print List
------------ */
#bookmark_print {
	margin: 0;
	padding: 0;
}

/* Edit Post
------------ */
#wrapcentre table.editPost {
	background-color: #a9b8c2;
	margin: 0;
	padding: 0;
	border: 0;
}

.editPost th, .editPost td {
	border: 0;
}

#wrapcentre .editPost td.row1 {
	color: #666;
	background-color: #dfdfdf;
	padding: 4px;
}

#wrapcentre .editPost td.row1 label {
	color: #666;
}

#wrapcentre .editPost td.row2 {
	background: #fff;
}

#wrapcentre .editPost td.row2 input {
	border: 1px solid #a9b8c2;
}

/* Color List
------------ */
#colorList table td {
	background: transparent;
}

/* FAQ List
------------ */
#faq_list a.postlink {
	font-size: 11px;
	line-height: 22px;
}

#faq_list table.tablebg {
	margin-bottom: 20px;
}

#faq_list table.tablebg td.row1, #faq_list table.tablebg td.row2 {
	padding: 10px;
}

#faq_list td.spacer {
	padding: 0;
}

/* Results Summary
------------ */
#wrapcentre #results_summary {
	color: #fff;
	background: #a9b8c2;
	border: 3px solid #95a2ab;
	text-transform: capitalize;
}

#wrapcentre #results_summary input {
	border: 1px solid #95a2ab;
}

/* Page Listing
------------ */
.page_listing, .page_listing td {
	background: none;
	vertical-align: top;
}

/* User Control Panel
------------ */
#ucp .nav b {
	color: #666;
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #ffa34f;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}