/*
** Blog Style Sheet
*/

#blog_title {
	color: #0e4b78;
	background: transparent;
	font-size: 110%;
	font-weight: bold;
}

#blog_title a {
	text-decoration: none;
	color: #0e4b78;
}

#blog_body {
	color: #000;
	background: #fff;
	border-top: 2px solid #0e4b78;
	padding: 5px;
}

#blog_date {
	color: #0e4b78;
	background: inherit;
	font-size: 80%;
	padding-bottom: 5px;
}

#date_time {
	color: #0e4b78;
	background: transparent;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
}

#posted_by {
	color: #0e4b78;
	background: transparent;
	font-size: 80%;
	text-align: right;
}

#blog_options {
	font-size: 80%;
	padding-bottom: 15px;
	text-align: right;	
}

#post_comment {
	font-weight: bold;
}

#comment_title {
	color: #000;
	background: inherit;
	font-weight: bold;
	margin-left: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #0e4b78;
}

#comment_body {
	font-size: 90%;
	padding-bottom: 15px;
	padding-left: 15px;
}

#comment_date {
	color: #666;
	background: inherit;
	font-size: 80%;
	padding-bottom: 5px;
	padding-left: 15px;
}

.page_numbers {
	text-align: center;
	font-size: 85%;	
}