body {
	background: #E4E4E4;
	color: #292929;
	color: rgba(0, 0, 0, 0.82);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-family: "Cantarell", "Calibri", sans-serif;
	padding: 0 20px 0 20px;
}


a {
	text-decoration: none;
	transition: 0.2s color linear;
}

a:hover {
	color: #f00;
}

ul li {
	list-style: none;
}

/*
code, tt {
	font-family: 'DejaVu Sans Mono', "Consolas", monospace;
	font-size: 0.7em;
}
*/

h1, h2, h3, h4 {
	font-family: "DejaVu Serif", "Cambria", serif;
	text-shadow: 1px 1px 0 rgba(200, 200, 200, 0.8);
}

body > header > h1, body > header > h2 {
	text-align: right;
}

nav {
	width: 15%;
}

nav > h2 {
	font-size: 0.8em;
}

aside {
}

section#main {
	float: right;
	width: 80%
}

article section {
	margin: 20px;
}

article section#cover {
}

article section#cover img {
         display: block;
         margin: 0 auto 20px auto;
         min-width: 600px;
}

section#tracks {
	clear: left;
}

section#tracks table td {
	padding: 5px;
}

article header {
	padding: 20px;
}

article header h1 {
	border-bottom: 2px solid black;	
}

article footer {
	border-top: 1px solid black;
	padding: 10px 0;
	clear: both;
}

article footer p.idx {
	text-align: center;
}

article footer ul {
	margin: 0 auto;
	text-align: center;
}

article footer ul li {
	display: inline;
	margin: 0 10px 0 10px;
}

body > footer {
	text-align: center;
	padding: 50px 0 0 0;
	clear: both;
}

p#secimgs {
	font-size: 0.5em;
	margin: 0;
}

section#notes {
	font-size: 0.7em;
}

section.album {
	float: left;
	text-align: center;
	width: 180px;
	height: 210px;
	margin: 20px;
}

section.album img {		
	max-height: 150px;
	max-width: 150px;
}

section.album p {
	text-align: center;
	margin: 0 auto;
	font-size: 0.75em;
}

p#thumbtoggle {
	float: right;
	font-size: 0.75em;
}

p#env {
	font-size: 0.4em;
}

p#refresh {
	float: right;
	font-size: 0.75em;
}
