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

html{ background: url(/images/article/tongue_worms/txtbg.jpg) scroll center;
}
body{
	background: url(../images/article/tongue_worms/bg.jpg) no-repeat center 140px;
	font-size: 16px;
	line-height: 24px;
}
body.home{
	background: url(../images/article/tongue_worms/homebg.jpg) no-repeat center 404px;
}
.article h1{
	background: url(../images/article/tongue_worms/headline.png) no-repeat center 40px;
	height: 220px;
	text-indent: -9000px;
	
}
.home .article h1{
	margin-top: 292px;
	height: 260px;
}
.home .article h1 a{
	padding: 100px 0 60px 0;
	display: block;
}
.home .article h1 a:hover{
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius:10px;
}
.intro{
	background: rgb(1,1,1);
	background: rgba(0,0,0,0.5);
	width: 440px;
	padding: 20px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}
.intro strong{
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}
section.articleContent{ 
display: block;
	margin-top: 190px;
}
.articleContent h2{
	margin-top: -72px;
	margin-bottom: 24px;
	font-size: 30px;
}
img.right{
	float: right;
	margin-top: 48px;
	-webkit-box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
	-o-box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
	box-shadow: 3px 3px 9px rgba(0,0,0,0.7);
}
.footnotes{
	font-size: 13px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: lower-roman;
}
.fnote{
	font-size: 12px;
	vertical-align: super;
	line-height: 0;
}
.otherFeatures{
	margin-top: 48px;
	overflow: hidden;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.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;
}
