body {
	overflow-y: scroll;
	overflow-x: hidden;
	background: #111111;
	font-family: arial;
	font-size: 14px;
	color: #555555;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8), 0 0 4px #000000, 0 0 4px #000000;
}
.grunge {
	width: 100%;
	height: 100%;
	background: url(../img/body/grunge.png);
	position: absolute;
	z-index: -1;
}

a {
	color: #650800;
	transition: color 500ms;
	text-decoration: none;
}
a:hover {
	color: #a91003;
}

.pattern {
	width: 100%;
	height: 100%;
	background: url(../img/body/pattern2.png);
	opacity: 0.36;
	position: fixed;
}

.background li span { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
    z-index: -1;
}

.background li:nth-child(1) span { 
    background-image: url(../img/background/1.png); 
}
.background li:nth-child(2) span { 
	background-image: url(../img/background/2.png); 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.background li:nth-child(3) span { 
    background-image: url(../img/background/3.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.background li:nth-child(4) span { 
    background-image: url(../img/background/4.png);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.background li:nth-child(5) span { 
    background-image: url(../img/background/5.png);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.background li:nth-child(6) span { 
    background-image: url(../img/background/2.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1;  }
    25% { opacity: 0; }
    100% { opacity: 0;
   }
}
.header_wrap {
	display: block;
	background: rgba(0,0,0,0.5);
	padding-bottom: 6px;
	margin-bottom: 130px;
}
.header {
	display: block;
	height: 85px;
	background:url(../img/header_grad.png) repeat-x rgba(0,0,0,0.5);
	box-shadow: 0 -1px 0 rgba(255,255,255,0.05) inset;
	position: relative;
}

.nav {
	float: right;
}
.nav li {
	height: 103px;
	float: left;
	width: 133px;
	margin-right: 1px;
	transition: all 500ms;
}

.nav li a {
	display: block;
	margin-top: 35px;
	text-align: center;
	color: #494949;
	text-decoration: none;
}
.nav li.active, .nav li:hover{
	background: rgba(0,0,0,0.5);
	border-top: 2px solid #840000;
}

.nav li.active a {
	color: #d4d4d4;
}

.logo {
	float: left;
	height: 170px;
	width: 270px;
	background: rgba(0,0,0,0.7);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	height: 100%;
	width: 100%;
}
.content_inner {
	width: 944px;
	margin: 0 auto;
}

.content_wrap {
	background: rgba(0,0,0,0.5);
	border-radius: 3px;
	padding: 4px;
	margin: 0 auto;
	width: 977px;
}

.slider {
	padding: 17px;
	position: relative;
	background: url(../img/body/pattern_trans.png), url(../img/body/grunge.png);
}

.slider span {
	width: 943px;
	display: block;
	height: 377px;
	background: url(../img/slider.png);
	box-shadow: 0 0 1px rgba(255,255,255,0.3) inset, 0 0 5px rgba(0,0,0,0.75);
}

.arrow {
	height: 56px;
	position: absolute;
	width: 53px;
	top: 17px;
	background: url(../img/arrows.png);
	opacity: 0.3;
	transition: all 300ms;
}
.arrow:hover {
	transform: translateX(0px);
	opacity: 1;
}
.a_left {
	left: -60px;
	transform: translateX(10px);
}
.a_right {
	right: -60px;
	background-position: 53px 0px;
	transform: translateX(-10px);
}

.minislider .content_wrap {
	padding: 3px;
	width: 210px;
}
.minislider {
	height: 90px;
	background: rgba(0,0,0,0.5);
}
.minislider_inner {
	width: 985px;
	margin: 0 auto;
	position: relative;
}

.minislider li {
	float: left;
	margin: -10px 10px 0px 10px;
}

.minislider .mini_inner {
	padding: 5px;
	position: relative;
	background: url(../img/body/pattern_trans.png), url(../img/body/grunge.png);
}

.minislider .mini_content {
	width: 201px;
	height: 94px;
	background: url(http://rofl-clan.net/files/media/logo.png);
	background-size: auto 100%;
}

.mini_desc {
	padding: 3px;
	background: rgba(0,0,0,0.7);
	height: 25px;
	position: relative;
}
.mini_info {
	height: 20px;
	width: 20px;
	background: url(../img/info.png);
	display: block;
	margin-left: 15px;
	margin-top: 2px;
	float: left;
}
.mini_head {
	color: #ffffff;	
	font-size: 12px;
	margin-left: 5px;
	clear: both;
}

.mini_date {
	position: absolute;
	right: 3px;
	bottom: 3px;
	color: #747474;
	font-size: 11px;
}

#ajax_content {
	margin-top: 35px;
}

.clear {
	clear: both;
}

.content_small {
	margin: 0 auto;
	width: 945px;
	margin-top: 38px;
}

.left {
	width: 583px;
	float: left;
}

.right {
	width: 341px;
	float: right;
}

#news article, #panel {
	padding: 4px;
	background: rgba(0,0,0,0.5);
	border-radius: 3px;
	margin-bottom: 20px;
}

.article_inner, .panel_inner {
	background: url("../img/body/pattern_trans.png"), url("../img/body/grunge.png");
}

.article_head {
	background: rgba(0,0,0,0.3);
	padding: 9px;
	box-shadow: 0 1px 0 #840000, 0 1px 1px #000;
	color: #a4a4a4;
	font-weight: bold;
}

.article_content {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	padding: 10px 15px;
}

.article_actions {
	margin-top: 5px;
}
.comments, .more {
	font-size: 10px;
}

.more {
	float: right;
}

.login {
	background: rgba(255,255,255,0.05);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	padding: 6px;
}

.login_text {
	float: right;
	width: 250px;
}

#login_img {
	float: left;
	height: 48px;
	box-shadow: 0 0 2px #000;
}

.preview_head {
	padding: 15px;
	margin-top: 5px;
	background: rgba(0,0,0,0.4);
	box-shadow:  0 -1px 0 rgba(255,255,255,0.05);
	color: #A4A4A4;
    font-weight: bold;
    box-shadow: 0 1px 0 #840000, 0 1px 1px #000000;
}

.forum_preview li {
	margin-top: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,0.8) inset, 0 1px 0 rgba(255,255,255,0.05);
	background: rgba(0,0,0,0.3);
	padding: 5px;
}
.forum_preview li:first-child {
	margin-top: 8px;
}
.preview_text {
	float: right;
	width: 260px;
}
.preview_img {
	float: left;
}

.footer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 70px;
    margin-bottom: 70px;
}

.footer_inner {
	padding-top: 20px;
	width: 945px;
	margin: 0 auto;
}
