/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		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%;
}

a img {
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}
 
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #575757;
	background-image: url("./images/backs.gif");
	background-repeat: repeat-x;
	background-color: #181818;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapcentre, #wrapheader, #wrapfooter {
   padding: 0 50px;
   width: 888px;
   /*min-width: 888px;*/
   margin: 0 auto;
   /*background-color: #202020;*/
   background:url('/images/background.png') repeat-y top center;
}

#wrapheader {
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFCFCF;
}

#logodesc {
	padding: 10px 0 0 0;
}

#menubar {
      color: #ff6600;
	margin: 0px;
	/*background-color: #202020;*/
	height: 27px;
	padding: 7px 10px 0 10px;
	font-weight: bold;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding: 0 5px 0 5px;
}

#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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

span {
         padding: 0 5px 0 5px;
}

/**
 * Page structure
 */

.powered {
	background-image:url('/images/cpproductions.jpg');
	background-repeat: no-repeat;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 275px;
}

#container {
	background:url('/images/background.png') repeat-y top center;
	margin: 0 auto;
	padding: 0 56px 0 56px;
	text-align: left;
}

#header {
	clear: both;
	margin-top: 2px;
}

.column-container {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.left-column {
	/*float: left;*/
	width: 292px;
}

.right-column {
	/*float: left;*/
	width: 588px;
}

.center-column {
	margin: 0px 2px 0px 2px;
	width: 884px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 25px 7px 25px 7px;
}

.valigntop {
	vertical-align: top;
}

/* Navigation
***************/

#navigation {
      margin: 0px;
      padding: 0px;
	list-style: none;
	height: 65px;
}

#navigation li {
	float: left;
	height: 65px;
}

#navigation a {
	display: block;
	height: 65px;
	overflow: hidden;
}

/* Rollover Control
*********************/

#navigation a img {
	display: none;
}
	
#navigation a:hover img {
	display: block;
}

/* Nav items
****************/

#nav_dosquared {
	background: url('/images/nav/home.png') no-repeat;
	width: 186px;
}
#nav_forums {
	background: url('/images/nav/forums.png') no-repeat;
	width: 114px;
}
#nav_connect {
	background: url('/images/nav/connect.png') no-repeat;
	width: 122px;
}
#nav_media {
	background: url('/images/nav/media.png') no-repeat;
	width: 100px;
}
#nav_sponsors {
	background: url('/images/nav/sponsors.png') no-repeat;
	width: 121px;
}
#nav_contact {
	background: url('/images/nav/contact.png') no-repeat;
	width: 122px;
}
#nav_network {
	background: url('/images/nav/network.png') no-repeat;
	width: 123px;
}


/**
 * Text formatting
 */

.content h3, .content p {
	margin: 15px 10px 15px 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.content h3 {
	color: #ff6600;
	font-weight: bold;
}

.content h3 cite {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}

.content h3 cite a {
	font-weight: bold;
}

.content h3 cite a:hover {
}

#right-column .content ol, #right-column .content ul {
	margin-left: 20px;
}

#right-column .content ol {
	list-style: decimal;
}

#right-column .content ul {
	list-style: disc;
}

.newspost {
	margin: 5px;
	padding: 0px 10px 10px 10px;
	font-size: 10px;
	border: 1px solid #292929;
}

.newstitle {
}

.newscontent {
}

.newscomments {
}

/**
 * Boxes
 */
.box {
	border: 1px solid #141414;
}

.box h2 {
	background: url('/images/head_bg.png') repeat-x;
	border-bottom: 1px solid #141414;
	text-align: right;
	font-size: 12px;
}

.box h2 strong {
	display: block;
}

.box .content {
	background: #181818;
	border: 1px solid #292929;
}

.center {
	text-align: center;
}

/**
 * Specific box settings
 */

/* Left/right column boxes */

#left-column .box, #right-column .box {
	margin: 2px 0 2px 0;
}

/**
 * Network
 */

#team-members {
	margin: 10px;
}

#team-members a {
	border: 2px solid #181818;
	/*display: inline;*/
	padding: 1px;
}

#team-members a:hover {
	border: 2px solid #cc6600;
}

#rosterData strong {
	color: #cc6600;
	font-weight: normal;
}

#follow {
	width: 59px;
	height: 59px;
	margin: 2px;
}

/** 
 * Latest news (bulleted)
 */

.latest-news li {
	padding: 3px;
}

.latest-news h3 {
	color: #cc6600;
	display: inline;
}

.latest-news cite {
	color: #575757;
	float: right;
	font-style: normal;
}

.latest-news cite a {
	color: #575757;
	font-weight: bold;
}

.latest-news cite a:hover {
	color: #a7a7a7;
	font-weight: bold;
}

.latest-news .tright a {
	font-weight: bold;
	text-decoration: none;
}


/*  Text
 --------------------- */
h1 {
	color: #ff6600;
	font-family: "Lucida Grande", "Trebuchet MS", 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%;
      padding-left: 5px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	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: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
      padding: 0 5px 0 5px;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
      padding: 0 5px 0 5px;
}

.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: #575757;
}

.postdetails {
	color: #575757;
}

.postbody {
	font-size: 1.3em;
	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: yellow;
}

.nav {
	margin: 0;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	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: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */

th {
	color: #141414;
	font-size: 11px;
	font-weight: bold;
	background-image: url('./images/cellpic3.png');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #181818;
	background-image: url('http://dosquared.com/images/head_bg.png');
	text-indent: 4px;
}

.row1 {
	background-color: #181818;
	padding: 4px;
}

.row2 {
	background-color: #181818;
	padding: 4px;
}

.row3 {
	background-color: #181818;
	padding: 4px;
}

.row4 {
	padding: 0px;
}

.spacer {
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #141414;
	color: #141414;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #B90000;
	text-decoration: none;
}

a.forumlink {
	color: #ff6600;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.forumlink:hover {
	color: #B90000;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #444444;
	text-decoration: none;
}

th a,
th a:visited {
	color: #141414 !important;
	text-decoration: none;
}

 a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #444444;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #CFCFCF;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #CFCFCF;
	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-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F4F0E7;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DFDFDF;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	border-width: 0 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: #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: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	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: #CFCFCF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* 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;
}

/**
 * Floats
 */

.left {
	float: left;
}

.right {
	float: right;
}
