/* @override 
	http://localhost:8888/wp-content/themes/thesis_18/custom/custom.css?050710-125744
	http://localhost:8888/wp-content/themes/thesis_181/custom/custom.css
*/

/* orbit css */


/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */


#featured { 
	width: 940px;
	height: 450px;
	background: #593325 no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -20px;
	right: 0px;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background-color: #fff4dd;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-color: #71b796;
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
    
/* end orbit css */


@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('/wp-content/themes/thesis_181/custom/font/TitilliumText22L002-webfont.eot');
    src: url('/wp-content/themes/thesis_181/custom/font/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/thesis_181/custom/font/TitilliumText22L002-webfont.woff') format('woff'),
         url('/wp-content/themes/thesis_181/custom/font/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('/wp-content/themes/thesis_181/custom/font/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, li, ul, a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606362;
	
}

h1, h2, h3{
	font-family: "TitilliumText22LLight", Arial, sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
}

#page {
	padding: 0px;
}
div#container {
	background-color: #593325;
	margin: 0;
	width: auto;
	min-width: 960px;
}

body.custom.home, body{
	background-color: #fff4dd;
}

#header {
	padding: 0px;
	background-color: #fff4dd;
	border: none;
}

.menu a{
	text-transform: none;
}

ul#menu-fft-menu.menu {
	float: right;

}

ul#menu-fft-top.menu, div.menu-fft-menu-container, div.widget_container, div.navigation, div.big_banner, div#content_box {
	margin: 0 auto;
	width: 960px;
}

div#content_box{
	margin-top: 20px;
}



div.menu-fft-top-container {
	background-color: #593325;
}

ul#menu-fft-top.menu li {
	float: right;
}
ul#menu-fft-top.menu li a {
	background-color: #593325;
	height: 20px;
	padding: 5px 15px 0;
	font-size: 14px;
	color: #f2e6ce;
	font-family: "TitilliumText22LLight", Arial, sans-serif;
}
ul#menu-fft-top.menu li a:hover {
	
	background-color: #6d3e2d;	
}

ul#menu-fft-top.menu #menu-item-97 a , ul#menu-fft-top.menu #menu-item-215 a {
	margin-right: 30px;
	color: #fff;
}

div.navigation {
	height: 125px;
}
img.logo_img {
	float: left;
	width: 250px;
	padding-top: 25px;
	padding-left: 20px;
}
h1.logo_title {
	float: left;
	padding-top: 50px;
	padding-left: 20px;
}

ul#menu-fft-menu  a{
	background-color:  #fff4dd;
	font: 24px 'TitilliumText22LLight', Arial, sans-serif;
	padding-top: 53px;
	padding-bottom: 47px;
	color: #593325;
	letter-spacing: inherit;
}

ul#menu-fft-menu  a:hover{
	background-color:  #fffaf0;	
}
ul#menu-fft-menu .current_page_item a{
		color: #71b796;
}


menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
	background-color: #fceac1;
}

/* content : non-front */

div.format_text p a {
	color: #71b796;
	text-decoration: none;	
}

div.news_posting_date {
	font-size: 12px;
}

div.format_text p a:hover, li.news_entry a:hover {
	text-decoration: underline;	
}



/* banner */

div.big_banner{
	height: 330px;
}
div#big_banner_container {
	height: 330px;
	background-color: #593325;
}

#content {
background-color: #fff4dd;	
width: 620px;
padding-right: 20px;
}


div.image1{
	background: #593325 url(images/Startbild1.jpg) no-repeat;
}

div.image2{
	background: #593325 url(images/Startbild2.png) no-repeat;
}

div.image3{
	background: #593325 url(images/Startbild3.jpg) no-repeat;
}


div.image4{
	background: #593325 url(images/Startbild4.jpg) no-repeat;
}

.orbit div, div.banner_content{
	padding: 20px;
	height: 290px;
	width: 920px;
	background-position: 20px 45px;
}


#featured div.banner_content h1 {
	padding-left: 500px;
	padding-top: 60px;
	font-size: 36px;
	width: 400px;
}
#featured div.banner_content h2 {
	margin-left: 500px;
	width: 390px;
	padding-top: 20px;
	font-size: 24px;
}


