body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 1.15em;*/
    line-height: 1.6em;
}

h3, .h3 {
  font-size: 24px;
}


/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #001;
*/
    /*margin-bottom: 0px;*/
/*
    line-height: 1.1;
}
*/


h3, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #001;
    /*margin-bottom: 0px;*/
    line-height: 1.1;
}

ul {
  margin: 0em 3.5em;
}





/* Classes for Typographics Niceties */
.amp {
    font-family: 'Gabriela', sans-serif;
    color: #666;
    /*font-style: italic;*/
}
.caps {
    font-size: 0.92em;
    font-variant: small-caps;
}
.day_suffix {
    vertical-align: super;
    font-size: 70%;
}

.smallprint {
    font-size: 85%;
    font-style: italic;
    line-height: 1.25;
}


/* Styling for Nav bar. Bg color, link color etc */

.blog-header,
.blog-footer {
    padding: 16px 0;
    background: #1E1E1F url(/images/blueprint-background.png) repeat;
    color: #fff;
    margin-bottom: 1em;
}
.blog-header a {
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
}
.blog-header .nav li a:hover {
    background-color: #1E1E1F;
    border: 1px solid #fff;
}
.blog-header .nav li.active a {
    background-color: #fff;
    color: #1E1E1F;
}

.nav-pills>li>a {
  padding-top: 10px;
  margin-top: 0px;
}



/* Currently used in the site header */
.brand {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    font-size: 185%;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0.2em;
    display: block;
    /*color: #001;*/
    color: #fff;
}


.nav {
  margin-left: 0;
  margin-bottom: 0px;
  list-style: none;
}

.navbar .nav > li > a { color: #FF0F00; }
.navbar .divider-vertical { border-right: 1px solid #4D4D4D; }
.navbar { margin-bottom: 4em; background-color: #000; }

#blog-nav {
    padding: 0px 0;
    font-size:16px;
    margin-top: 10px;
}

/* Footer */
.blog-footer {
    padding: 1em 2em;
    margin: 1em 0 0 0;
}
.blog-footer a {
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
}
.blog-footer .nav li a:hover {
    background-color: #1E1E1F;
    border: 1px solid #fff;
}
.blog-footer .nav li.active a {
    background-color: #fff;
    color: #1E1E1F;
}
.blog-footer li {
    text-align: left;
    line-height: 1;
    margin-bottom: 0;
}
.blog-footer p small {
    font-size: 75%;
}
.blog-footer #socialist {
    width: 19%;
}

.blog-footer li.feeds a {
    display: inline-block;
    padding: 3px;
    margin: 0 3px 0 -6px;
}

.nav-header {
    font-family: sans-serif;
    padding-left: 0;
}
.nav-list {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
}
.nav-list li a {
    padding-right: 0;
    color: #fff;
    text-shadow: none;
}
.nav-list li i {
    color: #1f334b;
    color: #E8E8E8;
}
.blog-footer h4 {
    /*font-family: 'Droid Serif', Georgia, serif;*/
    font-size: 100%;
    padding-left: 0;
    margin: 0 0 0.2em 0;
    color: #fff;
    text-shadow: none;
}
.blog-footer hr {
    /*width: 90%;*/
    margin: 1em 0 0 0;
}
.blog-footer .amp {
    color: #efefef;
}

#colophon {
    padding-left: 1em;
}
#colophon p {
    margin: 0;
    font-size: 90%;
    font-style: italic;
    line-height: 1.25;
}
#colophon p a:hover {
    text-decoration: none;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* Styles for tables */
.content table {
    border-collapse: collapse;
    border: none;
    width: 100%;
}
.content th {
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    border-right: 2px solid #fff;
    text-align: left;
}
.content td {
    border: none;
    /*border-bottom: 1px solid #ccc;*/
    border-left: 1px solid #fff;
}
