.citation {
    color: #556b2f;
    background-color: #d9edf7;
    background-color: #bad095;
    border-color: #bce8f1;
    border-color: #556b2f;
/*    padding: 1em;*/
}


.newsbox {
    color: #556b2f;
    background-color: #bad095;
    border-color: #556b2f;
/*    padding: 1em;*/
}


/* Documentation */

/* general table settings */
table.docutils {
    margin-bottom: 10px;
    border-color: #ccc;
}
table.docutils td, table.docutils th {
    padding: 5px;
    border-color: #ccc;
    text-align: left;
}

.toc ul ul {
    font-size: 13px;
    margin-right: -15px;
}

/* master content table */
.contentstable.docutils, .contentstable.docutils td {
    border-color: transparent;
}
.contentstable.docutils .first {
    font-weight: bold;
}
.contentstable.docutils .last {
    padding-left: 10px;
}

.docutils .label, .docutils .badge {
    background: transparent;
    text-shadow: none;
    font-size: 13px;
    padding: 5px;
    line-height: 20px;
    color: #333;
}

/* module summary table */
.longtable.docutils {
    font-size: 12px;
    margin-bottom: 30px;
}
.longtable.docutils, .longtable.docutils td {
    border-color: #ccc;
}

/* function and class description */
dl.class, dl.function, dl.method, dl.attribute {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.descclassname {
    color: #aaa;
    font-weight: normal;
    font-family: monospace;
}
.descname {
    font-family: monospace;
}
dl.class em, dl.function em, dl.class big, dl.function big {
    font-weight: normal;
    font-family: monospace;
}
dl.class dd, dl.function dd {
    padding: 10px;
}
.docutils.field-list th {
    background-color: #eee;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
.docutils.field-list td {
    padding: 10px 10px 10px 20px;
    text-align: left;
    vertical-align: top;
}
.docutils.field-list td blockquote p {
    font-size: 13px;
    line-height: 18px;
}
p.rubric {
    font-weight: bold;
    font-size: 19px;
    margin: 15px 0 10px 0;
}
p.admonition-title {
    font-weight: bold;
    text-decoration: underline;
}


.summary-box {
    /* Should derive width from span8 */
    width: 640px;
}

.link-subtitle {
  font-size: 0.8em;
  color: black;
  font-style: italic;
  float: right;
}

header ul.nav li a i {
  color: #f8584a;
}

div.footer {
    background-color: white;
    color: #556b2f;
}

/* these things are used to remove formatting in bizstyle for the documentation pages */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  color: #656565;
  background-color: #ffffff;
  background-image: none;
        border-right: 1px solid #556b2f;
    border-left: 1px solid #556b2f;
}
div.related ul {
    background-color: #556b2f;
}
div.sphinxsidebar h3, div.sphinxsidebar h4 {
    border: 1px solid #556b2f;
    background-color: #556b2f;
}
div.sphinxsidebar input {
    border: 1px solid #556b2f;
}

div.footer {
    color: #556b2f;
    border-bottom: 1px solid #556b2f;
}

div.footer a {
    color: #556b2f;
}
[class^="icon-"], [class*=" icon-"] {
	color:#e96b56;
}

/* fixing the appearance of giant quote marks in blockquote sections */

blockquote:before {
  font-family: 'FontAwesome';
  font-size: 36px;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
  color: #bcbcbc;
}

/* fixing the color of inset boxes for parameters, etc. */

dl.field-list > dt {
    color: white;
    background-color: #556b2f;
}
dl.field-list > dd {
    background-color: #f7f7f7;
    background-color: #eeffcc;
}


