body
{
 background: #ccc;
 -webkit-text-stroke: 1px transparent;
 -moz-opacity: 0.99;
 color: #444;
}

.hresume {
  width : 860px;
  margin-left:auto;
  margin-right:auto;
  font-size:0.8em;
  margin-top:60px;
  margin-bottom:60px;
}


.hresume .top
{
	height: 165px;
	background: transparent url("cv_top.png") no-repeat top center scroll;
	padding: 31px 60px 31px 200px;
	margin:  0 0 -62px 0;
}


.hresume .middle
{
	background: transparent url("cv_middle.png") repeat-y center scroll;
	display: block;
	height: auto;
	padding: 10px 60px 1px 60px;
}

.hresume .bottom
{
	height: 120px;
	background: transparent url("cv_bottom.png") no-repeat top center scroll;
	display: block;
	width: 860px;
	clear: both;
	padding: 0;
	margin: -10px 0 0 0;
	color: #333;
	font-size: 10px;
	text-align: center;
}


.hresume #pdf{
  float:right; 
  line-height:300%;
  margin-top : 15px;
  margin-right : 0px;
  background:transparent url(pdf.png) center left no-repeat;
  padding-left:45px;
}

.hresume #photo_pdf {
  display:none;
}

.hresume address {
  margin-top : 20px;
}

.hresume .top div {
  margin-top:2px;
}

.hresume label {
  float:left;
  width:150px;
}

.hresume h1 {
  line-height:150%;
  text-align:center;
  font-size:1.5em;
  color:#1b2e57;
  margin : 1.3em 0 2em 0;
}

.hresume h2 {
  margin-top:1.5em;
  color:#1b2e57;
  font-size:1.25em;
}

.hresume ul li h3 {
  font-size:1.2em;
  color:#444;
  margin-bottom:2px;
}

.hresume ul li h4 {
  font-size:1em;
  font-weight:normal;
  font-style:italic;
  margin:0 0 0 0;
  float:left;
}

.hresume ul li  {
  list-style-type:none;
  border-top : 1px solid #d2d4d4;
}

.hresume .experience ul li  {
  margin-top:2.5em;
}

.hresume ul li ul.description li  {
  list-style-image:url(star.png);
  line-height:140%;
  border-top:0px;
  margin-top:0;
}

.hresume p.description .tick  {
  margin:0 5px 0 15px;
}

.hresume ul li span.organization-details {
  margin-left:15px;
  color:#909096;
}

.hresume ul li span.organization-details a {
  color:#909096;
}

.hresume .period {
  font-size:0.8em;
  float:right;
  margin-top:15px;
  color:#909096;
}

.hresume .period abbr {
  border-bottom:0px;
}


.hresume .given-name, .family-name {
  font-weight:bold;
  font-style:normal;
}

.hresume .highlights {
  margin:0.5em 0 1em 0;
  line-height:140%;
}

.hresume li.skill {
  line-height:250%;
  margin-top:0;
}

.hresume li.skill label {
  font-weight:bold;
  width:200px;
}

.hresume .formation ul li , .hresume .formation ul li h3 , .hresume .formation ul li period {
  margin-top:5px;
}

.hresume .copy {
  padding-top : 60px;
  color:#909096;
}

.hresume .copy a {
  color:#909096;
}



