html, body {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #000;
	background: url('./images/') top repeat-x #eee;
	height: 100%;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border: 1.5em solid #fff;
	border-top: none;
	border-bottom: none;
	min-height: 100%;
	padding-top: 1.5em;
}

#page {
	width: 750px;
	float: left;
	padding-bottom: 1.5em;
}

/* Typographic & Basic Elements */

hr {
	margin: 1.5em 0;
	border: 0;
	background: #b3bad6;
	height: 4px;
}

a {
	color: #a3ad03;
}

a:visited {
	color: #120072;
}

#page h2 {
	font-size: 1.5em;
	color: #120072;
	line-height: 1em;
	margin: 1.5em 0 .5em 0;
}

#page h2:first-child {
	margin: 0 0 .5em 0;
}

#page p {
	
}

#page p + p {
	margin: 1.5em 0 0 0;
}

#page ol {
	margin: 0 auto;
	padding: 0;
	list-style-position: inside;
}

#page table {
	text-align: center;
	width: 750px;
	padding: 0;
	margin: 1.5em 0;
	border-collapse: collapse;
}

.shaded {
	background: #f3f3f3;
}

/* Navigation */

#navigation {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	list-style-type: none;
	height: 42px;
	line-height: 42px;
	background: url('./images/navi_bg.png') left no-repeat #120072;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	min-width: 140px;
	text-align: center;
	border-right: 1px solid #fff;
}

#navigation a:hover {
	background: #b3bad6;
	color: #fff;
}

#navigation li:first-child a:hover {
	background: url('./images/navi_bg.png') left no-repeat #b3bad6;
}

#active:first-child a:hover {
	background: url('./images/tab.png') no-repeat #b3bad6 !important;
}

#active, #donate_active {
	margin-top: -5px;
}

#active a, #active a:hover {
	background: url('./images/tab.png') no-repeat #b3bad6;
	height: 52px;
	line-height: 52px;
}

#donate_active, #donate_active a {
	width: 154px;
	height: 52px;
	line-height: 52px;
}

#donate_active a, #donate_active a:hover {
	background: url('./images/donate_active.png') no-repeat #a0ab00 !important;
}

#donate a {
	width: 154px;
	border-right: none;
	background: #fff;
	color: #fff;
	background: url('./images/donate_tab.png') right no-repeat #ffc500;
}

#donate a:hover {
	background: url('./images/donate_tab.png') right no-repeat #b3bad6;
}

/* Banner */

#banner {
	width: 100%;
	margin: 1.5em 0;
	background: #fff;
	padding: 0;
}

#banner h1 {
	margin: 0;
	padding: 0;
}

/* Sidebar */

#sidebar {
	padding: 0;
	margin: 0 0 1.5em 750px;
	width: 240px;
	background: #fff;
	border-left: 10px solid #fff;
}

#sidebar hr {
	margin-top: 1.5em;
}

#sidebar img {
	border: none;
}

#sidebar h1 {
	margin: 0;
	padding: 0;
}

#sidebar h1 img {
	width: 250px;
	height: 214px;
}

#sidebar h2 {
	display: block;
	background: url('./images/front_dt.png') bottom left no-repeat #feedc0;
	font-weight: bold;
	padding: 0;
	text-align: center;
	height: 1.5em;
	color: #000;
	line-height: 1.5;
	font-size: 14px;
}

#sidebar h2:first-child {
	margin: 0;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}

#sidebar ul ul {
	padding: .75em 0 2.25em 0;
	margin: 0 0 0 1.5em;
	list-style-type: square;
	font-size: .75em;
	line-height: 2em;
}

#social {
	margin: 0 !important;
}

#social li {
	margin: 0;
	padding: 0;
	display: inline;
}

#social img {
	width: 32px;
	height: 32px;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

#social img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#twitter_update_list {
	font-size: .75em;
	line-height: 2em;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0;
}

#sidebar address {
	margin-top: 1.5em;
}

/* Re-occuring Elements */

#page_title {
	margin: 1.5em 0;
	padding: 0 1.5em;
	background: url('./images/rounded_box.png') top no-repeat #b3bad6;
	color: #fff;
	height: 63px;
	line-height: 63px;
	vertical-align: middle;
}

#page_title img {
	float: right;
	vertical-align: middle;
	margin-top: 12px;
}

#page_title a {
	color: #fff;
}

#page_title h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}

/* Front Page: Modules */

.module_row {
	clear: right;
	width: 750px;
}

.front_module {
	margin: 0;
	padding: 0;
	width: 365px;
}

.front_module p {
	margin: 0 0 1.5em 0;
}

.front_module dt {
	background: url('./images/dt.png') bottom center no-repeat #120072;
	font-weight: bold;
	padding: 0;
	text-align: center;
	height: 1.5em;
	color: #fff;
}

#sidebar .front_module dt {
	background: url('./images/front_dt.png') bottom center no-repeat #120072;
}

.front_module dd {
	margin: 0;
	padding: 1.5em;
}

#sidebar .front_module dd {
	padding: 1.5em 0;
}

#video {
	width: 750px;
}

#video dt, #calendar dt {
	background: url('./images/wide_dt.png') bottom center no-repeat #120072;
}

#video object {
	width: 708px;
	height: 531px;
	padding: 0;
	margin: 0;
}

#about img {
	height: 32px;
	width: 32px;
	float: right;
}

#about, #blog, #sidebar .front_module {
	width: 240px;
}

#blog {
}

#blog p {
	padding: 0;
	margin: 0;
}

#calendar {
	width: 750px;
}

/* Footer */

#footer {
	clear: both;
	background: url('./images/rounded_box.png') top no-repeat #b3bad6;
	color: #fff;
	padding: 0 1.5em;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1.5em solid #fff;
	height: 63px;
	line-height: 63px;
}

#footer a {
	color: #fff;
}

#footer address {
	display: inline;
}

/* Blog */

.postmetadata {
	font-size: .75em;
	line-height: 2;
}

small {
	font-size: .75em;
	line-height: 2;
	color: #777;
}

.post {
	padding: 1.5em 0 0 0;
}

.post:first-child {
	padding-top: 0;
}

#comment {
	width: 100%;
}