* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 645px;
	margin: auto;
	margin-top: 40px;
	background: #000;
}

h1, h2, h3 {
	text-transform:uppercase;
	font-weight: normal;
}

h1 {
	color: #555;
	font-size: 1.5em;
}

h1 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h1 .bright {
	color: #bbb;
}

h2 {
	color: #bbb;
	font-size: 1em;
}

h2.top-stripe {
	padding-top: 20px;
}

h2.first {
	margin-top: 20px;
}

.bottom-stripe {
	border-bottom: 3px solid #444;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.top-stripe {
	border-top: 1px solid #333;
	padding-top: 10px;
	margin-top: 15px;
}

p {
	font-size: 0.8em;
	color: #888;
	margin-top: 0.8em;
	line-height: 1.4em;
}

p.sources {
	font-size: 0.7em;
}

p.quote {
	margin-left: 25px;
	margin-right: 25px;
}

p.top-stripe {
	padding-top: 10px;
	margin-top: 0.8em;
}

p.last {
	margin-bottom: 60px;
}

#thumbs {
	margin-top: 5px;
	padding-top: 5px;
}

#thumbs img {
	width: 98px;
	border: 1px solid #444;
	margin-top: 5px;
	margin-right: 5px;
}

#thumbs img.last {
	margin-right: 0;
}

#thumbs img.selected {
	border: 1px solid #bbb;
	border-top: 3px solid #bbb;
}

#thumbs a:hover img {
	border-color: #777;
}

#movie {
	margin-top: 10px;
	border: 1px solid #444;
}

a.button {
	cursor: pointer;
}

a {
	color: #bbb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer {
	color: #777;
	font-size: 0.7em;
	margin-top: 2px;
}

.footer a {
	color: #999;	
}

.footer a:hover {
	text-decoration: underline;
}

#thumbs a:hover {
	border-color: red;
}


