/* CSS Document */
body {
	font-family: "Century Gothic",Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background: #000 url(../layout/body_BG.jpg) no-repeat center top;
	color: #fff;
	text-align: left;
}

#header{
	width:1000px;
	height: 190px;
	padding: 0;
	margin: 0 auto;
}
#headerlink{
	width:1000px;
	height: 110px;
    padding-top: 40px;
}
#headerlink a{
    display: block;
	width:900px;
	height: 100px;
    margin:0 auto ;
}
h2{
	height: 18px;
	padding: 18px 105px 4px;
	font-size: 18px;
	font-weight: normal;
}

#container{
	width:1000px;
	height: 400px;
	padding: 0;
	margin: 0 auto;
	
}
#sidebar, #extra{
	width: 90px;
	height: 440px;
	float: left;
	padding: 0;
	margin: 0;
}
#extra{
    position: relative;
}
#content{
	width:800px;
	height: 420px;
	padding: 0 10px 20px;
	margin: 0;
	float: left;
	background: url(../layout/content_BG.png) no-repeat center top;
    position: relative;
}

#footer{
	clear: both;
	width:796px;
	height: 100px;
	padding: 0;
	margin: 220px auto 0;
	background-color: #000;
    border: 1px solid #0E0E0E;
}
#footer .footer_col{
    float: left;
    padding: 20px;
    width: 159px;
}
#footer .footer_col li{
    margin-bottom: 2px;
}
#footer .footer_col a{
    color: #1E1E1E;
    text-decoration: none;
}
#footer .footer_col a:hover{
    color: #e90000;
}

/*MOVIELIST*/
#content ul#movielist{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content ul#movielist li{
	float: left;
	width: 50px;
	height: 70px;
	padding: 0;
	margin: 0;
}
#content ul#movielist li a{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 70px;
}
/*MOVIERECORD*/
#movie_record{
	width:760px;
	height: 390px;
	padding: 10px 20px 20px;
	color: #000;
	text-align: right;
}
#movie_record h1 a{
    color: #000;
    text-decoration: none;
}
#movie_record h3{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}
#movie_record .synopsis {
	font-family: "Courier New", Courier, monospace;
	width: 380px;
	padding: 0 0 0 380px;
	margin-top: -4px;
	font-style: italic;
	line-height: 18px;
	text-align:right;
    font-weight: bold;

}
#movie_record .synopsis p{
    padding: 10px;
	background: url(../layout/synopsis_BG.png) repeat-y 0 0;
}
#movie_record .record_menu_listitem{
    float: right;
}
#movie_record .movieformat{
    position: absolute; top: 390px; left: 15px;
}
.movie_record_list{
    width: 380px;
    height: 100px;
    float: left;
    text-align: left;
    position: relative;
    left: 0;
    top: 262px;
}
.movie_record_list h2{
    margin: 0;
    padding: 0;
}
#content .movie_record_list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#content .movie_record_list li{
    float: left;
    margin-right: 6px;
}


h1{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 36px;
}
h4{
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 6px;
   color: #941507;
}


/*CONTENT*/
#content h2{
	font-size: 13px;
	margin: 0 0 4px;
}
#content #leftcol h2{
	margin: 0 0 10px;
	color: #cbdc1a;
}
#content h2 a{
	color: #cbdc1a;
}
#content p a{ 
	color: #cbdc1a;
}
#content ul{
	list-style-type: square;
	margin: 0 0 10px 15px;
	color: #fff;
}
#content ul li{
	margin-bottom: 6px;
	line-height: 15px;
}
#content ul li a{
	color: #fff;
}
#content ul li a:hover{
	color: #cbdc1a;
}
#content #leftcol ul{
	font-weight: normal;
}
#content ul.movieMenu{
    margin: 10px 0;
}
#content ul.movieMenu a{
    color: #000;
    font-family: 'Tahoma',Arial,Helvetica,sans-serif;
}
#content ul.movieMenu a:hover, #content ul.movieMenu .active a{
    color: #C90A00;
}


/*PHOTO*/
ul#photogallery{
	margin: 0 0 0 30px;
}
ul#photogallery li{
	float: left;
	margin: 0 4px 8px;
	width: 64px;
	height: 64px;
}
ul#photogallery li a img{
	border: 2px solid #989898;
}
ul#photogallery li a:hover img{
	border: 2px solid #686868;
}


/*ERROR MESSAGES*/
#content p.error {
	padding: 10px;
	border: 1px solid #ff5919;
	color: #ff5919;
	font-size: 11px;
	font-weight: bold;
}

/*MOVIES*/
/*paging*/
#pagingrecords{
	width: 50px;
	height: 55px;
	padding-top: 44px;
	padding-right:40px;
	text-align: right;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 15px;
	color: #38210e;
    margin-bottom: 2px;
}
#pagingfirst{
	width: 28px;
	height: 21px;
    position: relative;
    top: 0px;
    left: -8px
}
#pagingprev{
	width: 21px;
	height: 21px;
    position: relative;
    top: -21px;
    left: 20px
}
#pagingnext{
	width: 21px;
	height: 21px;
	position: relative;
	top: -42px;
	left: 42px;
}
#paginglast{
	width: 28px;
	height: 21px;
	position: relative;
	top: -63px;
	left: 63px;
    margin-bottom: -40px
}
/*MOVIERECORD*/
/*paging*/
#movie_paging {
    clear:left;
    padding:5px 5px 0;
    position:absolute;
    top:420px;
    width:790px;
}
.movie_paging {
    width: 33.3333%;
    float: left;
}
.movie_paging_records {
    text-align: center;
}
.movie_paging_next {
    text-align: right;
}
#content p.movie_paging a{
    color: #ccc;
    text-decoration: none;
}
#content p.movie_paging a:hover{
    color: #fff;
    text-decoration: underline;
}
#extra a.filmkwis {
	display: block;
	width: 90px;
	height: 60px;
    left:-10px;
    position:absolute;
    top:140px;
}

/* HOME */
.home_box{
    float: left;
    height: 70px;
    background-repeat: no-repeat;
    background-position: top left;
}

/* SEARCH FORM */
#sidebar h3{
    color: #d74c07;
    padding: 165px 0 11px;
    font-size: 16px;
}
#sidebar label{
    display: block;
    margin-bottom: 1px
}
#sidebar input, #sidebar select{
    width: 94px;
    border: 1px solid #d74c07;
    margin: 0 0 2px;
    padding: 0 2px;
    background: #eeb758;
}
#sidebar select{
    width:100px;
}
