html, body {
	height: 100%;
	margin: 0;
	width: 100%;
}

body {
	background: #fff;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 62.5%;
}

#main {
	overflow: hidden;
}

div.center {
	margin: 0 auto;
	position: relative;
	width: 880px;
}

img {
	border: 0;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	margin: 10px auto;
}

#header {
	overflow: hidden;
}

#top {
	background: #085299;
	height: 86px;
	margin: 0 0 2px;
}

#logo {
	display: block;
	left: 4px;
	margin: 0;
	position: absolute;
	top: 10px;
}

#logo a {
	background: transparent url('images/logo.png') top left no-repeat;
	display: block;
	height: 99px;
	overflow: hidden;
	text-indent: -999px;
	width: 218px;
}

#music {
	background: transparent url('images/tv.png') top left no-repeat;
	display: block;
	height: 65px;
	padding: 12px 11px;
	position: absolute;
	right: 4px;
	top: 10px;
	width: 110px;
}

#heading {
	background: transparent url('images/heading.png') top left repeat-x;
	height: 190px;
}

#navigation {
	padding: 26px 0 0;
	overflow: hidden;
}

#navigation ul {
	background: #ed1c24;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navigation li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#navigation a {
	background: #be2228;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 109px;
}

#navigation a:hover {
	background: #085299;
}

#navigation .current_page_item a {
	background: #085299 url('images/navselect.png') center left no-repeat;
	padding: 8px 0 8px 4px;
	width: 105px;
}

.featured {
	height: 91px;
	margin: 10px 0 0;
	overflow: hidden;
	width: 880;
}

#page {
	overflow: hidden;
}

.post {
	margin: 0 0 20px;
	min-height: 460px;
}

.post .title {
	border-bottom: 3px solid #085299;
	display: block;
	height: 32px;
	margin: 0 0 24px;
}

.post .title h1 {
	color: #085299;
	font-family: Georgia, Serif;
	font-size: 2.8em;
	font-weight: normal;
	margin: 0;
}

.post .content {
	color: #333;
}

.post .content p, .post .content li {
	font-size: 1.4em;
	line-height: 1.7em;
}

#footer {
	background: #eee;
	padding: 26px 0;
}

#footer .center {
	overflow: hidden;
}

#footer p {
	color: #333;
	font-size: 1.1em;
}

#footer p.copyright {
	float: left;
	text-align: left;
	width: 400px;
}

#footer p.madeby {
	float: right;
	text-align: right;
	width: 400px;
}

#footer a {
	background: #333;
	color: #fff;
	padding: 0 2px;
	text-decoration: none;
}

#footer a:hover {
	background: #fff;
	color: #333;
}
