ul.share-actions{
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
	background: #f2f5f7;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

ul.share-actions li{
	display: inline;
	margin-right: 0.5em;
}

div.entry div.comments{
	margin: 0 0 1.5em;
	padding: 0.5em;
	background: #f1f5f7;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

div.entry div.comments h2{
	margin: 0;
	padding: 0.5em;
	font-size: 1.5em;
	position: relative;
	background: #e2e9f1;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

div.entry div.comments h2 a{
	font-size: 0.75em;
	position: absolute;
	top: 1em;
	right: 0.5em;
}

div.entry ul.comments{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.entry ul.comments li.comment{
	margin: 0.5em 0 1em;
	padding: 0;
	position: relative;
}

div.entry ul.comments li.comment h3{
	margin: 0;
	padding: 0.5em 0.5em 0.25em;
}

div.entry div.comments ul.comments li.comment div.content{
	margin: 0 0 1em;
	background: #fff;
	padding: 0.75em 0.75em 0.2em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

div.entry div.comments ul.comments li.new div.content{
	background: #cfc;
}

div.entry div.comments ul.comments li.comment div.content p{
	margin: 0 0 1.5em;
	padding: 0;
}

div.entry div.comments ul.comments li.comment div.date{
	position: absolute;
	top: 1em;
	right: 0.5em;
}

div.entry div.comments ul.comments li.comment div.content ul.actions{
	list-style-type: none;
	text-align: right;
	padding: 0.5em 0 0;
	margin: 0.5em 0 0;
	border-top: 1px solid #eee;
}

div.entry div.comments ul.comments li.new div.content ul.actions{
	border-top-color: #beb;
}

div.entry div.comments ul.comments li.comment div.content ul.actions li{
	display: inline;
	margin: 0 0 0 0.5em;
	padding: 0;
}

div.entry ul.comments li.no-comments{
	margin: 1em 1em 1.5em;
	padding: 0;
	position: relative;
}

div.entry div.comments div.form{
	margin: 1em 0 0;
	overflow: hidden;
	padding: 0.5em 0.5em 0.3em;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

div.entry div.comments div.form input[type=text]{
	width: 18em;
}

div.entry div.comments div.form textarea{
	width: 30em;
	height: 18em;
}

div.entry div.date,
div.entry div.author{
	font-size: 0.85em;
	color: #999;
}

/* Entry List / Archive */
ul.entries{
	list-style-type: none;
	margin: 1em 0 0;
	padding: 0;
}

ul.entries li{
	padding: 0;
	margin: 0 0 0.5em;
}

ul.entries li h2{
	margin: 0;
	padding: 0;
}

ul.entries li div.description,
ul.entries li div.date,
ul.entries li div.author,
ul.entries li div.comment-count{
	margin-left: 36px;
}

ul.entries li div.date,
ul.entries li div.author,
ul.entries li div.comment-count{
	font-size: 0.85em;
	color: #789;
}

ul.entries li div.description p{
	margin: 0 0 1em;
	padding: 0;
}

/* Create/Edit Entry Form */
form.entry input[type=text],
form.entry textarea
{
	width: 24em;
}

form.entry textarea{
	height: 8em;
}

form.entry fieldset{
	margin: 1em 0 0;
	padding: 0;
	border: none;
}