@import url('reset.css');
@import url('form.css');

/* Globals */
A{
	color:white;
	text-decoration:none;
}
BODY{
	background:#8E3B0A;
	color:#ededed;
	font-family:Verdana, sans-serif;
	font-size:10px;
}
h1{color:#fff}

html {
   font-size: 62.5%;
}

/* Page Layout */
div#wrapper{
	background:black;
	text-align:center;
}
div#container{
	text-align:left;
	margin:0 auto;
	width:900px;
}

/* Header */
div#header{
	border-bottom:1px solid #222;
}

div#navigation{
	padding:23px 0 0 100px;
}
/* Navigation */
div#navigation ul{
float:right;
}
div#navigation ul li{
float:left;
padding:10px;
margin:0 3px;
background:#222;
}
div#navigation ul li.current{
  background:#600000;
}
div#navigation ul li.hover{
	background:#440000;
}

div#top_bar{
	border-top:1px solid black;
	text-align:right;
	padding-right:100px;
	height:172px;
	background:url('/images/wood_bar2.jpg') top left repeat-x;
}
div#top_bar img{
	position:relative;
	top:30px;
	right:20px;
}

/* Recent Videos */
div.featured_video object{
width:400px !important;
height:300px !important;
}
div.recent_videos h1.label{
background:url('/images/label/recent_videos.jpg') top left no-repeat;
width:172px;
height:16px;
text-indent:-9999px;
margin-bottom:3px;
}
div.recent_video_thumbnails{
	background:url('/images/filmstrip.jpg');
	height:140px;
	margin:0px 0;
	padding:28px 0px 10px 0px;
}
div#recent_thumbnail_container{
	padding:0 3px;
}

div#recent_thumbnail_container img{
	margin:0 2px;
	width:144px;
	height:108px;
}
div#bottom{	
	float:left;
	background:url('/images/filmreel.jpg') bottom right no-repeat;
}
/* Latest News */
div.latestnews{
	float:left;
	width:437px;
	padding:0 15px 0 0;
}

div.latestnews h1.label{
	/*background:url('/images/label/latest_news.jpg') top left no-repeat;
	width:147px;
	height:17px;
	text-indent:-9999px;*/
	color:#8D3B0B;
	font-size:20px;
	letter-spacing:-2px;
}
div.latestnews div.entry{
	margin:5px 0;
	border-top:1px solid #333;
	padding:0 0 5px 0;
}
div.latestnews div.entry h1.title{
	font-family:Arial, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	color:#4F2105;
}

div.latestnews small.date{
	font-size:10px;
	color:#777;
	text-transform:uppercase;	
}
div.latestnews p.body{
	font-size:12px;
	padding:5px 0;
	font-style:italic;
}

/* Upcoming Events */
div.upcoming_events{
	float:left;
	width:437px;
}

div.upcoming_events h1.label{
	/*background:url('/images/label/upcoming_events.jpg') top left no-repeat;
	width:208px;
	height:17px;
	text-indent:-9999px;*/
  color:#8D3B0B;
	font-size:20px;
	margin-bottom:5px;
	letter-spacing:-2px;
}

div.upcoming_events ul{
	font-size:12px;
}

div.upcoming_events ul li{
	margin-bottom:5px;
}

/* Links */
div.links{
margin-left:40px;
}
div.links div.link{
	float:left;
	width:200px;
	border-right:1px solid #000;
	padding:15px;
}
div.links div h1{
	font-size:20px;
}

div.links div.mailinglist{
	font-size:13px;
	background:url('/images/links/mailinglist.gif') top left no-repeat;
	width:266px;
	height:67px;
	margin-top:18px;
	padding-top:32px;
	padding-left:55px;
}
div.links div.mailinglist .mailinglist_input{
	width:180px;
	padding:4px;
	border:0;	
}

/* Films */
div#movie_stage div.player{
	background:url(/images/projector_screen.jpg) no-repeat;
	float:left;
	width:330px;
	height:400px;
	margin:25px auto 0 0;
	padding:40px 25px 25px 35px;
}

div#movie_stage div.player object{
width:320px !important;
height:240px !important;
}
div#movie_stage div.player_info{
	padding:25px;
}
div#movie_stage div.player_info h1.title{
	font-size:22px;
}

div#movie_stage div.player_info p.description{
	font-size:12px;
	padding:5px 0;
	font-style:italic;
}
div#movie_stage div.player_info p.date{
	padding-bottom:3px;
	border-bottom:1px solid #333;
}
/* Store */
div#store{
	background:white;
	width:100%;
	margin:0px auto;
	border-bottom:3px solid #af4e00;
}
div#store table{
	border:1px solid #ccc;
	border-top:0;
	margin:10px;
	width:100%;
	font:12px Arial;
	color:black;
}
div#store table td{
	border-bottom:1px solid #ccc;
}
div#store table td{
	padding:2px 10px;
}
div#store table th{
	background:#ccc;
	padding:5px 10px;
}
div#store h1.heading{
	background:#AF4E00;
	font:18px Arial;
	font-weight:bold;
	padding:5px;
}

div#store p.help{
	font:12px Arial;
	color:#222;
	font-style:italic;
	margin:10px;
}
div#store div.entry{
	float:left;
	width:200px;
	height:300px;
	padding:15px;
	margin:15px;
}
div#store div.entry h1.title{
	font:15px Arial;
	color:#333;
	font-weight:bold;
}
div#store div.entry div.center{
	margin:0 auto;
	text-align:center;
}
div#store div.entry img.thumbnail{
	border:1px solid #ccc;
}
div#store div.entry p.description{
	font-style:italic;
	color:#888;
	font-size:12px;
	margin:5px 0;
}
div#store div.entry p.price{
	border-bottom:1px solid #e4e4e4;
	font-weight:bold;
	text-align:right;
	color:red;
}
div#store div.entry p.cart{
	margin-top:5px;
	text-align:right;
	color:#222;
}
div#store div.entry img.cart{
	cursor:pointer;
	vertical-align:middle;
}
div#store a.viewcart{
	background:#aF4e00;
	color:white;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	padding:5px;
	margin:5px;
}
/* Footer */
div#footer{
	height:146px;
	border-top:1px solid #444;
	margin:0;
	background:url('/images/btm_wood_strip2.jpg') top left repeat-x;
}
/* Helpers */
div.spacer{clear:both;}
p.line{
	margin:5px 0;
	border-bottom:1px solid #444;
}
.italic{font-style:italic;}
