body {
  font-size: 10px;
}

.header, .breadcrumbs {
  display:none;
}

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
a {
  color: black;
  text-decoration: none;
  padding: 1px;
  border-bottom: thin dashed  #CCCCCC;
}


/*-------------------------------------------------
TYPOGRAPHY
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2.1em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 0.8em;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
}
h4 {
  font-size: 1.2em;
  font-style:italic;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0;
  margin-bottom: 1em;
}
ul,ol,dl {
  font-size: 1em;
  line-height: 1.6em;
  margin-left:1.6em;
}
ul li {
  list-style-type: circle;
}
dt {
  font-weight:bold;
}
dd {
  margin-left:2.6em;
}
blockquote, pre {
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left:0.6em;
  margin-right:0.6em;
  padding-top:0.6em;
  padding-bottom:0.6em;
  padding-left:1em;
  padding-right:1em;
}
blockquote {
  font-family: georia, serif;
  background-color: #F8F7EF;
}
pre {
  font-family: monospace;
  background-color: #E0E7EF;
  font-size:1.2em;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code {
  font-family: monospace;
  font-size:1.2em;
}
table {
  min-width:60%;
  border: medium solid #E0E7EF;
  border-collapse:collapse;
}
table caption {
  font-style:italic;
  font-size:0.8em;
}
th {
  font-weight:bold;
  font-variant:small-caps;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  background-color: #F8F7EF;
}
td {
  border: thin solid #E0E7EF;
  padding: 0.5em;
}
form {
  padding:1em;
  margin:1em;
}
input, button {
  border-color: #95A7BC;
  border-style:solid;
  margin:0.4em;
}
input.submit {
  background-color:#F8F7EF;
}
button {
  padding:0.4em;
  background-color:#F8F7EF;
}
textarea {
  margin:1em;
  border-color: #95A7BC;
  border-style:solid;
  border-width:medium;
}
fieldset {
  padding:0.5em;
  border-color: #E0E7EF;
}
legend {
  font-weight:bold;
}

/*-------------------------------------------------
CLASS TYPOGRAPHY
-------------------------------------------------*/
.author_and_date {
  color: #95A7BC;
  border-bottom:thin dotted #95A7BC;
  margin-bottom:0.8em;
}
.large_text {
  font-size: 1.6em;
  padding-bottom: 0.8em;
  border-bottom: thick solid #95A7BC;
}
.section_break {
  clear: both;
}
.figure{
  text-align:center;
  width:100%;
}
img.headshot {
  float: left;
  height: 6em;
  padding-right: 0.8em;
}