/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2pr
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		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:  "Museo300", Verdana, Helvetica, Arial, sans-serif;
	color: #1B1E26;
	background-image:url("http://www.vr-wolfenstein.org/forpic/prhigru.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size: cover;
        box-shadow:4px 4px 4px rgba(0,0,0,0.5);	
        font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
        width:820px;
	margin: 0 auto;

        

}

#wrapheader {
        background-color: #356caf;
	height: auto !important;
}
#header2	{
	margin-top: 0px;
	width:800px;
	height:149px;
	background-color:#356caf;
	z-index: 99;
}

#wrapcentre {
        background-color: #356caf;
	margin: 0 auto;
        width:800px;
        padding:10px;
}

#wrapfooter {
        background-color: #356caf;
	width:800px;
	height:100%;
	padding:10px;
        margin: 0 auto;
	z-index:0;
	text-align: center;
	clear: both;
}

#vrwfooter	{
	margin-top: 10px;
	width:800px;
	height:140px;
/*	padding:10px; */
	background-color: #356caf;
	z-index:0;
}
#vrwfooter.td	{
	padding:1px;
	color: #356caf;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	text-align:left;
}


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

#navd  {
        background-color: #356caf;
        z-index: 15;
        margin-left: 10px;
}

#headersign	{
	margin: 0 auto;
	margin-top:-10px;
	margin-left:310px;
	position: absolute;
	width: 182px;
	height: 183px;
	z-index: 1;
}
#headersign2	{
	margin: 0 auto;
	margin-top: -9px;
	margin-left:-55px;
	width:106px;
	position: absolute;
	z-index: 7;
} 
#headersign2u	{
	margin: 0 auto;
	margin-top: 92px;
	margin-left:-30px;
	width:106px;
	position: absolute;
	z-index: -200;
}
#headersign2f	{
	margin: 0 auto;
	margin-top: -58px;
	margin-left:-40px;
	width:30px;
	position: absolute;
	z-index: -200;
}

#headerfont	{
        background-color: #356caf;
	margin: 0 auto;
	position: relative;
        padding-top: 10px;
	width: 820px;
	height: 127px;
	z-index: 0;
} 
#higruleft	{
	margin: 0 auto;
	margin-top: -120px;
	margin-left:-130px;
	width:150px;
	height: 407px;
	position: absolute;
	z-index: -300;
}
#higruright	{
	margin: 0 auto;
	margin-top: -120px;
	margin-left:785px;
	width:150px;
	height: 407px;
	position: absolute;
	z-index: -300;
}

#logodesc {
	background-color: #000033;
	background-image: url('styles/subsilver2pr/theme/images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0;
}

#menubar {
        width: 800px;
        background-color: #356caf;
        padding: 2px 10px 0px;
	margin: 0;
}

#datebar {
        width: 820px;
        background-color: #356caf;
	margin: 0;
}

#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: "Museo300", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #f1f1f1;
	font-family: "Museo500", Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
        color: #f1f1f1;
	font-family: "Museo500", 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: "Museo500", Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
        color:#333333;
	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: #024077;
	font-weight: normal;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
        color: #024077;
}

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

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #e8e8e8;
}

.postdetails {
	color: #e8e8e8;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Museo300, 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;
	color: black;
	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: #444;
	font-weight: normal;
	font-family:"Museo500", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Museo700", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
        color: #f1f1e7
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #000033;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('styles/subsilver2pr/theme/images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

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

.tablebg {
	background-color: #A69C80;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #003366;	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000033), to(#003366));
	background: -moz-linear-gradient(top, #000033, #003366);
}
.rtl .catdiv {
	background: #003366;	
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000033), to(#003366));
	background: -moz-linear-gradient(top, #000033, #003366);
}

.cat {
	height: 28px;
	margin: 0;
	padding: 2px 10px 0px;
	border: 0;
        background: #024077;	
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4b413b), to(#a69c80));
	background: -moz-linear-gradient(top, #4b413b, #a69c80); */
/*	background-color: #C7D0D7; */
/*	background-image: url('styles/subsilver2pr/theme/images/cellpic1.gif'); */
	text-indent: 4px;
}

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

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

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

.spacer {
	background-color: #D1D7DC;
}

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

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

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

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #d5e7f2;
	text-decoration: none;
}

a:visited {
	color:#d5e7f2;
	text-decoration: none;
}

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

a:active {
	color: #e6f0f7;
	text-decoration: none;
}

a.forumlink {
	color: #024077;
	font-weight: normal;
	font-family: "Museo700", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Museo500", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
        color:#024077;
}

a.topictitle:visited {
        margin: 1px 0;
	font-family: "Museo500", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #024077;
	text-decoration: none;
}

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

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


/* 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 #A9B8C2;
	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 #A9B8C2;
	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 #A9B8C2;
	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: "Museo500", Verdana, Helvetica, sans-serif;
	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 #A9B8C2;
	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 10px 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;
	font-family: Museo300, 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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Museo300", Verdana, Helvetica, Arial, sans-serif;
	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;
	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;
}

@font-face {
  font-family: Journal;
  src: url('font/journal-webfont.eot');
}
@font-face {
  font-family: Journal;
  src: url('font/journal-webfont.woff') format('woff');
}

@font-face {
  font-family: headline;
  src: url('font/20E90F_0_0.eot');
}

@font-face {
  font-family: headline;
  src: url('font/20E90F_0_0.woff') format('woff');
}

@font-face {
  font-family: Museo300;
  src: url('font/Museo300-Regular-webfont.eot');
}
@font-face {
  font-family: Museo300;
  src: url('font/Museo300-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: Museo500;
  src: url('font/Museo500-Regular-webfont.eot');
}  
@font-face {
  font-family: Museo500;
  src: url('font/Museo500-Regular-webfont.woff') format('woff');
}
@font-face {
  font-family: Museo700;
  src: url('font/Museo700-Regular-webfont.eot');
}  
@font-face {
  font-family: Museo700;
  src: url('font/Museo700-Regular-webfont.woff') format('woff');
}  
@font-face {
  font-family: MuseoSlab500;
  src: url('font/Museo_Slab_500-webfont.eot');
}  
@font-face {
  font-family: MuseoSlab500;
  src: url('font/Museo_Slab_500-webfont.woff') format('woff');
}


/* Navimenü */

#nav {
	margin: 0;
	padding: 0px 0px 0;
	background: #7d7d7d url(http://www.vr-wolfenstein.de/style/img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	z-index: 15;

	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 0px;
	padding: 0 0px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	z-index:2;
}


/* main level link */
#nav a {
	color: #253959;
	font-family: "MuseoSlab500", Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 250%;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  0px 0px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(http://www.vr-wolfenstein.de/style/img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 0px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #203248 url(http://www.vr-wolfenstein.de/style/img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	margin-left:5px;
	padding: 5px 0px 0px 0px;
	width: 185px;
	position: absolute;
	top: 22px;
	left: 0;
	background: #ddd url(http://www.vr-wolfenstein.de/style/img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}