body {

    padding-top: 78px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 17px;
   
}

p {
    margin-bottom: 1.2em;
    line-height: 1.5em;
}

h1 {
    font-size: 3em;
    font-weight: bold;
}

.login-box {
    font-size: 18px;
}

h1.post-title {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.site-header {
    font-family: 'Bitter', serif;
    vertical-align: middle;
    font-size: 32px;
}

pre.theme-peacocks-in-space {
  font-size: .85em;
  line-height: 1em;
}

textarea {
    resize: none;
    overflow:auto;
    font-size: 14px !important;
}

ul li.error {
    font-size: 13px;
}

div.flash {
    font-size: 14px;
}

.button-icon, .post-title-date-icon {
  margin-right: 5px;
  line-height: 1;
}

.post-tag
{
    font-weight: normal !important;
    font-size: 70% !important;
}

.post-title-icon
{
    margin-right: 0.2em;
}

.blog-post-item
{
  font-size: 1.3em;
}

ul.home-page .blog-post-item{
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px #999 dashed;
    margin-top: 0px;
    padding-top: 20px;
}

.post-title-date
{
    margin-left: 0.5em;
    padding: 0.5em;
    font-size: 0.4em;
    letter-spacing: 0.12em;
    vertical-align: middle;
    font-weight: normal;
}

.post-content {
    margin-top: 45px;
    margin-bottom: 15px;
}

code > span {
    line-height: 1.35em;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.post-tooltip {
    border-bottom: 0.1em #CCC dashed;
}

li.category-list-item {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
}

li.category-list-item a {
  color: #666;
}

.notfound-header {
    font-size: 4.5em;
}

#book-reviews {
    margin-top: 2em;
}

.book-reviews-header h1 {
    text-transform: uppercase;
}

#book-reviews .book-review ul {
    list-style-type: none;
}

#book-reviews .book-review ul li {
    padding-top: 0.6em;
}

#album-images-modal .thumbnails.image_picker_selector img {
  width: 200px;
  height:200px;
}

#album-images-modal .modal-dialog{
    overflow-y: initial !important
}

#album-images-modal .modal-body{
    height: 400px;
    overflow-y: auto;
}