/* ====== MOVIES.CSS ======= */
/* Alan Colquhoun, MDIA 4307 */
/* Last Update: January 17th */
/* ========================= */  

body {
    background: #123;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:11px;
	line-height:18px;
	padding-bottom: 40px;
	padding-top: 20px;
}

/* IDs */

#wrapper {
    border: 1px solid white;
	margin: 0 auto;
    color: #123;  background: #32383f url(../images/page_tile.png);	
	width: 905px;
	text-align: left;
}

#header {
    width: 905px;
	height: 150px;
	background:url(../images/site/transparent_background.png) repeat-x bottom;
	margin-top:26px; 
	float:left;
}

#logo {
	background:url(../images/site/logo.png) no-repeat;
	width:315px;
	height:60px;
	float:left;
	display:block;
	border:0 !important;
	cursor:pointer;
	margin-left: 55px;
}

#search_box  {
	float:right;
	margin: 10px 45px 0 0px;
	width:190px;
}

#search_box .txt_search {
	font-size:12px;
	color:#fff;
	width:130px; 
	line-height:35px;
	height:35px;
	padding:0 0 0 20px;
	border:none;
	background:url(../images/site/search_box.png) no-repeat 0px 0px;
	float:left;
}

#search_box .btn_search {
	width:36px;
	height:35px;
	border:none;
	float:left;
	cursor:pointer;		
	background:url(../images/site/search_box.png) no-repeat -165px 0px;
}

#top_menu {
	clear:left;
	width:905px; height:40px;
	float:left;
	border:0 !important;
	margin:30px 0 0 40px; 
}

#top_menu > li {
	list-style:none;
	list-style-position:outside;
	float:left;
	display:block;
	padding:11px 20px 0 25px !important;
	background:url(../images/site/top_menu_li_bg.png) no-repeat center left;
	height:49px;
}

#top_menu > li:hover > a {
	color:#e53400;
}

#top_menu > li span.current {
	color: green;
}

#top_menu > li:first-child {
	background:none;
}

#top_menu > li > a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:18px;
	color:#fff;
	display:block;
	float:left;
	line-height:21px;
}

#top_menu > li > a:first-child {
	border-left:none;
}

#top_menu li > span {
	clear:left;
	display:block;
	float:left;
	font-size:10px;
	line-height:16px;
	color:#9c9c9c;	
}

#content-container {
    width:100%;
}
	
#mainphoto {
	margin: 0 auto;
    margin-top: 20px;
	background:url(../images/site/transparent_background.png);
	width:885px;
	height:325px;
	padding: 10px;
}

html>/**/body #mainphoto {
    margin: auto;
	margin-top: 175px;
} 

/* CLASSES */
	
.clear20 {
	height: 20px;	
}

.clear30 {
	height: 30px;	
}

/* Homepage etc. */

.box-three {
	float:left;	
	width:295px; 
	max-height:360px !important;
	margin: 0 10px 0 0;
	cursor:default;
}

.box-three a {
	color:#32383f;
	text-decoration:none;
}

.box-three a:hover {
	text-decoration:underline;
}

.box-three > div > div {
	margin:0px 20px 20px 20px;
}

.box-three h3 {
    margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:18px;
	line-height:44px;
	display:block;
	float:left;
	width:100%;
	border-bottom:1px dotted #444444;
}

.box-three span {
	font-size:11px;
	line-height:16px;
	display:block;
	padding:10px 0 0 0;
}

.box-three span > span {
	padding: 0px !important; 
}

.featured-box > div {
	margin:10px; 
	background:#e3e3e3 url(../images/site/info_boxes_background.png) no-repeat bottom left;
	min-height:338px !important;
	width:275px;
}

.featured-box h3 {
	color:#192029;
}

.featured-box h3 a:hover {
    color: red;
}

.featured-box span {
	color:#444444;
    min-height: 70px !important;	
}

.featured-box-last {
	width:295px;
	margin-right: 0;
}

.featured-box-last > div {
	width:275px !important;
}

.transparent-background {
	background:url(../images/site/transparent_background.png);		
}

.home-three-box-sliding-image {
	width:100%;
	height:180px;
	margin: 0px !important;
	background-position:0px 0px;
}

.img-one {
	background:url(../images/movies/django.jpg) no-repeat;
}

.img-two {
	background:url(../images/movies/lincoln.jpg) no-repeat;
}

.img-three {
	background:url(../images/movies/hobbit.jpg) no-repeat;
}

.box-three-sub-wrapper {
    margin-top: 375px;
    background: black;
	width:905px;
	min-height:240px !important;
}

.featured-box-sub {
	height:240px !important;
}

.featured-box-sub h3 {
    margin-top: 0px;
	color:#fff;
}

.featured-box-sub > div {
	margin:10px;
	width:280px !important;	
}

.featured-box-sub span {
	color:#fff;
}

.featured-box-sub span a:link, span a:visited {
	color: green;	
}

.featured-box-sub span a:hover {
	color: red;	
}

.featured-box-sub ul {
	display:block;
	padding:10px 0 0 0;
}

.featured-box-sub li {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

.featured-box-sub li > img {
	border:5px solid #fff !important;
	float:left;
	margin-right:10px !important;
}

.featured-box-sub li > span {
	padding:0px;
}

.featured-box-sub li > span > a {
	border:none !important;
	color:#fff;
	text-decoration:none;	
}

/* Movie Review Page */

.hsbox {
    margin: 0px 20px 20px;
    background: black;
	width:860px; height: 70px;
	float: left;
	border: 2px solid white;
}

.hsbox h3 {
	margin-top: 0px; padding-top: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:18px;
	line-height:44px;
	float:left;
	width:100%;
	color: #fff;
	margin-left: 30px;
	
}

.mrbox {
    clear: both;
	margin-top: 0px;
    background: black;
	width:905px;
    height: 266px;
}

/* Show Times Page */

table 
{
  clear: both;  
  Font-size: 11px;
  line-height: 16px;
  background-color: blue;
  border: 1px black solid;
  width: 235px;
  border-collapse: collapse;
}

th 
{
  border: 1px outset silver;
  background-color: maroon;
  color: white;
  padding: 4px 8px;
}

tr 
{
  background-color: white;
  margin: 1px;
  width: 235px;
}

tr.striped 
{
  background-color: lightblue;
}

td 
{
  width: 235px;
  padding: 4px 8px;
} 

button {
	margin-top: -27px;
	float: right;
}	

html>/**/body button {
    margin: auto;
	margin-top: 0;
} 
  