/*
TurboCSS - frontend framework
Copyright (C) 2009 TuboCSS, www.turbocss.com
Creative Commons Attribution-Share Alike 3.0 License
*/


/* ------------------------------------------------------------------------------------------ 
	RESET - based on Eric Mayer CSS Reset v1.0 (http://meyerweb.com/eric/tools/css/reset/)
--------------------------------------------------------------------------------------------- */
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, small, 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;
}




/* ------------------------------------------------------------------------------------------ 
	BASE
--------------------------------------------------------------------------------------------- */
body{
	background-color: #fff; background-position: center top; background-repeat: no-repeat; text-align: center; color: #000;
}
hr, .hide{
	display: none;
}		
abbr, acronym{
	border-bottom: 1px dotted #999; cursor: help;
}


/* Clear Floated */
.clear {
	clear: both; font-size: 0; height: 0; line-height: 0; overflow: hidden;
}
.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.clearfix {
	display: inline-block;
}
		
	/* Hides from IE-mac \*/ 
	* html .clearfix {
		height: 1%;
	}
	
	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */


/* Link */	
a{
	color: #1a8ca5; text-decoration: none;
}
a:hover, a:active{
	color: #1a8ca5; text-decoration: underline;
}


/* Accessibility Navigation */	
#accessibility-nav{
	position: absolute; left: -9999px;
}



/* ------------------------------------------------------------------------------------------ 
	TYPOGRAPHY
--------------------------------------------------------------------------------------------- */
body{
	font: 62.5% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal; line-height: 1.3em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
input, textarea, select{
	font: 1.1em Arial, Helvetica, sans-serif;
}



/* ------------------------------------------------------------------------------------------ 
	IMAGE REPLACEMENT
--------------------------------------------------------------------------------------------- */
.ir{
	display: inline; position: relative; overflow: hidden;
}
.ir span{
	position: absolute; left: 0; top: 0; width: inherit; height: inherit; background-repeat: no-repeat;
}
a.ir span{
	cursor: pointer;
}



/* ------------------------------------------------------------------------------------------ 
2. LAYOUT
--------------------------------------------------------------------------------------------- */
.container{
	width: 895px; margin: 0 auto; text-align: left; position: relative; font-size: 1.2em;
}
#content{
	float: left; position: relative; margin-bottom: 30px; width: 420px; padding-right: 40px; 
}
#sidebar{
	float: left; position: relative; margin-bottom: 30px; width: 285px; padding-top: 25px;
}
#secondary{
	float: left; width: 130px; padding-right: 20px; padding-top: 25px; margin-bottom: 100px; position: relative; overflow: hidden; font-size: 11px;
}
#footer{
	background: #1a8ca5 url(../images/footer_bg.gif) no-repeat top; clear: both; float: none; font-size: 11px; color: #fff; padding: 30px 15px; width: 865px; overflow: hidden; clear: both;
}
#pagepref{
	clear: both; width: 100%; overflow: hidden; margin-bottom: 20px;
}



/* Banner */
.page-banner{
	width: 100%; background-color: #292929; background-repeat: no-repeat; background-position: center top; display: block; overflow: hidden; height: 620px; position: absolute; left: 0; top: 0;
}
.page-banner .binder{
	position: absolute; bottom: 0; left: 0; background: url(../images/binder_bg.gif) repeat-x; width: 100%; height: 63px;
}
#homepage .page-banner{
	background-image: url(../../_uploads/pagephoto/homepage.jpg);
}
#aboutpage .page-banner{
	background-image: url(../../_uploads/pagephoto/aboutpage.jpg);
}
#contactpage .page-banner{
	background-image: url(../../_uploads/pagephoto/contactpage.jpg);
}
#presspage .page-banner{
	background-image: url(../../_uploads/pagephoto/presspage.jpg);
}
#filmspage .page-banner{
	background-image: url(../../_uploads/pagephoto/filmspage_archive.jpg);
}
.singlepage .page-banner{
	background-image: url(../../_uploads/images/aboutpage_bg.jpg);
}
#newspage .page-banner{
	background-image: url(../../_uploads/pagephoto/newspage_archive.jpg);
}
#newspage.singlepage .page-banner{
	background-image: url(../../_uploads/pagephoto/newspage_single.jpg);
}
#gallerypage .page-banner
{
	background-image: url(../../_uploads/pagephoto/gallerypage_archive.jpg);
}

#mediapage .page-banner
{
	background-image: url(../../_uploads/images/contactpage_bg.jpg)
}



/* Header */
#header{
	position: relative; width: 100%; height: 600px; clear: both;
}

#header h1, #header h1 span, #header a.logo, #header a.logo span {
		display: block;
		width: 128px;
		height: 65px;
		overflow: hidden;
	}
	
	#header h1, #header a.logo {
		position: relative;
	}
		
	#header h1 span, #header a.logo span {	
		position: absolute; 
		top: 1px;
		left: 15px;
		z-index: 10;
		background: url(../images/logo.gif) no-repeat;
	}

	#header a.logo span {	
		cursor: pointer;
	}

