@CHARSET "UTF-8";



/* =Global reset styles
--------------------------------------------------------------------- */
			
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,
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;
}
pre { display:none; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1; /* sets baseline line height for the document */
	z-index:1;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
 
img, 
#close
{ 
	behavior: url("assets/scripts/iepngfix.htc"); /* relative to html not the css */
}

/* Additional reset styles 
--------------------------------------------------------------------- */

/* Reset Global reset to values we would expect for some elements */
strong		{ font-weight: bold;}
 
/* Remove Mozilla's dashed borders */
a 	{outline:none;}
a:active {outline:none;}

/* Remove border around fieldset even on Opera 7 */
fieldset {
  border: solid 0 transparent;
}

/* Remove blue border around linked images */
a img {
	border: 0;
}
.fl
{
	float:left;
}
/*
--------------------------------------------------------------------- */


	body { 
		font-family: Arial, Helvetica, Sans Serif;
	}
	
	h1, h2, h3 {
		font-weight: normal;
	}
	
	a {
		color: #786658;
		text-decoration: underline;
	}
	
	#container {
		margin: auto;
		padding-top: 25px;
		width: 850px;
	}
	
	



	
	#header {
		padding-bottom: 30px;
	}
	
	#header h1 {
		width: 400px;
		background: #FFF url('../assets/zeitguised.jpg') left top no-repeat;
	}

	#header a {
		text-decoration: none;	
	}	

	#header h1 {
		float: left;
		clear: left;
		width: 400px;
		height: 35px;
	}
	
	#header h1 span {
		display: none;
	}
	
	#header h1 small {
		display: block;
		float: left;
		margin-top: 19px;
		font-size: 0.7em;
		color: #999db5;
	}

	#menu {
		float: right;
	}

	#menu li {
		float: left;
		font-size: 0.8em;
	}
	
	#menu .divide {
		padding-right: 5px;
		margin-right: 5px;
		border-right: solid 1px #CCC;
	}

	#menu li a {
		color: #786658;
	}	
	
	#header, #footer {
		height: 40px;
		width: 99.5%;
		float: left;
		clear: both;
	}
	
	#footer {
		padding-top: 20px;
		font-size: 0.7em;
		color: #999;
	}


	
/* =PROJECTS
--------------------------------------------------------------------- */
	
	#portfolios {
		float: left;
		clear: both;
		width: 960px;
	}
	
	.push-right {
		margin-right: 20px;
	}
	
	.portfolio {
		width: 415px;
		float: left;
				
	}
	
	.portfolio li h1 {
		border-top: solid 1px #CCC;
		padding-top: 7px;
		width: 115px;
		margin-right: 15px;
		float: left;
		clear: left;
		font-size: 0.8em;
		color: #999db5;
	}
	
	.projects {
		width: 280px;
		float: left;
		clear: right;
	}
	
	.projects li {
		border-top: solid 1px #CCC;
		padding-top: 7px;
		margin-bottom: 7px;
		float: left; 
		clear: both;
		width: 100%;
	}
	
	.project .thumbnail {
		background-color: #CCC;
		width: 128px;
		height: 72px;
		float: left; 
		clear: left;
	}

	.project .details {
		float: right; 
		clear: right;
		text-align: left;
		width: 145px;
		font-size: 0.8em;
	}
	
	.project h2 a {
		color: #786658;
		text-decoration: none;
	}
	
	.project h2 {
		margin-bottom: 5px;
	}
	
	.details small {
		float: left;
		clear: both;
		color: #999db5;
	}
	
	.details p {
		color: #786658;		
	}

	
/* =INDIVIDUAL PROJECT
--------------------------------------------------------------------- */

	#project {
		width: 860px;
	}	

	#project-nav {
		margin-bottom: 15px;
	}

	#project-nav a {
		text-decoration: none;
	}
	
	#project #details {
		float: right;
		clear: right;
		padding-top: 20px;
		border-top: solid 1px #CCC;
		width: 270px;
		margin-right: 10px;
		font-size: 0.8em;
	}
	
	#project #details h1 {
		margin-bottom: 10px;
		color: #786658;
	} 
	
	#project #details h2 {
		margin-bottom: 10px;
		color: #999db5;
	} 
	
	#project #details small {
		color: #999db5;
	} 
	
	#project #details p {
		line-height: 18px;
		margin-bottom: 10px;
		font-size: 0.9em;
		color: #786658;
	} 
	
	#project #assets {
		float: left;
		clear: left;
		width: 560px;
		margin-right: 20px;
		padding-top: 20px;
		border-top: solid 1px #CCC;
	}
	
	#project #assets li {
		margin-bottom: 10px;
	}
	
	hr {
		width: 20px;
		border: solid 0px #FFF;
		border-top: solid 1px #CCC;
		float: left;
		clear: both;
		margin: 15px 260px 15px 0;
	}


	
/* =PAGE
--------------------------------------------------------------------- */

	#page {
		float: left;
		clear: both;
		width: 100%;
		border-top: solid 1px #CCC;
	}

	#page h1 {
		padding: 10px 0 10px 0;
		width: 100%;
		float: left;
		clear: both;
	}

	#page h1,
	#page h2,
	#page h3 {
		color: #786658;
		font-size: 0.8em;
		font-weight: bold;
		margin-top: 10px;
	}

	#page h3 {
		font-size: 0.7em;
		font-weight: normal;
		margin-top: 30px;
	}

	#page h3 {
		font-size: 0.7em;
		font-weight: normal;
		margin-top: 30px;
	}

	#page p {
		clear: both;
		color: #786658;
		font-size: 0.8em;
		line-height: 20px;
		margin-top: 10px;
	}

	#page #imprint p {
		color: #CCC;
	}


