body {
	background: #000c06 url('/gfx/bg.jpg') repeat;
	color: #93bab5;
	font: 0.8125em 'lucida grande', tahoma, arial, "trebuchet ms", verdana, arial;
	line-height: 1;
}

a:active {
	color: #f78f1e;
}

#container {
	background: transparent url('/gfx/header.jpg') top center no-repeat;
	width: 960px;
	min-height: 570px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 150px;
}
#wrapper {
	margin: 0 40px;
}
#main {
	float: left;
	width: 655px;
}
#sidebar {
	float: right;
	width: 200px;
}

#poff_header {
	position: absolute;
	width: 880px;
}
#poff_header div {
	position: absolute;
	right: 20px;
	background: transparent url(../gfx/poff_header.png) no-repeat right;
	width: 123px;
	height: 168px;
}
#poff_header div a {
	display: block;
	width: 100%;
	height: 100%;
}


#poff_footer {
	float: right;
	width: 158px;
	height: 45px;
	background: transparent url(../gfx/poff_footer.png) no-repeat;
}


#ft {
	padding: 30px 65px;
}
#ft a {
	color: #235c52;
	text-decoration: none;
}
#ft a:hover {
	text-decoration: underline;
}
#archive {
	font-size: .8em;
	margin-bottom: 2em;
}
#archive .title {
	color: #004035;
}
#archive .year {
	margin-left: .3em;
}
#contact {
	color: #004035;
	font-size: .8em;
}



h1 {
	color: #ffffff;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: .5em;
}
#content h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
}
#content {
	background-color: #00130d;
	color: #93bab5;
	line-height: 1.8em;
	padding: 35px 50px;
	min-height: 100px;
}
#content p {
	margin-bottom: .8em;
}
#content a {
	color: #f78f1e;
	text-decoration: none;
	padding: 0 .2em;
	border-bottom: 1px dotted #f78f1e;
}
#content ul.program {
	margin-left: 2em;
}

#content #lang {
	float: right;
}


img.image-right {
	border: 2px #004035 solid;
	margin: 1.5em 0 1.5em 2em;
}
img.image-left {
	border: 2px #004035 solid;
	margin: 1.5em 2em 1.5em 0;
}



ul.blog_entries {
	list-style: none;
}
.blog_entries {
	margin-top: 2em;
}
.blog_entries .title {
	color: #f78f1e;
	font-size: 1.8em;
}
.blog_entries .title a {
	color: #c0b79e;
	padding-left: 0 !important;
}
.blog_entries .time {
	color: #d92c15;
	font-size: .8em;
	margin-left: .7em;
}
.blog_entries .comment_count {
	color: #893f3f;
	font-size: 1.2em;
	margin-left: .2em;
}
.blog_entries .excerpt,
.blog_entries .body {
	clear: both;
	display: block;
	margin: 1em 0 2em 0;
}
.blog_entries .excerpt {
	font-size: .9em;
	line-height: 1.7em;
}
.blog_entries .excerpt .more {
	margin-left: 1em;
	text-decoration: none;
}


.gallery .image {
	background-color: #272921;
	float: left;
	height: 120px;
	margin: 0 .5em .5em 0;
	width: 120px;
}
.gallery a {
	display: block;
	height: 100%;
	width: 100%;
}



#timetable {
	list-style: none;
	line-height: 1;
}
#timetable li {
	margin: 0 0 1em 0;
}
#timetable li.day {
	margin: 4em 0 1em 0;
}
#timetable li .weekday {
	color: #d92c15;
	font-size: 2em;
	font-weight: bold;
}
#timetable li .date {
	margin: 0 0 0 .3em;
}
#timetable li .image {
	float: left;
	width: 110px;
}
#timetable li .image a {
	border: 0;
}
#timetable li .info {
	float: right;
	width: 420px;
}
#timetable li .title {
	font-size: 1.3em;
	margin-bottom: .5em;
}
#timetable li .title a {
	padding: 0 !important;
}
#timetable li .country {
	color: #d92c15;
	font-size: .8em;
	margin-bottom: .7em;
}
#timetable li .director {
	font-size: .9em;
	margin: 0 0 1em 0;
}
#timetable li .screening {
	font-size: .9em;
	margin: 0 0 .7em 0;
}
#timetable li .screening span {
	background-color: #004035;
	padding: .2em .4em;
	margin-right: .2em;
}

#movies {
	float: left;
	width: 370px;
	margin-top: 1em;
}
#movies .header {
	color: #fff;
	padding: 1em 2em;
	background: #004035 url('/gfx/movies_header.jpg') no-repeat;
}
#movies .header .title {
	font-family: 'helvetica neue', arial, helvetica, tahoma;
	font-weight: bold;
	margin-bottom: .3em;
}
#movies .header select {
	font-size: .9em;
}
#movies .body {
	padding: 1em 2em;
	background-color: #00130d;
}
#movies .body a {
	color: #fff;
	text-decoration: none;
}
#movies .body .movie-title {
	font-weight: bold;
	margin-bottom: .4em;
}
#movies .body .movie-title a {
	display: block;
}
#movies .body .movie-title:hover a:after {
	content: ' \2192';
}
#movies .body .movie-country {
	color: #d92c15;
	font-size: .8em;
	margin-bottom: .4em;
}
#movies .body .movie-desc {
	font-size: .8em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
#movies .body .movie-time li {
	color: #d92c15;
	font-size: .8em;
	margin-bottom: .3em;
}
#movies .body .movie-time li span {
	color: #f78f1e;
}


#movie {
	margin-top: 1.5em;
}
#movie h2 {
	color: #f78f1e;
	font-size: 1.8em;
	margin: 0;
}
#movie b {
	color: #c0e6e1;
}
#movie .country {
	color: #d92c15;
	font-size: .9em;
}
#movie .genre span:hover a:after {
	content: ' \2192';
}
#movie .director {
	margin-bottom: 1em;
}
#movie .movie-time {
	margin-bottom: 1.5em;
}
#movie .movie-time li span {
	background-color: #004035;
	padding: .2em .4em;
	margin-right: .2em;
}
#movie img {
	margin: 0 0 1.5em 2em;
	border: 2px #004035 solid;
}


#md-blog {
	float: right;
	width: 250px;
	margin-top: 1em;
}
#md-blog .header {
	color: #fff;
	font-family: 'helvetica neue', arial, helvetica, tahoma;
	font-weight: bold;
	margin: 1em 0;
}
#md-blog .header span {
	color: #93bab5;
}
#md-blog ul li {
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: .5em;
}
#md-blog .entry-title a {
	color: #f78f1e;
	text-decoration: none;
}
#md-blog .entry-title a:hover {
	border-bottom: 1px dotted #f78f1e;
}
#md-blog .entry-published {
	color: #d92c15;
	font-size: .8em;
}