/*
Theme Name: Mythic
Theme URI: http://blog.devel.mythic-beasts.com
Description: Mythic Beasts Wordpress Theme
Version: 1
Author: Paul Warren
Author URI: http://www.mythic-beasts.com
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.nav-single {
  border-top: 2px solid #900;
  padding-top: 10px;
  margin-top: 10px;
}

.nav-single .nav-next {
  text-align: right;
  float: right;
  max-width: 48%;
}

.nav-single .nav-previous {
  max-width: 48%;
  float: left;
}

.widget .post-date {
color: #666;
font-size: smaller;
display: block;
}

.post:last-child {
border-bottom: none;
}

.post {
padding-bottom: 15px;
border-bottom: solid #900 2px;
}

.post h2 {
  border-bottom: none;
  font-size: 22px;
}

.post h3 {
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 0px;
}


ul.fetched_tweets {
  list-style: none;
  padding-left: 0;
}

ul.fetched_tweets li.tweets_avatar {
  padding-top:0!important;
}

div.tweet_data {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h2.timestamp {
  border-top: solid 1px #aaa;
  font-size: 10px;
  font-weight: normal;
  color: #999;
  padding-top: 5px;
  margin-top: 30px;
  text-align: right;
}

blockquote {
   font-size: 14px;
   padding: 10px;
}

blockquote.irc {
   font-family: "Courier", monospace;
   font-size: 14px;
   border-left: none;
   padding: 10px 0;
}

blockquote.irc .timestamp {
   width: 90px;
   display: inline-block;
   position: absolute;
   left: -175px;
}

blockquote.irc .timestamp:before {
   content: "[";
}

blockquote.irc .timestamp:after {
   content: "]";
}

blockquote.irc .entry {
   display: block;
   margin-left: 175px;
   position: relative;
   border-left: solid 2px green;
   padding-left: 5px;
}

blockquote.irc .author {
   color: green;
   text-align: right;
   width: 85px;
   padding-right: 8px;
   display: inline-block;
   position: absolute;
   left: -85px;
}


dl.email-headers dt {
    float: left;
    width: 75px;
}

blockquote.email .email-signature {
  font-family: "Courier", monospace;
  color: #aaa;
  font-size: small;

}
