/*  
Theme Name: Family Says
Theme URI: http://familysays.com/
Description: Custom blog to match familysays.com
Version: 1.0
Author: Joe Rawlinson
Author URI: http://joeskitchen.com
Template: familysays
*/



#page-blog #sidebar{
	float:right;
	width: 180px;
}

#page-blog #content{
	float: left;
	margin: 10px 0;
	width: 600px;
}

#page-blog .post h1{
	font-size: 25px;
	line-height: 30px;
}
#page-blog .post h2{
	line-height: 25px;
}
#page-blog .post h2 a{
	border: none;
	text-decoration: none;
}

#page-blog .post{
	margin: 10px 10px 10px 0;
}
.postmetadata{
	font-size: 80%;
}

blockquote{
	background:transparent url(http://www.familysays.com/images/quotes.gif) no-repeat left top;
	font-size:0.9em;
	margin: 0 20px 0 5px;
	padding:0 20px 5px 60px;
}
