@import "../common/template.css";
@import "../common/header.css";
@import "../common/sidebar.css";
@import "/_assets/libraries/jquery/prettyphoto/prettyPhoto.css";

/*
	css/maps/BLOGS.CSS
	-	Import file for the Blog pages (both Home/All and Entry pages).
*/

#author_profile { clear: both; overflow: auto; padding: 0 0 20px 0; }
	#author_profile .content_block_top { padding: 20px 50px; }
	
		
	.author-pic { background: url('/_assets/themes/default/img/backgrounds/vline_123.png') no-repeat 100% 0; float: left; padding: 12px 34px 12px 0; width: 100px; }
	.author-bio { float: left; padding: 12px 0 0 34px; width: 455px; }
	
	.author-bio h3, .author-bio h4, .author-bio p { line-height: 1.5em; margin: 0; padding: 0; }
	
	.author-bio h3 { color: #1d4972; font-size: 12px; }
	.author-bio h4 { color: #333; font-size: 10px; font-style: italic; font-weight: bold; }
	.author-bio p { color: #3c3c3c; font-size: 11px; }
	
	
	#blog-post { padding: 20px 30px; }

	#blog-post h2 { float: left; font-size: 14px; margin: 20px 0; width: 70%; }
		#blog-post .date { clear: right; float: right; font-size: 12px; font-weight: bold; margin: 22px 0; white-space: nowrap; }
	#blog-post p { clear: both; }
	#blog-post p span { color: #1d4972; font-weight: bold; text-transform: uppercase; } 
