/* CSS Stylesheet 
colors: grey #717171; green #99cc66
*/

* {
	margin:0px;
	padding:0px;
	border:none;
}

/* div {border: 1px solid red;}*/

body {

	background:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #717171;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-align:justify;
	size: 12px;
	color:#717171;
	margin: 0px auto;
}

#header {
	margin: 0px auto;
	vertical-align:center;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	background-position: top left;	
	width: 900px;
	height:195px;

}
/* ------------------content styles ----------------------------*/

#content {
	margin: 0px auto;
	vertical-align:center;
	background-image:url('../images/content.jpg');
	background-repeat:no-repeat;
	background-position: top left;	
	width: 900px;
}

#content_text {
        width: 650px;
        height: 365px;
	font-size:12px;
        overflow:auto;
        margin:0 0 0 100px;
	padding:10px;
}


#content_text h2.entry-title {
	padding-bottom: 10px;
	background: none;
	}
	
#content_text p.meta {
	font-size: 12px;
	background: url(../images/border.gif) left bottom repeat-x;
	}

	
#content_text table {
	border-collapse: collapse;
	}

ul li{
	list-style:none;
	float:left;
}

.img {
	border:none;
	margin:0px 15px 10px 0;
}

/* ----------- sections -----------*/

.section_content {
	line-height:18px;
	font-size:12px;
	font-weight:normal;
	color:#717171;
} 

/*.project {
float:left;
}*/

/* ------------ Showreel ----------*/

div.showreel_left {
	width: 230px;
	margin: 0 10px 5px 0;
	float:left;	
	border:1px solid #ffffff; 

}

div.project_thumb {
	margin: 5px 0 0 0;
	border:1px solid #ffffff; 
}

div.project_link {
	border:1px solid #ffffff; 
}

div.showreel_right {
	width: 350px;
	margin: 0 0 5px 10px;
	float:left;	
	border:1px solid #ffffff; 
}

div.project_description {
	margin: 5px 0 0 0;
	border:1px solid #ffffff; 
}



#footer {
	margin: 0px auto;
	vertical-align:center;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	width: 900px;
	height:191px;
}

div#no-player{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 120px;
	margin-top: -60px;
	margin-left: -200px;
	text-align: center;
}

h1 {
	font: normal;
	font-size:18px;
	font: bold;
	color:#717171;
	line-height:16px;
	padding:0 0 15px 0px;
}

h2 {
	font: normal;
	color:#99cc66;
	font-size: 14px;
	line-height:18px;
	background: url('../images/list_point.gif') left top no-repeat;
	padding: 0 0 5px 20px;
}

h3 {
	font: bold;
	color:#717171;
	line-height:16px;
	font-size: 12px;
	}
h4 {
	font: bold;
	color:#99cc66;
	line-height:16px;
	font-size: 12px;
	}
hr {
	display: none;
}

/* ------------------ navigation ----------------------*/

a:link { text-decoration:none; color:#717171; border:none;}
a:visited { text-decoration:none; color:#717171; border:none;}
a:hover { text-decoration:none; color:#99cc66; border:none;}
a:active { text-decoration:none; color:#99cc66; border:none;}

.crew_links a { text-decoration:none; color:#99cc66; border:none;}

.navitation a:link { text-decoration:none; color:#717171; border:none;}
.navitation a:visited { text-decoration:none; color:#717171; border:none;}
.navitation a:hover { text-decoration:none; color:#99cc66; border:none;}
.navitation a:active { text-decoration:none; color:#99cc66; border:none;}

.subnavigation a:link { text-decoration:none; color:#333333; border:none;}
.subnavigation a:visited { text-decoration:none; color:#333333; border:none;}
.subnavigation a:hover { text-decoration:none; color:#666666; border:none;}
.subnavigation a:active { text-decoration:none; color:#666666; border:none;}


.navigation_noflash {
	position:absolute;
	margin: 30px 0	0 60px;
	width: 510px;
	height: 45px;
	font-size: 13px;
}

.navigation_noflash ul li {
	padding: 0 5px;
}

.subnavigation_noflash ul li {
	padding: 0 7px;

}

.subnavigation_noflash {
	position:absolute;
	margin: 50px 0 0 100px;
	width: 200px;
	height: 25px;
	font-size:11px;
}

.active {color:#99cc66;}

#languages {
	font-size:0.8em;
	margin: 100px 0 0 130px;
}

/*.navigation a {
	display:block;
	text-indent:-1500%;
	position: absolute;
	outline:none;
	text-decoration:none;
	
}

.navigation a:hover {
	background-position: left bottom;
}

.navigation .active {
	background-position: left bottom;
}
*/
	.navigation .home {
		width:86px;
		height:45px;
		background-image:url('images/btn_home.gif');
		background-repeat:no-repeat;
		left:0;
	}

	.navigation .news {
		width:82px;
		height:45px;
		background-image:url('../images/btn_news.gif');
		background-repeat:no-repeat;
		left:86px;
	}

	.navigation .showreel {
		width:112px;
		height:45px;
		background-image:url('images/btn_showreel.gif');
		background-repeat:no-repeat;
		left:164px;

	}
	
	.navigation .philosophie {
		width:131px;
		height:45px;
		background-image:url('images/btn_philosophie.gif');
		background-repeat:no-repeat;
		left:275px;
	}
	
	.navigation .crew {
		width:87px;
		height:45px;
		background-image:url('images/btn_crew.gif');
		background-repeat:no-repeat;
		left:404px;
	}
	
.subnavitation .links {
	width:96px;
	height:28px;
	background-image:url('images/btn_links.jpg');
	background-repeat:no-repeat;
	left:630px;
	top:32px;
}
	
.subnavitation .kontakt {
	width:96px;
	height:28px;
	background-image:url('images/btn_kontakt.jpg');
	background-repeat:no-repeat;
	left:725px;
	top:32px;
}

.subnavitation .impressum {
	width:96px;
	height:28px;
	background-image:url('images/btn_kontakt.jpg');
	background-repeat:no-repeat;
	left:725px;
	top:32px;
}	

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */
/*
#content_text {
margin: 0px auto;
\width: 600px;
w\idth: 600px;
} 
*/
/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* search
----------------------------------------------- */

#search {
	width:300px;
	height: 30px;
	margin: 120px 0 0 135px;
	font-size: 0.8em;
}
	
#search label {
	color:#ffffff;
	font-size: 0.8em;
	}
#search-input {
	font-size: 0.8em;
	width: 12em;
	border: 1px solid #aaa;
	}
#search-submit {
	font-size: 0.8em;
	width: 4em;
	background:none;
	color:#ffffff;
	}
	


/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

.clear {
	clear:both;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* archive */

dl#archive dt {
	font: 2.4em/1 sans-serif;
	width: 3em;
	float: left;
	}
dl#archive dt strong {
	font-weight: normal;
	}
dl#archive dd {
	margin-left: 7.2em;
	}

