/* CSS Document for Category subpages */
@import url("default.css");

body {
	margin: 0;
	padding: 0;
	background-image: url("/images/background-splats.jpg");
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}
h1 {
	font-size: 30px;
}
h2 {
	position: relative;
	z-index: 1;
}
h3 {
	text-indent: 42px;
	/* border-bottom: thin dotted #CCCCCC; */
}
#heading {
	cursor: default;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	position: fixed;
}
#headmovie {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: 3;
	position: fixed;
	background: #F9F9F9 url("/images/heading-gradient-dark.png") repeat-x;
	border-bottom: 1px solid #e2dddd;
}
#bodymovie {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 60px;
	width: 200px;
	height: 120px;
}
#titletext {
	color: #644;
	text-shadow: 1px 1px #ddd;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
	top: 30px;
	z-index: 9;
}
#blurbtext {
	color: #ccccc0;
	position: relative;
	top: 42px;
	left: 10px;
	letter-spacing: 1px;
	z-index: 8;
	font-family: "Sorts Mill Goudy",Georgia,serif;
	font-size: 18px;
}
#headmenu {
	margin: 0 20px;
	text-align: right;
	position:absolute;
	z-index: 9;
	top: 42px;
	right: 0;
}
#headmenu > a {
	font-family: "Goudy Bookletter 1911", Georgia, serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	text-shadow: 0px 0px 1px #ccc;
}
#headmenu > a:link, #headmenu > a:visited {
	color: #644;
}
#headmenu > a:hover {
	color: #960018;
}
#navelement {
	font-size: 12px;
	position: absolute;
	z-index: 3;
	color: #EDFAFE;
	bottom: 18px;
	right: 18px;
	padding: 5px 5px 6px;
	background-color: rgb(105,105,105);
	background-color: rgba(105,105,105,0.6);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#hcanvas {
	width:100%;
	height:100%;
}
body > div#navelement {
	position: fixed;
	}
div#navelement>a:link, div#navelement>a:visited {
	text-decoration: none;
	color: #fee;
}
div#navelement>a:hover {
	text-decoration: underline;
	color: #401;
}
a[name="pagetop"], h2>a[name]:first-child, a[name] {
	margin-top:-60px;
	padding-top:60px;
	width:1px;
	display:block;
}
