body {
	background: url(/media/images/pageBg.jpg) left top #000;
	padding: 0px;
	margin: 0px;
}
body, div {
	font-family: Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #a3774c;
}
.columnTitle {
	font-size: 14px;
	font-weight: bold;
	color: #997752;
	background: #ddc8ad;
	padding: 5px;
	margin-bottom: 10px;
}
.columnList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.columnList ul li {
	border-bottom: 1px solid #ddc8ad;
	padding: 5px 5px;
}
.columnList ul li a {
	font-weight: normal;
	text-decoration: none;
}

/** STRUCTURE STUFF **/

.wrapper {
	width: 960px;
	margin: 0px auto;
}
#mainContent {
	padding-top: 30px;
	margin-bottom: 10px;
}
#leftColumn {
	width: 600px;
	float: left;	
}
#rightColumn {
	float: right;
	width: 340px;
}
#rightColumn1 {
	width: 160px;
	float: left;
}
#rightColumn2 {
	width: 160px;
	float: right;
}
.rightColumnBox {
	margin-bottom: 20px;
	background: white;
	padding: 10px;
}

/** HEADER **/

#header {
	height: 200px;
	background: url(/media/images/headerBg.jpg) center top no-repeat #000;	
}
#headerNav {
	height: 30px;
}
#headerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerNav ul li {
	float: left;
}
#headerNav ul li a {
	float: left;
	height: 30px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px;
	display: block;
}
#headerNav a:hover {
	text-decoration: underline;
}
#topNav {
	background: url(/media/images/topNavBg.gif) left top;
	height: 40px;
	border-bottom: 5px solid #000;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav li {
	float: left;
}
#topNav li a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#topNav #navStars1 {
	background: url(/media/images/navStars5.gif) left center no-repeat;
	padding-left: 83px;
}
#topNav #navStars2 {
	background: url(/media/images/navStars4.gif) left center no-repeat;
	padding-left: 67px;
}
#topNav #navStars3 {
	background: url(/media/images/navStars3.gif) left center no-repeat;
	padding-left: 51px;
}
#topNav #navStars4 {
	background: url(/media/images/navStars2.gif) left center no-repeat;
	padding-left: 35px;
}
#topNav #navStars5 {
	background: url(/media/images/navStars1.gif) left center no-repeat;
	padding-left: 19px;
}
#topNav li a:hover {
	text-decoration: underline;
}

/** A POST **/

.post {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}
.postTitle {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	font-size: 24px;
}
.jerkyVideo {
	margin-bottom: 20px;
	text-align: center;
}
.summary {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
h1.postTitle a {
	font-weight: normal;
	font-size: 24px;
}
.ratingSummary {
	margin-bottom: 20px;
}
.ratingSummary div {
	font-size: 18px;
}
.rating1 {
	background: url(/media/images/rating1.gif) 110px center no-repeat;
}
.rating2 {
	background: url(/media/images/rating2.gif) 110px center no-repeat;
}
.rating3 {
	background: url(/media/images/rating3.gif) 110px center no-repeat;
}
.rating4 {
	background: url(/media/images/rating4.gif) 110px center no-repeat;
}
.rating5 {
	background: url(/media/images/rating5.gif) 110px center no-repeat;
}
.postMeta {
	padding-top: 20px;
	border-top: 1px solid #dadada;
}
#pagination {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#pagination a {
	font-size: 18px;
	color: white;
}

/** POST DETAIL **/

#productGallery {
	margin-bottom: 20px;
}
#fullReview p {
	line-height: 20px;
}
#productGallery td {
	text-align: center;
}
#productGalleryTable {
	margin-bottom: 0px;
}
#fullRating {
	margin-bottom: 20px;
}
#fullRating div {
	margin-bottom: 5px;
	font-size: 18px;
}
#jerkyValue {
	margin-bottom: 10px;
}

/** SEARCH **/

#search {
	height: 40px;
	padding: 10px 0px 0px 10px;
	background: white;
	margin-bottom: 20px;
}
#search span {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	font-size: 18px;
}
#inputSearch {
	float: left;
	height: 22px;
	border: 1px solid #ccc;
	background: #fafafa;
	font-weight: bold;
	font-family: Georgia, Arial, Verdana;
	font-size: 12px;
	width: 170px;
	margin: 0px 10px;
	padding: 6px 0px 0px 5px;
}
#btnSearch {
	float: left;
}

/** FOOTER **/

#footer {
	padding: 20px;
	background: black;
}
.footerBox {
	width: 260px;
	float: left;
	margin-right: 20px;
	background: #333;
	padding: 20px;
	color: #ccc;
	height: 200px;
}
#footerBox1 {
	margin-right: 30px;
}
#footerBox2 {
}
#footerBox3 {
	float: right;
	margin: 0px;
}

/** COPYRIGHT **/

#copyright {
	background: #603a18;
	padding: 10px;
	text-align: center;
	color: white;
}

/** PAGE CONTENT **/

#pageContent {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}
#pageTitle {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	font-size: 24px;
}
#pageText p {
	line-height: 20px;
}
.thumbLeft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.thumbRight {
	float: right;
	margin: 0px 0px 20px 20px;
}

/** CATEGORY HEADING **/

#categoryHeading {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}
#categoryName {
	font-size: 24px;
}
#categoryDescription {
	font-size: 14px;
	line-height: 20px;
}

/** COMMENTS **/

#comments {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
}
#commentsTitle {
	font-size: 18px;
	margin-bottom: 10px;
}
#commentForm {
	background: #fafafa;
	border: 1px solid #dadada;
	margin-top: 20px;
}
#commentsNoResults {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.commentByLine {
	font-size: 11px;
	margin-bottom: 3px;
}
.comment {
	padding: 10px;
	border-bottom: 1px solid #dadada;
}
.comment.row1 {
	background: #fafafa;
}