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


#resources {
	
}

#right h1 {
	padding: 3px 6px;
	font-family: Georgia, serif;
	color: #fff;
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}


/* Posts */

.post {
	margin-bottom: 50px;
	background: none;
	padding-bottom: 30px;
	border-bottom: 1px dashed #999;
}
.post .header {
	text-align: center;
	padding-bottom: 10px;
}

#center .post .header h1 {
	color: #333;
	padding: 7px;
	font-family: Georgia, serif;
	font-size: 30px;
	background: none;
	text-transform: none;
	font-style: italic;
	text-align: center;
	width: auto;
}
#center .post .header h1 a {
	color: #333;
}

.post .header .author {
	position: relative;
	font-style: italic;
	display: block;
	margin: 0px;
	float: none;
	clear: both;
	bottom: auto;
	right: auto;
	top: auto;
}
.post .header .author a {
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.post.full .header .comment_count {
	bottom: 10px;
}
.post .header .date {

}

.post .type {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	left: auto;
	display: block;
}

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



/* Post Nav
------------------------------------------------------------------------------ Post Nav
*/
.post-nav li {
	margin: 3px 0px;
	text-align: center;
}
.post-nav li a {
	display:block;
	padding: 3px 5px;
	
	font-family: Georgia, serif;
	
	border-bottom: 1px dashed #ccc;
	
	text-decoration: none;
}
.post-nav li a:hover {
	background-image: url(../images/structure/white-overlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #333;
	color: #FFF;
	border-bottom: 1px solid #000;
}
.post-nav li .date {
	display:block;
	color: #666;
	font-size: 11px;
}

#resourcetypes li a {
	border: none;
}

#resourcetypes li.selected a {
	background-color: #7EA9B4;
	background-image: url(../images/structure/white-overlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #333;
}