* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background: url(../img/bg.gif) repeat-y;
}
body, td, p {
	font-family:"Courier New","Courier Std",Courier, serif;
	font-size: 11px;
        
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration:none;
}
a img {
	border:none;
}

h1 {
	color: black;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
margin-bottom:10px;
	text-transform:uppercase;
}
h2 {
	color: black;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px;
	margin-bottom:10px;
margin-top:15px;
	padding:0px;
	text-transform:uppercase;
}
h3 {
	color: #c6c65b;
	font-size: 120%;
	padding-top: 2em;
}
h4 {
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	width:1125px;
	padding-left:20px;
	text-align:left;
}

#container-inner {
	width:770px;
	float:left;
	/*border-left:3px dotted #404040;*/
	padding-left:20px;
}

#left-column {
	padding-top:10px;
	width: 150px;
	float:left;
}

#header{
	position:relative;
	background: #FE1616;
	height:148px;
}
#headerimg {
	text-align:left;
}

#quote{
	background:#ff0000;
	position:absolute;
	top: 36px;
	left:211px;
	width:380px;
	padding:10px;
	color:white;
	text-transform:uppercase;

	font-size:14px;
}



#content{
	clear: both;
	color: #333;
	margin-top:23px;
	padding-bottom:20px;
}

#content P {
	margin-bottom:10px;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}


.someinfo {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.someinfo span {
	margin-left:10px;
}

.film_comment {
	margin-top:3px;
	margin-bottom:25px;
}

.film_comment .username {
	margin-bottom:2px;
	font-weight:bold;
	color:red;
}

.film_comment .date {
	font-weight:normal;
	color:black;
}

.classification-list {
	margin-top:10px;
	margin-left:10px;
}
.classification-list * {
	float:left;
	margin-right:3px;
}
.rating-title {
	margin-top:10px;
	margin-right:20px;
	font-weight:bold;
	color:#FE1616;
}

.classification-text {
	position:relative;
	margin-top:40px;
	margin-left:-69px;
	margin-bottom:-50px;
	width:100px;
	margin-right:-50px;
	font-weight:bold;
	color:#FE1616;
	text-align:center;
}

#flashMessage {
	border: 5px solid red;
	padding:15px;
	margin-bottom:15px;
	font-weight:bold;
}


#score-div, .vote-div {
	margin-top:10px;
}

.vote-div {
    text-align:right;
}

.vote-div a {
    text-decoration:underline;
    font-weight:bold;
    color:red;
}

.smallform {
	margin-top:15px;
}

.smallform label, .smallform input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.smallform .submit input {
	display:block;
	width: auto;
	
	clear:both;
	margin-left: 75px;
}

.smallform label {
	width: 55px;
	padding-right: 20px;
}

.smallform .input {
	clear: left;
}
.smallform .error-message {
	position:relative;
	clear:left;
	color:red;
	font-weight:bold;
	top:-8px;
	left: 85px;
	margin-bottom:10px;
}

.addcomment TEXTAREA {
	width: 100%;
	height:100px;
}

.addcomment INPUT, .addcomment TEXTAREA {
	margin-top:5px;
	font-size:11px;
}


#actionLinks, #actionLinks LI {
	list-style-type:none;
	margin:0;padding:0;
}
#actionLinks {
	width: 130%;
	margin-top:30px;
	margin-right:-100px;
}
#actionLinks LI {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:25px;
	float:left;
	margin-right:10px;
}
#actionLinks LI A {
	outline:none;
}
#actionLinks .email {
	background: url(../img/email.gif) no-repeat -2px 7px;
}

#actionLinks .download {
	background: url(../img/ipod.gif) no-repeat 2px center;
}

#actionLinks .embed {
	background: url(../img/embed.gif) no-repeat -2px 7px;
}

#action-email {
	margin-top:10px;
	height:120px;
}
#action-email INPUT, #action-email TEXTAREA {
	font-family:"Courier New","Courier Std",Courier, serif;
	font-size: 11px;
	padding:4px;
	/*height:25px;*/
	float:left;
	/*width:200px;*/
	margin-right:10px;
}

#TellAFriendEmailMessage {
	width:320px;
	height: 50px;
}

#action-email .form-error {
	font-weight:bold;
	color:red;
}

#action-email .submit INPUT {
	padding:1px;
	width:auto;
}

#action-embed {
	margin-top:10px;
	height:40px;
}
#action-embed INPUT {
	font-family:"Courier New","Courier Std",Courier, serif;
	font-size: 11px;
	padding:4px;
	/*height:25px;*/
	float:left;
	width:100%;
}



.fieldspacer {
	display:block;
	float:none;
	clear:both;
	padding:3px;
}

