/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Galarpian
	Based on style:	Galaxian phpBB2
	Original author:	Twisted Galaxy ( http://www.twistedgalaxy.com/ )
	Modified by:		Peter 'Pace' Craddock ( http://www.arpia.be )
	Copyright 2006-2008 Peter 'Pace' Craddock ( http://www.arpia.be ), and nebula made by Matthew 'mWalk' Walker ( http://mwalk.deviantart.com/ ), planet Culuria made by Requiem ( ricemaneater _at_ gmail _dot_ com ) and atmosphere modified by Greg 'insomniac' Haworth ( Insomniac2 _at_ sbcglobal _dot_ net ) 
    --------------------------------------------------------------
*/

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

html {
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #EBEBEB;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	scrollbar-face-color: #929292;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #EFE7EF;
	scrollbar-3dlight-color: #EEE7EF;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #929292;
	scrollbar-darkshadow-color: #000000;
	background: url("./images/space_bk.gif");
	background-color: #000;
}

#background {
	background: url("./images/bgd1.jpg") no-repeat fixed center bottom;
}

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


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

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

p {
	font-size: 1.1em;
}

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

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

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

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

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

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

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

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0px;
	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;
}

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

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

.posthilit {
	background-color: #7788CC;
}

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

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

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

.small {
	margin: 3px 3px;
	padding: 1px 2px;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
}

.medium {
	margin: 3px 3px;
	padding: 1px 5px;
	font-size: 1em;
	font-family: Arial;
}

.big {
	margin: 3px 3px;
	padding: 1px 5px;
	font-size: 1.3em;
	font-family: Arial;
}

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

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

.sitename {
	font-size: 2.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.description {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Courier;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	font-size: 1em;
	white-space: nowrap;
	padding: 3px 5px;
}

td {
	font-family: Arial;
}

.tablebg {
	background-color: #636363;
}

.cat {
	height: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #0F0F0F;
	text-indent: 4px;
}

.row1, .row2 {
	background-color: #0F0F0F;
	padding: 4px;
}

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

.rowgood {
	background-color: #C2D6CD;
	padding: 4px;
}

.rowneutral {
	background-color: #CAC1D7;
	padding: 4px;
}

.rowbad {
	background-color: #D7C1C3;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

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

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

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #CACE79;
	text-decoration: none;
}

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

a.forumlink {
	color: #069;
	margin: 3px 3px;
	padding: 1px 5px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial;
}

a.postlink {
	color: #CACE74;
	text-decoration: underline;
}

a.postlink:hover {
	color: #AFAE34;
	text-decoration: underline;
}

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

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


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

input {
	color: #0F0F0F;
	background: #2F2F2F;
	font-family: Arial;
	border-width: 1px;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid thin #636363;
}

textarea {
	background-color: #2F2F2F;
	color: #EBEBEB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid thin #636363;
	padding: 2px;
}

select {
	color: #EBEBEB;
	background-color: #2F2F2F;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid thin #636363;
	padding: 1px;
}

option {
	padding-right: 1em;
}

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

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

.topicfields, .inputbox {
	background-color: #2F2F2F;
	border-style: solid;
	border-width: 1px;
	color: #EBEBEB;
}

.formobjects {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #EBEBEB;
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #2F2F2F;
	border: 1px solid #636363;
}

.btnlite, .btnmain, .btnfile, .button2, .button1 {
	color: #EBEBEB;
	background-color: #2F2F2F;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid thin #636363;
	padding: 1px 4px;
	cursor: pointer;
}

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


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

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

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0px 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: #EFEFEF;
	color: #2B3C57;
}

.attachcontent {
	font-size: 0.85em;
}

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

.codecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	max-height: 200px;
	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, .syntaxhtml {
	color: #0000BB;
}

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

.blue {
	color: #006699;
}

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

#minitabs {
	border: 0;
	margin: 0;
}

#topicreview {
	overflow: auto;
	height: 300px;
}

#pmreview {
	overflow: auto;
	height: 130px;
}

#mcpcheat {
	padding-right: 15px;
}