/*

La Robotique

version 0.5

(c)2008 malte müller
malte@electricgecko.de
electricgecko.de

*/


/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
    color: #000;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
    font-size: 8pt;
    line-height: 1.4em;
    background-position: 20px 5px;
    background-attachment: fixed;
    }


img { border: 0; }


/* typography */

p 	{ 
	
	}

em {
	font-weight: bold;
	font-style: normal;
}

h1, h2, h3, h4, h5 { 
	font-weight: normal; 
	}

h1 {
	position: fixed;
	width: 210px;
	height: 210px;
	top: 150px;
	left: 40px;
	background: transparent url(../i/h1-rbtq.png) no-repeat;
	display: none;
}

h3,h4 {
	font-family: Cochin, Times, "Times New Roman", "Georgia", serif;
	font-style: italic;
}

h3 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 25px 0;
}


h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 0 25px 0;
}

h5 {
	font-size: 1em;
	background: transparent url(../i/folio-dash.png) no-repeat;
	background-position: bottom left;
	margin: 40px 0 10px 0;
	padding-bottom: 5px;
	
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	}

/* links */

a {
	color: #000;
	text-decoration: none;
	-moz-outline-style: none;
	}

a:hover {
	background-color: #46e2ff;
}

a.image-link:hover, a.image-link:active {
	border: 0;
	background-color: transparent;
	-moz-outline-style: none;
}

a#foot-uplink {
	font-size: 8pt;
	letter-spacing: normal;
	line-height: 1em;
	font-weight: normal;
}

ul#folio-nav a:hover {
	border: none;
}

div#about-content p a, div#imprint p a {
	text-decoration: underline;
}

/* lists */

ul {
	list-style: none;
	margin-left: 5px;
	line-height: 1.7em;
}

/* dirty helpers */

.left 		{ float: left;}
.right 		{ float: right;}
.hidden 	{ position:absolute; left:-999px; width:200px; }
.break 		{ clear: both; display: block;}
.lastli		{ margin-right: 0;}

/* images */

img {
	border: 0;
}

/* navigation */

ul#nav, ul#folio-nav {
	list-style: none;
}

ul#nav li, ul#folio-nav li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}

ul#folio-nav li {
	line-height: 2em;
}

ul#nav li.lastli, ul#folio-nav li.lastli {
	margin-right: 0;
}

/* folio */

div.folio-item {
	margin: 0 0 190px 0;
	padding-top: 10px;
	border: 1px solid transparent; /* don't know why this is neccessary. weird. */
}

div.folio-item-info {
	border-top: 1px solid #000;
	width: 212px;
	padding: 50px 0 0 8px;
	margin-right: 28px;
	float: left;
}


span.folio-nav-info, span.folio-item-nav {
	font-size: 0.8em;
	color: #222;
	display: block;
}

span.folio-nav-info a, span.folio-item-nav a {
	color: #222;
}

span.folio-nav-info {
	margin: 70px 0 8px 0;
	padding-bottom: 8px;
	background: transparent url(../i/folio-dash.png) no-repeat;
	background-position: bottom left;
}

div.folio-item-content {
	float: left;
}

img.folio-img {
	max-width: 710px;
	max-height: 710px;
}


/* about page */

img#portrait {
	position: absolute;
	left: 482px;
	top: 180px;
	z-index: 1;

}

div#about-content {
	position: absolute;
	width: 944px;
	padding: 15px 8px 0 8px;
	border-top: 1px solid #000;
	z-index: 10;
}

div#about-content p {
	width: 430px;
	margin-bottom: 10px;

}

ul.about-social-links {
	width: 400px;
}

span.about-social-url {
	font-family: Courier, serif;
	margin-left: 10px;
}

/* imprint */

div#imprint p {
	margin: 0 0 10px 5px;
	width: 430px;
}

p.disclaimer {
	/* font-family: Courier, serif; */
}

/* foot */

p#foot-msg {
	background: transparent url(../i/head-border-top.png) repeat-x;
	background-position: bottom;
	font-family: Cochin, Times, "Times New Roman", "Georgia", serif;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 8em;
	line-height: 0.9em;
	margin-top: 20px;
	padding-bottom: 120px;
}

/* layout */

div#wrap {
	width: 960px;
	margin: 50px 0 0 30px;
}

div#head {
	height: 2em;
	padding: 10px 8px 10px 8px;
	background: transparent url(../i/head-border-top.png) repeat-x;
	background-position: top;
}

div#id {
	float: left;
	font-family: Cochin, Times, "Times New Roman", "Georgia", serif;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.3em;
}

div#nav-wrap {
	float: right;
}

div#contact {
 	border-top: 1px solid #000;
	height: 2em;
	line-height: 2em;
	padding: 2px 8px 5px 8px;
}

div#folio-nav-wrap {
	height: 2em;
	margin-bottom: 80px;
	padding: 2px 8px 5px 8px;
	border-top: 1px solid #000;
	background: transparent url(../i/head-border-bttm.png) repeat-x;
	background-position: bottom;
}

div#about {
	margin: 0 0 80px 0;
	height: 560px;
}

div#imprint{
	width: 944px;
	padding: 15px 8px 80px 8px;
	background: transparent url(../i/imprint-back.png) no-repeat;
	background-position: 335px 10px;
	border-top: 1px solid #000;
}

div#foot{
	border-top: 1px solid #000;
	margin: 10px 0 5px 0;
}

div#subfoot {
	margin-bottom: 50px;
}