* {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
}
body {
	width: auto;
	float: left;
	padding: 10px;
	margin: 10px;
}
header h1 {
	font-size: 36px; margin: 0px;
}
header h2 {
	font-size: 18px; margin: 0px; color: #888;
	font-style: italic;
}
nav ul {
	list-style: none; padding: 0px; display: block;
	clear: right; background-color: #666;
	padding-left: 4px; height: 24px;
}
nav ul li {
	display: inline; padding: 0px 20px 5px 10px;
	height: 24px; border-right: 1px solid #ccc;
}
nav ul li a {
	color: #EFD3D3; text-decoration: none;
	font-size: 13px; font-weight: bold;
}
nav ul li a:hover {
	color: #fff;
}
article > header time {
	font-size: 14px; display: block; width: 26px;
	padding: 2px; text-align: center; background-color: #993333;
	color: #fff; font-weight: bold; -moz-border-radius: 6px;
	-webkit-border-radius: 6px; border-radius: 6px; float: left;
	margin-bottom: 10px;
}
article > header time span {
	font-size: 10px; font-weight: normal;
	text-transform: uppercase;
}
article > header h1 {
	font-size: 20px;
	float: left;
	margin-left: auto;
	text-shadow: 2px 2px 5px #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

article > header h1 a {
	color: #993333;
	text-align: center;
}
article > section header h1 {
	font-size: 16px;
}
article p {
	clear: both;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 24px;
}
article p i {
	clear: both;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	color: #00F;
	font-size: 24px;
}

body article h2 {
	clear: both;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	color: #F00;
	font-size: 24px;
}

footer p {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 24px;
	float: left;
}

article > section video {
	width: 480px; height: 200px;
}
article > section div.no-html5-video,
article > section div#no-canvas {
	width: 480px; height: 40px; border: 1px solid #993333;
	text-align: center; color: #993333; font-size: 13px;
	font-style: italic; background-color: #F7E9E9;
}

article > section form {
	border: 1px solid #888;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	background-color: #eee;
	padding: 10px; margin-bottom: 30px;
}

article > section label {
	font-weight: bold; font-size: 13px;
}

article > section input {
	margin-bottom: 3px; font-size: 13px;
}

article > section div#no-canvas {
	display: none;
}
canvas {
	border: 1px solid #888;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	background-color: #eee;
}
