/*
Theme Name: Community Spaces
Theme URI: http://podnosh.com/
Description: A bespoke theme for the Community Spaces blog
Version: 0.1
Author: Josh Hart
Author URI: http://podnosh.com/
*/

@import "cs.css";

/* share link styles */

.share-links
{
	margin:5px 0 5px 0;
}

	.share-links .fblike,
	.share-links .tweet-this
	{
		display:inline-block;
		float:left;
		margin:0;
	}

	.share-links .fblike
	{
		height:25px;
		min-width:100px;
	}
	
	.share-links .tweet-this
	{
		height:20px;
		width:100px;
		margin:2px 0;
	}
	
.entry .share-links
{
	margin:10px 0 0;
}
