﻿@import url(reset.css);
@font-face
{
	font-family: "Megalopolis Extra";
	src: url(../fonts/megalopolisextra.otf);
}

body
{
	background: #F0EDDF url(../images/background.png);
	font-family: Calibri, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
#content, #footer, .clear
{
	clear: both;
}
.left
{
	float: left;
}
#header, #content, #footer
{
	width: 880px;
	min-width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#header
{
	margin: 15px auto;
	height: 131px;
}
#header .left
{
	width: 128px;
	margin-left: -5px;
}
#header .right
{
	margin-left: 128px;
	padding: 10px 0 0 10px;
}
#footer
{
	margin-top: 10em;
}
#footer, #footer h2
{
	font-size: 11px;
}
#footer p
{
	margin: 0;
}
#footer h2
{
	text-transform: uppercase;
}
h1
{
	background: url(../images/madd0.png);
}
h1, h1 a
{
	width: 357px;
	height: 50px;
	display: block;
	text-decoration: none;
}
h2, h3
{
	color: #333;
	font-family: "Megalopolis Extra", Calibri, Helvetica, Arial, Sans-Serif;
	text-shadow: #fff 0px 1px 0px;
	font-weight: bold;
}
h2
{
	font-size: 155%;
	line-height: 1.4;
	margin-bottom: 0.25em;
}
h3
{
	font-size: 125%;
	margin-bottom: 0.25em;
	padding-right: 0.75em;
	text-align: right;
	border-bottom: 1px solid #333;
}
p, li, blockquote
{
	line-height: 1.25;
	text-shadow: #fff 0px 1px 0px;
	margin-bottom: 0.75em;
	margin-left: 1em;
}
a
{
	color: #32230A;
}
a:hover
{
	color: #7d500f;
}
a:visited
{
	color: #a07d41;
}
#baseline
{
	background: url(../images/baseline.png);
	width: 631px;
	height: 20px;
	margin: 5px 0 0 25px;
}
h1 span, #baseline span
{
	visibility: hidden;
}
#menu
{
	width: 695px;
	margin: 0 auto;
}
#menu li
{
	float: left;
	height: 31px;
	background: url(../images/menu/selected.png) no-repeat;
	background-position: center 12px;
	margin: 0;
}
#menu li.selected, #menu li:hover
{
	background-position: center top;
}
#menu li.separator
{
	width: 16px;
	margin: 0 15px;
	background: url(../images/menu/separator.png) no-repeat center top;
}
hr
{
	border: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #fff;
}
#gravatar
{
	background: url(../images/gravatar_background.png) no-repeat;
	width: 100px;
	height: 100px;
	float: right;
	padding: 7px;
	margin: -6px 0 0 3px;
}
.comment
{
	font-style: italic;
	text-align: center;
	margin: 0 0 0.5em 0;
}