/* TYPOlight webCMS :: Copyright (C) 2005-2009 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative;}select,input,textarea{font-size:99%;}form{margin:0;padding:0;}img{border:0;}#left{float:left;}#right{float:right;}#main{width:auto;position:relative;}.inside{position:relative;text-align:left;}.block{overflow:hidden;}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}.custom{display:block;text-align:left;}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/*-- M A R K U P --*/
* {
	margin: 0;
	padding: 0;
}

pre, .debug {
display: none;
}

/* or
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
} 
*/

html {
	height: 100%;
}

body {
	height: 100%;
	font: 75%/20px Verdana, Arial, Helvetica, sans-serif;
	background-color:  #fff;
	color: #000;
}
/* not IE < 6 */
html>body {
	font-size: 12px;
}

img {
	border-width: 0;
}

a img {
	display: block;
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

th, td, caption {
	text-align: left;
	vertical-align: top;
}

a {
	color: #000; 
}

a:hover {
	color: #900;
}


h1, h2, h3, h4, h5, h6, table {
	font-size: 1em;
}

noscript {
	/*
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	*/
	font-weight: bold;
	color: red;
}

ul, ol, dl, p, table {
	margin-bottom: 20px; /*1.65em;*/
}


/*-- S T A R T --*/
#wrapper {
	position: relative;
	overflow: hidden;
	margin: 20px 0 20px 30px;
	width: 910px;
}

/*-- T O P --*/
/*
#header {
	overflow: hidden;
	background: url(../gfx/layout/border-black-full.gif) bottom right no-repeat;
}

#header .logo {
	float: left;
}

#header img {
	display: block;
}
*/

h1 {
	position: relative;
	width: 355px;
	padding: 11px 0;
	line-height: 13px;
	text-transform: uppercase;
	height: 13px;
	white-space: nowrap;
	overflow: hidden;
}
h1 img {
	position: absolute;
	top: 11px;
	left: 0;
}
/* #header .logo img, #header h1, */
#left .logo img {
	border-bottom: 5px solid #000;
}

#container {
	overflow: hidden;
}

/*-- N A V I G A T I O N --*/
#left {
	float: left;
	width: 170px;
	margin-right: 15px;
}

#left ul {
	margin-top: 13px;
}

#left li {
	height: 20px;
	background: url(../gfx/layout/navigation-grid.gif) 0 0 no-repeat;
}

#left li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	/* img */
	display: block;
	padding: 4px 0 3px;
}

#left .upcoming {
	background-position: 0 -30px
}
#left .catalogue {
	background-position: 0 -60px
}
#left .about-us {
	background-position: 0 -90px
}
#left .contact {
	background-position: 0 -105px
}
#left .logout {
	background-position: 0 -204px
}

#left .festivals-markets a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px 0 no-repeat;
}
#left .upcoming a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px -30px no-repeat;
}
#left .catalogue a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px -60px no-repeat;
}
#left .about-us a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px -90px no-repeat;
}
#left .contact a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px -120px no-repeat; 
}
#left .logout a:hover {
	background: url(../gfx/layout/navigation-grid.gif) -200px -204px no-repeat;
}

#left .festivals-markets a.active,
#left .festivals-markets.trail {
	background: url(../gfx/layout/navigation-grid.gif) -400px 0 no-repeat;
}
#left .upcoming a.active,
#left .upcoming.trail {
	background: url(../gfx/layout/navigation-grid.gif) -400px -30px no-repeat;
}
#left .catalogue a.active,
#left .catalogue.trail {
	background: url(../gfx/layout/navigation-grid.gif) -400px -60px no-repeat;
}
#left .about-us a.active,
#left .about-us.trail {
	background: url(../gfx/layout/navigation-grid.gif) -400px -90px no-repeat;
}
#left .contact a.active {
	background: url(../gfx/layout/navigation-grid.gif) -400px -120px no-repeat; 
}
#left .contact.trail {
	background: url(../gfx/layout/navigation-grid.gif) -400px -105px no-repeat; 
}

li.contact {
	border-top: 5px solid #000;
	margin-top: 9px;
	padding-top: 15px;
}

/* Submenu */
/*
.top .mod_navigation {
	float: left;
	width: 355px;
	padding: 0 15px 0 0;
}
*/
.top .level_1 a {
	background: url(../gfx/layout/arrow.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.top .mod_navigation a.active,
.top .mod_navigation span.active {
	color: #777;
	background: url(../gfx/layout/arrow_active.gif) 0 4px no-repeat;
	padding-left: 20px;
}
.top .mod_navigation a:hover {
	color: #900;
}

/* -- M A I N -- */
#main {
	float: left;
	width: 725px;
	min-height: 480px;
	position: static;
}

/* #main h2, */
.mod_news h3 {
	padding-bottom: 10px;
}
.ce_text h2, .ce_form h2 {
	padding-bottom: 20px;
}

#main a {
	text-decoration: underline;
}
#main h2 a,
#main h3 a {
	text-decoration: none;
}
#main h2 a:hover, #main h2 a.hover,
#main h3 a:hover {
	text-decoration: underline;
}

