/*
 * styles of the new 2010 "html 5" homepage (you know, the yellowish one)
 */

body {
	font-family: Georgia, "Trebuchet MS", "Verdana", sans-serif;
	background: #ffdd33;
	background: #fff099;
	font-color: #000000;
}

header {
	background: #eecc22;
	border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #ccc;
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, sans-serif;
}

header h1 {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	font-size: 2.5em;
	margin: 0;
	border: 0;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 1em;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	margin-left: 2em;
}

p {
	margin-left: 2em;
	margin-right: 25%;
}

address {
	margin-left: 3em;
	font-style: italic;
}

br {
	margin-bottom: 0.3em;
}

h1 img {
	height: 3em%;
}

a:hover {
	text-decoration: underline;	
}

aside {
	float: right;
	width: 25%;
	margin-left: 1em;
}

.note {
	margin: 10px 0 10px 10px;
	padding: 10px;
	background: #eecc22;
	border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	border: 1px solid #ccc;
	font-size: 90%;
}

.quote {
	border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	border: 2px solid #fff;
	background-color: #ffdd33;
	padding: 5px;
	font-size: 90%;
}
.quote br {
	margin: 0;
}
.quote .source {
	text-align: right;
}

nav {
	background: #ff9900 !important;
	display: block;
}

.note A, P A, H2 A, H3 A {
	font-style: italic;
	margin-left: 0;
}

.note h1 {
	font-size: 120%;
	margin-left: 0;
}

.note h2 {
	font-size: 110%;
	margin-left: 0;
}

.smallish {
	font-size: 80%;
}

a {
	white-space: nowrap;
}

span.new {
	background: #ff9900;
	padding: 4px 8px;
}