/* @override http://georg-sopart.de/stylesheets/layout.css */

/* @group YUI Reset */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* @end */

/* @group Layout */

html {
	background: #fffef4 url(../images/header-background.jpg) repeat-x center top;
}

body {
	font: 14px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: 100;
	background: url(../images/content-background.png) no-repeat center top;
}

#wrapper {
	width: 798px;
	margin: 0 auto;
	position: relative;
}

#content {
	position: relative;
	top: 105px;
	padding: 25px;
}

#summary {
	width: 498px;
	float: left;
}

#portrait {
	position: absolute;
	top: -90px;
	right: -46px;
	width: 325px;
	height: 391px;
}

#jobs {
	clear: both;
	width: 239px;
	float: left;
	margin-bottom: 50px;
}

#contact {
	position: relative;
	width: 239px;
	float: right;
	top: 300px;
}

#education {
	width: 498px;
	float: right;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #32bf0c;
}

/* @end */

/* @group Typography */

h1 {
	position: absolute;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 -1px 0 #000;
	top: 55px;
	height: 31px;
	width: 413px;
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -9999px;
}

h1 span {
	font-weight: 100;
}

h2 {
	color: #366621;
	font-size: 24px;
	margin-bottom: 0.3em;
}

p {
	margin-bottom: 1.5em;
}

li {
	margin-bottom: 0.5em;
}

a:link, a:visited {
	color: #366621;
}

a:hover {
	color: #32bf0c;
}

.welcome {
	font-size: 30px;
	margin-bottom: 0px;
	color: #366621;
}

.punchline {
	color: #565654;
	background: url(../images/cite-start.png) no-repeat 35px bottom;
	margin: 40px 10px 40px 0px;
}

.punchline cite {
	text-align: center;
	padding: 10px 40px 10px 40px;
	display: block;	
	font: italic 30px Georgia, "Times New Roman", Times, serif;
	background: url(../images/cite-end.png) no-repeat 425px top;
}

/* @end */

/* @group Education */



#education ul {
	width: 510px;
}

#education li {
	margin: 0 20px 20px 0;
	float: left;
	width: 235px;
	font-weight: 300;
	min-height: 130px;
}

#education li span {
	display: block;
	font-size: 11px;
	font-weight: 100;
}

/* @end */

/* @group Jobs */

#jobs li {
	background: url(../images/bulletpoint.png) no-repeat left 3px;
	padding-left: 12px;
}

/* @end */

/* @group Footer */

#footer {
	padding: 15px 5px 30px 5px;
	font-size: 11px;
	color: #9b987b;
}

#footer p {
	float: left;
}

.vortrieb {
	display: block;
	width: 18px;
	height: 32px;
	background-image: url(../images/vortrieb.png);
	text-indent: -9999px;
	float: right;
}

/* @end */

/* @group Contact */

.adr {
	margin-bottom: 1em;
}

.email {
	display: block;
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/mail-icon.png) no-repeat;
	margin-bottom: 0.5em;
}

.xing {
	display: block;
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/xing-icon.png) no-repeat;
	margin-bottom: 0.5em;	
}

.facebook {
	display: block;
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/facebook-icon.png) no-repeat;
}

/* @end */

