/*design & code by horf*/
/*main colors and theme*/

body {
	background-color: #1a1a1a;
	}
	body * {
	color: inherit;
	}

/* firefox outline fix */
*:focus {
	outline: none;
	}
	
/* #B5B5B5 */
body, em, h2, #film, #contact, .footer {
	color: #B5B5B5;
	}
	
a, #film a {
	color: #00D1ED;
	text-decoration: none;
	font-weight: normal;
	}
	a:hover, a:focus, #film a:hover, #film a:focus, #film a.current {
		color: #80F6FF;
		}

.current {
	color: #80F6FF;
	}

body {
	font: 13px/22px "helvetica neue", helvetica, arial, sans-serif;
	}
	
h1 {
	position: relative;
	left: -3px;
	font-size: 54px;
	}
	
h2 {
	position: relative;
	left: -2px;
	font: 27px/22px bold italic "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 0px 0;
	}

p {
	margin: 0;
	}
	
	p.small
	{
	margin: 0 0 0 0;
	}
	
	.first_p
		{
		margin: 0 0 11px 0;
		text-indent: 0px;
		}

.italic {
	font-style: italic;
	}

em {
	background-color: transparent;
	}
		
em.bold {
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	font-size: 11px;
	}
	
small, .small {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	}
		
	.small_under_p {
	padding-top: 4px;
	}
	
.first {
	margin-top: 22px;
	}
.first_small {
	margin-top:21px;
	}

.last {
	margin-bottom: 66px;
	}

.full_text {
		margin-bottom: 14px;
		}

.full_text p {
	margin-bottom: 0px;
	}

.small_full_text {
	margin-bottom: 11px;
	}
	
.last_p {
	margin-bottom: 4px;
	}

.gallery_under_p {
	margin-bottom: 14px;
	}

.gallery_under_small {
	margin-bottom: 17px;
	}
	
/* line-height: 22px */
body, h2 {
	line-height: 22px;
	}
	
/* line-height: 18px */	
small, .small {
	line-height: 22px;
	}

.credits span {
	font-weight: normal;
	}


/*layout*/

/* base layout elements */

#background {
	position: relative;
	margin: 23px auto 23px auto;
	padding: 22px 22px 0px 22px;
	width: 968px;
	background-image: url(../presentation/background_pattern.png);
	}

	.container {
		margin: 0; 
		}
		.theme_intro {
		margin-bottom: -6px;
		background: url(../presentation/background.png) 60px bottom no-repeat;
		}
			.theme_content {
				margin-bottom: -6px;
				background: url(../presentation/background.png) 60px bottom no-repeat;
				}
				
		#content {
			position: relative;
			min-height: 400px;
			margin: 0;
			}
			#height_holder {
			height: 475px; 
			overflow: visible;
			margin: 0;
			}
			.portret {
			position: absolute;
			bottom: 0;
			margin: 0;
			}
			.footer {
			position: absolute;
			bottom: 0;
			height: 22px;
			}
	
#header {
	height: 92px;
	}

	

#trailer {
	position: relative;
	left: -11px;
	margin: 15px 0 11px 0;
	}
	
.thickbox {
display: inline;
}

.thickbox  div {
width: 176px;
height: 115px;
margin-bottom: 22px;
}

.small_text p {
font-weight: bold;
}

#navigation {
	margin-top: 4px;
	}

#gallery {
	margin: 14px 0 29px 0;
	}

#contact {
	margin-top: 27px;
	}
/*
#trailer {
	position: absolute;
	z-index: 0;
	margin-bottom: 19px;
	width: 572px;
	height: 292px;
	opacity: 0;
	}
*/

.credits {
	margin: 1px 0 44px 0;
	}
.text_last {
	margin-bottom: 88px;
	}
.text_first {
	margin-top: 21px;
	}
	.text_first_small{
	margin-top: 22px;
	}
	
/*
Thickbox
*/
#TB_window {
	background-color: #1a1a1a;
	background-image: url(../presentation/background_pattern.png);
	color: #cccccc;
	}

.element-style {
	width: 935px;
	}
	
#TB_caption  {
	height: auto;
	}

	
#TB_window, #TB_window img#TB_Image {
	border: 0px solid;
	}
	
#pic_title {
	position: absolute;
	margin-left: 171px;
	line-height: 150%;
	}
	
#TB_secondLine {
	font-size: 100%;
	line-height: 150%;
	color: #cccccc;
	}
	
	.nextprev {
		position: relative;
		left: -.6em;
		}
	
#TB_window a:link , #TB_window a:visited {
	color: #00D1ED;
	}

#TB_window a:hover, #TB_window a:active, #TB_window a:focus {
	color: #80F6FF;
	}
	
#TB_secondLine a, .TB_closeWindowButton {
	font-weight: normal;
	}

#TB_caption  {
	height: auto;
	}
	
