/* MUSIC FROM FILM CSS */

/* General styles */

body {
    margin:0;
    padding:0;
    width:100%;
    background:#1D1C22;
    min-width:1000px;        
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

#colmask {
    position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;         /* width of whole page */
    overflow:hidden;        /* This chops off any overhanging divs */
    padding-right: 0;
}

#colmid {
    float:left;
    width:200%;
    position:relative;
    left:108px;
}

#colright {
    float:left;
    width:100%;
    position:relative;
    left:50%;
    margin-left:-380px;
}

#col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:100%;
}

#col1pad {
    margin:0px 0px 0 410px;
    overflow:hidden;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #b9b8bd;
	padding: 0;
	margin: 0;
}

/* HEADER */

#header {
    float:left;
    width:100%;
    height: 220px;
    padding:0;
    margin:0;
}

div.logo {
	margin-left: 0px;
	display: block;
	width: 330px;
	height: 280px;
	float: left;
}

#navigation {
	float: right;
	margin-top: 8px;
}

div.navigation {
	float: left;
	margin-right: 10px;
}

ul#navigation {
	padding: 0;
	margin: 0;
	color: #474356;
	font-size: 18px;

}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #78A118;
	font-weight: normal;
	padding: 2px;
	margin: 0;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #b9b8bd;
}

ul#navigation li#youarehere a {
 	color: #b9b8bd;
}

div.searchbar {
	float: right;
	margin-right: 5px;
}

/* LEFT COLUMN */

#col2 {
    float:left;
    width:119px;
    position:relative;
    margin-left:-50%;
    left:279px;
    overflow:hidden;
}

div.clappericon {
	margin-left: 90px;
	margin-top: 4px;
	margin-bottom: 8px;
	background: url(../images/mainclappericon.gif) no-repeat;
	display: block;
	width: 32px;
	height: 24px;
}

hr.left {
	border: 0;
	width: 140px;
	background-color: #78A118;
  	color: #78A118;
	height: 1px;
}

div.poster {
	margin-top: 7px;
	margin-left: 34px;
	margin-bottom: 12px;
	display: block;
	width: 85px;
}

a.tooltipadd {
	background: url(../images/plus.gif) 2px 1px no-repeat;
	padding-left: 19px;
	margin-left: 77px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #78A118;
	text-decoration: none;
}

a.tooltipadd:hover {
	position: relative;
	text-decoration: none;
}

a.tooltipadd span {
	display: none;
	text-decoration: none;
}

a.tooltipadd:hover span {
	display: block;
   	position: absolute; top: -56px; left: -85px;
	/* formatting only styles */
   	padding: 6px; margin: 10px; z-index: 1000;
   	background: #1A1A1A; border: 1px solid #404040; color: #FFF;
	opacity: 0.95;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	width: 80px;
	line-height: 16px;
	/* end formatting */
}

a.tooltipcorrect {
	background: url(../images/exclamation.gif) 2px 1px no-repeat;
	padding-left: 19px;
	margin-left: 58px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #78A118;
	text-decoration: none;
}

a.tooltipcorrect:hover {
	position: relative;
	text-decoration: none;
}

a.tooltipcorrect span {
	display: none;
	text-decoration: none;
}

a.tooltipcorrect:hover span {
	display: block;
   	position: absolute; top: -57px; left: -65px;
	/* formatting only styles */
   	padding: 6px; margin: 10px; z-index: 1000;
   	background: #1A1A1A; border: 1px solid #404040; color: #FFF;
	opacity: 0.95;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	width: 80px;
	line-height: 16px;
	/* end formatting */
}

/* CENTRE COLUMN */

#col1 {
    width:100%;
    overflow:hidden;
}

div.tabletop {
	margin-top: 40px;
	float: right;
}	
	
p.tabletop {
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	margin-bottom: 2px;
}

div.tabletopline {
	width: 100%;
	border-bottom: 2px solid #302D3B;
	height: 1px;
	float: left;
}

table.music {
	border-collapse: collapse;
	width: 100%
}
	
tr.one {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b9b8bd;
	font-weight: normal;
	text-align: left;
	}
	
