/*//body*/
.wrapper{
	background: #000000;
	background: -moz-linear-gradient(top,  #280316 0%, #030002 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#280316), color-stop(50%,#030002), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #280316 0%,#030002 50%,#000000 100%);
	background: -o-linear-gradient(top,  #280316 0%,#030002 50%,#000000 100%);
	background: -ms-linear-gradient(top,  #280316 0%,#030002 50%,#000000 100%);
	background: linear-gradient(to bottom,  #280316 0%,#030002 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280316', endColorstr='#000000',GradientType=0 );
}

/*//gloab*/
a{
	color: #4a81ff;
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
	color: #99ccf8;
}

/*//contain*/
.main .container{
	border-left: 1px solid #36242a;
	border-right: 1px solid #36242a;
	border-bottom: 1px solid #36242a;
	background: #000;
}
.intro{
	background: #121114;
	background: -moz-linear-gradient(-45deg,  #121114 0%, #211e25 57%, #221f26 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#121114), color-stop(57%,#211e25), color-stop(100%,#221f26));
	background: -webkit-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: -o-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: -ms-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: linear-gradient(135deg,  #121114 0%,#211e25 57%,#221f26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121114', endColorstr='#221f26',GradientType=1 );
}
.intro h2{
	color: #4a81ff;
}
.intro .post p{
	color: #bcbcbc;
}

/*//heading*/
.heading{
	background:#020001;
}
.heading .line_text,
.heading .line_text a{
	color: #b90054;
}
.heading .line_text a:hover{
	color: #d70162;
}

/*//list*/
.list .headline{
	border-top: 1px solid #2d2744;
	border-bottom: 1px solid #2d2744;
	background: #26203f;
	background: -moz-linear-gradient(left,  #26203f 0%, #181429 42%, #181429 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#26203f), color-stop(42%,#181429), color-stop(100%,#181429));
	background: -webkit-linear-gradient(left,  #26203f 0%,#181429 42%,#181429 100%);
	background: -o-linear-gradient(left,  #26203f 0%,#181429 42%,#181429 100%);
	background: -ms-linear-gradient(left,  #26203f 0%,#181429 42%,#181429 100%);
	background: linear-gradient(to right,  #26203f 0%,#181429 42%,#181429 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26203f', endColorstr='#181429',GradientType=1 );
}
.list h3{
	color: #e4f3ff;
}
.list .holder{
	background: #121114;
	background: -moz-linear-gradient(-45deg,  #121114 0%, #211e25 57%, #221f26 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#121114), color-stop(57%,#211e25), color-stop(100%,#221f26));
	background: -webkit-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: -o-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: -ms-linear-gradient(-45deg,  #121114 0%,#211e25 57%,#221f26 100%);
	background: linear-gradient(135deg,  #121114 0%,#211e25 57%,#221f26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121114', endColorstr='#221f26',GradientType=1 );
}
.list .holder li a{
	color: #a6a6a6;
}
.list .holder li a:hover{
	color: #99ccf8;
}

/*//thumbs*/
.thumbs .th a{
	border: 1px solid #1a1a1a;
	background: #030204;
}
.thumbs .th:hover a{
	border-color: #7c1946;
	background: #171519;
}

/*//title middle*/
.middle_title .link_text a{
	color: #fff;
}
.middle_title .text_left{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.middle_title .text_right{
	color: #4a81ff;
	border-bottom: 1px solid #4a81ff;
}

/*//title*/
.title .link_text a{
	color: #fff;
}
.title .text_left{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.title .text_right{
	color: #4a81ff;
	border-bottom: 1px solid #4a81ff;
}

/*//footer*/
.copy p{
	color: #5e5e5e;
}