/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		rally-subsilver2
	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
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	color: #afafaf;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #000000;
	background-image: url("images/page-bg.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding-right: 80px;
	padding-left: 80px
}
#wrapheader {
	margin-top: 4px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 0;
	height: auto !important;
	min-height: 120px
}
#wrapcentre {
	margin: 10px 25px 0
}
#wrapfooter {
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	clear: both;
}
#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
}
#logodesc {
	background: #101010;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden
}
#menubar {
	margin: 0 0
}
#datebar {
	margin: 10px 25px 0 25px;
}
#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, sans-serif;
}
.forumrules h3 {
}
#pageheader {
}
#pagecontent {
}
#pagefooter {
}
#poll {
}
#postrow {
}
#postdata {
}
/*  Text
 --------------------- */
h1 {
	color: #fc0;
	font-size: 1.5em;
	font-family:  Verdana, sans-serif;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none
}
h2 {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none
}
h3 {
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 120%
}
h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font-size: 1.1em;
}
p.moderators {
	font-weight: bold;
	margin: 4px;
	float: left
}
.rtl p.moderators {
	float: right;
}
p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}
.rtl p.linkmcp {
	float: left;
}
p.breadcrumbs {
	color: #7f7f7f;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	float: left;
	white-space: normal
}
.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 {
	color: #f60;
	font-weight: bold;
	margin: 1px 0
}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: #00846b;
	font-weight: bold
}
.postapprove img, .postreported img {
	vertical-align: bottom;
}
.postauthor {
}
.postdetails {
}
.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family:    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: yellow;
}
.nav {
	margin: 0;
	font-weight: bold;
}
.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}
.cattitle {
}
.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: #fc0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal
}
.titles {
	color: #ffcc00 !important;
	font-size: 1.5em;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px !important
}
a.titles {
	color: #ffcc00;
}
a.titles:hover {
	color: #fff;
	text-decoration: none;
}
.error {
	color: #f60
}
h4, h4 a:link, h4 a:visited, h4 a:active {
	color: #ffcc00;
}
/* Tables
 ------------ */
th {
	color: #ffcc00;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url("./images/cellpic3.gif");
	background-repeat: repeat-x;
	padding: 7px 5px;
	white-space: nowrap
}
td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.tablebg {
	border: 1px solid #212121;
	border-collapse:collapse;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: black url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: black url("./images/cellpic2_rtl.jpg") no-repeat right top
}
.cat {
	background-image: url("./images/cellpic1.gif");
	background-repeat: repeat-x;
	text-indent: 4px;
	margin: 0;
	padding: 0;
	height: 28px;
	border: 0
}
.row1 {
	background-color: #000000;
	padding: 2px;
	border-top: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0
}
.row2 {
	background-color: #212121;
	padding: 2px;
	border: solid 1px #000
}
.row3 {
	background-color: #212121;
	padding: 2px;
	border: solid 1px #000
}
.spacer {
	background-color: #212121;
}
hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border-width: 0
}
.legend {
	text-align:center;
	margin: 0 auto;
}
/* Links
 ------------ */
a:link {
	color : #7F7F7F;
	text-decoration: none;
}
a:visited {
	color : #7F7F7F;
	text-decoration: none
}
a:hover {
	color: #fc0;
	text-decoration: none
}
a:active {
	color : #7F7F7F;
	text-decoration: none;
}
a.forumlink {
	color : #7F7F7F;
	font-weight: bold;
	font-family:   Arial, sans-serif;
	font-size: 1.2em;
}
a.forumlink:hover {
	color : #fc0;
}
a.topictitle {
	color: #7f7f7f;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 0
}
a.topictitle:hover {
	color: #fc0;
	text-decoration: none
}
th a:link, th a:visited, th a:active {
	color: #ffcc00;
	text-decoration: none;
}
th a:hover {
	color: #ffffff;
}
/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	color: #BFBFBF;
	font-family:  Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #000000;
}
textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 2px;
}
select {
	color: #333333;
	background-color: #FAFAFA;
	font-family:  Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #999999;
	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 {
	color: #AFAFAF;
	background-color: black;
	border-style: solid;
	border-width: 1px;
}
.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family:  Verdana, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
.btnmain {
	font-weight: bold;
	background-color: #212121;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}
.btnlite {
	font-weight: normal;
	background-color: #212121;
	border: 1px solid #999999;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}
.btnfile {
	font-weight: normal;
	background-color: #212121;
	border: 1px solid #999999;
	padding: 1px 5px;
	font-size: 1.1em;
}
.helpline {
	background-color: #212121;
	border-style: none;
}
/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	color: #ccc;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #000;
	margin: 10px 5px 0;
	padding: 4px;
	border-style: dotted;
	border-width: 1px 1px 0;
	border-color: #999999
}
.quotetitle .quotetitle {
	font-size: 1em;
}
.quotecontent, .attachcontent {
	color: #aaa;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #000;
	margin: 0 5px 10px;
	padding: 5px;
	border-style: dotted;
	border-width: 0 1px 1px;
	border-color: #999999
}
.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: #999999;
	color: #333333;
	background-color: #999999;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 0.8em;
}
.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #999999;
	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: #000000;
}
.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: #999999;
}
.pm_friend_colour {
	background-color: #007700;
}
.pm_foe_colour {
	background-color: #DD0000;
}
/* Misc
 ------------ */
img {
	border: none;
}
.sep {
	color: black;
	background-color: #CC9900;
}
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;
}
/* joomla/custom
 ------------ */
#footer {
	font-size: 1.1em;
	text-align: center;
	margin-top: 12px;
	padding-top: 4px;
	width: 100%;
	height: 38px;
	background-image: url("images/footer_bg.gif");
	background-repeat: repeat-x;
}
#footer-bottom {
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 34px
}
.yellow {
	color: #fae300
}
.gray {
	color: gray
}
.blue {
	color: #09f
}
.orange {
	color: #fc9d0f
}

