div.blog-list-page-item {
    margin: 10px 0 0 0;
}

.blog-list-page-title-link 
{
    font-weight: bold;
}

.blog_post {
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
}

.blog_post_last {
    border-bottom: 0;
}

.post_title {
	font-weight: bold;
    display: block;
    font-size: 14px;
    margin-top: 15px;
	color: #4ac1c0;
}

.post_body {
    display: block;
}

.post_footer {
	font-size: 11px;
	color: #282828;
}

.post_author {
	font-size: 11px;
	color: #282828;
}

.post_date {
	font-size: 11px;
	color: #282828;
}

.blog_post label {
    display: block;
    float: left;
    width: 60px;
    clear: left;
    text-align: right;
}

.blog_post input , .blog_post textarea  {
    margin-bottom: 6px;
    display: block;
    margin-left: 65px;
}

.blog_comment {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.comment_body {
    display: block;
}

.comment_title   {
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin: 15px 0 5px;
}

.nav-list-header {
	color: #4AC1C0;
	text-align: right;
    font-weight: bold;
    display: block;
    font-size: 16px;
	margin: 8px 0 4px;
	text-transform: lowercase;
}

.sidenav {
	text-transform: lowercase;
}}
