@import "reset.css";

body {
	font-family: Georgia, Times, serif;
	line-height: 1.4;
	padding: 40px 0;
	background: #AFB2A4;
}

/* Basic layout */

#header {
	display: none;
}
#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#movements {
	float: right;
	width: 650px;
}
#movements h2 {
	display: none;
}
#sidebar {
	float: left;
	width: 270px;
	background: #ddd;
}

/* Typography */

p { margin: 1.4em  0; font-size: 1em; line-height: 1.4em; }
h1 { margin: 0.7em 0; font-size: 2em; line-height: 0.7em; }
h2 { margin: 0 0 0.9333em 0; font-size: 1.5em; line-height: 0.9333em; }
h3, h4, h5, h6 { margin: 1.4em 0; font-size: 1em; line-height: 1.4em; }
h3 { font-weight: bold; }
a:link, a:visited {
	color: #573E26;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Listing */

.tracklisting {
	border-bottom: 1px solid #999;
	background: #fff;
}
.tracklisting li {
	position: relative;
	padding: 0.2em 0.4em;
	border-top: 1px solid #999;
}
.tracklisting h3 {
	display: inline;
}
.tracklisting .meta {
	display: inline;
	color: #666;
}
.tracklisting .meta .playstop {
	position: absolute;
	right: 0.4em;
	top: 0.2em;
}
.tracklisting .stop {
	display: none;
}
.tracklisting .content {
	display: none;
}
.tracklisting blockquote {
	font-size: 2em;
	color: #666;
}
.tracklisting blockquote p {
	margin: 0.5em 2em 0;
}
.tracklisting .links {
	font-size: 0.75em;
	text-align: right;
	margin: 0;
}

/* Sidebar */

#sidebar div, #sidebar .artwork, #controls {
	margin: 10px;
}

#controls  {
	font-size: 3em;
	text-align: center;
}

#about {
	font-size: 1.5em;
}

#license {
	font-size: 0.75em;
}
#license img {
	float: left;
	margin-right: 5px;
}
#license p {
	margin-bottom: 0;
}
