/* @override 
	http://thestraymuse.dev/artcss/we_are_the_warriors.css
	http://thestraymuse.com/artcss/we_are_the_warriors.css
*/

body{
	background: url(/images/article/we_are_the_warriors/background.jpg);
}
h1{
	font-size: 86px;
	text-transform: uppercase;
	letter-spacing: 0em;
}
h2{
	line-height: 40px;
	margin-top: 20px;
}
button{
	color: #000;
	color:rgba(0,0,0,0.9);
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
object{
	-webkit-box-shadow:2px 3px 10px rgba(0,0,0,0.8);
	-moz-box-shadow:2px 3px 10px rgba(0,0,0,0.8);
	-o-box-shadow:2px 3px 10px rgba(0,0,0,0.8);
	box-shadow:2px 3px 10px rgba(0,0,0,0.8);
}
.videos{
	border-top: 1px solid #fff;
	margin-top: 20px;
}
.videos .mouse{
	font-size: 12px;
}
.videos ul{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.otherFeatures{
	margin-top: 80px;
	overflow: hidden;
}
.otherFeatures .h3{
	color: #322d2a;
	text-shadow: none;
	display: none;
}
.otherFeatures li{
	text-shadow: none;
	padding: 10px;
	float: left;
	width: 220px;
	color: #fff;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.otherFeatures li a:hover{
	border: 0;
}
.otherFeatures .h5{
	border-top: 1px solid #d5d5d5;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
}
.seeMore{
text-shadow: none;
text-align: left;
margin-bottom: 40px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}
.cover h1{
	margin-top: 260px;
	text-align:center;
	font-size: 160px;
	line-height: 0.8;
	letter-spacing: -.04em;
}
.cover h1 a:hover{
	background: none;
	border-bottom: 0;
	opacity: 0.6;
}
