* {
	margin: 0;
	padding: 0;
	font-size: small;
	font-size-adjust: none;
	font-family: Verdana, sans-serif;
}

img, a img, fieldset {
	border: none;
}

img.markdown {
	margin: 1em;
}

h1, h2 {
	font-family: Georgia, serif;
	margin-bottom: 0;
	line-height: 1.8em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

#content-container p {
	line-height: 1.8em;
	margin-bottom: 1.8em;
	font-size: 0.875em;
}

#page-container {
	width: 750px;
	margin: auto;
}

#header {

}

#logo {
/*	background: url(images/logo.png) no-repeat 0 0;
	width: 573px;
	height: 85px;
*/
	position: relative;
}

#logo span {
	font-size: 300%;
	font-weight: bold;
	font-family: 'Comic Sans', 'Comic Sans MS', sans;
	position: absolute;
	top: -1000px;
}

#quote-icon {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 128px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}

#quote-icon span {
}

#quote-icon span a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 200%;
}

p {
	margin-bottom: 1.8em;
}

#nav-menu {
	background: #b00;
	min-height: 23px;
}

#nav-menu ul {
	list-style: none;
}

#nav-menu ul li {
	float: left;
}

#nav-menu ul li a {
	text-decoration: none;
	padding: 4px 1em 0 1em;
	color: white;	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	height: 1.5em;
	min-height: 23px;
	display: block;
	background: #b00 url(images/menu_selector.png) no-repeat 0 32;
}

#nav-menu ul li a:hover {
	background: black url(images/menu_selector.png) no-repeat 0 0;
}

#flash, .alert {
	width: 90%;
	min-height: 48px;
	margin: auto;
	border: 3px solid red;
	border-left: none;
	border-right: none;
	background: #ffc url(images/alert.png) no-repeat 10px 10px;
	padding: 1em;
	margin: 1em;
}

#flash > *, .alert > * {
	font-weight: bold;
	padding-left: 64px;
}

#content-container {
	padding: 1em 2em;
}

#footer p:first-child, #info-bar {
	background: #444;
	color: white;
	padding: 5px 1em;
}
#footer p {
	text-align: center;
}

#footer p, #info-bar p {
	font-size: 80%;
	margin: 0;
}

#footer a, #info-bar a {
	color: white;
	text-decoration: none;
	font-size: 100%;
}

#footer a:hover, #info-bar a:hover {
	color: yellow;
}

#footer p:last-child, #footer p.bottom {
	margin-top: 0.25em;
}

#footer p:last-child a, #footer p.bottom a {
	color: red;
}

#footer p:last-child a:hover, #footer p.bottom a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

div.markdown p {
	margin-top: 0;
}

#content-container ul {
	margin-bottom: 1.8em;
}
