/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		MUD
	Based on style:	subSilver (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 subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* Layout
 ------------ */

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

/* Links
 ------------ */
a:link {
	/* color: #FFCC00; */
	color: black;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a:active a:visited {
	color: #F0E68C;
	text-decoration: none;
}

a.forumlink {
	color: #D2691E;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

a.topictitle:link{
	color: #008080 !important;
	text-decoration: none;
}

a.topictitle:visited{
	color: #808080 !important;
	text-decoration: none;
}

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

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

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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
}

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

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

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

html {
	font-size: 100%;
}

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

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

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

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

p {
	font-size: 1.1em;
}

p.breadcrumbs a:link{
	color: #FFFFFF;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	white-space: normal;
}

p.breadcrumbs a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

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

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

p.linkmcp a:link{
	color: #FFFFFF;
	float: right;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}

p.linkmcp a:visited{
	color: #CCCCCC;
	float: right;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}

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

p.searchbar a:link{
	color: #FFFFFF;
	padding: 2px 0;
	white-space: nowrap;
}

p.searchbar a:visited{
	color: #CCCCCC;
	padding: 2px 0;
	white-space: nowrap;
}

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

p.topicauthor a:link{
	color: #008080;
	margin: 1px 0;
	text-decoration: none;
}

p.topicauthor a:visited{
	color: #4BA4D2;
	margin: 1px 0;
	text-decoration: none;
}

p.topicdetails a:link{
	color: #8B4513;
	font-weight: bolder;
	margin: 1px 0;
}

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

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

table.colortable td {
	padding: 0;
}

td {
	padding: 2px;
}

td.profile {
	padding: 4px;
}

td.genmed {
	font-size: 1.1em;
	margin: 1px 1px;
	background-image: url(./images/cellpic3.gif);
	color: #ffa34f;
}

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

/* Tables
 ------------ */
th {
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	color: #8B4513;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 5px;
	white-space: nowrap;
}

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

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

.attachcontent {
	font-size: 0.85em;
}

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

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

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

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

.cat {
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	border: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: 4px;
}

.catdiv {
	background: url('./images/cellpic2.jpg') #FFFFFF repeat-y scroll top left;
	border: 0;
	height: 28px;
	margin: 0;
	padding: 0;
}

.cattitle {
}

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

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

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

.error {
	color: #FF0000;
}

.forumrules {
	background-color: #F9CC79;
	border-color: #BB9860;
	border-style: solid;
	border-width: 1px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
}

.forumrules h3 {
	color: #FF0000;
}

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

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

.genmed a:link{
	color: #6FE100;
}

.genmed a:visited{
	color: #CCCCCC;
}

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

.gensmall a:link{
	color: #993300;
}

.gensmall a:visited{
	color: #CC9933;
}

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

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

.nav {
	font-weight: bold; /* color: #000000; */
	margin: 0;
}

.nav a:link{
	color: #000000;
}

.nav a:visited{
	color: #808080;
}

.nowrap {
	white-space: nowrap;
}

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

.pm_foe_colour {
	background-color: #DD0000;
}

.pm_friend_colour {
	background-color: #006600;
}

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

.pm_replied_colour {
	background-color: #A9B8C2;
}

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

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

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

.postauthor {
	color: #000000;
}

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

.postbody a:link{
	color: #000000;
}

.postbody a:visited{
	color: #808080;
}

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

.postdetails {
	color: #000000;
}

.posthilit {
	background-color: #FFFF00;
}

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

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

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

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

.row {
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	color: #8B4513;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 5px;
	white-space: nowrap;
}

.row1 {
	background-color: #ECECEC;
	padding: 4px;
}

.row1 .row2 a:link{
	color: #708090;
}

.row1 .row2 a:visited{
	color: #999999;
}

.row2 {
	background-color: #DCE1E5;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.rtl .catdiv {
	background: url('./images/cellpic2_rtl.jpg') #FFFFFF repeat-y scroll top right;
}

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

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

.rtl p.breadcrumbs {
	float: right;
}

.rtl p.datetime {
	float: left;
}

.rtl p.linkmcp {
	float: left;
}

.rtl p.moderators {
	float: right;
}

.rtl p.searchbarreg {
	float: left;
}

.sep {
	background-color: #FFA34F;
	color: #000000;
}

.spacer {
	background-color: #D1D7DC;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}

.tablebg th{
	background-color: #A9B8C2;
	color: #FFFFFF;
}

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

.topictitle a:link{
	color: #000000;
	text-decoration: none;
}

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

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

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

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

#logodesc {
	border-bottom: 1px; /*	background: #D9DFE4; */
	margin-bottom: 5px;
	padding: 5px 25px;
	text-align: center;
}

#menubar {
	margin: 0 25px;
}

#pagecontent {
}

#pagefooter {
}

#pageheader {
}

#poll {
}

#postdata {
}

#postrow {
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	clear: both;
	text-align: center;
}

#wrapheader {
	height: auto !important;
	height: 120px; /*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
	min-height: 120px;
	padding: 0; /*	padding: 0 25px 15px 25px;*/
}

#wrapnav {
	background-color: #ECECEC;
	border-color: #A9B8C2;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	width: 100%;
}