/* Blog Page
------------------------------------------------------------------------------------------------------ Blog Page
*/


#blog {
	
}

.authors {			/* authors select list */
	width: 221px;
}

.post {
	margin-bottom: 50px;
	background: none;
}
.post .header {
	text-align: center;
	padding-bottom: 10px;
}

.post .header h1 {
	color: #333;
	padding: 7px;
	background-color: transparent;
	font-family: Georgia;
	font-style: italic;
	border-bottom:  1px dotted #999;
	text-transform: none;
	width: auto;
}
#center .post .header h1 {
	text-align: center;
}

.post .header .author {
	display: none;
}
.post .header .author a {
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.post.full .header .commentslink {
	position: relative;
	display: block;
	text-align: left;
	float: none;
}
.post .header .date {
	display: none;
}

.post .type {
	display: none;
}

/* full post */
.post.full .header {
	border-bottom: 1px dashed #ccc;
}



/* Post Nav
------------------------------------------------------------------------------ Post Nav
*/
.post-nav li {
	margin: 3px 0px;
	clear: both;
}
.post-nav li a {
	display:block;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.post-nav li a:hover {
	background-color: #ccc;
	background-image: url(../images/structure/white-overlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #333;
}
.post-nav li .date {
	display:block;
	color: #7EA9B4;
	font-size: 11px;
	line-height: 14px;
}
.post-nav li .description {
	display:block;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
}
.post-nav li img {
	float: right;
	margin-left: 8px;
	margin-bottom: 0px;
}