/****************************************************
	Org Info
****************************************************/
.org-info ul {
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}
.org-info li {
	list-style: none !important;
}

/****************************************************
	Post Lists
****************************************************/
.recent-posts-outer-wrapper {
	/*
	background: #EEE;
	border: 1px solid #CCC;
	box-shadow: 0 0 10px #333;
	padding: 1em;
	*/
}
.recent-posts-heading {
	font-size: 1.5em;
}
.recent-posts-list {
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}
.recent-post-item {
	clear: both;
	list-style: none !important;
}
.recent-post-title {
	font-size: 1.2em;
}
.recent-post-item .recent-post-meta {
	font-size: 0.8em;
}
.recent-post-excerpt p {
	margin: 1em 0;
}

/****************************************************
	Reviews
****************************************************/
.reviews-list {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.review-item {
	list-style: none !important;
	padding-left: 0;
}
.review-title {
	font-size: 1.2em;
}
.review-rating {
	background-image: url('../images/rating_stars.png');
	background-position: 0 -45px;
	background-repeat: no-repeat;
	width: 96px;
	height: 20px;
}
.review-rating.review-1star {
	background-position: 0 -45px;
}
.review-rating.review-2star {
	background-position: 0 -88px;
}
.review-rating.review-3star {
	background-position: 0 -132px;
}
.review-rating.review-4star {
	background-position: 0 -177px;
}
.review-rating.review-5star {
	background-position: 0 -221px;
}
.review-meta {
	font-size: 0.8em;
}