body {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
}
a {
	color: #3c5e9f;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
br.clear {
	clear: both;
}
img {
	border: 0;
}
#header-outer {
	background: #4e7acf;
	padding-bottom: 4px;
	width: 100%;
}
#header {
	border-bottom: 1px #a7bde7 solid;
	padding: 36px 0;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 850px;
}
#nav {
	border-bottom: 5px #f2f2f2 solid;
	color: #666;
	font-family: georgia, times new roman, serif;
	font-size: 82%;
	float: left;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 850px;
}
#nav a {
	color: #666;
	display: block;
	float: left;
	padding: 12px 28px 10px 0;
	text-decoration: none;
}
#nav a.end {
	padding-right: 0;
}
#nav a:hover {
	color: #4e7acf;
}



/* Main Content */
#content {
	float: left;
	padding: 20px 0;
	width: 850px;
}
#main-content {
	float: left;
	margin-right: 25px;
	width: 630px;
}
#column {
	float: left;
	width: 195px;
}
h1 {
	color: #5d8ff0;
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 5px;
	padding-bottom: 0;
}
p.date {
	color: #666;
	font-size: x-small;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
div.postmetadata {
	border-top: 1px #e5e5e5 solid;
	color: #999;
	font-size: 85%;
	margin: 20px 0 40px 0;
}
div.postmetadata p.tags {
	float: left;
	margin: 5px 0;
	padding: 0;
}
div.postmetadata p.comment {
	float: right;
	margin: 5px 0;
	padding: 0;
}
div.entry img {
	float: left;
	margin: 5px 15px 0 0;
}
div.entrytext img {
	float: left;
	margin: 5px 15px 0 0;
}
.commentlist li {
	border-bottom: 1px #eee solid;
}
#content h2 {
	font-family: georgia, times new roman, serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*Column Content */
#column {
	padding-top: 25px;
	font-size: 85%;
}

#column h2 {
	color: #999;
	font-family: georgia, times new roman, serif;
	font-size: 100%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#column li {
	border-bottom: 1px #dbdbdb solid;
}
#column li a {
	color: #333;
	display: block;
	padding: 1px 6px;
}
#column li a:hover {
	background: #f2f6fb;
	color: #3c5e9f;
}
textarea {
	width: 600px;
}
/* Footer */
#footer {
	border-top: 5px #f2f2f2 solid;
	color: #999;
	font-family: georgia, times new roman, serif;
	font-size: 80%;
	text-transform: uppercase;
	text-align: right;
}


