body {
    color:#333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 50px;
    /*font-size: 81%;*/
    background:#fff;
/*    box-shadow:0 0 10px #000;
    width:1170px;
    margin:10px auto;*/
    line-height:1.5;
}

[property="doac:subject"] {
    border-radius:5px;
    border:1px solid #999;
    background: #eee;
}

.header {
min-height:185px;
}
.container {
    position:relative;
}
#photo {
    position:absolute;
    top:10px;
    right:10px;
    padding:10px;
    background:#fff;
    box-shadow:0 0 10px #000;
}

h1 {
    color:#666;
    font-size:xx-large;
}

h1 em {
    font-style:normal;
    color: #999;
    font-size: large;
}

h2 {

  color:#666;
  border-bottom: 1px solid #ddd;
  margin: 18px 0;
  padding-bottom: 17px;
  font-size: x-large;
}

h3 {
    margin-top:0;
    padding-top:0;
    font-size: large;
}

.date p {
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
}

.container {
    width: 960px;
    margin: 0 auto;
}

[typeof="doac:Experience"],
[typeof="doac:Education"] {
    margin: 10px 0 20px -10px;
    overflow:hidden;
    clear:both;
}

[typeof="doac:Experience"]>div,
[typeof="doac:Education"]>div {
    width : 750px;
    float:left;
    margin-left:10px;
}

[typeof="doac:Experience"]>div.date,
[typeof="doac:Education"]>div.date {
    width: 190px;
    text-align:right;
}

