/* @override 
	http://localhost:3002/stylesheets/blogs.css?1167330181
	http://localhost:3002/stylesheets/blogs.css?1167330749
	http://localhost:3002/stylesheets/blogs.css?1167333894
*/

div#blog-listings {
	padding: 20px;
	background: #fff;
}

h1 {
	margin: 10px 0;
	color: #858279;
	font: normal normal 220% "Helvetica Bold", Arial, Helvetica, Geneva, sans-serif;
}

h1#blog-name, h2 {
	margin: 10px 0;
	padding: 5px;
	background: url(/images/article-header-background.png);
	text-transform: uppercase;
	font-family: "Helvetica Bold", Arial, Helvetica, Geneva, sans-serif;
}

h1#blog-name {
	color: inherit;
	font-size: 150%;
}

h3 {
	margin: 20px 0 10px;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 5px 0;
	padding: 0;
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #565656;
}

div.blog {
	clear: left;
}

/* div.listing-headshot {height: 65px;} */
div.listing-headshot img {float: right; width: 110px; margin: 0 5px 3px 0;}
div.blog-listing-entry {width: 440px;}
div.blog-listing-entry p {display: block; text-align: justify;} 
div.blog-listing-entry h3 {font: normal 96% Georgia, "Times New Roman", Times, serif;}

div.headshot {
	float: left;
	width: 110px;
}

/* @group Layout */

div#blogs {
	float: left;
	margin-right: -313px;
	width: 100%;
	overflow: hidden;
}

div#blog-listings {
	margin-right: 313px;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}

div#sidebar {
	float: right;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
	width: 310px;
}

/* @end */