#sideNav, #sideNav LI {
	list-style-type:none;
	margin:0;padding:0;
}
#sideNav LI {
	margin-bottom:7px;
}
#sideNav {
	margin-bottom:10px;
}
#sideNav A:LINK, #sideNav A:VISITED, #sideNav A:ACTIVE {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#sideNav A:HOVER {
	color: red;
	text-decoration: underline;
}
#sideNav .special {
	font-size:12px;
}
#sideNav .special A:LINK, #sideNav .special A:VISITED, #sideNav .special A:ACTIVE {
	font-weight:bold;
	color:red;
	font-size:12px;
}


#subMenu, #subMenu LI {
	list-style-type:none;
	margin:0;padding:0;
}
#subMenu {
	margin-left:100px;
	width:110%;
	padding-bottom:40px;
}
#subMenu A:LINK, #subMenu A:VISITED, #subMenu A:ACTIVE {
	padding:2px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
	color:black;
	font-size: 12px;
	font-weight:normal;
}
#subMenu A:HOVER, #subMenu .active A:LINK, #subMenu .active A:VISITED, #subMenu .active A:ACTIVE {
	background:red;
	color:black;
}
#subMenu LI {
	float:left;
	text-transform:uppercase;
}
#subMenuLatestEpisode {
	position:relative;
	left:5px;
	top:2px;
	width: 152px;
}
#subMenuPreviousEpisode {
	position:relative;
	left:-20px;
	top:-1px;
	width: 120px;
}
#subMenuHighestRated {
	position:relative;
	left:10px;
	top:3px;
	width:115px;
}

#subMenuOurFavourite {
	position:relative;
	left:10px;
	top:2px;
}


.shutf {
	font-size: 12px;
	padding-right:15px;
}

.shutf A:LINK, .shutf A:ACTIVE, .shutf A:VISITED {
	text-decoration:none;
	color:black;
	font-size: 12px;
	font-weight:normal;
}
.shutf A:HOVER, .shutf A.active:LINK, .shutf A.active:VISITED, .shutf A.active:ACTIVE {
	background:red;
	color:black;
}



.hr {
	border-bottom: 2px dotted black;
	margin-bottom:10px;
	margin-top:10px;
}


/* Genius "no-extra-markup" clearing by Tony Aslett - www.csscreator.com */
/* add clearfix class to any containter that must enclose floated elements */
/* explained at http://www.positioniseverything.net/easyclearing.html */
.clear:after {
content: ".";              /* the period is placed on the page as the last thing before the div closes */
display: block;          /* inline elements don't respond to the clear property */ 
height: 0;                  /* ensure the period is not visible */
clear: both;               /* make the container clear the period */
visibility: hidden;	     /* further ensures the period is not visible */
}
/*.clear {display: inline-block;}*/   /* a fix for IE Mac */
/* fix for Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */





















#leftMenu, #leftMenu LI {
	position:relative;
	margin:0;padding:0;
	list-style-type:none;
}

#leftMenuFest, #leftMenuComp, #leftMenuSeries, #leftMenuWhy, #leftMenuShop, #leftMenuHire, #leftMenuSponsor, #leftMenuBigfish, #leftMenuWin {
		display:block;
		position: relative;
		height: 24px;
		width:116px;
		background: url(../img/leftmenu.gif) no-repeat;
}

#leftMenuFest a, #leftMenuComp a, #leftMenuSeries a, #leftMenuWhy a, #leftMenuShop a, #leftMenuHire a, #leftMenuSponsor a, #leftMenuBigfish a, #leftMenuWin a {
		width:100%; height:100%;
		display:block;
		outline:none;
}

#leftMenu span {
	position: absolute;
	text-indent: -9999px;
}

#leftMenuFest {
	background-position: 0 0;
}

#leftMenuComp {
	background-position: 0 -24px;
}

#leftMenuSeries {
	background-position: 0 -48px;
}

#leftMenuHire {
	background-position: 0 -72px;
}

#leftMenuSponsor {
	background-position: 0 -96px;
}

#leftMenuBigfish {
	background-position: 0 -120px;
}

#leftMenuShop {
	background-position: 0 -144px;
}

#leftMenuWhy {
	background-position: 0 -48px;
}

#leftMenuWin {
	background-position: 0 -168px;
}

/* generic simple styling */
.red {
	color:red;
}
.bold {
	font-weight:bold;
}
.underlined {
	text-decoration:underline;
}
.lower {
    margin-bottom:30px;
}
.vote-sidebar A:LINK, .vote-sidebar A:VISITED, .vote-sidebar A:ACTIVE {
	color:red;
}

