/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
 strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	font: bold 18px helvetica;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#03c), to(#9cf), color-stop(0.09, #03c), color-stop(0.11, #06f)) left top no-repeat #9cf url(/images2010/body_background.jpg) top center repeat-x ;
	-webkit-background-size: 900px;
	background-color:#005F90;
}

h1 {
	padding: 5px;
	font-size: 21px;
	border-top: 1px solid #fc9;
	border-bottom: 1px solid #930;
	text-align: center;
	text-shadow: #930 0 -1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa31a), to(#f60), color-stop(0.5, #ff8e1a), color-stop(0.5, #ff7e00)) left top no-repeat #f60;
	background-color:#F60;
	
}


#back {
	font-size:14px;
	position:absolute;
	width:58px;
	height:25px;
	z-index:1;
	left: 3px;
	top: 20px;
}

#back a:link {
	padding:6px;
	color:#666;
	text-decoration:none;
	margin: 10px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5f2ff), to(#cce5ff)) left top no-repeat #e5f2ff;
	
}

#back a:visited {
	padding:6px;
	color:#666;
	text-decoration:none;
	margin: 10px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5f2ff), to(#cce5ff)) left top no-repeat #e5f2ff;
	
}

h2 {
	margin: 20px 20px 10px;	
	text-shadow: #06f 0 -1px 0;
}

h2 a {
	color:#FFF;
	font-size:12px;
}

ul {
	margin: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #06c 0 2px 2px;
	background-color:#D7FFFF;
}

li {
	color: #039;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5f2ff), to(#cce5ff)) left top no-repeat #e5f2ff;
	
	text-shadow: #fff 0 1px 0;
	padding: 10px 10px 10px 15px;
	border-bottom:1px solid #DFEFFF;
	overflow:hidden;
	font-size:15px;
}

li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

li:last-child {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

li a {
	text-decoration:none;
	color:#333;
	width: 100%;
	display: block;
	padding:3px 0px 3px 0px;
	background-image:url(../images2010/li_a_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	
		}
		
li a:link {text-decoration:none; color:#333; }
li a:visited {text-decoration:none; color:#333;}

li img {
	margin:0px 10px 5px 0px;	
}

.revbox {
	height:90px;
}

.revbox a {
	height:80px;
	display:block;
}


.revbox img {
	float:left;
	margin-right:10px;
}

.revbox img a {
	background-image:none;
}

#showtimes, #longtext {
	font-size:13px;
	font-weight:normal;
	line-height:1.5em;
}

#showtimes {
	font-family:Andale Mono,"Courier New", Courier, monospace;
}

#movietext {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9), to(#FFC)) left top no-repeat #FF9;
	font-size:13px;
	font-weight:normal;
}

#longtext a {
	text-decoration:underline;
	color:#333;
	width: 100%;
	display: inline;
	padding:0;
	background-image:none;
		}
		
#movietext a {
	text-decoration:underline;
	color:#333;
	width: 100%;
	display: inline;
	padding:0;
	background-image:none;
		}

#footer
	{
	margin-left:20px;
	font-size:12px;
	font:#DCFCFB;
	padding-bottom:10px;
	}
	
#footer a {
	color:#DCFCFB;
	font-size:12px;
}
	
#banneradvert {
	padding:0px;
	border:none;
	margin:0px;
	text-shadow:none;
}

#banneradvert img {
}

.description {
	color:#333;
	font-weight:normal;
	font-size:14px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

