body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: medium;
	margin: 0;
	background: #ccc;
	color: #222;
}

#base {
	width: 900px;
	margin: 0 auto;
}


/* Forms
--------------------------------------------- */

input, select, textarea {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
	padding: 2px;
}



/* Links
--------------------------------------------- */

a {
	color: #c00;
}

a:hover {
	color: #600;
}

a img {
	border: 0;
}


/* Header
--------------------------------------------- */

#header {
	float: left;
	width: 100%;
	background: #222;
}

#header .logo {
	float: left;
	width: 145px;
	height: 31px;
	padding: 10px 20px;
	border: none;
}

#header h4 {
	float: left;
	margin: 0;
	width: 145px;
	height: 31px;
	background: url(/img/logo.gif) no-repeat;
}

#header h4 span {
	display: none;
}


/* Navigation
--------------------------------------------- */

#nav {
	float: left;
	width: 100%;
	height: 31px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	background: url(/img/design/nav-bg.gif) repeat-x;
	border: solid 1px #ff4e00;
	border-width: 1px 0;
}

#nav li {
	float: left;
	display: block;
	margin-left: 20px;
	padding-left: 14px;
}

#nav li.active {
	background: #97241b url(/img/design/nav-left.gif) no-repeat top left;
}

#nav li.active a {
	background: url(/img/design/nav-right.gif) no-repeat top right;
}

#nav a {
	float: left;
	display: block;
	padding-right: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	line-height: 28px;
	padding-bottom: 3px;
	border: none;
}


/* Latest
--------------------------------------------- */

#latest {
	float: left;
	width: 860px;
	padding: 20px;
	background: #e8e7c9;
	border-bottom: solid 1px #d3cab7;
}

#slides {
	float: left;
	position: relative;
	width: 520px;
	height: 320px;
	background: #fff;
}

#slides div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 320px;
}

#slides a img {
	border: none;
}

#slides div img {
	border: solid 5px #fff;
}

#slides #s1 {
	z-index: 20;
}

#slides #s2 {
	z-index: 15;
	display: none;
}

#slides #s3 {
	z-index: 10;
	display: none;
}

#slides #s4 {
	z-index: 5;
	display: none;
}

#slides ul {
	position: absolute;
	z-index: 200;
	top: 15px;
	right: 15px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#slides li {
	float: left;
}

#slides li a {
	display: block;
	float: left;
	color: #c00;
	font-size: 80%;
	text-decoration: none;
	padding: 2px 6px;
	margin-left: 6px;
	border: solid 1px #c00;
	background: #fff;
}

#slides li a.active {
	background: #c00;
	color: #fff;
}

#slides p {
	position: absolute;
	z-index: 100;
	bottom: 5px;
	left: 5px;
	width: 490px;
	padding: 10px;
	margin: 0;
	background: #222;
	color: #222;
	border-top: solid 1px #111;
}

#slides p.text {
	z-index: 105;
	color: #fff;
	background: none;
	border-top: solid 1px transparent;
}

#slides #slides-link {
	z-index: 190;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 520px;
	height: 320px;
}


/* Content
--------------------------------------------- */

#page {
	float: left;
	width: 860px;
	padding: 20px;
	background: #fff;
}

#column {
	float: left;
	width: 300px;
}

#column h3 {
	float: left;
	width: 300px;
	margin: 0 0 1em;
	padding: 0 0 4px;
	font-size: 110%;
	font-weight: normal;
	border-bottom: solid 1px #ccc;
}

#column h3.simple {
	border: none;
	margin: 0 0 0.4em;
}

#content {
	float: left;
	width: 520px;
	padding-right: 40px;
}

div.post {
	float: left;
	width: 520px;
	margin: 0 0 2em;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

div.post h2 {
	font-size: 140%;
	font-weight: normal;
	margin: 0;
}

div.post div.entry {
	font-size: 80%;
	line-height: 1.5em;
}

div.post div.entry blockquote {
	margin-left: 1em;
	margin-right: 2em;
	border-left: solid 4px #ddd;
	padding-left: 1em;
}

div.post div.entry div.facts {
	width: 490px;
	padding: 10px 10px 0 10px;
	border: solid 5px #eee;
	background: #fff;
	margin: 1em 0;
}

div.facts h4,
div.facts p {
	font-size: 100%;
	margin: 0 0 1em;
}

div.facts blockquote {
	margin: 0 1em 1em 0.5em;
	padding-left: 0.7em;
	border-left: solid 3px #d3cab7;
}

div.post div.tags {
	font-size: 80%;
	margin: 1em 0;
}

div.post p.author {
	margin: 0.3em 0 1em;
	font-size: 70%;
	color: #666;
}

div.post p.author a {
	color: #666;
}

div.post p.more {
	font-size: 90%;
}

div.post ul.links {
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

div.post ul.links li {
	float: left;
	font-size: 80%;
	text-align: left;
	line-height: 20px;
	padding-left: 24px;
	margin-right: 2em;
}

div.post ul.links li.read {
	background: url(/img/design/read.gif) no-repeat 2px 50%;
}

div.post ul.links li.comments {
	background: url(/img/design/comments.gif) no-repeat 0 80%;
}


/* Lists
--------------------------------------------- */

.list {
	float: left;
	width: 300px;
}

.list h3 {
	width: 300px;
	float: left;
	margin: 0 0 0.8em 0;
	font-size: 120%;
	font-weight: normal;
}

.list ul {
	float: left;
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

.list li {
	line-height: 1.5em;
}

#latest .list,
#latest .list h3,
#latest .list ul {
	width: 420px;
}

#latest .list {
	margin-left: 30px;
}


/* Quizs
--------------------------------------------- */

#quizs {
	float: left;
	width: 300px;
}

