/*-*-mode:css-*- */
/*!
 * Bootstrap v2.1.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

body {
  margin: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: "Liberation Sans", sans-serif;
  font-size: 100%;
  color: #333333;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

ul { padding: 5px; }

li { margin-left: 20px; }

.eo-blog-navbar {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 5px;
    color: #ffffff;
    background-color: #333333;
    align-items: flex-end;
}

.eo-blog-navbar-item a {
  color: #ffffff;
  text-decoration: underline;
}
.eo-blog-navbar-item a:hover {
  color: #999999;
  text-decoration: none;
}

.eo-blog-title {
  margin-bottom: 0;
}


.eo-blog-title a {
  text-decoration: none;
}

.eo-blog-navbar-item {
}

.eo-blog-top-menu,
.eo-blog-top-menu > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0; /* Don't want any padding for this top menu */
    flex-grow: 2;
}

.eo-blog-top-menu li > ul.submenu {
    display: flex;
    position: absolute;
    flex-flow: column nowrap;
    justify-content: space-around;
    list-style: none;
    align-items: flex-start;
    margin-top: 7px;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #333333;
}

.eo-blog-top-menu li > ul {
    display: none;
    margin: 0;
}

.eo-blog-breadcrumbs {
    font-size: 80%;
    list-style: disclosure-closed;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
}

.eo-blog-breadcrumb-item {
    margin-left: 20px;
}

.eo-blog-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-start;
}

.eo-blog-footer-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
}

.eo-blog-footer-row-item > ul {
    margin-top: 5px;
}

.eo-blog-footer-row-item > h1 {
    margin-bottom: 5px;
}

.eo-blog-links-box {
    min-width: 15%;
}

.eo-blog-tags {
  max-width: 350px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
  align-items: center;
}

.eo-blog-tags li {
    padding: 3px;
    margin: 0;
}

.article {
    display: flex;
    flex-flow: column nowrap;
}

.article-footer {
    margin-top: 20px;
}

.header-top-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.header-date {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.header-date-d,
.header-date-m,
.header-date-y {
    margin-left: 2px;
    margin-right: 2px;
}

.header-actual-header {
    font-size: 250%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: end;
}

.pager {
}

.pager > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.pager-previous,
.pager-next,
.pager-previous-chevrons,
.pager-next-chevrons {
    margin-left: 2px;
    margin-right: 2px;
}

.pager-previous,
.pager-next {
    flex-basis: 47%;
}

.pager-previous-chevrons,
.pager-next-chevrons {
    flex-basis: 3%;
}

.pager-next,
.pager-next-chevrons {
    text-align: end;
}

.pager,
.eo-blog-footer,
.eo-blog-breadcrumbs {
    background-color: #eeffee;
}

.figure > p > img {
    max-width: 100%;
}

.footdef {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 5px;
    padding: 0; /* Don't want any padding for this top menu */
}

.footnum {
    margin-left: 5px;
    margin-right: 5px;
}

.eo-blog-posted-on-message {
    font-style: italic;
    text-decoration: underline;
}

.eo-blog-author-date-slug {
  font-style: italic;
  font-size: 80%
}

.tag-cloud > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0; /* Don't want any padding for this top menu */
}

.article-content span.underline {
    text-decoration: underline;
}

pre,
code {
  font-size: 110%;
  color: #000000;
  background-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}

pre {
  padding: 0.5em;
}

code {
  padding-right: 1px;
  padding-left: 1px;
}

.preamble {
    background-color: #eeeeee;
    padding-left: 1em;
    margin-left: 2em;
    padding-right: 1em;
    margin-right: 2em;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    font-style: italic;
}

p.footpara {
    margin: 0px;
}

.convo_comment {
    background-color: #eeffee;
    padding: 1em;
    font-style: italic;
}

.convo_comment > p {
    margin: 0;
}

/* *************************************************************************** */

.copyright {
    text-align: center;
}

a {
  color: #993333;
  text-decoration: none;
}
a:hover {
  color: #602020;
  text-decoration: underline;
}

/* Eibhear comment -- I don't know what effect these have */
a:hover,
a:active {
  outline: 0;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.thumbnail:hover {
  border-color: #993333;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* End Eibhear comment */
