/* @override http://localhost:9016/artcss/the_stink_eyebrow.css */

body.the_stink_eyebrow{
	background: #191601 url(/images/article/the_stink_eyebrow/browsBG.jpg) no-repeat center top;
}
body.home{
	background: #191601 url(/images/article/the_stink_eyebrow/brows.jpg) no-repeat center top;
}
.article h1{
	font-family: natalya-1, Georgia, Times, 'Times New Roman', Serif;
	font-size: 124px;
	line-height: .9;
	color: rgb(207,197,54);
	margin-bottom: 400px;
	margin-top: 140px;
}
.cover h1{
	padding-top: 320px;
	margin-bottom: 80px;
	font-size: 244px;
	line-height: 0.65;
}
.cover h1 a:link, .cover h1 a:visited{
	color: #ffffe8;
}
.cover h1 a:hover, .cover h1 a:active{
	background: none;
	border-bottom:0;
	color: #bfceb2;
}
h2{
	margin-bottom: 40px;
}
.article p{
	font-family: georgia, times, 'times new roman', serif;
	color: #e9e584;
	background: #111;
	background: rgba(0,0,0,0.5);
	padding: 5px;
}
.col_2{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}
.otherFeatures li{
	background: rgba(0,0,0,0.5);
	padding: 10px;
	float: left;
	width: 220px;
	margin-right: 20px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.otherFeatures .prevMuse:nth-child(even){
	margin-right: 20px;
}
.otherFeatures li .h5 a:hover{
	border: 0;
}
.otherFeatures .h5{
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.seeMore{
	display: none;
}