#quizs a {
	float: left;
	width: 300px;
	margin: 0 0 1em;
}

#quizs a img {
	border: solid 1px #d3cab7;
}

#quizs a:hover img {
	border-color: #c1390f;
}


/* Ratings
--------------------------------------------- */

#ratings {
	float: left;
	width: 300px;
	margin-bottom: 1em;
}

#ratings div {
	position: relative;
	float: left;
	width: 300px;
	line-height: 22px;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.7em;
}

#ratings span {
	position: absolute;
	right: 0;
	text-indent: -1000em;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	background: url(/img/design/star.gif) repeat-x;
}

#ratings .stars0 {
	text-indent: 0em;
	background: none;
}

#ratings .stars1 {width: 22px;}
#ratings .stars2 {width: 44px;}
#ratings .stars3 {width: 66px;}
#ratings .stars4 {width: 88px;}
#ratings .stars5 {width: 110px;}
#ratings .stars6 {width: 132px;}


/* Facts
--------------------------------------------- */

#facts {
	float: left;
	width: 278px;
	padding: 10px;
	background: #e8e7c9;
	border: solid 1px #d3cab7;
	margin-bottom: 1em;
}

#facts img {
	float: left;
	border: solid 5px #fff;
	margin-right: 10px;
}

#facts div {
	float: left;
	width: 158px;
	font-size: 70%;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

#facts div strong {
	color: #6a694f;
}

#facts h4,
#facts p {
	font-size: 80%;
	margin: 0 0 1em;
}

#facts blockquote {
	font-size: 80%;
	margin: 0 1em 1em 0.5em;
	padding-left: 0.7em;
	border-left: solid 3px #d3cab7;
}


/* Pages
--------------------------------------------- */

#pages {
	float: left;
	width: 520px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#pages li {
	float: left;
	display: block;
	width: 260px;
}

#pages .prev {
	float: left;
}

#pages .next {
	float: right;
	text-align: right;
}


/* Comments
--------------------------------------------- */

#comments {
	float: left;
	width: 520px;
	margin-bottom: 1em;
	border-bottom: solid 1px #ddd;
}

#comments h3 {
	float: left;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
}

#comments ol {
	float: left;
	width: 500px;
	padding: 0 0 0 20px;
	margin: 1em 0;
}

#comments li {
	display: block;
	float: left;
	width: 500px;
	font-size: 70%;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#comments p.author {
	float: left;
	width: 500px;
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 5px;
}

#comments cite {
	font-style: normal;
	font-weight: bold;
}

#comments p.entry {
	float: left;
	width: 500px;
	font-weight: normal;
	font-size: 110%;
	margin: 0;
}

#contestant,
#reply {
	float: left;
	width: 520px;
}

#contestant h3,
#reply h3 {
	font-size: 120%;
	font-weight: normal;
}

#contestant div,
#reply div {
	float: left;
	width: 520px;
	margin-bottom: 1em;
}

#contestant div span,
#reply div span {
	font-size: 80%;
}

#contestant div span.error,
#reply div span.error {
	font-weight: bold;
	color: #c00;
}

#contestant div input,
#reply div input {
	width: 200px;
	margin-right: 5px;
}

#contestant div input.radio {
	width: auto;
}

#reply textarea {
	width: 510px;
	height: 150px;
	margin-bottom: 1em;
}

#contestant .button,
#reply .button {
	font-weight: bold;
	padding: 4px 8px;
}


/* Box Office, Trailers, Reviews
--------------------------------------------- */

#trailers,
#reviews,
#boxoffice {
	float: left;
	width: 300px;
}

#trailers ul,
#reviews ul,
#boxoffice ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

#trailers li,
#reviews li,
#boxoffice li {
	float: left;
	width: 300px;
	font-size: 80%;
}

#boxoffice li a {
	float: left;
	width: 250px;
}

#boxoffice li span.title {
	float: left;
	width: 250px;
	padding-left: 0;
	text-align: left;
}

#boxoffice li span {
	float: right;
	width: 40px;
	padding-left: 10px;
	text-align: right;
}


/* Teasers
--------------------------------------------- */

#teasers {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 520px;
	background: #fff;
}

#teasers li {
	float: left;
	display: block;
	width: 520px;
	padding-bottom: 1em;
}

#teasers img {
	float: left;
	border: solid 1px #ddd;
	padding: 3px;
	margin-right: 15px;
}

#teasers h3 {
	margin: 0 0 0.2em 0;
	font-size: 120%;
	font-weight: normal;
}

#teasers p {
	font-size: 80%;
	margin: 0;
}


/* Headlines
--------------------------------------------- */

#headlines {
	float: left;
	width: 280px;	
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 80%;
}

#headlines li {
	line-height: 1.5em;	
}


/* 3 Columns
--------------------------------------------- */

#columns {
	float: left;
	width: 860px;
	padding: 20px;
	background: #eee;
	border-top: solid 1px #ccc;
}

#columns h3 {
	float: left;
	width: 300px;
	margin: 0 0 1em;
	font-size: 80%;
}

#columns #trailers,
#columns #trailers ul,
#columns #trailers li,
#columns #trailers h3 {
	width: 200px;
}

#columns #boxoffice,
#columns #reviews {
	margin-right: 30px;
}