/* @override http://thestraymuse.dev/artcss/anyone_out_there.css */

html{
	background: #121617 url(/images/article/anyone_out_there/clouds.jpg) no-repeat fixed 1% 5%;
	
}
body{
	background: transparent url(/images/article/anyone_out_there/star2.png) repeat fixed 15% 15%;
}
.page{
	background: transparent url(/images/article/anyone_out_there/star1.png) repeat fixed 20% 20%;	
}
.article{
	padding-top: 80px;
	padding-bottom: 120px;
	color: #fff;
	color:rgba(255,255,255,0.8);
	background: url(/images/article/anyone_out_there/garbage.png) no-repeat 500px 200px;
}
.article .h1{
	font-family: "good-times-1", "good-times-2";
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-size: 96px;
	line-height: 1.2;
}
.article p{
	font-weight: bold;
	line-height: 30px;
	color:rgba(255,255,255,0.9);
}

.cover{
	background: none;
}
.home .logo{
/* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
}
.cover h1{
	position: relative;
	margin-top: 200px;
	width: 970px;
	height: 100px;
	background: transparent;
	font-family: "good-times-1", "good-times-2";
	font-size: 72px;
}
.cover h1 a{
	display: block;
	height: 200px;
	color: #989b98;

	background: none;
	font-family: "good-times-1", "good-times-2";
}
.cover h1 a:hover, .cover h1 a:active{
	background: none;
	border: 0;
	color: #ffffe8;
	font-family: "good-times-1", "good-times-2";
}
.otherFeatures{
	margin-top: 0px;
	overflow: hidden;
}
.otherFeatures .h3{
	color: #322d2a;
	text-shadow: none;
	display: none;
}
.otherFeatures li{
	text-shadow: none;
	padding: 10px;
	float: left;
	width: 220px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a{
	color: rgba(201,146,51,0.99);
}
.otherFeatures li a:hover{
	border: 0;
	background: rgba(60,117,117,0.2);
	color: rgb(60,117,117);
}
.nav a:hover{
	color: rgb(60,117,117);	
}
.otherFeatures .h5{
	border-top: 1px solid #d5d5d5;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
	color: #bcbcbc;
	border-color: #636363;
}
.seeMore{
text-shadow: none;
text-align: left;
margin-bottom: 40px;
	border-top: 1px solid #636363;
	padding-top: 10px;
}
