/* resumestyle.css Copyright (c) 2008 Julian M Bucknall */

@font-face {
  font-family: 'Gentleman500';
  src: url('./../fonts/Gentleman-500-Book.eot'); /* IE9 Compat Modes */
  src: url('./../fonts/Gentleman-500-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/Gentleman-500-Book.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/Gentleman-500-Book.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/Gentleman-500-Book.svg#Gentleman500-Book') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Gentleman700';
  src: url('./../fonts/Gentleman-700-Medium.eot'); /* IE9 Compat Modes */
  src: url('./../fonts/Gentleman-700-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/Gentleman-700-Medium.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/Gentleman-700-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/Gentleman-700-Medium.svg#Gentleman900-Heavy') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}


/**************** Body *********************/
* {margin:0; padding:0;}
body {background-color:#fff; font-family:"Gentleman500",Cambria,Palatino Linotype,Book Antiqua,Palatino,serif; font-size:medium;}
a {text-decoration:none;}
img {border:none;}
h1 {font-weight: normal;}
#wrapper {width:750px; padding:0px 50px; margin:0 auto;}
#wrapper div#printbutton {width:150px;float:left;padding-top:10px;}
#stickyHeader {z-index: 1; background-color: white; padding-top:20px; position: fixed; top:0;}
#stickyHeader h1 {float:left; font-size:x-large; text-transform:uppercase; padding-left: 5px;}

#fixheader {height:160px;}

/**************** Contact details *********************/
#contact {width:600px; margin:10px 0 0 150px; padding-left: 5px;}
#contact h2 {font-size:xx-large;font-family: "Gentleman700",Calibri,Verdana,Geneva,Helvetica,sans-serif; text-transform:uppercase;}
#contact p {font-size:small;}
#contact p.address1 {width:250px;}
#contact p.address2 {width:250px; float:left;}
#contact p.phone {float:left; width:290px;}
#contact p.email {float:left; width:200px;}
#contact p.email a {color:blue;}
#contact p.linkedin {float:right; width:160px;}
#contact p.url {clear:left; float:left; width:250px;}
#contact p.url a {color:blue;}
#contact p a:hover {text-decoration:underline;}

/**************** Horizontal rule *********************/
.hr {	margin:0px 0 0 150px; width:600px; border-bottom:thin solid black; clear:left;font-size:x-small;}

/**************** Details pane *********************/
#details {width:750px; margin-top:10px;}
.detailsblock {margin-top:20px; clear:both;}
#details h1 {font-family: "Gentleman700",Calibri,Verdana,Geneva,Helvetica,sans-serif; font-size:large; float:left; width:140px; margin-right:10px;margin-top:3px;}
#details .data {float:right; width:590px; padding: 5px 5px 10px 5px;}
#details .top {padding-top:3px;border-top:thin solid #e7e7e7;}
#details .even {background-color:#f5f5f5;}
#details p {line-height: 1.3;}
#details .school {text-transform:uppercase;}
#details p.dates {font-size:small;}
#details p.company {font-family: "Gentleman700",Calibri,Verdana,Geneva,Helvetica,sans-serif;}
#details p.position {padding-bottom:5px;}
#details p.moreless {float:right;}
#details a {color:#4f4f4f;}
#details a:hover {color:#0f4f0f;}

.description {clear:both;margin-right:50px;margin-top:10px;}
.description p {padding-bottom:5px;}
.morelessJob, .morelessPub, #img_jobAll, #img_pubbAll, #printResume {cursor:pointer;}