/*div#featured, div.orbit-wrapper{
	height: 290px;
	width: 920px;
}
*/



/* widgets */


div.widget {
	width: 300px;
	padding: 10px;
}

div.widget_row {
	float: left;	
}


h2.widget_title, h2.widget_title a {
	font-family: "TitilliumText22LLight", Arial, sans-serif;
	font-size: 24px;
	color: #71b796;
	padding-top: 20px;
	padding-bottom: 10px;
}

ul.widget_content, .widget_content p {
	font-size: 14px;
}


#twitter_widget {
	background: url(images/twitter.png) no-repeat 83px 10px;
	
}

a.banner_filmfestival {
	height: 95px;
	width: 130px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: left;
	display: block;
	text-indent: -9999px;
}


a.banner_filmfestival_2010 {
	height: 150px;
	width: 300px;
	display: block;
	text-indent: -9999px;
	padding-bottom: 5px;
}



/* news */

h2.entry-title a, div.format_text h2 {
	font: 24px 'TitilliumText22LLight', Arial, sans-serif;
	color: #593325;
	letter-spacing: inherit;	
}

h2.entry-title, div.format_text  {
	margin-top: 20px;

	
}

abbr.published {
	font: 12px 'TitilliumText22LLight', Arial, sans-serif;
	text-transform: none;
	cursor: auto;
}

p, li.news_entry a {
	font-size: 14px;	
	line-height: 1.5em;		
}


li.news_entry {
	height: 60px;
	padding-left: 55px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style: none;
	background: url(images/news.png) no-repeat 0 10px;
}


/*   sidebar */

#sidebars{
	padding-top: 75px;
	width: 320px;
	
}

#sidebars h2.widget_title {
	padding-bottom: 5px;
}

#sidebars div.widget {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;

}

.sidebar_item h2 a, .sidebar_item h2{
	font-size: 20px;
}
.sidebar_item h2 a:hover, h2.widget_title a:hover{
	text-decoration: underline;
}

h1.entry-title {
	font-size: 36px;
	color: #71b796;
}


#archive_intro h1, div.headline_area h1  {
	color: #71b796;
	font-size: 40px;
}

div.headline_area, #archive_intro {
	margin-bottom: 40px;
	padding: 0px;
}


.post_box {
		border-top: 1px solid #BBB;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px;
		position: relative;
}

.top{
	border: none;	
	padding-top: 0px;
	
}

#title_blog {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
}


#twtr-widget-1 div.twtr-doc div.twtr-hd {
	display: none;
}

div.twtr-tweet {
	margin-left: -7px;
}


a#english {
	text-indent: -9999px;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 550px;
	top: 12px;	
	background: url(images/eng.gif) no-repeat;
}
a#german {
	text-indent: -9999px;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 550px;
	top: 12px;
	background: url(images/ger.gif) no-repeat;
}


/* contact form */



input.wpcf7-text, .your-message textarea {
	width: 60%;
}

#wpcf7-f1-p20-o1  input.wpcf7-submit {
	width: 20%;
	height: 35px;
	font: 16px 'TitilliumText22LLight', Arial, sans-serif;		
	background-color: #71b796;
	color: #fff;
}

.form-label{
	display: inline-block;
	width:  160px;
}


/* donate */


.post_box div.format_text form input {
	width: auto;	
}


/* fesetival */

h2.price_title{
	margin-top: 0px;
}


#festival_nav a {
	padding: 10px;
	background-color: #593325;	
	color: #fff4dd;
	text-decoration: none;
	font-size: 14px;
}
#festival_nav a:hover{
	background-color: #71b796;
}

div#venue_nav{
	text-align: center;
	height: 100px;
}

#venue_nav a {
	font: 24px 'TitilliumText22LLight', Arial, sans-serif;		
	background-color: #71b796;
	color: #fff4dd;
	padding: 30px 0px 25px 0px;
	border: 1px solid #593325;
	display: block;
	width: 295px;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
#venue_nav a:hover{
	background-color: #593325;
}





/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


