@charset "UTF-8";

/********** GLOBAL PROPERTIES **********/
html {
	background: #005000 url(../gfx/main_bg.gif);
}

body {
	background: #005000 url(../gfx/main_bg.gif);
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0;	
}

a:link, a:active, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	background-color: #CCC;
	color: #CCC;
	height: 2px;
	margin-bottom: 10px;
	width: 100%;
}

select {
	font-size: 11px;
	margin-top: -2px;	
}

/********** MAIN CONTAINERS **********/
#bodyContainer {
	overflow: hidden;
}

#headerContainer {
	background: #000;
	color: #FFF;
	padding: 10px;
	width: 940px;
}

#mainContainer {
	background: #FFF;
	margin: 0 auto;
	width: 960px;
}

#navContainer, #footer {
	background: url(../gfx/nav_bg.gif) repeat-x;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	width: 940px;
}

#navContainer ul {
	list-style: none;
	padding-top: 1px;
}

#navContainer ul li {
	display: inline;
	margin: 0 20px 0 0;
}

.ad {
	color: #FFF;
	margin: 10px 0;
	text-align: center;
}

.adNoTopMargin {
	color: #333;
	margin-bottom: 10px;
	text-align: center;	
}

/********** MAIN COLUMN STYLES **********/
.column1, .column2, .column3 {
	float: left;
	margin-bottom: -500em;
	padding: 10px 10px 0 10px;
	padding-bottom: 500em;
}

.column1 {
	background: #EAEAEA;
	border-right: 1px solid #CCC;
	width: 200px;
}

.column2 {
	background: #FFF;
	width: 468px;
}

.column3 {
	background: #EAEAEA;
	border-left: 1px solid #CCC;
	width: 230px;
}

/********** DIV STYLES **********/
.courtesy {
	border-bottom: 1px solid #CCC;
	font-size: 9px;
	margin-bottom: 7px;
	padding-bottom: 3px;
}

.reviewMenu {
	background: #F5F5F5;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: 448px;
}

.rss {
	height: 250px;
	margin-bottom: 20px;
	overflow: auto;
	padding-right: 10px;
}

.rssItem {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.rssItemLast {
	border: 0;
	margin: 0;
	padding: 0;
}

.search {
	float: right;
	margin-top: 15px;
}

.socialIcons {
	float: right;
	position: relative;
	right: -204px;
	text-align: right;
	top: 55px;
}

.titleCard, .member, .text, .twitterContainer, #footer {
	margin-bottom: 10px;	
}

/********** TABLE STYLES **********/
table.featuredReviews, table.tdh, table.boxOffice {
	border: 0;
	margin-bottom: 7px;
	width: 100%;
}

table.featuredReviews tr td {
	padding: 5px 0 7px 0;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

table.tdh tr td {
	padding: 5px 0 7px 0;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

table.tdh tr td.left {
	border-right: 1px solid #EAEAEA;
	padding-right: 10px;
}

table.tdh tr td.right {
	border-left: 1px solid #EAEAEA;
	padding-left: 10px;
}

table.boxOffice tr td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

/********** COLOR STYLES & SIZES **********/
span.font9 {
	font-size: 9px;
}

span.font10 {
	font-size: 10px;
}

span.green {
	color: #006600;	
}

span.red {
	color: #990000;	
}

span.tdh_lead {
	color: #990000;
	font-weight: bold;
}

span.title {
	font-size: 18px;
}

.tdh_lead {
	color: #990000;
	font-weight: bold;
}

.tdh_header {
	color: #009900;
	font-size: 12px;
	font-weight: bold;
}

/********** IMAGE STYLES **********/
img.icon {
	margin-left: 10px;
}

.imageRight {
	float: right;
	margin: 0 0 10px 10px;
}

/********** UTILITIES **********/
.clear {
	clear: both;
}

.floatRight {
	float: right;
}