﻿header
{
	margin: 0;
	border-width: 1px;
	border-color: #585858;
	border-bottom-style: solid;
	background-color: #232323;
	color: #FF9900;
}

h1
{
	margin: 0 0.5em;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.4em;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	color: #FF9900;
	text-decoration:none;
}

h1 b
{
	color: #0099FF;
	font-weight: bold;
}

body
{
	margin: 0px;
	padding: 0;
	background-color: #111111;
	color: #585858;
	font-family: 'Varela Round', sans-serif;
}

article, form
{
	margin: 20px auto;
	padding: 16px;
	max-width: 100%;
	width: 1000px;
	border: 1px solid #585858;
	border-radius: 16px;
	background-color: #232323;
	color: #A5A5A5;
	text-align: center;
}

article img
{
	border-width: 3px;
	border-style: inset;
	border-color: #585858;
}

blockquote
{
	padding: 1em;
	min-height: 70px;
	background-image: url(q1.png), url(q2.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 1.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
}

nav
{
	margin: 0 auto;
	max-width: 90%;
	width: 1000px;
	text-align: center;
	font-size: 1.5em;
}

nav a:link, nav a:visited
{
	color: #585858;
	text-decoration:none;
}

nav a:hover, nav a:active
{
	color: #0099FF;
	text-decoration:none;
}

#left_nav
{
	float: left;
	clear: right;
}

#right_nav, .attribution
{
	float: right;
}