/*
 * Globals
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555;
  padding-top: 70px;
  min-height: 100%;
  margin-bottom: 80px; /* this should match the height of the footer */
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  /*color: #333;*/
  color: #30424d;
}

a:hover{
  text-decoration: none;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.navbar {
  box-shadow: 0px 0px 5px #000;
  border: none;
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

#navbar-brand {
  padding: 10px;
}

.nav-logo {
  height: 30px;
  width: auto;
  margin-top: 10px;
  opacity: .9;
}

.nav-logo:hover {
  opacity: 1;
}

/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 16px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 10px 20px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #fff;
  border-radius: 0px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.side-bar-twitter {
  text-align: center;
  padding: 0px;
  margin: 0 10px 20px;
  height: 400px;
  background-color: #fff;
  border-radius: 5px;
}

/*
 * FEED
 */

#feed-title{
  font-size: 20px;
  text-align: center;
}

.feed-column {
  padding-left: 10px;
  padding-right: 10px;
}

/* Feed items */
.feeditem{
  padding: 8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 0px;
}

.jsWarning{
  color: #990000;
  text-align: center;
}

.feed-loader {
  color: #999;
  font-size: 20pt;
  vertical-align: middle;
}

.paper-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #008080;
}

.paper-title:hover {
  color: #4b94c2;
}

.paper-author {
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}

.paper-date {
  font-size: 13px;
  line-height: 1.5;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 0px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 50px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.journal-post {
  margin-bottom: 50px;
}

.author-post {
  margin-bottom: 0px;
}
#HowTo {
  padding-top: 50px;
  margin-bottom: 50px;
}

.about-post {
  margin-bottom: 50px;
}

.rss-button {
  color: #5bc0de;
  font-size: 20pt;
  vertical-align: middle;
}

.rss-button:hover{
  color: #31b0d5;
}

/*
 * Archive tabs
 */

.nav-tabs {
/*  border-bottom: 1px solid #7a7a7a;*/
  margin-bottom: 18px;
}


/* CITATION BOX */
.ui-dialog {
    box-shadow: 0px 0px 5px #333;
}
.ui-widget-header {
    /*font-family: 'Droid Serif', serif;*/
    background: none;
    background-color: #a00;
}

#dialog {
    font-size: 12px !important;
}


/*
 * Footer
 */

.blog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