#navigation{
	position: absolute; left: 0; top: 0; width: 615px; height: 46px; background: url(../images/navigation_bg.png) no-repeat; padding: 29px 0 0 280px; font-size: 15px; line-height: 1em; z-index: 5;
}
#navigation li{
	float: left;
}
#navigation li a{
	display: block; float: left; padding: 0 15px; color: #fff; border-right: 1px solid #fff;
}
#navigation li a:hover{
	color: #a4d8e3; text-decoration: none;
}
#navigation li.last a{
	border: none;
}

#pagepref a.backpage{
	float: left; font-weight: bold; color: #000; background: url(../images/btn_back.gif) no-repeat left; display: block; padding-left: 15px;
}
#pagepref .lang{
	float: right; font-size: .9em
}
#pagepref .lang a{
	color: #000;
}



/* Content */
#content blockquote{
	font-size: 26px;
}
#content blockquote .attr{
	font-size: .5em; color: #666;
}
.singlepage #content h1{
	font-weight: bold; font-size: 12px; margin-top: 25px; margin-bottom: 1.5em; color: #188ba6; border-bottom: 1px solid #d5d5d5; border-top: 1px solid #d5d5d5; padding: 10px 0;
}
#content h2{
	font-weight: bold; font-size: 14px; margin-bottom: 1em;
}
#newspage #content h2{
	font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 10px;
}
#newspage.singlepage #content h2{
	border-bottom: none;
}
#newspage.singlepage #content h2{
	color: #1a8ca6;
}
#content .mod-quote{
	width: 100%; padding: 0 0 15px;
}
#content .mod-section{
	width: 100%; overflow: hidden; padding: 15px 0;
}
#content .mod-border{
	border-bottom: 2px solid #d5d5d5;
}

#content .entry-film, #content .entry-page, #content .entry-press{
	width: 100%; overflow: hidden; padding-bottom: 10px;
}
.archivepage #content .entry-film{
	border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 15px;
}
/*#content .entry-film .mod-body{
	float: left; width: 310px; padding-right: 15px;
}*/
#content .entry-film .mod-thumb{
	float: left; width: 115px; overflow: hidden;
}
#content .entry-film .mod-thumb img{
	max-width: 115px; 
}
/*
#content .entry-page .mod-body{
	padding-top: 15px;
}
*/
#content .entry-page p, .singlepage #content .entry p{
	margin: 0 0 1.3em;
}

#content .entry-news{
	width: 100%; overflow: hidden; padding-bottom: 1em;
}
.archivepage #content .entry-news, .archivepage #content .entry-press{
	border-bottom: 1px solid #ccc; padding: 0 0 15px; margin: 0 0 10px;
}
#content .entry-news h3, #content .entry-press h3{
	font-weight: bold; margin-bottom: .3em; font-size: 1.2em; display: block; width: 100%;
}
#content .entry-news .mod-body{
	line-height: 1.4em; margin-bottom: 15px;
}
#content .entry-news .date{
	font-style: italic;
}

#newspage #content{
	padding-top: 25px;
}

.archive-films{
	margin-top: 25px; border-bottom: 2px solid #a9a9a9; padding-bottom: 15px;
}
.archive-films h2{
	padding: .5em 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
}
.archive-films ul{
	list-style-type: disc; padding-left: 1em;
}
.archive-films ul li{
	margin-bottom: .5em; font-weight: bold;
}
.archive-films ul li a{
	color: #000;
}

#presspage #content{
	margin-top: 25px;
}
#presspage #content .entry-presss{
	border-top: 1px solid #ccc; padding-top: 15px; margin: -1px 0 0;
}
#content .entry-press .source{
	font-weight: normal; font-size: 1em; float: left; margin: 0 0 7px; width: 300px;
}
#content .entry-press .source span{
	font-weight: bold;
}
#content .entry-press .date{
	float: left; clear: left; width: 310px; font-size: 11px; font-style: italic;
}
#content .entry-press .attachments{
	float: right; width: 100px; font-size: 11px; text-align: center;
}
#content .entry-press .attachments a{
	display: block; background: url(../images/icon_pdf.gif) no-repeat center top; padding-top: 40px; color: #666; text-decoration:  underline
}
#content .entry-press h3{
	margin-bottom: 1em;
}
#presspage #content h2{
	font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 10px;
}


#contactpage #content{
	margin-top: 25px;
}
#contactpage #content h2{
	font-size: 1.4em;
}
.contact-form p{
	width: 100%; overflow: hidden; margin-bottom: 15px;
}
.contact-form p label{
	display: block; color: #444;
}
.contact-form p textarea{
	width: 91%;
}
.contact-form p input{
	margin-bottom: 5px; width: 90%; font-weight: bold;
}
.contact-form .contact-submit .pushbutton-wide{
	width: auto; padding: 7px 15px; display: block; background: #1a8aa2; color: #fff; border: none; font-size: .9em
}
#content .post .entry{
	line-height: 1.4em;
	margin-bottom: 20px;
	overflow: hidden;
}
#content .post .trailer{
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding-top: 10px;
}

