/* css document for sebastian lehnert’s electronic portfolio, deskism version 7 (xhtml strict) */

/* layout, ids */

body {
	font-family: "Georgia", serif;
	font-size: 95%;
	text-align: left;
	color: #333;
	background: #fff;
	padding: 0;
	margin: 0;
	letter-spacing: .045em;
	line-height: 1.5em;
	}

body#start a#nav_start, body#sample a#nav_sample, body#customers a#nav_customers, body#imprint a#nav_imprint {
	font-style: italic;
	color: #0a3;
	}

#sl, #header, #content {
	background: #fff;
	padding: 15px 0 30px;
	}

#sl {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 180px;
	height: 30px;
	text-align: right;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	z-index: 1;
	}

#header {
	position: absolute;
	top: 60px;
	left: 240px;
	width: 600px;
	height: 30px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	z-index: 1;
	}

#navlist {
	margin-top: 1em;
	}

#navlist li {
	display: inline;
	list-style: none;
	}

#content {
	position: absolute;
	top: 150px;
	left: 240px;
	width: 600px;
	z-index: 10;
	}

#footer {
	clear: both;
	height: 2.5em;
	border-bottom: 2px solid #ccc;
}

#shuffle {
	clear: both;
	margin-top: 40px;
	border-top: 2px solid #ccc;
}

#skipnavi {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 90px;
	height: 90px;
	}


/*lightbox2 stuff*/

#lightbox {
	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
	}
#lightbox img {
	width: auto; height: auto; border: 2px solid #eee;
	}
#lightbox a img {
	border: none;
	}

#outerImageContainer {
	position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;
	}
#imageContainer {
	padding: 10px;
	}

#loading {
	position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
	}
#hoverNav {
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;
	}
#imageContainer>#hoverNav {
	left: 0;
	}
#hoverNav a {
	outline: none;
	}

#prevLink, #nextLink {
	width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block;
	}
#prevLink {
	left: 0; float: left;
	}
#nextLink { 
	right: 0; float: right;
	}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/prevlabel.gif) left 15% no-repeat;
	}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
	}

#imageDataContainer { 
	font: .9em "Palatino", "Georgia", serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; 
	}

#imageData {
	padding:0 10px; color: #666; 
	}
#imageData #imageDetails {
	width: 70%; float: left; text-align: left;
	}
#imageData #caption {
	font-style: italic;
	}
#imageData #numberDisplay {
	display: block; clear: left; padding-bottom: 1.0em;
	}
#imageData #bottomNavClose {
	width: 66px; float: right;  padding-bottom: 0.7em; outline: none;
	}

#overlay {
	position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;
	}


/*link typography*/

a {	
	text-decoration: none;
	background: none;
	}
a:link {
	color: #f30;
	}
a:visited {
	color: #f30;
	}
a:hover {
	color: #0a3;
	}
a:active {
	color: #0a3;
	}

a.navi_link {
	color: #444;
	}


/* image stuff */

img {
	border: 0;
	}


/* paragraph, headings, and list typography */

p {
	font-size: 1em;
	line-height: 1.5em;
	text-indent: 1em;
	margin: 0;
	}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	color: #0a3;
	}

h1 {
	font-style: italic;
	font-size: 1.2em;
	padding-bottom: .25em;
	border-bottom: 2px solid #ccc;
	margin: 1em 0 1em;
	}

h2 {
	margin: 2em 0 2em;
	}

h3 {
	font-style: italic;
	margin: 1em 0 1em;
	}

h4 {
	font-size: .9em;
	margin: 1em 0;
	}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

li {
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}


/* table typo */

table {
	border: none;
	border-collapse: collapse;
	}

/* misc. typo */

blockquote {
	text-indent: 0;
	border-left: 3px #eee solid;
	padding-left: 6px;
	padding-right: 0;
	margin-left: 0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

sub {
	font-weight: bold;
	vertical-align: sub;
	font-size: .7em;
	}

td {
	padding: 0;
	margin: 0;
	}

/* extra classes */

.back {
	text-indent: 0;
	margin: 2em 0 1em;
	}

.caption {
	text-indent: 0;
	font-size: .9em;
	font-style: italic;
	padding-top: 1em;
	}

.clear {
	clear: both;
	}

.company {
	text-indent: 0;
	}

.cv {
	text-indent: 0;
	padding-bottom: 1em;
	}

.first {
	text-indent: 0;
	}

.float {
	border: 1px solid #ccc;
	margin: 0 20px 20px 0;
	float: left;
	}


.item_box {
	border: none;
	background: #eee;
	width: 150px;
	float: left;
	padding: 15px;
	margin: 0 15px 15px 0;
	}

.item_description {
	text-indent: 0;
	padding: 1em 0 0;
	}

.item_title {
	color: #f00;
	text-indent: 0;
	font-weight: bold;
	}

.name {
	text-indent: 0;
	font-weight: bold;
	}

.overview_box {
	border: none;
	background: #eee;
	width: 240px;
	float: left;
	padding: 15px;
	margin: 0 15px 15px 0;
	}

.overview_caption {
	text-indent: 0;
	font-size: .9em;
	color: #666;
	}
	
.overview_detail_thumb {
		border: 1px solid #f30;
		margin: 15px 15px 0 0;
		}

.overview_thumb {
	border: none;
	float: left;
	margin: 0 15px 0 0;
	}

.regular {
	font-weight: normal;
	font-style: normal;
	}

.shuffle_box {
	border: none;
	background: #eee;
	width: 360px;
	float: left;
	padding: 15px;
	margin: 0 15px 15px 0;
	}

.sl_line {
	padding-bottom: 3em;
	border-bottom: 2px solid #ccc;
	}

.specs {
	text-indent: 0;
	font-size: .9em;
	padding-bottom: 1em;
	}

.splash {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	}

.symbol {
	color: #999;
	font-size: 1.2em;
	vertical-align: -.3em;
	}

.tags {
	text-indent: 0;
	font-size: .9em;
	color: #666;
	}

.thumb {
	margin: 1em 1em 1em 0;
	border: 1px solid #ccc;
	background: none;
	}

.thumb_link {
	margin: 1em 1em 1em 0;
	border: 1px solid #f30;
	background: none;
	}

