@charset "UTF-8";
/* CSS Document */

#blog_feed{
	width:900px;
	margin: 0 auto;
		clear:both;
	
}

.tumblr_caption strong{
	font-size:18px;
	font-family: 'News Cycle', sans-serif;
	font-weight:100;
	color:#999999;
	}
	
ol.tumblr_posts
{
	list-style: none;


}

li.tumblr_post
{
	float:left;
	background: url(../images/rule.png) repeat-x center bottom;
	padding-top:14px;
	padding-bottom:14px;

}

li.tumblr_post img{
	width:200px;
	float:left;

	
}

.tumblr_caption{
	width:200px;
	float:right;
	margin-left:15px;
	
}


	