@font-face {
	font-family:"pf_arma_five";
	src:url("graphics/pf_arma_five.ttf") format("truetype");
}
body {
	background-color:#7e938e;
	color:#d4dfe2;
	font-family:Verdana,sans-serif;
	overflow-y:scroll;
	font-size:1em;
	line-height:1.4em;
	margin:0;
}
header {
	text-align:center;
	height:188px;
	margin:0;
	padding:0;
}
header div {
	background-color:#8ba09b;
	height:58px;
	padding-top:40px;
}
#search {
	text-align:center;
	border-radius:10px;
	background-color:#0a0a0a;
	width:724px;
	padding:0;
	margin:0 auto 5px auto;
}
#search input[type=text] {
	text-align:left;
	width:600px;
	border:none;
	margin:0;
	font-size:15px;
	padding:10px;
}
#search input[type="image"] {
	width:30px;
	height:30px;
	border:none;
	padding:0;
	vertical-align:middle;
}
#search input {
	outline:none;
}
nav {
	font-family:"pf_arma_five",Verdana,sans-serif;
	text-align:center;
	font-size:16px;
	margin:0;
	padding:0;
}
nav ul {
    list-style-type:none;
	padding:0;
	margin:0;
}
nav li {
    display:inline-block;
	padding:6px 11px 8px 11px;
	border-radius:10px;
	transition:background 0.5s linear;
}
nav a {
	font-weight:normal;
	color:#fff;
    text-decoration:none;
}
nav li:hover {
    background-color:#5b706b;
	transition: background 0.5s linear;
}
nav li:hover a {
	color:#b1fc00;
}
.nops {
	color:#ffefc1;
}
section {
	width:920px;
	margin:auto;
	padding:0;
}
footer {
	font-family:"pf_arma_five",Verdana,sans-serif;
	background-color:#8ba09b;
	text-align:center;
}
footer .footer_main {
	width:100%;
	margin:40px 0 0 0;
	padding:40px 0;
}
footer .footer_left {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	padding:0 40px 0 0;
	margin:0;
	width:600px;
}
footer .footer_right {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	border-left:1px solid #d0d0d0;
	padding:0 0 0 40px;
	margin:0;
	word-wrap:break-word;
	width:600px;
}
pre {
	border:1px solid #d0d0d0;
	padding:10px;
	margin:10px auto 0 auto;
	background-color:#000;
	width:800px;
	border-radius:10px;
	font-family:monospace,sans-serif;
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.code {
	border:1px solid #d0d0d0;
	padding:10px;
	margin:10px auto 0 auto;
	background-color:#000;
	width:90%;
	word-wrap:break-word;
	border-radius:10px;
	font-family:monospace,sans-serif;
}
#background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:100;
	text-align:center;
}
#background #photo {
	margin-top: 50vh;
	transform: translateY(-50%);
}
#background #photo #close {
	padding:10px;
	cursor:pointer;
}
#background #photo #left {
	display:inline;
	height:32px;
	margin-right:20px;
	z-index:200;
	cursor:pointer;
}
#background #photo #right {
	display:inline;
	height:32px;
	margin-left:20px;
	z-index:200;
	cursor:pointer;
}
#background #photo #photo_border {
	border:5px solid #fff;
	max-width:80%;
	height: auto;
	width:auto;
	cursor:pointer;
}
.gallery, .gallery2 {
	cursor:pointer;
}
.gallery img {
	background:#000;
	width:179px;
	height:134px;
	box-shadow:5px 5px 5px #000;
}
.gallery2 img {
	background:#000;
	box-shadow:5px 5px 5px #000;
}
.article {
	display:block;
	text-align:center;
}
.article img {
	border:5px solid #fff;
}
.float_left {
	margin:0 10px 10px 0;
	float:left;
	border:5px solid #fff;
}
.float_right {
	margin:0 0 10px 10px;
	float:right;
	border:5px solid #fff;
}
.photos {
	vertical-align:middle;
	text-align:left;
}
.photos img {
	margin:10px 6px 4px 6px;
}
table {
	border-spacing:0px;
	margin:auto;
}
td {
	text-align:center;
}
.last_updates,.last_updates td {
	margin:0;
	text-align:left;
}
.last_updates td {
	padding:0 40px 2px 0;
}
.article_text table {
	margin:0 auto;
	border:1px solid;
	border-collapse:separate;
}
.article_text td,.article_text th {
	border:1px solid;
	padding:2px 20px 2px 10px;
	text-align:left;
}
.article_text li a {
	font-weight:bold;
	color:#ffefc1;
}
.article_text li a:hover {
	color:#b1fc00;
}
p {
	text-align:justify;
	word-wrap:break-word;
	margin:0;
	padding:10px 0;
}
.news_p {
	min-height:170px;
}
img {
	margin:0;
	border:none;
	padding:0;
	vertical-align:middle;
}
.question,.intro {
	font-weight:bold;
	color:#fff;
}
.article_info {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#a4afb2;
}
.title {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	color:#fff;
}
.login p {
	text-align:center;
}
.login input[type=text], .login input[type=password] {
	width:300px;
}
.login input {
	font-size:1.3em;
}
.years {
	text-align:justify;
}
label {
	width:140px;
	display:inline-block;
	vertical-align:top;
	margin:6px;
}
.filter {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#d4dfe2;
	margin:0;
	padding:0;
}
.filter label {
	width:auto;
	vertical-align: baseline;
}
.filter input[type=checkbox] {
	
}
input,textarea,select {
	border-radius:10px;
	background-color:#0a0a0a;
	color:#d0d0d0;
	padding:10px;
}
textarea {
	width:500px;
	height:160px;
}
#forum_textarea {
	resize:none;
}
select {
	width:524px;
	-webkit-appearance:none;
}
input[type=text] {
	width:500px;
}
input[type=text].short {
	width:90px;
}
input[type=text].mid, input[type=text].scener_name, input[type=text].group_name, input[type=text].prod_name {
	width:250px;
}
.col_left {
	display:inline-block;
	vertical-align:top;
	width:313px;
	font-size:13px;
	line-height:18px;
	margin:0;
}
.col_left p {
	text-align:left;
	padding:4px 0;
}
.col_left h3 {
	padding:15px 0;
}
.col_left .big_box {
	min-height:449px;
}
.col_right {
	display:inline-block;
	vertical-align:top;
	padding:25px 0 0 34px;
	width:573px;
}
.col_right p {
	padding:15px 0 0 0;
}
.col_right2 {
	display:inline-block;
	vertical-align:top;
	padding:25px 0 0 34px;
	width:573px;
	margin:0;
}
.col_right2 h3 {
	padding-bottom:8px;
	border-bottom:1px dashed #8ba09b;
	margin:16px 0;
	text-shadow:2px 2px 2px #000;
}
.col_right2 h4 {
	color:#ffff86;
	padding:4px 0;
}
.col_right2 p {
	padding:0;
	text-align:left;
}
.big_box {
	position:relative;
	background-color:#5b706b;
	padding:29px 29px 58px 30px;
	margin:35px 0;
}
.big_box .head {
	position:absolute;
	top:-29px;
	left:-29px;
	background-image:url("graphics/big_head.png");
	width:58px;
	height:116px;
}
.big_box .foot {
	position:absolute;
	bottom:-29px;
	right:-29px;
	background-image:url("graphics/big_foot.png");
	width:115px;
	height:87px;
}
.small_box {
	position:relative;
	background-color:#5b706b;
	padding:14px 29px;
	margin:35px 0;
}
.small_box .head {
	position:absolute;
	top:0;
	left:-6px;
	background-image:url("graphics/small_head.png");
	width:20px;
	height:35px;
}
.small_box .foot {
	position:absolute;
	bottom:-29px;
	right:0;
	background-image:url("graphics/small_foot.png");
	width:85px;
	height:58px;
}
h1 {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:32px;
	font-weight:normal;
	color:#fff;
	margin:10px 0;
	line-height:28px;
}
h3 {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	color:#fff;
}
h4 {
	font-family:"pf_arma_five",Verdana,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0;
	color:#a4afb2;
}
a {
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
a:hover, .big_box p a:hover, .big_box p a.inactive:hover {
	color:#b1fc00;
}
.big_box p a {
	font-weight:bold;
	color:#ffefc1;
}
.big_box p a.inactive {
	color:#a4afb2;
}
.hall {
	width:573px;
	margin:0 auto;
}
.hall2 {
	width:844px;
	margin:0 auto;
}
.hall2 .screenshot, .hall2 .screenshot2 {
	margin:16px;
}
.screenshot .icons {
	position:absolute;
	bottom:0;
	right:0;
	width:179px;
	text-align:right;
}
.screenshot, .screenshot2 {
	display:inline-block;
	width:179px;
	height:134px;
	position:relative;
	background:#000;
	margin:10px 6px 4px 6px;
	box-shadow:5px 5px 5px #000;
	vertical-align:top;
	overflow:hidden;
}
.screenshot .back_img {
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}
.screenshot:hover .back_img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.screenshot .titre, .screenshot2 .titre {
	font-family:"pf_arma_five",Verdana,sans-serif;
	position:absolute;
	top:0;
	left:0;
	padding:8px;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition:0.5s;
	font-size:16px;
	text-align:left;
	line-height:24px;
	color:#fff;
}
.screenshot:hover .titre {
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.screenshot .titre .info, .screenshot2 .titre .info {
	color:#ffff86;
}
.screenshot .titre .inactive {
	color:#a4afb2;
}
.screenshot2:hover .titre {
	color:#b1fc00;
}
.submenu {
	text-align:center;
	margin:0 auto;
}
.submenu h4 {
	display:inline-block;
	background-color:#000;
	box-shadow:5px 5px 5px #000;
	padding:0 20px 2px 20px;
	margin:10px 5px 0 5px;
}
.submenu a.active {
	color:#b1fc00;
}
.subtitle {
	position:absolute;
	right:49px;
	top:14px;
}
#party_general {
	display:block;
}
#party_report, #party_photos {
	display:none;
}
.post {
	border-top:1px solid #a4afb2;
	padding-top:10px;
	margin-top:15px;
}
.post h3 {
	margin-bottom:4px;
}
.forum_icon {
	float:left;
	margin-right:8px;
}
.post_h4 {
	margin-bottom:15px;
}
.forum_footer {
	margin-top:20px;
}
.search_result {
	color:#ffdf83;
}
a:hover .search_result {
	color:#b1fc00;
}
#bbcode_helper p {
	margin:0;
	padding:0;
}
#bbcode_helper p span {
	padding:1px 10px;
	border:1px solid #000;
	background:#5b706b;
	border-radius:10px;
	font-size:12px;
}
#bbcode_helper p span:hover {
	cursor:pointer;
	color:#b1fc00;
}
.unread a {
	color:#ffdf83;
	animation: blur .75s ease-out;
}
.unread a:hover {
	color:#b1fc00;
}
@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}
.modalDialog {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index:99999;
	opacity:0;
	-webkit-transition:opacity 400ms ease-in;
	-moz-transition:opacity 400ms ease-in;
	transition:opacity 400ms ease-in;
	pointer-events:none;
}
.modalDialog:target {
	opacity:1;
	pointer-events:auto;
}
.modalDialog > div {
	width:520px;
	position:relative;
	margin:5% auto;
	padding:5px 20px 13px 20px;
	border-radius:10px;
	background:#5b706b;
	background:-moz-linear-gradient(#5b706b,#7e938e);
	background:-webkit-linear-gradient(#5b706b,#7e938e);
	background:-o-linear-gradient(#5b706b,#7e938e);
}
.close {
	background:#606061;
	color:#FFFFFF;
	line-height:25px;
	position:absolute;
	right:-12px;
	text-align:center;
	top:-10px;
	width: 24px;
	text-decoration:none;
	font-weight:bold;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
.close:hover {
	color:#b1fc00;
}