/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:      Xbox 360 Elite
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:   subBlue ( http://www.subBlue.com/ )
   Modified by:      Scott Stubblefield ( http://www.HighDefGeek.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%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
  font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 11px; /* This sets the default font size to be equivalent to 10px */
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url('../images/body_bkgd.png');
	background-color: #333333;
	background-repeat: repeat-x;
}

#wrapper {
	background-image: url('../images/content_background.png');
	background-repeat: repeat;
	width: 940px;
	margin: 0 auto;
}

#header {
	background-image: url('../images/header-main.png');
	background-repeat: no-repeat;
	height: 84px;
	width: 940px;
}

#wrapcentre {
	padding-top: 4px;
	width: 864px;
	margin-left: 38px;
}

#wrapcentresmall {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#wrapfooter {
  font-size: 10px;
	text-align: center;
	clear: both;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 940px;
}

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

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #000000;
	padding: 0px;
}

#logodesc {
	padding: 26px 0px 0px 35px;
	margin: 0px;
}

.headerlogo {
	margin-top: -2px;
	padding: 0;
}

#menubar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
}

#datebar {
	width: 864px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 38px;
}

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

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

.forumrules h3 {
   color: red;
}

#pageheader {
	width: 844px;
}
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }

/*  Text
--------------------- */

h1 {
   color: black;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   font-size: 1.8em;
   text-decoration: none;
}

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

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

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

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

.rtl p.moderators {
   float: right;
}

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

.rtl p.linkmcp {
   float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #CCCCCC;
	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 {
   padding: 2px 0;
   white-space: nowrap;
}

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

.postdetails {
	color: #CCCCCC;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
}

.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: #CCCCCC;
	font-weight: bold;
}

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

.cattitle {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

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

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

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

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

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

.error {
   color: red;
}

.mainmenu {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

/* Tables
------------ */

th {
	color: #FFFFFF;
	background-color: #336600;
	font-weight: normal;
	text-align: left;
	background-image: url('../images/cellpic1.gif');
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td.datebar {
	color: #000000;
	background-color: #EEEEEE;
	background-image: url('../images/cellpic1.gif');
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

td {
   padding: 2px;
}

td.row1thin {
   padding: 0;
}

td.newsicon {
   padding: 0;
   width: 120px;
}

td.profile {
   padding: 4px;
}

.tablebg {
	background-color: #000000;
}

.bodyline {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 878px;
   }

.catdiv {
   height: 22px;
   margin: 0;
   padding: 0;
   border: 0;
   background: white url('../images/cellpic1.gif') repeat-y scroll top left;
}

.rtl .catdiv {
   background: white url('../images/cellpic1.gif') repeat-y scroll top left;
}

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

.navbar {
	background: url('../images/nav_bkgd.gif') top left repeat-x;
	height: 25px;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.navbarleft {
	background: url('../images/nav_left.gif') repeat-x left top;
	padding-left: 0px;
}

.navbarright {
	background: url('../images/nav_rite.gif') repeat-x right top;
	padding-right: 0px;
}

.tblshad {
	background: url('../images/tbl_shad_bkgd.gif') bottom left repeat-x;
	height: 24px;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblshadleft {
	background: url('../images/tbl_shad_left.gif') bottom left no-repeat;
	padding-left: 25px;
}

.tblshadright {
	background: url('../images/tbl_shad_right.gif') bottom right no-repeat;
	padding-right: 25px;
}

.tblminishad {
	background: url('../images/tbl_mini_shad_bkgd.gif') bottom left repeat-x;
	height: 24px;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tblminishadleft {
	background: url('../images/tbl_mini_shad_left.gif') bottom left no-repeat;
	padding-left: 25px;
}

.tblminishadright {
	background: url('../images/tbl_mini_shad_right.gif') bottom right no-repeat;
	padding-right: 25px;
}

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

.row1spaced {
  font-size: 1.2em;
	background-color: #393836;
	padding: 10px;
}

.row1center {
  text-align: center;
	background-color: #393836;
	padding: 4px;
}

.row1thin {
	background-color: #393836;
}

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

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

.rowover {
	padding: 4px;
	background-color: #41403e;
}

.spacer {
	background-color: #32312f;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #666666;
	color: #666666;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

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

/* Links
------------ */

a:link {
	color: #709F1C;
	text-decoration: none;
}

a:active,a:visited {
	color: #709F1C;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a.cattitle {
	color: #CCCCCC;
	text-decoration: none;
}

a.cattitle:hover {
	color: #FF6600;
	text-decoration: none;
}

a.mainmenu		  {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a.mainmenu:visited  {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a.mainmenu:hover  {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a.forumlink {
	color: #709F1C;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink:hover {
	color: #FF6600;
	text-decoration: none;
}

a.topictitle {
	color: #709F1C;
	margin: 1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

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

a.topictitle:hover {
	color: #FF6600;
	text-decoration: none;
}

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

th a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* Form Elements
------------ */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #000000;
	background-color: #41403e;
}

textarea {
	background-color: #41403e;
	color: #CCCCCC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 2px;
}

select {
	color: #CCCCCC;
	background-color: #41403e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 1px;
}

option {
   padding: 0 1em 0 0;
}

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

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

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

.post {
	background-color: #41403e;
	border: 1px solid #000000;
}

.btnbbcode {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white url('../images/button_bkgd.gif') repeat-x scroll top left;
	border: 1px solid #000000;
}

.btnmain {
	font-weight: bold;
	background: white url('../images/button_bkgd.gif') repeat-x scroll top left;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background: white url('../images/button_bkgd.gif') repeat-x scroll top left;
	border: 1px solid #000000;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background: white url('../images/button_bkgd.gif') repeat-x scroll top left;
	border: 1px solid #000000;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

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