/**
 * Stylesheet: Reviews
 * Description: For use when the Reviews page template is in use.
 */

.content {
	width: 960px;
	}

.post {
	padding: 0;
	border: none;
	clear: both;
	float: left;
	width: 470px;
	margin-right: 20px;
	background: transparent;
	}

/* Fix even/odd bug with Hybrid pre-0.6 */
.content .odd {
	clear: none;
	margin-right: 0;
	}

.entry-title {
	margin: 0;
        font-size:14px; 
	}

.byline {
	display: none;
	}

.feature {
	width: 880px;
	margin: 0 0 40px 0;
	padding: 20px;
	border: 10px solid #333;
	}

.feature img {
	float: left;
	margin-right: 20px;
        width:450px;
	}

.feature .entry-title {
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
	}

.feature .byline {
	display: block;
	margin: 0 0 20px 0;
	}

.entry-meta .tags {
	display: none;
	}

.feature .entry-summary {
	line-height: 24px;
	font-size: 20px;
	}
.post img {
	border: 2px solid #333;
	}