body {
	margin: 0;
	padding: 0;
	background: #e30101 url(img/bg.gif) repeat-y top center;
}

#page {
	width: 775px;
	background: #fff;
	margin: 0 auto;
}

#top {
	height: 208px;
	background: url(img/top.jpg); 
}

#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -387px;
}

#top h1, #top h2 {
	margin: 0;
}

#top h1 a {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 100px;
	padding-top: 80px;
	width: 450px;
}

#top h2 a {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 575px;
	padding-top: 120px;
	width: 170px;
}

#today {
	font: bold 14px Georgia, serif;
	position: absolute;
	top: 85px;
	left: 200px;
	width: 500px;
}

#prelude {
	display: none;
}

#main {
	margin-left: 226px;
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

#main a {
	color: #000;
}

#main a:hover {
	color: #e30101;
}

.post {
	background: #ededec url(img/post-footer.gif) no-repeat bottom left;
	width: 529px;
	padding: 0;
	margin: 20px 0;
}

.post-info {
	background: transparent url(img/post-header.gif) no-repeat top left;
	color: #e30101;
	font: 11px "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 11px 15px;
	text-transform: uppercase;
}

#main .post-info a {
	color: #e30101;
	text-decoration: none;
}

.post h2 {
	margin: 0 0 11px 0;
	padding: 0 15px;
}

.post img {
	border: 5px solid #000;
}

.post h2 {
	color: #e30101;
	font: bold 18px "Helvetica Neue", Arial, sans-serif;
}

.post a.more {
	color: #e30101 !important;
}

.post a.more:hover {
	text-decoration: none !important;
}

#main .post h2 a {
	color: #e30101;
	text-decoration: none;
}

.post-chapo {
	padding: 0 0 0 15px;
}

.post-content {
	padding: 0 15px 11px 15px;
}

fieldset {
	margin: 0 30px;
	border: 1px solid #ccc;
}

.post-info-co {
	font: 11px "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	color: #111;
	padding: 0 15px 15px 15px;
	margin: 0;
}

.post-info-co a {
	color: #111;
	text-decoration: none;
}

.post-info-co a:hover {
	color: #e30101;
}

#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 20px;
}

#sidebar h2 {
	color: #e30101;
	font: bold 13px "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin: 12px 0;
	padding: 0 0 12px 23px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li, #sidebar p {
	font: 12px "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	padding-left: 41px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #e30101;
}

#sidebar #calendar table {
	margin: 0 auto;
	width: 80%;
}

#sidebar #calendar caption {
	font: 11px "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

#sidebar #calendar caption a {
	font-weight: bold;
}

#sidebar #calendar th {
	font: bold 11px "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 150%;
	width: 14%;
}

#sidebar #calendar td {
	font: 11px "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 150%;
}

#sidebar #calendar td a {
	background: #ededec;
	display: block;
}

#sidebar #calendar td a:hover {
	background: #e30101;
	color: #fff;
}

#footer {
	display: none;
}