/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/

.Gibson-normal-italic { 
	font-family: Gibson;
	font-weight: normal;
	font-style: italic;
}
.Gibson-BoldItalic { 
	font-family: Gibson-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Gibson-SemiboldIt { 
	font-family: Gibson-SemiboldIt;
	font-weight: normal;
	font-style: normal;
}
.Gibson-Bold { 
	font-family: Gibson-Bold;
	font-weight: normal;
	font-style: normal;
}
.Gibson-bold-normal { 
	font-family: Gibson;
	font-weight: bold;
	font-style: normal;
}
.Gibson-SemiBold { 
	font-family: Gibson-SemiBold;
	font-weight: normal;
	font-style: normal;
}
.Gibson-bold-italic { 
	font-family: Gibson;
	font-weight: bold;
	font-style: italic;
}
.Gibson-normal-normal { 
	font-family: Gibson;
	font-weight: normal;
	font-style: normal;
}

/* Structure*/

body {
  color: #333;
  background: #aaa;
	font-family: Gibson;
}

#container {
  width: 540pt;
  min-height: 792pt;
  margin: 0 auto auto auto;
  padding: 36pt;
  background: #fff;
}

/* Visual */
body {
  font-size: 12pt;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Gibson-SemiBold;
  font-style: normal;
  clear: both;
}
h1 { font-size: 3em; }
h2 {
  padding: .75em 0 0 0;
  font-size: 1.5em;
}
p { padding-left: 10px;}

a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: #336;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

header li {
  float: left;
  border-left: 1px solid #333;
  padding: 0px 10px;
}

#main ul { padding-left: 25px;}
#main li {
  list-style-type: square;
  list-style-position: outside;
  margin: .125em 0 .25em 0;
}

h3 {
  width: 100%;
  margin-top: .5em;
}
.position, .employer, .location {
  display: inline-block;
}
.position {
    width: 180pt;
}
.employer, .location {
	font-family: Gibson;
  font-weight: bold;
  font-style: italic;
  width: 216pt;
}
.duration {
	font-family: Gibson;
  font-weight: bold;
}
h4 {
	font-family: Gibson;
  font-weight: bold;
}
@media screen {
  h2.print-header {
    display: none;
  }
  .colophon {
    display: none;
  }
}
@media print {
  h2.print-header {
    page-break-before: always;
    display: block;
    padding-top: 36pt;
  }
  .page-number {
    float: right;
    text-align: right;
    font-size: .5em;
    line-height: 3.15; /* 3 * 1.4 * .75 | h2 is 1.5em and this is 0.75em of base em since .5em of 1.5em… */
    font-family: Gibson;
    font-weight: bold;
  }
  
  .colophon {
    color: #666;
    top: 1484pt; /* 792pt (11in) +  (not quite the bottom) */
    left: 36pt;
    position: absolute;
    display: block;
  }
}