body {
	background:#131313 url('background2.jpg') no-repeat scroll top center;
	color:#707070;
	margin:0;
	padding:0;
	text-align:center;
	font-family:sans-serif;
	font-size:8pt;
}

h1 {
	display:none;
}

h2 {
	border-bottom:1px dashed #505050;
	font-size:18pt;
	font-variant:small-caps;
}

h3 {
	font-size:13pt;
}

.section {
	position:relative;
	padding:0 0.5pc;
	overflow:hidden;
	
}

h1,h2,h3 {
	font-family:serif;
	font-weight:normal;
	margin-top:2pc;
	color:#808080;
	text-align:center;
	letter-spacing:0.2em;
	
}

h3[property~='dc:title']:before {
	content: '“';
}

h3[property~='dc:title']:after {
	content: '”';
}


#content {
	margin:0 auto;
	min-height:50pc;
	opacity:0.8;
	width:30pc;
	background:#0a0a0a url('background.png') no-repeat scroll top center;
	padding:10pc 2pc 2pc;
}

#spacer {
	min-height:68pc;
	
}

h2 a {
	color:#b0b0b0;
	text-decoration:none;
}

h2 a:hover {
	color:#e0f0ff;
	border:0;
}

#footer {
	text-align:center;
	font-size:7pt;
	margin-top:4pc;
}

#info {
	margin-top:3pc;
	border-top:1px dashed #303030;
	padding:0.5pc;
}

hr {
	visibility:hidden;
	margin-top:1pc;
}

p,address {
	line-height:1.4em;
	margin:0.5em;
	margin-bottom:1em;
}

a {
	text-decoration:none;
	color:#a0a0a0;
}
a:hover {
	color:#a0b0c0;
	border-bottom:1px solid #909090;
}

.notice {
	font-style:oblique;
	color:#805050;
}

li, ul, ol {
	list-style:none;
	margin:0;
	padding:0.3em;
}

[property~='mo:text'] {
	font-style:italic;
	font-family:serif;
}

[property~='mo:text'] p {
	white-space:pre-wrap;
}

[property~='mo:release_type'] {
	font-weight:bold;
}

[property~='mo:release_type']:before {
	content: '[';
	font-weight:normal;
}

[property~='mo:release_type']:after {
	content: ']';
	font-weight:normal
}

[property~='dc:title'], .title {
	font-style:italic;
}