/* 
    Document    : blog
    Created on  : 08.02.2013, 14:06:56
    Author      : myTheme
    Version     : 0.0.1
    Description : Css rules for blog.css
    Author URI  : http://mythem.es
*/

/* LIST VIEW */
article{
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
article *{
    max-width: 100%;
}
section.list-view article{
    margin-top: 60px;
}
section article.hentry p,
section.list-view article p{
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 24px;
}
section.list-view article:first-child{
    margin-top: 0px;
}
section.list-view div.thumbnail{
    border:1px solid #dbdbdb;
    float: left;
    padding: 1px;
    margin: 0px 30px 14px 0px;
}
body.single section article.hentry div.thumbnail{
    margin: 0px 0px 15px 0px;
}
section.list-view h2.post-title{
    margin-top: 0px;
}
section.list-view .meta{
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 18px;
    display: block;
    height: 24px;
    margin: 25px 0px 25px 0px;
}
section.list-view .meta .author,
section.list-view .meta span,
section.list-view .meta time{
    display: inline-block;
    float: left;
    color: #888888;
    padding:0px;
}
section.list-view .meta .author,
section.list-view .meta time{
    display: inline-block;
    width: 200px;
}

section.list-view .meta a{
    color: #888888;
}
section.list-view .meta a:hover{
    color: #000000;
}

/* SINGLE */
section.single div.thumbnail{
    margin-bottom: 20px;
}

section article a.fb-share{
    position: absolute;
    margin: -2px 0px 2px 0px
}

article.type-page i.icon-format{
    display: none;
}
article.type-page h2.post-title{
    padding:0px;
}
/* AUTHOR */
div.author-box img{
    float: left;
    margin: 0px 20px 20px 0px;
}
div.author-box p{
    color: #282828;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 18px;
    line-height: 30px;
}
div.author-box div.details{
    border-top: 1px solid #f0f0f0;
}

div.author-box div.details h4{
    color: #333333;
    font-family: "PT Sans Narrow",sans-serif;
    margin: 15px 0px 0px 0px;
}
div.author-box div.author-social{
    float: right;
    margin-top: 10px;
}
div.author-box div.author-social a{
    background-image: url("../images/author-social.icons.png");
    display: inline-block;
    float: left;
    height: 28px;
    margin-left: 4px;
    width: 28px;
    opacity: 0.9;
    filter:alpha(opacity=90);
}
div.author-box div.author-social a:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
div.author-box div.author-social a:first-child{
    margin-left: 0px;
}
div.author-box div.author-social a.vimeo{
    background-position: 0px 0px;
}
div.author-box div.author-social a.twitter{
    background-position: 0px -28px;
}
div.author-box div.author-social a.facebook{
    background-position: 0px -56px;
}
div.author-box div.author-social a.google-plus{
    background-position: 0px -84px;
}
div.author-box div.author-social a.youtube{
    background-position: 0px -112px;
}
div.author-box div.author-social a.rss{
    background-position: 0px -140px;
}