/* This CSS was written using SASS and Compass.
 * @see http://compass-style.org/ 
 -----------------------------------------------------------------------------*/
body {
  font-family: "Droid Serif", Georgia, Verdana, Arial, sans-serif;
  font-size: 11pt;
  line-height: 1.6;
  margin: 0 auto;
  padding: 25px 0;
  width: 90%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

blockquote, p {
  margin: 1.5em 0;
}

p:first-child,
p.first-child {
  margin-top: 0;
}

img {
  border: none;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
  white-space: nowrap;
}

pre, code, kbd, samp, tt {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  background-color: #eee;
  border: solid 1px #ddd;
  padding: 1em;
  white-space: pre-wrap;
}

blockquote {
  font-family: "Droid Serif", Georgia, Verdana, Arial, sans-serif;
  font-style: italic;
}

mark {
  font-size: 0.769em;
}

/* Layout
-------------------------------------------------------------------------*/
#toolbar,
header[role="banner"],
footer[role="contentinfo"],
div.tabs,
nav,
form,
.comment-form,
div.sidebar,
div.breadcrumb {
  display: none !important;
}

body div.column.main {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

body.toolbar-drawer {
  padding-top: 0 !important;
}

/* Headings
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1em;
  padding: 0;
  margin: 24px 0 12px 0;
}

h1 {
  font-size: 2.153em;
}

h2 {
  font-size: 1.692em;
}

h3 {
  font-size: 1.385em;
}

h4 {
  font-size: 1.231em;
}

h5 {
  font-size: 1.077em;
}

h6 {
  font-size: 1em;
}

h1.book-heading {
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.4em;
}

/* Lists
-------------------------------------------------------------------------*/
dl {
  margin: 1em 0;
  padding: 1em;
}

dt {
  font-size: 1.231em;
}

dd {
  margin: 0 0 0.5em 0;
  padding: 1em 0 1em 2em;
}

dd:last-child {
  border-bottom: 0;
}

dl dl {
  margin-left: 1em;
}

ul, ol {
  padding: 0;
  margin: 0 0 0 1.5em;
}

li {
  margin: 0;
  padding: 0;
}

ul.inline,
.inline .content ul {
  display: inline;
  margin-left: 0;
}

ul.inline li,
.inline .content li {
  display: inline;
  margin: 0 0.5em 0 0;
}

li p {
  margin-top: 0;
}

/* Tables
-------------------------------------------------------------------------*/
table {
  border: solid #e4e2e0;
  border-collapse: collapse;
  border-width: 1px 1px 0 1px;
  margin: 1em 0;
  width: 100%;
}

th {
  font-weight: 600;
  text-align: left;
}

th, td {
  border: solid #e4e2e0;
  border-width: 0 0 1px 0;
  padding: 0.5em;
  vertical-align: top;
}

thead th:last-child,
tr td:last-child {
  border-right: solid 1px #e4e2e0;
}

table .form-item,
table p {
  margin: 0;
}
