/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subAndreas08
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Brian Nelson ( http://www.gameondenver.com/ )
	
	This style is based on the Andreas08 template by Andreas Viklund ( http://andreasviklund.com/ ).
	
	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%;
	min-width:1000px;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}

body {
	font-family: Verdana,Geneva,sans-serif;
	color: #000000;
	background-color: #6B6B6B;
	font-size: 12px;
	margin: 0;
}

#wrapboard {
	border:1px solid #FFF;
	margin: 15px;
	padding: 0px;
	background-color: #3D434F;
}

#wrapheader {
}

#wrapcentre {
	font-size: 0.9em;
	margin:15px;
}

#wrapmain {
	background-color:#CCC;
	padding:10px;
	color:000;
}

#wrapfooter {
	color:#fff;
	background:#333;
	text-align: center;
	clear:both;
	padding:5px 0;
	font-size:0.9em;
	margin:0px;
	border-top:1px solid #fff;
}

#wrapfooter p {
	padding:0;
	margin:0;
	text-align:center;
}

#wrapfooter a {
	color:#7788A8;
	background-color:inherit;
	font-weight:bold;
}

#wrapfooter a:hover {
	color:#346;
	background-color:inherit;
}

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

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background:#000;
	color:#FFF;
	height:150px;
	margin:0px;
	padding:0px 0px 0px 10px;
}

.headerbar h1 {
	/* Forum name */
	color: #FFFFFF;
	padding: 35px 0 0 20px;
	font-weight: normal;
	font-size: 2.4em;
	letter-spacing:-2px;
}

.headerbar p {
	/* Forum name */
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}

.headerbar a, .headerbar a:hover {
	color:#f0f2f4;
}

#menu_bar_top {
	height:25px;
	line-height:24px;
	background-color:#000;
	color:#FFF;
	border-bottom:1px solid #FFF;
}

#menu_bar_top ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu_bar_top li {
	float:left;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color:#1D232F;
}

#menu_bar_top a,
#menu_bar_top :visited {
	color: #ffffff;
	background-color:#333;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding: 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

#menu_bar_top a:hover {
	background:#999;
}

#menu_bar_top_selected {
	height:25px;
}

#menu_bar_top_selected a:hover,
#menu_bar_top_selected a,
#menu_bar_top_selected a:visited {
	background-color:#1D232F;
}

#menu_bar {
	height:25px;
	line-height:24px;
	background-color:#1D232F;
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:10px 0px 0px 0px;
}

#menu_bar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu_bar li {
	float:right;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	background-color:#333;
}

#menu_bar .activetab {
	background-color:#3D434F;
	height:25px;
}

#menu_bar .activetab a:hover {
	background-color:#3D434F;
}

#menu_bar table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

#menu_bar a,
#menu_bar :visited {
	color: #ffffff;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding: 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

#menu_bar a:hover {
	background:#999;
}

#menu_bar a.activetab:hover {
	background:#3D434F;
	height:25px;
}

#menu_bar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	z-index:100;
}

#menu_bar ul li:hover ul, 
#menu_bar ul a:hover ul {
	visibility:visible;
}

#menu_bar ul ul li {
	background:#578bb8;
	width:185px;
}

#menu_bar ul ul li a, 
#menu_bar ul ul li a:visited {
	padding: 2px;
}

#menu_bar ul ul li.activetab {
	background:#80b0da;
}

.activetab {
	background:#1D232F;
}

#datebar {
	margin:15px 20px 15px 20px;
        color: white;
        height:12px;
}

p.useonline, p.birthday, p.totalposts
{
color:#000;
}

p.rightside,
p.right {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

p.left {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}


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

#pagecontent { 
}


/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	background-color: #AAB;
	border:1px solid #000;
	margin:0px 0px 10px 0px;
	padding:2px 5px 2px 5px;
}

h2 a, h2 a:hover {
	color: #000;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color:#000;
}

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

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

.breadcrumbs {
	color: #505050;
	padding:10px 0px 15px 0px;
	height:0.9em;
}

.breadcrumbs a {
	border:1px solid #000;
	background-color:#fafbfc;
	padding: 2px;
}

.breadcrumbs a:hover {
	background-color:#DDE;
	color:#334468;
}

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

.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
	height:0.9em;
	padding:0px 0px 10px 0px;
}

p.searchbar a {
	border:1px solid #000;
	background:#fafbfc;
	padding: 2px;
}

p.searchbar a:hover {
	background-color:#DDE;
	color:#334468;
}

p.searchbarreg {
	margin: 0;
	float: right;
	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 {
	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;
}

.nav {
	margin: 0;
	color: #000;
	font-weight: bold;
}

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

.cattitle {

}

.gen {
	margin: 1px 1px;
}

.genmed {
	margin: 1px 1px;
}

.gensmall {
	margin: 1px 1px;
}

.titles {
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: red;
}


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

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

.tablebg {
	background-color:#000;
}


.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#778;
	color:#fff;
	text-indent: 4px;
}

.cat a, .cat a:visited {
	color:#fff;
}

.cat a:hover {
	color:#CCC;
}

.cat1 {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 4px;
}

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

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

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

.spacer {
	background-color: #D1D7DC;
}

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

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

/* Links
 ------------ */
a {
	color:#334468;
	text-decoration: none;
	font-weight:bold;
	background-color:inherit;
}

a:hover {
	color: #7788A8;
	text-decoration:none;
	background-color:inherit;
}

a.forumlink {
	
	font-weight: bold;
	font-size: 1.2em;
        color:7788A8;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
        color: 000000;
}

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

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

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


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

input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #000;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #000;
	padding: 1px;
}

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: 1px solid #000;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	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 #000;
	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 0 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;
	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-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;
}


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

.sep {
	color: black;
}

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;
       
}

fieldset {
	border-width: 0;
	font-size: 0.9em;
        color:#000;
}

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #000;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}

.forumrules {
	background-color:#fafbfc;
	color: #505050;
	border:1px solid #c0c0c0;
	padding: 2px;
}

.forumrules h3 {
	color: #F02025;
}

#subcontent {
	float:right;
	width:25%;
	line-height:1.4em;
}

#subcontent h2 {
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#subcontent p {
	margin:0 0 16px 0;
	font-size:0.9em;
}

.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}

.menublock li a {
	font-weight:bold;
	text-decoration:none;
}

.menublock li a:hover {
	text-decoration:none;
}

.menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}

.menublock li ul li {
	margin-bottom:0;
}

.menublock li ul a {
	font-weight:normal;
}

.genbox {
	margin:10px 0px 0px 0px;
	background-color:#fafbfc;
	border:1px solid #000;
	padding:0px 10px 0px 10px;
}

div.genstat_box {
	margin:0px;
	padding:15px 0px 0px 0px;
}

div.genstat_box_head {
	height:15px;
}

div.genstat_box_head h3 {
	float:left;
	position:relative;
	margin:0px;
	left:15px;
	background:#AAB;
	color:#000;
	border:1px solid #000;
	padding:2px 5px 2px 5px;
}

div.genstat_box_link {
	height:15px;
}

div.genstat_box_link h3 {
	float:left;
	position:relative;
	margin:0px;
	left:15px;
	background:#AAB;
	color:#000;
	border:1px solid #000;
}

div.genstat_box_link h3 a {
	color:#000;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}

div.genstat_box_link h3 a:hover {
	background-color:#778;
}

div.genstat_box_body {
	background-color:#fafbfc;
	border:1px solid #000;
	padding:20px 0px 0px 0px;
}

div.genstat_box p {
	margin:0px 10px 10px 10px;
}