#gallerypage #content{
	width: 740px; padding-right: 0; margin-top: 25px;
}


.navigation{
	width: 100%; overflow: hidden; padding-top: 10px;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}



/* sidebar */
#sidebar .title{
	background: url(../images/sidebar_title_bg.gif) no-repeat; width: 255px; height: 26px; padding: 15px 15px 0; font-weight: bold; color: #fff; font-size: 14px; line-height: 1em; margin-bottom: 10px;
}
.mod-flickr, .mod-news, .mod-awards{
	width: 285px; background: #e7e7e7 url(../images/mod_sidebar_bg.gif) no-repeat bottom; padding: 0 0 15px; overflow: hidden; margin-bottom: 25px;
}
.mod-archive{
	width: 285px; overflow: hidden; margin-bottom: 25px;
}
.mod-flickr ul{
	width: 265px; padding: 0 10px 10px; overflow: hidden; font-size: 11px;
}
.mod-flickr ul li{
	float: left; padding: 3px 5px; line-height: 1em;
}
.mod-flickr p{
	padding: 0 15px;
}
.mod-flickr a{
	color: #000;
}
.mod-flickr a:hover{
	text-decoration: none;
}
.mod-flickr .clr-red{
	color: #ff0084;
}
.mod-flickr .clr-blue{
	color: #0063dc;
}
.mod-download{
	padding-bottom: 25px;
}
.mod-download li{
	padding: 10px 0 10px 40px;
	line-height: 1.3em;
	font-size: 0.9em
}
.mod-download .list-pdf{	
	background: url(../images/icon_pdf.gif) no-repeat left;
}
.mod-download li a{
	color: #666;
	text-decoration: underline;
}

.mod-news ul, .mod-awards ul{
	width: 285px; padding: 0 0 10px; overflow: hidden;
}
.mod-awards ul{
	padding: 0;
}
.mod-news ul li{
	padding: 10px 15px; border-bottom: 1px solid #d4d4d4;
}
.mod-news ul li a, .mod-awards ul li a{
	color: #000;
}
.mod-news ul.list-news span{
	display: block; font-weight: bold;
}
.mod-awards ul{
	padding-left: 15px;
}
.mod-awards ul li{
	padding: 0 15px 10px 0; list-style-type: square; margin: 0 15px;
}

.mod-archive{
	width: 285px; overflow: hidden; margin-bottom: 25px;
}
.mod-archive h3{
	float: left; display: block; margin-right: .5em; font-weight: bold;
}



#content h3#comments, #respond h3{
	font-size: 14px; font-weight: bold; margin-top: 30px; margin-bottom: 1.3em; padding-bottom: .7em; color: #fff; background: #000; padding: .5em 1em;
}

.comment-body{
	clear: both; width: 100%; overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc;
}
.comment-body .avatar{
	float: right; padding-left: 20px; padding-bottom: 15px;
}
.comment-body cite{
	font-weight: bold; font-style: normal;
}
.comment-body cite a{
	color: #000;
}
.comment-body .comment-meta{
	margin-bottom: .5em;
}
.comment-body .comment-meta, .comment-body .comment-meta a{
	color: #666; font-size: 11px;
}

#commentform p{
	margin: 0 0 1em;
}
#commentform label{
	color: #666;
}
#commentform textarea{
	width: 98%;
}
#commentform #submit{
	background: #1a8ca5; padding: .3em .7em; color: #fff; border-top: 1px solid #71bbcb; border-right: 1px solid #086377; border-bottom: 1px solid #086377; border-left: 1px solid #71bbcb;
}


/* Secondary */
#secondary h3{
	font-weight: bold; margin: 0 0 1em; font-size: 12px;
}
#secondary p{
	margin: 0 0 1em;
}
.mod-address{
	margin: 0 0 150px; line-height: 1.2em;
}
.mod-address .type{
	font-weight: bold;
}

h2.page-title{
	font-weight: bold; font-size: 18px; margin: 0 0 1em;
}


ul.sub-nav{
	font-size: 12px;
}
ul.sub-nav a{
	display: block; color: #000; padding: 10px 0;
}
ul.sub-nav li.current_page_item a{
	font-weight: bold;
}

.mod-feed{
	display: block; width: 130px; position: absolute; left: 0; bottom: 150px; font-size: 11px;
}
.mod-feed a{
	color: #000; background: url(../images/icon_feed.gif) no-repeat left top; padding-left: 35px; display: block; height: 33px;
}

ul.recent-list{
	padding: 0 0 50px; font-size: 11px;
}
ul.recent-list li{
	border-bottom: 1px solid #ccc; padding: .5em 0;
}

.thumb-photo{
	margin-bottom: 80px;

}


/* Footer */
#footer .nav{
	float: left; padding-left: 145px; width: 410px;
}
#footer .copy{
	float: left; padding-left: 50px; width: 255px;
}
#footer a{
	font-weight: bold; color: #fff;
}