td.one {
	padding-bottom: 7px;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 20px;
	}
	
	
tr.two {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	border-bottom: 2px solid #302D3B;
	text-align: left;
	line-height: 15px;
	}
	
td.two {
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 20px;
	}
	
td.amazonlinks {
	text-align: right;
	margin: 0;
	width: 80px;
	vertical-align: bottom;
	padding-bottom: 3px;
	}
	
p.tablebottom {
	margin-top: 5px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #606062;
	margin-bottom: 2px;
}

a.amazonlink {
	background: url(../images/amazonicon.gif) 2px 0px no-repeat;
	padding-left: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #78A118;
	text-decoration: none;
	margin-right: 10px;
	float: left;
}
	
a.amazonlink:hover {
	text-decoration: underline;
}
	
a.amazonlink2 {
	background: url(../images/amazonicon.gif) 2px 0px no-repeat;
	padding-left: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #78A118;
	text-decoration: none;
	float: right;
}

a.amazonlink2:hover {
	text-decoration: underline;
}
	
	
div.advertsmiddle {
	height: 60px;
	width: 468px;
	margin-top: 50px;
	margin-left: 80px;
}
	
p.speech {
	background: url(../images/speech.gif) 2px 3px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 0px;
	margin-top: 70px;
	margin-bottom: 5px;
}

/* RIGHT COLUMN */

#col3 {
    float:left;
    width:250px;
    position:relative;
    left:14px;
    overflow:hidden;
}

div.facebook {

	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 14px;
	width: 76px;
	margin-left: 174px;
}

div.digg {
	margin-left: 174px;
	margin-top: 8px;
	height: 20px;
}

div.advertsrighttop {
	height: 248px;
	width: 248px;
	margin-top: 39px;
	margin-bottom: 30px;
}


p.listen {
	background: url(../images/headphones.gif) 2px 2px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top: 10px;
}

div.mp3widget {	
	margin-bottom: 7px;
	width: 250px;
	height: 250px;
}

div.soundtrack {
	margin-bottom: 5px;
	height: 60px;
}

p.soundtrack {
	background: url(../images/record.gif) 2px 2px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 5px;
}


div.soundtrackpicture {
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}

div.soundtracktext {
	float: left;
}

a.amazonsoundtracklink {
	background: url(../images/amazonicon.gif) 2px 1px no-repeat;
	padding-left: 19px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	text-decoration: none;
	line-height: 20px;
}
	
a.amazonsoundtracklink:hover {
	text-decoration: underline;
}
	
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

div.gradient {
    clear:both;
	height: 30px;
	width: 100%;
	background: url(../images/gradient.png) repeat-x;
}

#footercontainer {
    background-color: #19181d;
    width: 100%;
}

#footer {
    width:900px;;
	margin: 0 auto;
	height: 340px;
}

p.footertitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #79797b;
	padding-top: 0px;
	margin-top: 63px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 250px;
	line-height: 22px;
	float: left;
}

div.contributortable {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: 8px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #302D3B;
	height: 150px;
}

