
/** Font styles
---------------------------------*/

body {
  color: #464646;
  font: 12px/140% "Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */

a:link, a:visited {
  color: #0c6d95;
  text-decoration: none;
}
a:hover, a:active {
  color: #033a51;
  text-decoration: none;
}
#content-inner p a {
  text-decoration:underline;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  color: #d97b2a;
  line-height: 1.3em;
}

h1 {
  font-size: 2.2em;
  font-weight: bold;
  padding: 0 0 0.5em;
  margin: 0;
}
#content h1, h2 {
  font-size: 2.17em;
  font-weight: 700;
  padding-bottom: 0.35em;
  margin-bottom: 0.5em;
}
#content h1 span, h2 span {
  color:#666;
}
h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.2em;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}


/* Paragraph Styles */

p {
  margin: 0 0 1em;
}

/* List Styles */

ul, ol {
  margin: 1.5em 0;
  padding-left:1.2em;
}
dt {
  font-weight: bold;
  color: #555;
  font-size: 1.1em;
}
dd {
  margin-bottom: 1.5em;
}


/* Table Styles */

table {
  width: 99%;
}
tr.even td, tr.odd td {
  padding: 10px 5px;
}
tr.odd {
  background-color: #fff;
}

/* Code */

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaa;
}

/* List Styles */

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

.bulleted, .bulleted dt {
  display:list-item;
}

hr {
  visibility:hidden;
}

/* Abbreviation */

abbr {
  border:0;
  cursor: help;
  white-space: nowrap;
}

