 /* Blog Data
----------------------------------------------- */
.archives-data {
	color: white;
	font-size: 10pt;
	}

.profile-data {
	color: black;
	font-weight: bold;
	text-align: left;
	}

.sidebar-title {
	color: #672F00;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}


 /* Posts
----------------------------------------------- */
.date-header {
	border-bottom: none;
	color: gray;
	font-size: 16px;
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: left;
	}

.post {
	line-height: 22px;
	margin-bottom: 20px;
	}

.post-footer {
	background: #999;
	color: white;
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

.post-title {
	color: #672F00;
	font-size: 18px;
	font-weight: bold;
	}


/* Comments
----------------------------------------------- */
.blog-comment {
	border: 1px dotted #bb9;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.blog-comments {
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: left;
	}

.byline {
	color: gray;
	display: inline;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	}