/*
-----------------------------------------------

Title:   Global print styles
Author:  Jon Chretien
Updated: January 23 2010

----------------------------------------------- */

* {
  color: #000;
  background-image: none;
  font-family: georgia, "times new roman", times, serif;
  font-size: 13pt;
  text-decoration: none;
}

body {
  background: white; 
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  width: auto !important;
}

#header,
#footer {
  border-bottom: 1px dotted #ccc;
  text-align:center;
  width: 100%;
}
#header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}
#footer {
  margin-top: 2em;
  padding-top: .5em;
}


/* -- [ typography ] --------------------------------------------*/

/* paragraphs and lists  */
p,
li {
  line-height: 1.6em;
}

/* headings */
h1,
h2,
h3,
h4 {
  font-family: georgia, "times new roman", times, serif;
  margin-bottom: .3em; 
}
h1 em { 
  font-weight: normal; 
  font-style: normal; 
}

h1,
h1 * {
  color: #000;
  font-size: 18pt;
}
h2,
h2 * {
  color: #5d5d5d;
  font-size: 14pt;
}
h3,
h3 *,
h4,
h4 * {
  color: #5d5d5d;
  font-size: 12pt;
}

/* links */
a:link,
a:visited {
  background: transparent;
  color: #00e;
  font-weight: bold;
  text-decoration: underline;
}


/* -- [ misc ] --------------------------------------------*/

/* hide unnecessary items */
hr,
#nav,
#subnav,
#skipnav { 
  display: none !important; 
}

/* images */
img {
  border: none;
}
body#work #content img.sample {
  border: 1px solid #e9e9e9;
  display: block;
  margin-bottom: 10px;
}