body {
  background: #003aa9 url(images/background.jpg) 0 0 no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

#skiplinks {
  text-indent: -999em;
  display: none;
}

#page {
  line-height: 1.5;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  text-shadow: #0d275d 0px 1px 1px;
}

#content,
#footer {
  margin: 0 0 0 60px;
  padding: 12em 0 10em;
  color: #ebffff;
}

#latest-project,
#tools { margin-left: -100px; padding-left: 100px; 
  background-position: 40px 40px;
  background-repeat: no-repeat;}

#latest-project {
  background-image: url(images/projects.png);
}
#tools {
  background-image: url(images/tools.png);
}

h1,h2,h3,h4 {
  color: #fff;
  font-family: helvetica, verdana, arial, sans-serif;
}

h1 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 1.6em;
  font-size: 24px;
  text-transform: lowercase;
/*   background-color: rgba(0,0,0,0.3); */
/*   border-left: 3px solid #0d275d; */

}

h2 {
  clear: both;
  text-transform: uppercase;
  margin-bottom: 0em;
  padding-bottom: 0em;
  padding-top: 30px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  font-weight: normal;
}

h3 {
  padding-top: 1em;
}

#content p {
}

#content p {
  padding-top: 0;
  margin-top: 0;
}

#content p em {
  font-weight: bold;
  font-style: normal;
}
#content a {
  color: #52b8f7;
  font-weight: bold;
  text-decoration: none;
}
#content a em {
  font-weight: normal;
}

#logo {
  padding: 0;
  margin: 0;
  float: left;
  position: fixed;
  left: 100px;
/* padding: 0 1px 1px;
border: 10px solid rgba(0,0,0,0.5);
border-width: 0 10px 10px 10px; */
}

#logo a {
  background: url(images/logo.png) no-repeat bottom;
  display: block;
  height: 280px;
  width: 112px;
  text-indent: -999em;
}

#content {
  padding: 160px 30px 6em;
  width: 375px;
  font-size: 13px;
  margin: 0 0 30px 320px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: rgba(255,255,255,0.1);
  background-color: rgba(0,0,0,0.1);
}

#logo a:hover {
  background-color: #072573;
  background-color: rgba(0,0,0,0.5); /* 13,39,93 */
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#skiplinks ul,
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer p {
  text-shadow: none;
  font-weight: bold;
}

#footer p.legal {
  font-weight: normal;
  margin-top: 1em;
  font-size: 11px;
}

#content ul {
  padding: 0;
}

#footer {
  font-size: 12px;
  margin-left: 350px;
  padding: 0 0 5em;
  width: 375px;
}

#footer li {
  float: left;
  margin-right: 1em;
}

#footer a {
  color: #52b8f7;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

#footer p {
  clear: both;
  color: #0d275d;
  margin: 0;
}

dl.email {
  margin: 3em 0;
}

dl.email dt {
  background: url(images/h2.png) no-repeat;
  display: block;
  height: 19px;
  width: 130px;
  float: left;
  margin-top: 0;
  text-indent: -999em;
  margin-left: -30px;
}

dl.email dd a {
  color: #52b8f7;
  margin-left: 1.5em;
  text-decoration: none;
  padding-left: 24px;
  background: url(images/email.png) no-repeat 0 50%;
}

dl.email dd a:hover {
 color: #fff;
}

div.vcard {
}

span.type {
  display: none;
}

div.vcard p {
  line-height: 1.6 !important;
  margin-top: 0em;
}

div.vcard h2 {
}

.adressblock,
.communication {
  width: 55%;
  float: left;
}

.communication {
  width: 40%;
  float: right;
}

p.download-vcard a {
  background-color: #0d275d;
  color: #52b8f7;
  margin: -3.8em 0 0 55%;
  padding: 0 0 0 22px;
  background: url(images/vcard.png) no-repeat 0 50%;
  float: left;
  text-decoration: none;
}

/* self-clearing floats */
.vcard:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .vcard,
* html #footer ul {
  zoom: 1;
}

*:first-child+html .vcard,
*:first-child+html #footer ul {
  zoom: 1;
}

* html #logo {
  zoom: 1;
  position: absolute;
}

*:first-child+html #logo {
  zoom: 1;
}