/* custom template */
html, body {
  height: 100%;
  font-size: 80%;
  font-family: 'Cardo', serif;
  color:#222;
  -moz-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -moz-font-feature-settings:"onum=1, kern=1, liga=1, swsh=1, calt=1";
  -ms-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -o-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -webkit-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
}

.navbar {
  margin-bottom: 0px;
}
.center-column {
  float: none;
  margin: 0 auto;
  max-width: 800px;
}

.lead {
  font-size: 2.2rem;
}

a {
  color: #930000;
}

#navbar-links a {
  color: #FFF;
}

.monospaced-field {
  font-family: Consolas, monospace;
}

.control-label, .btn-success, .btn-danger, .btn-default {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.sidebar {
  float: right;
  margin: 0em 0em auto 2em;
  padding: 0em .5em .5em .5em;
  background-color: #930000;
  border: thin solid #300;
  border-radius: 15px;
  color: #FFF;
  width: 175px;
}


.sidebar > p {
  text-align: center;
}

/* Subscribe */

#subscribe-header {
  font-family: 'Lato', 'Source Sans Pro', sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 3.5rem;
  margin-top: 100px;
  display: inline-block;
  line-height: 3.5rem;
  text-shadow: 1px 1px #666;
}

/* Further Reading */

#further-reading {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}
#further-reading h2 {
  margin-top: 0rem;
}

/* Article Footer */

#footer {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.inverted {
  font-family: 'Lato', sans-serif;
  background-color: #930000;
  border: thin solid #300;
  color: #FFF;
  font-size: 1rem;
  min-height: 300px;
}

.small {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#subscribe-group a {
  color: #222;
}

.form-group > input {
  color: #222;
  font-size: 1.5rem;
}

.inverted-title {
  font-size: 2rem;
  margin-bottom: -0.5rem;
}

#subscribe-group > form {
  margin-bottom: 1rem;

}

/* For the blog heading */

.main-title {
  text-align: center;
}

.header-fleuron {
  margin-bottom: 150px;
}


.description-title {
  text-align: center;
  font-style: roman;
  font-size: .45em;
  color: #666;
  display: block;
  line-height: 1.2em;
}

.welcome-title {
  text-align: center;
  font-style: italic;
  font-size: .75em;
  display: block;
  white-space: nowrap;
  margin-bottom: -20px;
}


/* End */

ul[role=tablist] {
  font-size: 1.3rem;
}


@media (min-width: 768px){
  .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
  }
}

.nav-footer {
  background-color: #333;
  height: 50px;
  color: #CCC;
  text-align: center;
  margin-top: 120px;
  font-size: 1.3rem;
  -webkit-box-shadow:inset 0 10px 5px 0 #222;
  box-shadow:inset 0 10px 5px 0 #222;

}

.article-boundary {
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-boundary h2 {
  margin-top: 10px;
}

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

.smaller-text h2 {
  font-size: 2.0rem;
}

h1 {
  font-size: 4.236rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 3.318rem;
  margin-top: 1em;
}

h3 {
  font-size: 3.0rem;
  margin-top: 1em;
}

h4, h5, h6 {
  font-size: 3.0rem;
  font-style: bold;

}

#popular-articles > p {
  margin-bottom: 50px;
}

p + ol > li, p + ul > li {
  font-size: 1.8rem;
  margin-left: 1em;
}

dl > dt {
  font-size: 1.8rem;
  display: block;
}

dl > dd {
  font-size: 1.0rem;
  display: inline-block;
  padding-left: 15px;
}


li > p, li > pre {
  font-size: 1.5rem;
}

.container {
  display: table;
  vertical-align: middle;
}

.navbar {
  background-color: #930000;
  color: #FFF;
  border-bottom: thin solid #300;
}

/* Make the navbar */

.navbar-default .navbar-nav > li:after {
  content: " · ";
}

.navbar-default .navbar-nav > li:last-child:after {
  content: "";
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  /* make the middle dots appear properly */
  display: inline-block;
  margin-top: 4px;
  padding-right: 0px;
  padding-left: 5px;
}

.navbar-brand > h1 {
  color: #FFF;
  margin-top: -8px;
  font-style: italic;
  font-size: 1.7em;

}

.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}

.drop-cap:first-letter {
  margin: auto 0.1em auto auto;
}

#navbar-links {
  font-family: 'Cardo', serif;
  font-size: 1.75rem;
}

/* Hide the vertical line on small displays */
@media (min-width: 992px) {
  .vertical-line {
    border-left: thin solid #999;
  }
}

#edit-article {
  margin-top: 20px;
}