.top {
	overflow: hidden;
	height: 102px;
	background: url(../gfx/layout/border_725.gif) 0 0 no-repeat;
	padding-top:5px;
}

.top .left, .top .right {
	float: left;
	width: 355px;	
}

.top .right {
	float: right;	
}
.top .right .ce_text {
	padding-top: 10px;
}

.top .left {
	margin: 10px 15px 0 0;
}

.top p, .top ul {
	font-weight: bold;
}

#main .top a {
	text-decoration: none;	
}


.row, .mod_article {
	overflow: hidden;
	clear: left;
	background: url(../gfx/layout/border_725.gif) 0 0 no-repeat;
}

.mod_article {
	padding-top: 15px;
}

.top .mod_article {
	padding-top: 0;
	clear: none;
}

.item{
	float: left;
	width: 355px;
	padding-top: 15px;
	margin-right: 15px
}

.item.odd {
	margin-right: 0;
}

.top .mod_article,
.mod_article.noBorder,
.mod_article.festivals-markets,
.mod_article.upcoming-titles,
.mod_article.catalogue-films,
#news.mod_article,
#film-single.mod_article,
#festival-single.mod_article,
.mod_article.library {
	padding-top: 0;
	background: none !important;
}

.description {
	margin-top: 20px;
}

/* News */
.mod_newslist .item {
	padding-top: 10px;
}

.mod_newslist .image_container img {
	display: block;
}

.mod_newslist h2 {
	height: 92px;
	border-bottom: 5px solid #000;
	margin: 5px 0 10px;
}

.mod_newslist h3 {
	min-height: 40px;
	margin-bottom: 10px;
}

/* Catalogue */
.row.small .imgLink img {
	margin-bottom: 10px;
}

.small .item {
	width: 170px !important;
}

.row.small .item {
	padding-top: 20px;
}

.small .item.odd {
	margin-right: 15px;
}

.row .item.lastInRow {
	margin-right: 0;
}

/* no items found */
.top.info {
	height: 112px;
}
.top.info p {
	height: 97px;
	background: url(../gfx/layout/border_725.gif) bottom left no-repeat;
}

/* Search / Filters */
.search_group {
	padding-top: 10px;
}
.search_group .submit {
	font-size: 80%;
	vertical-align: bottom;
}
.sort_group {
	float: left;
	width: 185px;
}
.clearall {
	padding-top: 20px;
}

/* Pagination */
#pg_top {
	position: absolute;
	top: 5px;
	left: 555px;
}
.pagination {
	overflow: hidden;
}
.pagination li {
	margin-right: 5px;
	float: left;
	display: block;
}
.pagination a, .pagination span {
	text-decoration: none !important;
}
.pagination span {
	font-weight: bold;

}

#pg_bottom {
	background: url(../gfx/layout/border_725.gif) 0 0 no-repeat;	
	height: 30px;
	padding: 15px 0 0 370px;
}

/* Libraries */
#library h2 {
	padding-bottom: 20px;
}
#library .mod_catalogreference h2 {
	padding-bottom: 10px !important;
}
div.ce_downloads {
	margin-bottom: 20px;
}
div.ce_downloads h2 {
	margin-bottom: 10px;
}

/* Upcoming */
.upcoming-titles .imgLink img {
	margin-top: 10px;
}

/* Film Single */
.hl-films {
	padding: 5px 0 21px !important;
}
/*
.hl-films img {
	background: url(../gfx/layout/headlines-films.gif) 0 5px no-repeat;	
}
.hl-films.director {
	background-position: 0 -25px;	
}
.hl-films.cast {
	background-position: 0 -55px;	
}
.hl-films.crew {
	background-position: 0 -85px;	
}
.hl-films.technical {
	background-position: 0 -115px;	
}
.hl-films.awards {
	background-position: 0 -145px;	
}
.hl-films.downloads{
	background-position: 0 -175px;	
}
.hl-films.trailer {
	background-position: 0 -205px;	
}
.hl-films.bio {
	background-position: 0 -235px;	
}
.hl-films.filmo {
	background-position: 0 -265px;	
}
*/
/* Festivals */
.festivals-markets .imgLink {
	height: 102px;
	overflow: hidden;
	margin-bottom: 0;
}
.festivals-markets h2 {
	padding-bottom: 10px;
}
.festivals-markets .date {
	margin-bottom: 20px;
}

#festival-single h2.topHeadline {
	padding-bottom: 0 !important;
}
.row.headline {
	padding-top: 15px;
}
.row.headline .item {
	padding-top: 0;
}
.row.first {
	background: none;
}

div.section {
	font-weight: bold;
}


