/* Layout */

body {
	background-color: #89A2C7;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	background: #204969 url(images/marginbg.jpg) repeat-y 50% 0;
	text-align: center;
}

#top-border {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 20px;
	background: url(images/topborder.jpg);
}

#bottom-border {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 920px;
	height: 20px;
	background: url(images/bottomborder.jpg);
}

#header {
	position: relative;
	width: 920px;
	height: 235px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header-nav {
	position: absolute;
	top: 15px;
	right: 46px;
}

#maintop {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 48px;
	background: no-repeat url(images/maintop.jpg) 50% 0;
}

#main {
	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#left-sidebar {
	position: absolute;
	left: 46px;
	top: 0;
	width: 120px;
	padding-left: 15px;
}

#right-sidebar {
	position: absolute;
	right: 46px;
	top: 0;
	width: 140px;
	padding: 0 5px 0 5px;
}

#content {
	position: relative;
	margin-right: 190px;
	margin-left: 190px;
	padding: 0 20px 10px 0;
}

.sidebar-first-section {
	margin-bottom: 20px;
}

.sidebar-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* formatting */

img {
	border: none;
}

#header-nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#header-nav a:hover {
	text-decoration: underline;
}

.sidebar {
	font-size: 80%;
}

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

.sidebar a:hover {
	text-decoration: underline;
}

.centered-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centered-text {
	text-align: center;
}

h3.sidebar-title, h3.sidebar-title-red {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	width: 60%;
	background: #000000;
	color: #ffffff;
	border: 3px double #ffffff;
	font-size: 100%;
}

h3.sidebar-title-red {
	background: #993333;
}

.post-title, .post-date {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	color: #700A17;
}

.postedby {
	display: block;
	float: left;
}

.post {
	overflow: hidden;
}

.post-footer {
	clear: both;
	font-size: 80%;
	border-top: 1px dotted #000000;
	margin: 5px 0 15px 0;
	text-align: right;
}

.post-footer a {
	color: #000000;
	text-decoration: none;
}

.post-footer a:hover {
	text-decoration: underline;
}


.comment {
	padding: 5px;
	background-color: #ccc;
}

#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories ul ul {
	margin-left: 1em;
}

.tag {
	display: none;
}
