* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}

a {
	color: #888888;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #cecece;
}

a:active {
	color: #aeaeae;
}

h2 {
	height: 40px;
	font: 20px/40px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0 25px;
	background: url(../../img/navigation.png) no-repeat 50% 0;
	clear: both;
}

#arc {
	background: url(../../img/arc.png) repeat-x;
	height: 203px;
	width: 100%;
	position: relative;
	top: -20px;
	z-index: 1;
}

body { 
	background-color: #473831;
	padding-top: 5px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#david {
	position:relative;
	top:-150px;
	width: 490px;
	margin: 0 auto;
}

#header { 
	background: url(../../img/header.png) no-repeat 50% bottom;
	height: 85px;
	padding: 35px 35px 0;
	position: relative;
}

h1 {
	font: 24px/30px Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	padding-top: 18px;
	padding-left: 10px;
}

#jobtitle {
	color: #888888;
	padding-left: 10px;
	line-height: 20px;
	text-shadow: #eee 0 1px 0;
}

#vcard {
	position: absolute;
	top: 30px;
	right: 45px;
	width: 80px;
	height: 80px;
	text-align: center;
}

#vcard a {
	display: block;
	width: 80px;
	height: 80px; 
	background: url(../../img/vcard.png) no-repeat;
	text-decoration: none;
	text-shadow: #036 0 1px 0;
	line-height: 42px;
	color: #fff;
	font-size: 9px; 
	font-weight: bold;
	text-transform: uppercase;
}
/*
#vcard a:hover {
	display: block;
	width: 80px;
	height: 80px; 
	background: url(../../img/vcard2.png) no-repeat;
	text-decoration: none;
	text-shadow: #036 0 1px 0;
	line-height: 42px;
	color: #fff;
	font-size: 9px; 
	font-weight: bold;
	text-transform: uppercase;
}
*/
#vcard a:active {
	margin-top: 1px;
}

#vcard a span {
	position: absolute;
	top: -45px;
	left: -30px;
	width: 138px;
	background: url(../../img/vcard-label.png) no-repeat 50% 50%;
	padding-bottom: 12px;
	display: none;
	opacity: 0;
}

#navigation {
	height: 30px;
	padding: 5px 35px;
	background: url(../../img/navigation.png) no-repeat 50% 0;
	line-height: 28px;
	font-weight: bold;
}

#navigation li {
	float: left;
}

#navigation li a {
	text-decoration: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
}

#navigation li a span {
	float: left;
	padding: 1px 0 1px 10px;
}

#navigation li a:hover,
#navigation li a:focus {
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
}

#navigation li a:hover span,
#navigation li a:focus span {
	background-position: 0 0;
}

#navigation li a:active {
	background-position: right -30px;
	text-shadow: #eee 0 1px 0;
}

#navigation li a:active span {
	background-position: 0 -30px;
	padding: 2px 0 0 10px;
}

.about #navigation li#nav-about a,
.networks #navigation li#nav-networks a,
.contact #navigation li#nav-contact a {
	background-position: right -60px;
	color: #fff;
	text-shadow: #666 0 1px 2px;
	cursor: default;
}

.about #navigation li#nav-about a span,
.networks #navigation li#nav-networks a span,
.contact #navigation li#nav-contact a span {
	background-position: 0 -60px;
}

/* @end */

/* @group content */

#content {
	padding: 0 20px; 
	background: url(../../img/content.png) repeat-y 50% 0;
	overflow: hidden;
}

#footer {
	padding: 0 20px 20px;
	text-align: center;
	line-height: 30px;
	background: url(../../img/footer.png) no-repeat 50% 0;
	color: #888888;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

#contact {
	width: 450px;
	float: left;
	position: relative;
}

#contact h3 {
	height: 51px;
	padding: 10px 0 0 25px;
	font-weight: normal;
	color: #666666;
}

#contact h3 strong {
	color: #000000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}

#contact-personal,
#contact-work {
	width: 224px;
	float: left;
	padding-bottom: 10px;
}

#contact-work {
	padding-left: 2px; 
}

#contact li ul {
	padding-top: 5px;
}

#contact li li {
	padding: 5px 0 0 15px;
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
}

#contact li.disclaimer {
	clear: both;
	padding: 12px 0 11px;
	text-align: center;
	font: italic 11px/18px Helvetica, Arial, Verdana, sans-serif;
}

#contact li li a {
	display: block;
	padding-left: 23px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}

#contact li li.fn,
#contact li li.photo,
#contact li li span.type {
	display: none;
}

#contact li li.org {
	padding-left: 38px;
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase; 
	background: url(../img/icons/company.png) no-repeat 15px 6px;
}

#contact li li.email a { 
	background-image: url(../img/icons/email.png);
}

#contact li li.adr a { 
	background-image: url(../img/icons/address.png);
}

#contact li li.tel a { 
	background-image: url(../img/icons/phone.png);
}

#contact li li.url a { 
	background-image: url(../img/icons/website.png);
}

/* @end */

/* @group about */

#about {
	width: 450px;
}

#about li#about-personal { 
	background: url(../img/about-li.png) repeat-x 0 bottom;
	padding-bottom: 10px;
}

#about li p,
#about li li {
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

#about li li {
	padding: 5px 20px 0 65px;
}

#about li p#i {
	width: 40px;
	float: left;
	padding: 5px 10px 0 15px;
	text-align: right;
}

#about h3 {
	height: 60px;
	font-weight: normal; 
	background: url(../img/about-h3.png) repeat-x 0 0;
}

#about li#about-personal h3 {
	height: 61px;
	margin-bottom: 5px;
}

#about h3 a {
	display: block;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}

#about h3 a:hover,
#about h3 a:focus {
	background: rgba(164, 173, 183, .15);
}

#about h3 a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#about h3 a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#about h3 a:hover img {
	margin-left: 10px;
}

#about h3 a strong {
	color: #000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}

#about h3 a small {
	margin-top: 10px;
	float: right;
	line-height: 20px;
	padding: 0 25px 1px 30px;
	background: url(../img/about-h3-small.png) no-repeat 0 0;
	color: #fff; 
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #bbb 0 1px 0;
}

/* @end */

/* @group networks */

#networks {
	background: url(../img/networks.png) repeat 0 0;
	width: 450px;
	float: left;
}

#networks li {
	width: 225px;
	height: 60px;
	float: left;
}

#networks li a {
	display: block;
	width: 225px;
	height: 45px;
	padding: 10px 0 5px;
	text-decoration: none;
	-webkit-transition: background-color 0.25s linear;
}

#networks li a:hover,
#networks li a:focus {
	background: rgba(164, 173, 183, .15);
}

#networks li a:active {
	background: rgba(164, 173, 183, .25);
	padding: 12px 0 3px
}

#networks li a img {
	float: left;
	margin: 0 10px 0 15px;
	-webkit-transition: margin-left 0.25s linear;
}

#networks li a:hover img {
	margin-left: 10px;
}

#networks li a strong {
	color: #000;
	font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 2px;
}

/* @end */

/* @end */