.row.bottom h2 {
	padding-bottom: 10px !important;
	border-bottom: 5px solid #000;
	margin-bottom: 15px;
}

/* Images bottom */
.bottomBox {
	clear: left;
	overflow: hidden;
	background: url(../gfx/layout/border_725.gif) 0 0 no-repeat;
	padding-top: 5px;
}

.bottomBox .left, .bottomBox .right {
	float: left;
	width: 355px;
}

.bottomBox .left {
	margin-right: 15px;
}

.bottomBox img {
	display: block;
}

/* Contact */
#contact .col_0 {
	padding-right: 5px;
}

#contact textarea {
	display: block;
	margin-bottom: 2px;
}

#contact textarea,
#contact input {
	width: 220px;
}
#contact .submit {
	width: auto;
	padding: 0 5px;
}

/* Downloads */
.ce_downloads img {
	vertical-align: bottom;
}

.loginLink {
	padding-top: 20px;
}

.mod_login .col_0 {
	width: 8em;
}

.mod_login .submit, .mod_registration {
	margin-top: 2px;
}

.mod_registration .col_0,
#registration-login-form .mod_login .col_0 {
	width: 11em;
}

.captcha_text {
	display: block;
}

/* NEWS */
#main .mod_news h2 {
	height: 92px;
	padding-bottom: 0;
	border-bottom: 5px solid #000;
	margin-bottom: 10px;
}

.mod_news p {
	font-size: 0.9em;
}


/* -- F O O T E R -- */
#footer {
	font-size: .8em;
	margin-top: -10px;
}

#footer .logo {
	float: left;
	width: 170px;
	margin-right: 15px;
}

#footer .left, #footer .right {
	float: left;
	width: 355px;
	margin-top: 10px;
	padding-top: 3px;
	border-top: 5px solid #000;	
}

#footer .left {
	margin-right: 15px;	
}

/* misc */
.left, .right {
	float: left;
	width: 355px;
}
.left {
	margin-right: 15px;
}

.back {
	position: absolute;
	top: 0;
	right: 185px;
	background: url(../gfx/layout/back.gif) 0 0 no-repeat;
}

.back a:hover img {
	background: url(../gfx/layout/back.gif) -200px 0 no-repeat;
}

/* Errors */
p.error, span.error, .error p {
	color: red;
	margin-bottom: 0;
}

.error a {
	color: red;
	text-decoration: underline !important;
}

.hasError input {
	margin-bottom: 2px;
}

/* mediaboxAdvanced - black theme */
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000;cursor:pointer;}#mbOverlay.mbOverlayFF{background:transparent url(/plugins/mediabox/images/80.png) repeat;}#mbOverlay.mbOverlayIE{position:absolute;}#mbCenter{position:absolute;z-index:9999;left:50%;overflow:hidden;background-color:#000;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-box-shadow:0 10px 40px rgba(0,0,0,0.70);-webkit-box-shadow:0 10px 40px rgba(0,0,0,0.70);}
#mbCenter.mbLoading{background:#000 url(/plugins/mediabox/images/BlackLoading.gif) no-repeat center;-moz-box-shadow:none;-webkit-box-shadow:none;}#mbImage{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat;padding:10px;}#mbImage a,#mbImage a:link,#mbImage a:visited{color:#ddd;}
#mbImage a:hover,#mbImage a:active{color:#fff;}#mbBottom{min-height:20px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#999;text-align:left;padding:0 10px 10px;}#mbTitle{display:inline;color:#fff;font-weight:bold;line-height:20px;font-size:12px;}#mbNumber{display:inline;color:#999;line-height:14px;font-size:10px;margin:auto 10px;}#mbCaption{display:block;color:#999;line-height:14px;font-size:10px;}
#mbPrevLink,#mbNextLink,#mbCloseLink{display:block;float:right;height:20px;margin:0;outline:none;}#mbPrevLink{width:69px;background:transparent url(/plugins/mediabox/images/BlackPrevious.gif) no-repeat center;}#mbNextLink{width:41px;background:transparent url(/plugins/mediabox/images/BlackNext.gif) no-repeat center;}#mbCloseLink{width:46px;background:transparent url(/plugins/mediabox/images/BlackClose.gif) no-repeat center;}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:bold;text-decoration:underline;}
#mbImage object {color: #000;}
/* SLIMBOX */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}.lbLoading{background:#fff url(/plugins/slimbox/css/loading.gif) no-repeat center;}#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink{left:0;}#lbPrevLink:hover{background:transparent url(/plugins/slimbox/css/prevlabel.gif) no-repeat 0 15%;}#lbNextLink{right:0;}#lbNextLink:hover{background:transparent url(/plugins/slimbox/css/nextlabel.gif) no-repeat 100% 15%;}#lbBottom{font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;}#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(/plugins/slimbox/css/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}#lbCaption{font-weight:bold;}