/* is flash dead yet? */

body {
	background:#334455;
	color:#fff;
	font-size:300%;
	*font-size:150%; /* for the ~10-year-old, vintage browsers. */
	margin:0px 2em 1em 1em;
	font-family:"Helvetica Neue Light","Helvetica Neue",helvetica,verdana,tahoma,arial,sans-serif; /* oh how modern of you. */
}

h1 {
	font-size: 225%;
	letter-spacing:-0.015em; /* zomg web x.0 */
}

header h3 {
        font-size:0.85em;
}

.no-really {
	font-size:150%;
	margin:0px;
	padding:0px;
}

hr {
	border-color:#8899aa;
	border-style:solid;
        margin: 1em 0px;
}

ul {
	margin:0px 0px 0px 0.66em;
	padding:0px;
}

ul li {
	margin-bottom:1em;
	text-indent:0.25em;
}

section {
	font-size:50%;
}

a {
	color:#3399ff;
	text-decoration:none; /* eh.. they're the only colorful things on the page. ;) */
}

a:hover {
	color:#fff;
	outline:1px solid #3399ff;
}

html > section:first-child {
	font-size:100%;
}

footer {
	font-size:66%;
}

aside {
	display:block;
	margin-top:1.5em;
}

aside section {
	font-size:50%;
}

#debate {
	margin-top:1.5em;
}

#aboot {
	display:block;
	padding-top:0.25em;
}

#aboot p {
	color:#bbccdd;
	font-size:0.9em;
}

.date {
	font-style:italic;
	font-size:small;
	color:#bbccdd;
}
