/*---Addams Family: News & Reviews Style Sheet---*/

/*---Subtitle---*/
#titleNews {
	background: url(/img/news_title.png) no-repeat 0 0;
}

/*---News Subnav---*/
#subnav {
	width: 454px;
	height: 34px;
	margin: 24px auto 0 auto;
}

#subnav li {	
	margin: 0 9px;
	float: left;
	display: inline;
	list-style-type: none;
}

#subnav li a {
	height: 34px;
	display: block;
	text-indent: -40000px;
}

#subnav #news a {
	width: 88px;
	background: url(/img/news_subnav_news.png) no-repeat 0 0;
}

#subnav #reviews a {
	width: 115px;
	background: url(/img/news_subnav_reviews.png) no-repeat 0 0;
}

#subnav #audience a{
	width: 197px;
	background: url(/img/news_subnav_audience.png) no-repeat 0 0;
}

#subnav #news a.on, #subnav #reviews a.on, #subnav #audience a.on{
	background-position: 0 -34px;
}

/*---News Item---*/
.newsItem {
	width: 777px;
	margin: 10px auto 0 auto;
}
.newsImage {
	width: 140px;
	height: 140px;
	float: left;
	display: inline;
}

.newsImage .frame {
	z-index: 100;
	position: absolute;
}

.newsImage .thumb {
	z-index: 0;
	position: relative;
	top: 20px;
	left: 19px;
}

.newsTxt {
	width: 610px;
	margin-left: 27px;
	float: left;
	display: inline;
	color: #FFF;
	font-size: 14px;
}

div.newsTxt p {
	margin: 13px 0;
}

.newsTxt a {
	text-decoration: underline;
}

.newsTxt h4 {
	font-size: 20px;
}

/*---Reviews Open---*/
/*--remove this after show opens--*/
#reviewsSection img.open {
	width: 774px;
	float: left;
	display: inline;
	margin-bottom:30px;
}

#reviewsSection #cartoon {
	width: 336px;
	margin: 0 0 0 32px;
	float: right;
	display: inline;
}

#audienceReviews{
	margin-top: 20px;
	background-image: url(/img/review_repeat_bg.jpg);
	width: 742px;
	padding: 10px 20px;
	background-repeat: repeat-y;
	color: #271a17;
	font-family: Georgia, serif;
}

#audienceReviews .audreview{
	width: 727px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#audienceReviews .audreview .title{
	font-weight: bold;
	font-size: 20px;
	float: left;
}

#audienceReviews .audreview .stars{
	float: right;
}

#audienceReviews .audreview .review{
	margin-top: 8px;
	font-size: 16px;
}

#audienceReviews .audreview .date{
	font-size: 14px;
}

#audienceReviewBox{
	background-image: url(/img/review_bg.gif);
	height: 378px;
	width: 525px;
	padding: 65px;
	position: absolute;
	left: 50%;
	margin-left: -327px;
	top: 100px;
	display: none;
	z-index: 1000;
	font-family: Times, serif;
	font-size: 24px;
	color: #271a17;
	background-repeat: no-repeat;
}

#audienceReviewBox .inputname{
	width: 150px;
	margin-bottom: 30px;
}

#audienceReviewBox input, #audienceReviewBox textarea{
	font-family: Times, serif;
	font-size: 24px;
	color: #271a17;
}

#audienceReviewBox textarea{
	height: 175px;
}

#showreviewbox{
	cursor: pointer;
}

#closereview{
	cursor: pointer;
	float: right;
}

#reviewsubmit, .reviewboxstar{
	cursor: pointer;
}