body {
	font-family: sans-serif;
	color: #eee;
	background: #131313;
	max-width: 780px;
	margin: auto;
	padding: 1em 1.5em 0 1.5em;
}
h1 {
	text-align: right;
	color: #eee;
	margin: 0;
}
div.edition {
	position: relative;
}
h2 {
	font-size: large;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding-left: .2em;
	color: #ccc;
}
ul.edition {
	margin: 0;
	padding: 0;
}
ul.edition li {
	display: inline;
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #666;
}
a:hover { color: #999; }
a.thumbnail {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin: 10px;
	border: 1px solid #666;
}
a.thumbnail span.img {
	display: block;
	width: 112px;
	height: 82px;
	overflow: hidden;
	border: 4px solid #131313;
}
a.thumbnail span.img img {
	margin: -4px;
}
a.winner {
    margin: 1px;
    border: 10px solid #eee;
}
a.thumbnail img {
	border: none;
}
hr {
	clear: both;
	border: none;
	height: 0;
	margin: 0;
}
hr.line {
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0px solid #666;
}
p.like {
    margin: 5px 0; float: left;
}
p.navbar { margin: 5px 0; float: right; }
p.navbar a { text-decoration: none; }
sup.alert { color: #f00; font-size: x-small; }
#livestream {
    width: 750px;
    margin: 10px auto;
    padding: 4px 4px 0;
    display: block;
    border: 1px solid #666;
}
#social { width: 162px; margin: 1em auto; }
#social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
#social a { display: block; margin: 4px; width: 32px; height: 32px; float: left; overflow: hidden; }
#social a span { display: none; }
#social a.facebook { background-image: url('facebook.png'); background-position: 0 0; }
#social a.twitter { background-image: url('twitter.png'); background-position: 0 0; }
#social a.youtube { background-image: url('youtube.png'); background-position: 0 0; }
#social a.mail { background-image: url('mail.png'); background-position: 0 0; }
#social a.facebook:hover { background-position: -32px 0; }
#social a.twitter:hover { background-position: -32px 0; }
#social a.youtube:hover { background-position: -32px 0; }
#social a.mail:hover { background-position: -32px 0; }
address {
	font-size: small;
	text-align: center;
	margin: 1em;
}