p, p + p {
  text-indent: 0em;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

p, th, td {
  font-size: 1.8rem;
}

.sourceCode {
  font-size: 1.5rem;
}

.commonlisp {
  font-size: 1.5rem;
}

.sourceCode .kw {
  color: #268BD2;
}

.sourceCode .dt { color: #268BD2; }

/* DecValTok (decimal value), BaseNTok, FloatTok */
.sourceCode .dv, .sourceCode .bn, .sourceCode .fl { color: #D33682; }
/* CharTok */
.sourceCode .ch { color: #DC322F; }
/* StringTok */
.sourceCode .st { color: #2AA198; }
/* CommentTok */
.sourceCode .co { color: #93A1A1; }
/* OtherTok */
.sourceCode .ot { color: #A57800; }
/* AlertTok */
.sourceCode .al { color: #CB4B16; font-weight: bold; }
/* FunctionTok */
.sourceCode .fu { color: #268BD2; }
/* RegionMarkerTok */
.sourceCode .re { }
/* ErrorTok */
.sourceCode .er { color: #D30102; font-weight: bold; }


.alert {
  font-size: 2rem;
}

.byline {
  text-align: center;
  font-size: 1.5rem;
}

.proper-wrap {
  max-width: 54em; /* 1.8 * 30 */
}

pre, code, kbd {
  font-size: 1.4rem;
  font-style: normal;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
}

pre > code {
  font-size: 1.5rem;
}

pre {
  margin-top: 1.5rem;
  margin-bottom: 2.0rem;
}

/* padding for header */
.top-padding {
  margin-top: 50px;
}
/* Comment stuff */

blockquote   {
  font-style: italic;
}

#form-error {
  color: #930000;
  margin-bottom: 2.0rem;
  margin-top: 2.0rem;
}

blockquote  > code {
  font-style: normal;
  font-size: 1.8rem;
}

blockquote  > pre {
  font-style: normal;
  font-size: 1.8rem;
}

.comment-quote {
  font-size: 1.8rem;
  margin-left: 30px;
  margin-right: 20px;
}

span.glyphicon-trash {
  font-size: 1.2rem;
}
span.glyphicon-leaf {
  font-size: 0.3em;
}

span.glyphicon-pencil {
  font-size: 0.3em;
  color: #930000;
}

.reply-link {
  color: #930000;
}

.nested-comment {
  margin-left: 50px;
}

a:hover {
  text-decoration:none;
}

hr {
  border-color:#dedede;
}

.wrapper, .row {
  height: 100%;
  margin-left:0;
  margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

.column {
  height: 100%;
  overflow: auto;
  *zoom:1;
}

.column .padding {
  padding: 20px;
}

.full{
  padding-top:70px;
}

.box {
  bottom: 0; /* increase for footer use */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color:#444444;
  /*
  background-image:url('/assets/example/bg_suburb.jpg');
  background-size:cover;
  background-attachment:fixed;
  */
}

.divider {
  margin-top:32px;
}


#main {
  background-color: #fff;
  padding-left:0;
  padding-right:0;
}

#main .img-circle {
  margin-top:18px;
  height:70px;
  width:70px;
}

/* bootstrap overrides */

/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .full{
    padding-top:20px;
  }

}


#book-announcement {
  text-align: center;
  font-family: 'Lato', 'Source Sans Pro', sans-serif;
  -moz-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -moz-font-feature-settings:"onum=1, kern=1, liga=1, swsh=1, calt=1";
  -ms-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -o-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  -webkit-font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  font-feature-settings:"onum" 1, "kern" 1, "liga" 1, "swsh" 1, "calt" 1;
  font-weight: 300;
  color: #222;
}

#book-announcement a {
  font-size: 2.0rem;
}

#book-announcement h2 {
  margin-top: -90px;
  font-size: 2.4rem;
  font-weight: 500;
}
#book-announcement .img-small {
  width: 65%;
  height: auto;
}

#book-announcement .img-tiny {
  width: 35%;
  height: auto;
  margin-bottom: 0;
}

.extra-margin {
    margin-left: 150px;
}

#book-announcement .img-larger {
  width: 100%;
  height: auto;
}

#policy li {
  font-size: 2rem;
}
#policy p {
  font-size: 2rem;
}
#terms {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}


.button-spacer {
  margin-top: 150px;
  margin-bottom: 50px;
}
.button-spacer-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.button-fill {
  text-align: center;
  background: #ccc;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-left: 0px;
  font-size: 1.9rem;
}

.button-fill.red:hover {
  background: #BB3333;
  transition: background-color 1s;
  -web-kit-transition: background-color 1s;
}

.button-fill.red {
  transition: background-color 1s;
  -web-kit-transition: background-color 1s;
  background: #BB5555;
  color: white;
}


.button-fill.blue:hover {
  background: #2e70bb;
  transition: background-color 1s;
  -web-kit-transition: background-color 1s;
}

.button-fill.blue {
  transition: background-color 1s;
  -web-kit-transition: background-color 1s;
  background: #5585bb;
  color: white;
}


.button-text {
  padding: 0 25px;
  line-height: 56px;
  letter-spacing: .1em;
}