p.contributors {
	background: url(../images/contributors.gif) 2px 2px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #78A118;
	padding-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

td.contributor {
	padding: 2px 2px 4px 8px;
	color: #79797b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height:10px;
	text-align: left;
}

td.name {
	width: 100px;
}

td.points {
	width: 30px;
	text-align: left;
	color: #78A118;
}

div.resources {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #302D3B;
	height: 150px;
	width: 350px;
}

p.resources {
	background: url(../images/books.gif) 2px 2px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #78A118;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 8px;
	margin-top: 10px;
}

ul.resources {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

ul.resources2 {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

li.resources {
	background: url(../images/star2.gif) 3px 3px no-repeat;
	height:10px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 7px;
}

a.footerlink {
	color: #79797b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
	
a.footerlink:hover {
	text-decoration: underline;
}
	
p.thumbs {
	background: url(../images/thumbsup.gif) 2px 2px no-repeat;
	padding-left: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #78A118;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#gallery {
	padding:0;
	list-style-type:none;
	margin: 0;
}

ul#gallery li {
	float: left;
	margin-right:10px;
}

a.top {
	text-decoration: none;
	margin-left: 77px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #78A118;
	float: left;
	margin-top: 70px;
	margin-left: 540px;
}

a.top:hover {
	text-decoration: underline;
}

p.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #606062;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 14px;
	float: left;
	margin-top: 70px;
}

a.copyrightlink {
	color: #606062;
	font-size: 11px;
}

/* SEARCH */

div.searchresults {
	margin-top: 40px;

}

div.searchicon {
	margin-left: 88px;
	margin-top: 4px;
	margin-bottom: 8px;
	background: url(../images/largesearchicon.gif) no-repeat;
	display: block;
	width: 32px;
	height: 24px;
}

/* MOVIES */

div.listnav {
	margin-top: 57px;
	margin-bottom: 40px;
	border-top: 2px solid #302D3B;
	border-bottom: 2px solid #302D3B;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #b9b8bd;
}

a.listnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #78A118;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

a.listnav:hover {
	text-decoration: underline;
}

#moviecollagethin {
	margin-top: 160px;
	width: 100px;
	float: left;
	margin-left: 10px;
}

a.largeletter {
	color: #78A118;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #78A118;
	line-height: 36px;
}

a.largeletter:hover {
	text-decoration: none;
}

div.largelettertopline {
	width: 100%;
	border-bottom: 2px solid #302D3B;
	height: 1px;
	margin-bottom: 20px;
}

a.largelettertop {
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	margin-bottom: 4px;
	float: right;
}

div.largeletterbottomline {
	width: 100%;
	border-bottom: 2px solid #302D3B;
	height: 1px;
	clear: both;
	margin-bottom: 50px;
}

a.movieitem {
	background: url(../images/smallclappericon.gif) 2px 1px no-repeat;
	padding-left: 24px;
	margin-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #b9b8bd;
	text-decoration: none;
}

a.movieitem:hover {
	position: relative;
	text-decoration: underline;
}

a.movieitem span {
	display: none;
	text-decoration: none;
}

a.movieitem:hover span {
	display: block;
   	position: absolute; top: -135px; left: 310px;
	/* formatting only styles */
   	padding: 6px; margin: 10px; z-index: 1000;
   	background: #1A1A1A; border: 1px solid #404040; color: #FFF;
	opacity: 0.95;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	width: 85px;
	line-height: 16px;
	/* end formatting */
}

ul#movielist {
	padding: 0;
	margin: 0;


}
ul#movielist li { 	
	display: list-item;
	margin-bottom: 3px;
}

/* TV */

div.tvicon {
	margin-left: 90px;
	margin-top: 4px;
	margin-bottom: 8px;
	background: url(../images/maintvicon.gif) no-repeat;
	display: block;
	width: 32px;
	height: 24px;
}

a.tvitem {
	background: url(../images/smalltvicon.gif) 2px 1px no-repeat;
	padding-left: 22px;
	margin-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #b9b8bd;
	text-decoration: none;
}

a.tvitem:hover {
	position: relative;
	text-decoration: underline;
}

a.tvitem span {
	display: none;
	text-decoration: none;
}

a.tvitem:hover span {
	display: block;
   	position: absolute; top: -155px; left: 310px;
	/* formatting only styles */
   	padding: 6px; margin: 10px; z-index: 1000;
   	background: #1A1A1A; border: 1px solid #404040; color: #FFF;
	opacity: 0.95;
	text-decoration: none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	width: 85px;
	line-height: 16px;
	/* end formatting */
}

a.no {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B3B8BD;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

a.no:hover {
	text-decoration: none;
}

div.rightspacer {
	height: 55px;

}

div.tvtopspacer {
	height: 56px;
}


div.tabletoptv {
	margin-top: 0px;
	float: right;
}

a.tvseason {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 40px;
}

a.tvseason:hover {
	text-decoration: none;
}

h4 {
	margin: 0;
	padding: 0:
	font-family: Georgia, Serif;
	font-size: 17px;
	color: #78A118;
	font-weight: normal;	
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 5px;
}

p.nomusic {
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #606062;
	margin-bottom: 2px;
	margin-left: 5px;
}

form.seasonselect {
	float: right;
}

/* CONTRIBUTE */


div.contributeicon {
	margin-left: 90px;
	margin-top: 4px;
	margin-bottom: 8px;
	background: url(../images/contribute.gif) no-repeat;
	display: block;
	width: 32px;
	height: 24px;
}

#form {
	width: 600px;
	margin-left: 10px;
	margin-top: 40px;
}

