/* 
credit for the original concept and core of the layout comes courtesy of Rob Chandanais via:
http://bluerobot.com/web/layouts/layout2.html

used as default layout for b2, with permission from Dean Peters,
who first adapted it ( http://www.deanpeters.com/b2 )
*/


.storyTitle, .storyCategory, .storyAuthor {
	margin:15px 0px 10px 0px;
	padding:0px;

	color:#ccc;
	}
.storyTitle, .storyCategory, .storyAuthor { 

	color:#999;

}	
.storyCategory, .storyAuthor {

	line-height:10px;
}
.storyAuthor {
	font-style:italic;
}
.storyContent {
	margin:0px 15px 0px 20px;
	padding:5px;
	}


.storyContent {

}

#content>.storyContent {margin:0px;}
#content>.storyContent+.storyContent {text-indent:30px;}


