/*
Theme Name: Porch Swing
Theme URI: http://www.frontporchforum.com
Author: The Working Group
Author URI: http://www.theworkinggroup.ca
Description: Swing life away.
Version: 1.0
*/

h4 {
  margin-bottom: 20px;
}

.post_meta {
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

.comments h3 {
	margin-bottom: 15px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li.comment {
	padding: 15px;
	margin: 0 0 10px 0;
	background: #eeeeee;
}

.commentlist li.comment .comment-author, .commentlist li.comment .comment-author .url  {
	font-weight: bold;
}

.commentlist li.comment .comment-meta {
	margin-bottom: 10px;
}

.commentlist li.comment .avatar {
	float: left;
	background: blue;
	margin: 0 10px 0 0;
}

.commentlist li.comment.byuser {
	background: #e4ebdb;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#s {
	padding: 2px;
	width: 200px;
	margin-right: 5px;
}

.sidebar_item {
	margin-bottom: 25px;
}

#monthly_archives, #post_categories {
	list-style-type: none;
}

#monthly_archives li, #post_categories li {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.clear {
	clear: both;
}

.post_categories {
	margin-top: 25px;
}

.archive_header {
	margin-bottom: 25px;
}

.alignleft {
	float: left;
	margin: 10px;
}

.alignright {
	float: right;
	margin: 10px;
}

.aligncenter {
	display: block;
	margin: 20px auto;
}

.post li {
	margin-bottom: 10px;
	line-height: 18px;
}

blockquote {
	padding: 15px;
	margin: 10px;
  	font-style: italic;
}

#comments label {
	display: block;
	font-weight: bold;
}

#comments .required {
	display: none;
}
