html
{
	height: 100%;  /* for big tall center well */
}
body
{
	background: #1C3663;
	height: 100%;  /* for big tall center well */
}
#center_well
{
	margin-left: 25%;
	margin-top: 30px;
	width: 65%;
	min-height: 100%;
	background: white;
	padding: 5px;
	font-family: arial;
}

#center_well a
{
	color: black;
}
#page_title
{
	font-family: monospace;
	font-size: 23px;
}
#page_title a
{
	color: #7398D7;
	text-decoration: none;
}
#about
{
	background: #7398D7;
	width: 20%;
	margin-top: 5%;
	float: left;
}
.blog_post
{
	padding: 10px 10px 19px;
	margin: 5px;
	background: #999999;
	font-size: 20px;
	line-height: 1.5em;
	font-family:corbel,'lucida grande',helvetica,sans-serif;
}
.post_title
{
	font-size: 16px;
	font-family:corbel,'lucida grande',helvetica,sans-serif;
}
a.post_detail
{
	float: right;
}
#blog_author
{
	float: right;
	background-color: yellow;
	font-size: 10px;
	font-family: console;
	line-height: 1.5em;
	padding: 2px;
}
#blog_comments
{
	margin-left: 14px;
	padding-top: 5px;
	background: #7398D7;
	color: white;
}

.blog_comment
{
	padding-left: 14px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-color: white;
}

#comment_form
{
	padding-left: 14px;
	padding-bottom: 5px;
	font-size: 10px;
}

.highlight
{
	overflow: auto;
}
