/*
 * Style sheet for WWE Network Schedule
 * Copyright © 2014 Peter Krefting <peter@softwolves.pp.se>
 */

body {
	background: black;
	color: white;
	font-family: Georgia;
}

h1 {
	text-align: center;
	color: #e22;
	text-decoration: none;
	border-bottom: 2px solid #e22;
	margin-bottom: 0;
}

p.info, p.bottom {
	margin-top: 0;
	font-size: 80%;
	text-align: center;
	color: #888;
}

:link, :active, :visited {
	color: #ccc;
}

h2 :link, h2 :active, h2 :visited,
dt :link, dt :active, dt :visited,
dd.current :link, dd.current :active, dd.current :visited {
	color: black;
}

h2 {
	margin: 0;
	float: right;
	background: #ccc;
	color: black;
	text-decoration: none;
}

dl {
	padding: 0;
	border-top: 1px solid #ccc;
	margin-top: 0;
}

dt {
	float: left;
	clear: left;
	width: 3.5em;
	font-weight: bold;
	color: black;
	background: #ccc;
}

dd {
	margin: 0 0 0 4em;
}

p.title {
	margin-top: 0;
	margin-bottom: 0;
}

p.description {
	color: #aaa;
	font-size: 80%;
	font-family: Arial;
	margin-top: 0;
}

p.bottom {
	border-top: 1px solid #888;
}

dd.current p.title {
	color: black;
	background: #ccc;
}

dd.current p.description {
	color: #fff;
}