#form {
	margin-left: 20px;
	margin-bottom: 30px;
}

tr.form {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #b9b8bd;
	font-weight: normal;
}
	
p.textintro {
	margin-top: px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	margin-bottom: 20px;
	line-height: 15px;
}

td.form {
	border-top: 2px solid #302D3B;
}

p.required {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
	line-height: 14px;
	text-align: right;
	float: right;
}

p.form {
	margin-right: 150px;
}

p.formtext {
	background: url(../images/star3.gif) 3px 0px no-repeat;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #79797b;
	padding-left: 20px;
	padding-bottom: 7px;
}

a.pagelink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #797979;
	line-height: 15px;
	text-decoration: none;
}

a.pagelink:hover {
	text-decoration: underline;
}

div.bottomspacer {
clear: both;
height: 50px;
}

/* HOME */

#col1padhome {
    margin:0px 0px 0 300px;
    overflow:hidden;
}

#colrighthome {
    float:left;
    width:100%;
    position:relative;
    left:50%;
    margin-left:-280px;
}

#col1wraphome {
    float:right;
    width:50%;
    position:relative;
    right:100%;
}

#col1home {
    width:100%;
    overflow:hidden;
}

#col3home {
    float:left;
    width:250px;
    position:relative;
    left:20px;
    overflow:hidden;
}

#colmidhome {
    float:left;
    width:200%;
    position:relative;
    left:0px;
}

p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b9b8bd;
	line-height: 23px;
	margin-bottom: 10px;
	margin-top: 14px;
	border-top: 2px solid #302D3B;
	border-bottom: 2px solid #302D3B;
	padding-top: 10px;
	padding-bottom: 12px;
}

#moviecollage {
	margin-top: 5px;
	width: 400px;
	height: 220px;
	float: left;
	margin-right: 15px;
}

p.intro2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #79797b;
	line-height: 17px;
	margin-right: 5px;
	margin-top: 20px;
}

p.bullets {
	background: url(../images/introbullet.gif) 2px 13px no-repeat;
	padding-left: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #79797b;
	padding-top: 10px;
	line-height: 17px;
}

#scrollmenu {

	border-top: 2px solid #302D3B;
	padding-bottom: 10px;
	width: 100%;
	padding-left: 30px;
}

p.latest {
	background: url(../images/latest.gif) 2px 12px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 10px;
	margin-bottom: 5px;
}


p.news {
	background: url(../images/news.gif) 4px 13px no-repeat;
	padding-left: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #302D3B;
	margin-bottom: 0;
}

tr.onehome {
	background: url(../images/newsentry.gif) 2px 12px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b9b8bd;
	font-weight: normal;
	text-align: left;
}

td.onehome {
	padding-bottom: 7px;
	padding-left: 21px;
	padding-top: 10px;
}

tr.twohome {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #79797b;
	border-bottom: 2px solid #302D3B;
	text-align: left;
	line-height: 17px;
}

a.pagelinkhome {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #797979;
	line-height: 15px;
	text-decoration: none;
	text-decoration: underline;
}

a.pagelinkhome:hover {
	color: #78A118;
}


p.popular {
	background: url(../images/popular.gif) 3px 12px no-repeat;
	padding-left: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #78A118;
	padding-top: 10px;
	border-bottom: 2px solid #302D3B;
	margin-bottom: 0;
	padding-bottom: 5px;
}

div.popularrow {
	margin-top: 10px;
	margin-left: 66px;
}

.floating-img {
	float:left;
	margin: 20px 5px 0px 21px;
	padding: 2px;
}

.clear-left {
	clear:left;
}

div.advertsmiddlehome {
	height: 60px;
	width: 468px;
	margin-top: 50px;
	margin-left: 120px;
}
