body {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #203445;
	/*background: #354c3a;*/
	margin-bottom: 30px;
}

abbr {
	border: none;
}

.authdesc {
	font-size: 10x;
	color: gray;
	font-style: italic;
}

.container {
	background: white;
	padding-top: 10px;
}

.header {
	background: url('../images/header-blue.jpg');
	margin: 0 10px 10px 10px;
	height: 170px;
	width: 930px;
	text-indent: -9999px;
	border: thin solid #888;
	border-bottom: thin solid #555;
	border-top: thin solid #ddd;
}

.content{ padding-top: 30px;}

.post {
	position: relative;
}

.about_post {
	background: #ddd;
	text-align: center;
	font: bold 10px Helvetica, Arial, sans-serif;
}

.about_post img {
	display: block;
	margin: 5px auto;
	width: 60px;
	height: 60px;
}

.about_post .day {
	font-size: 28px;
}

.post h1, .post h2 {
	font-family: Georgia, serif;
	color: #203445;
	margin-bottom: -.25em;
	font-size: 24px;
}

.post .byline {
	color: #666;
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 5px;
}

.post .byline a {
	font-style: normal;
	font-family: Georgia, serif;
	font-size: 13px;
	text-decoration: none;
	color: #444;
}

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

.postmeta {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 13px;
	margin-left: 20px;
}

#sidebar {
	margin-top: -1em;
}

.sidebar ul, .sidebar li {
	list-style: none;
	margin: 0px;
}

.sidebar li li {
	margin: 0 2em;
}

.sidebar h2 {
	font-family: Georgia, serif;
	/*font-family: Helvetica, Arial, sans-serif;*/
	color: #203445;
	/*color: #354c3a;*/
	margin-bottom: 0;
	margin-top: .5em;
	border-bottom: thin solid #ddd;
}

.widget li a {
	display: block;
	border-bottom: thin solid #ddd;
	padding: 5px 10px;
	text-decoration: none;
	vertical-align: middle;
}

.widget li a img {
	vertical-align: middle;
	margin-right: 8px;
}

.footer .inner {
	text-align: right;
	background: #ccc url('../images/footer.png') no-repeat;
	color: white;
	padding: 16px;
	width: 894px;
	height: 16px;
	margin: 10px auto;
}

.footer .inner a {
	color: white;
}