@CHARSET "UTF-8";

@import 'paging.css';
@import 'photo.css';

body
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 10px;
}

body.site
{
	background-image: url('/images/img01.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

body.site h1, body.site h2, body.site h3
{
	line-height: 1.2em;
}

input, textarea
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

h1,h2,h3,h4,p,form,ul {
	margin:0px;
	padding:0px;
}

.active
{
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border: 0;
}

a {color: #1140A3; text-decoration:none;}
a:visited {color: #3974E0;}
a:hover {text-decoration:underline;}

#menu a
{
	color: white;
}

#menu > a
{
	text-decoration: none;
	float: left;
}

p
{
	padding: 5px 0 10px;
}

#page
{
	margin-left: auto;
	margin-right:auto;
	width: 920px;
}

#header
{
	height: 86px;
	#background-image: url('/images/img02.jpg');
	position: relative;
}

#header h1, #header h2
{
	display: block;
}

#header > h1
{
	position: absolute;
	color: white;
	
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	
	display: none;
}

#header > h1 a
{
	color: white;
}

#header > h2
{
	position: absolute;
	color: white;
	font-size: 1.2em;
	
	top:50px;
	left: 0;
	width: 100%;
	text-align: center;
	
	display:none;
}

#language
{
	position: absolute;
	right: 20px;
	bottom: 13px;
}

#language a
{
	color: white;
	font-size: 0.9em;
}

#menu
{
	height: 21px;
	color: white;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	padding: 12px 15px;
	background-image: url('/images/img03.jpg');
	overflow: hidden;
	position: relative;
}

#menu h1
{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	display: inline;
	float:left;
	width: 200px;
}

#menu ul
{
	display:inline;
	list-style-type: none;
	height: 22px;
	float:left;
	padding: 0;
	margin: 0;
}

#menu ul li
{
	float:left;
	margin: 0 8px;
}

#menu ul li a:hover
{
	color: white;
	text-decoration: underline;
}

#layout
{
	padding: 0 10px;
}

#column_left
{
	float:left;
	width: 250px;
	min-height: 500px;
	display: block;
	position:relative;
	padding: 10px;
	margin: 0;
}

#column_left li
{
	margin-top:10px;
	margin-bottom: 20px;
	background-color: #f3fbed;
}

#column_left li h2
{
	background-image: url('/images/img06.jpg');
	color: white;
	padding: 5px 10px;
}

#column_left li > div.content
{
	padding: 10px;
	margin: 0px;
}

#column_left li > div.content > p
{
	padding: 0px;
	margin: 0px;
}


#column_left li > div.content ul li
{
	padding: 0px;
	margin: 0px;
}

#column_left #news > div.content ul li
{
	padding-bottom: 10px;
}

#feedback input, #feedback textarea
{
	width: 160px;
	font-size: 1em;
}

#column_main
{
	float:left;
	width: 620px;
	position:relative;
}

#content
{
	padding: 10px;
	padding-left: 20px;
	margin: 0;
	width: 590px;
	text-align: justify;
}

#content h1 {font-size: 2.0em; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 0 0 5px;}
#content h2 {font-size: 1.5em; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 10px 0 5px;}
#content h3 {font-size: 1.2em; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 10px 0 5px;}

ul
{
	list-style-type: none;
}

#searchresults ul, #newspage ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

#nav
{
	margin: 0 0 10px;
}

.justify
{
	text-align: justify;
}

#search #search_q
{
	width: 200px;
}

#column_left li #results h1, #column_left li #results h2
{
	background-image: none;
	color: black;
	margin: 0;
	padding: 0;
}

#column_left li #results h1
{
	margin-top: 10px;
	font-size: 1.4em;
}

#column_left li #results h2
{
	font-size: 1.2em;
}

#searchbox #searchbox_q
{
	width: 450px;
}

.unused
{
	font-style:italic;
	color:#aaa;
}

#search #search_submit
{
	position: relative;
	left: 2px;
	top: 2px;
}

.highlight
{
	font-weight: bold;
	background-color: #ddd;
}

#loginform
{
	width: 280px;
}

#loginform label
{
	display:block;
	width: 100px;
	text-align: right;
}

#registerform h2, #profileform h2, #section_noform h2, #order_form h2
{
	margin: 0;
}

#registerform label, #forgotform label, #profileform label, #section_noform label, #passwordform label, #emailform label, #order_form label
{
	display:block;
	width: 160px;
	text-align: right;
}

#loginform input[type="text"], #loginform input[type="password"]
{
	width: 145px;
}

#registerform input[type="text"], #registerform input[type="password"]
{
	width: 280px;
}

#forgotform input[type="text"], #forgotform input[type="password"]
{
	width: 280px;
}

#profileform input[type="text"], #registerform input[type="password"]
{
	width: 280px;
}

#passwordform input[type="text"], #passwordform input[type="password"]
{
	width: 280px;
}

#emailform input[type="text"], #emailform input[type="password"]
{
	width: 280px;
}

#order_form input[type="text"], #emailform input[type="password"]
{
	width: 280px;
}

.section
{
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}

.section input[type="text"], .section input[type="password"]
{
	width: 135px;
}

.section table
{
	padding: 0;
	margin: 0;
	border-spacing: 5px;
	table-layout: auto;
}

.section td
{
	vertical-align: top;
}

.inline, #loginform label.inline, #registerform label.inline
{
	display: inline;
}

.more
{
	text-align:right;
}

.smaller
{
	font-size: .8em;
}

.small
{
	font-size: .9em;
}

.error
{
	color: darkred;
}

div.video
{
	float: left;
	width: 200px;
	height: 150px;
	padding: 20px;
	position: relative;
}

div.video h2
{
	position: absolute;
	bottom: 16px;
	left: 21px;
	z-index: 2;
}

div.video h2 a
{
	color: white;
	text-decoration: none;
	padding: 2px 4px;
	display: block;
	width: 190px;
}

div.video .shadow
{
	display: block;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: black;
	width: 200px;
	height: 30px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}

div.video img
{
	position: absolute;
	left: 20px;
	bottom: 20px;
}

a.simple, a.simple:hover
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: transparent;
	text-decoration: none;
}

.perex
{
	font-weight: bold;
}

.grey
{
	color: #888;
}

#footer-wr
{
	background:transparent url('/images/img04.jpg') repeat-x scroll left top;
	height:99px;
}

#footer
{
	background:transparent url('/images/img05.jpg') no-repeat scroll left top;
	height:69px;
	margin:0 auto;
	padding-top:30px;
	width:920px;
	color: white;
	text-align:center;
}

#footer a
{
	color: #eee;
	font-weight: bold;
}

#sitemap ul
{
	margin: 0 10px;
	list-style-type: disc;
}

#sitemap ul li
{
	margin-left: 10px;
}

.mceItemFlash
{
	background-image: url('/images/showtimes-onebox.gif');
}

p.center
{
	text-align: center;
}

#content #pictures .picture
{
	width: 110px;
	margin: 5px;
	display:block;
	float:left;
}

#content table.grid
{
	border: 1px solid #999;
	border-collapse: collapse;
	width: 480px;
}

#content table.grid thead
{
	background-color: #999;
	color: white;
	font-weight: bold;
}

#content table.grid td
{
	padding: 5px 5px 5px 10px;
	text-align: left;
}

table.grid tbody tr:hover, table.picgrid tbody td:hover
{
	background-color: #ddd;
}
.cleaner
{
	clear: both;
}
























