/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Legacy 1.2.0 (the subSilver color palette)
	Based on style: 	subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Big Monstro (initial CSS by LiveKiller44)
    --------------------------------------------------------------
*/

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

abbr {
	text-decoration: none;
}

html {
	font-size: 100%;
	height: 101%;	/* Always show a scrollbar for short pages */
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 100%; /* This sets the default font size to be equivalent to 16px */
	line-height: 85%;
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 14px 0 0;
}

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

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

#menubar {
	margin: 0;
}

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

.findtable {
	margin-bottom: 12px;
}

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

h3.forumrules {
	color: #FF0000;
	font-size: 1.27em;
	margin-bottom: 12px;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


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

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

h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

h4 {
	margin: 0;
	font-weight: bold;
}

h4, p, .bigger, .forumdesc, .helpbox, .topictitle {
	font-size: 0.7em;
}

p.breadcrumbs {
	margin: 0;
	color: #000000;
	font-weight: bold;
	white-space: normal;
	font-size: 0.6em;
	text-align: left;
}

.rtl p.breadcrumbs, .postdatetime {
	text-align: right;
}

.rtl .postdatetime {
	text-align: left;
}

p.datetime {
	margin: 0;
	white-space: normal;
}

p.topicauthor, p.topicdetails {
	margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor, .postdetails {
	color: #000000;
	font-size: 0.65em;
}

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

.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: #FFFF00;
}

.nav {
	margin: 0;
	color: #000000;
	font-weight: bold;
	font-size: 0.65em;
}

.cattitle { }

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

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

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

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

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

.error, .inactive {
	color: #FF0000;
}

.giant {
	font-size: 1.4em;
}

.larger {
	font-size: 0.9em;
}

.normal {
	font-size: 0.625em;
}


/* Tables
 ------------ */
th {
	background-color: #006699;
	font-size: 0.7em;
	font-weight: bold;
	padding: 7px 5px;
	white-space: nowrap;
}

th.center {
	text-align: center;
}

td {
	padding: 2px;
}

td.profile, .row1, .row2, .row3 {
	padding: 4px;
}

.tablebg {
	background-color: #C0C0C0;
}

.cat {
	border: 0;
	height: 28px;
	margin: 0;
	padding: 4px;
}

.row1 {
	background-color: #ECECEC;
}

.row2 {
	background-color: #DCE1E5;
}

.row3, .cat {
	background-color: #C7D0D7;
}

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


/* Links
 ------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link, a:visited {
	color: #006597;
	text-decoration: none;
}

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

a.forumlink, a.topictitle {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}

a.titles {
	font-size: 1.3em;
}

a.topictitle {
	margin: 1px 0;
}

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

th, th a, th a:visited {
	color: #FFFFFF !important;
}

a.anchor, .dropdown .quicktools {
	display: inline;
}


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

input {
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}

textarea {
	background-color: #FFFFFF !important;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #C0C0C0;
	padding: 2px;
}

select {
	color: #000000;
	background-color: #FFFFFF !important;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: #808080;
}

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

.helpbox, .radio {
	background-color: transparent; /* Even older browsers support that transparency */
}

input.radio {
	border: none;
	cursor: pointer;
}

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

.btnbbcode, .btnlite, .btnmain {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	font-size: 0.7em;
	*overflow: visible;
	*width: auto;
}

.btnbbcode {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.btnlite, .btnmain {
	padding: 1px 5px;
}

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

input:focus, select:focus, textarea:focus {
	outline-style: none;
}


/* BBCode
 ------------ */
.attachtitle, .codetitle, .quotetitle {
	color: #000000;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin: 10px 5px 0 5px;
}

.attachtitle, .codetitle {
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px 4px;
}

.codetitle {
	text-transform: uppercase;
}

.quotetitle {
	font-size: 1.2em;
	padding: 0 2px;
	width: auto !important;
	_width: 100%;
	_wid\th: auto;
}

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

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #C0C0C0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #008000;
	font-size: 0.85em !important;
	font-size: 1.0em;
	background-color: #FFFFFF;
	line-height: normal;
	letter-spacing: 0px;
}


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

dl, ol, ul {
	line-height: 1.5em;
}

.block {
	display: block;
	white-space: nowrap;
}

.quicktools, .dropdown  .quick_links_hidden {
	display: none;
}

.emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}

.sep {
	color: #000000;
}

.site_logo {
	height: 91px;
	width: 200px;
}

table.colortable td {
	padding: 0;
}

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

#notification_list iframe, #quick_links_list iframe, #topictools_top_list iframe, #user_list iframe{
	position: absolute;
	left: -2px;
	right: auto;
	top: -2px;
	z-index: -1;
	filter: mask();
}

.rtl #notification_list iframe, #quick_links_list iframe, #topictools_top_list iframe, #user_list iframe{
	left: auto;
	right: -2px;
}

.nowrap {
	white-space: nowrap;
}