
/* Customised styles for Blog module on luiscabrera.me */
.blog_date
{
    color: #555555;
    font: 10px/16px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.blog_title h4 a
{
    font: 30px/36px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    color: #25b8e2;
    padding-right: 11px;
    text-transform: none;
}
.blog_title h4 a:hover
{
    color: #25b8e2;
}
.is-post
{
    padding-bottom: 2em;
}
.is-post p
{
    color: #272727;
    line-height: 1.8em;
    font-size: 16px;
    padding-bottom: 0.7em;
}
.is-post td
{
    color: #272727;
    font-size: 16px;
}
.is-post div.postsummary
{
    padding-bottom: 0.5em;
    padding-top: 0em;
}
.is-post div.postsummary a
{
    font-size: 13px;
    color: #0088cc;
}
.is-post div.postsummary a:hover
{
    font-size: 13px;
    color: #666666;
}
.is-post div.postdetail
{
    padding-bottom: 1em;
    padding-top: 1em;
}
.is-post div.postdetail img
{
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
    -moz-box-shadow: 0px 0px 0px 0px #888;
    -webkit-box-shadow: 0px 0px 0px 0px #888;
    box-shadow: 0px 0px 0px 0px #888;
    border: 3px solid #f5f5f5;
}
.is-post div.posttags
{
    padding-bottom: 0em;
    padding-top: 0em;
}
.is-post div.socialbar
{
    padding-top: 1em;
    font-size: 1.5em;
}
.is-post .socialbar .sharrre a
{
    padding-left: 10px;
}
.is-post .imageShadow
{
    background: url(images/blog-post-img-shadow.png) no-repeat center bottom;
    -o-border-image: height: 20px;
    position: relative;
    z-index: -10;
}
.is-post .postImageShadow img
{
    border-style: solid;
    border-width: 0px 0px 16px;
    -moz-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    -webkit-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    -o-border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
    border-image: url(images/blog-post-img-shadow.png) 0 0 20 stretch;
}
/* Styles for Categories and Tags section */
hr.light_line
{
    background-color: transparent !important;
    height: 3px;
}
.is-post ul
{
    overflow: auto;
    list-style-type: none;
    font: 12px/12px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    color: #666666;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.is-post ul li
{
/*    float: left;           
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px; */
}
.line_small_padding
{
    margin-bottom: 0px !important;
}
/* Styles for blog quotes */
blogquote
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: none !important;
    background-color: #f5f5f5;
}
blogquote:before
{
    content: '';
    display: block;
    width: 27px;
    height: 23px;
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(images/blockquote.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: Transparent;
}
blogquote.type2:before
{
    background-color: #ababab;
}
blogquote p, blogquote div
{
    padding-left: 40px;
}
blogquote span
{
}
blogquote p
{
}
.is-post blogquote p
{
    line-height: 1.6em;
    font-weight: normal;
    font-weight: 400 !important;
    font-style: italic;
    font-family: Georgia, Times, 'Times New Roman' , serif;
    font-size: 22px;
    padding-top: 0.6em;
    color: #272727;
}
h1.blogsectiontitle
{
    font: 18px/18px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    color: #272727;
    padding-top: 1.1em;
    padding-bottom: 1.0em;
}
blogquote span
{
    font-size: 12px;
    font-weight: normal;
    font-weight: 400 !important;
}
blogquote.right
{
    width: 35%;
    float: right;
    padding-right: 0 !important;
    margin-left: 2.5%;
}
blogquote.left
{
    width: 35%;
    margin-right: 2.5%;
    float: left;
}
pre
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #ffffff;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.contentarea ol li::before
{
    counter-increment: li;
    content: counter(li) ".";
    padding-right: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    color: #272727;
    font-size: 16px;
    font-weight: normal;
}
.contentarea ol li
{
    line-height: 1.8em;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
    position: relative !important;
    color: #272727;
    list-style: none;
    list-style-image: none;
    font-size: 16px;
}
.blog_comment_pic
{
    display: block;
    float: left;
    position: relative;
}
.blog_comment_details .blog_comment_body
{
    padding: 0px 0px 10px 15px;
    float: left;
}
.blog_comment_body .blog_comment_content
{
    padding: 10px 0px 10px 0px;
    border: solid 1px #f5f5f5;
}

.comment_info .date:before
{
    content: '/';
}
.comment_info .reply:before
{
    content: '/';
}
strong
{
    font-weight: bold;
    color: black;
}
/* Blog Title for mobile devices - excluding tablets */
@media only screen and (max-width : 640px)
{
    .blog_title h4 a
    {
        font: 16px/18px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;
    }
    h1.blogsectiontitle
    {
        font: 14px/20px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
        font-weight: 700 !important;
        color: #272727;
        padding-top: 1.1em;
        padding-bottom: 1.0em;
    }
    .is-post div.postdetail img
    {
        margin-left: -0.8em;
    }
}
/* Styles for Blog Info Icon Bar */
.my_blogpost_info_wrapper
{
    margin-bottom: 0px;
    position: relative;
}
.my_blog_info_block
{
    overflow: auto;
}
.my_blog_info_block div
{
    padding: 10px 14px 10px 53px;
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    position: relative;
    display: inline-block;
    float: left;
	height: 32px;
    margin-right: 5px;
    border: #d9d9d9 1px solid;
    margin-bottom: 5px;
}
.my_blog_info_block div:before
{
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 100%;
    border-right: #d9d9d9 1px solid;
}
.my_blog_info_block div a
{
    color: #666666;
}
#my_blogpost_info_wrapper
{
    min-height: 0px;
    margin-bottom: 0px;
    position: relative;
}
#my_blogpost_info_wrapper li
{
    padding: 0 0 0 0;
}
.my_blogpost_info_wrapper .my_post_type:before
{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}
.my_blogpost_info_wrapper .my_post_type
{
    width: 38px;
    height: 38px;
    margin-bottom: 5px;
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    display: inline-block;
    margin-right: 5px;
    border: #d9d9d9 1px solid;
    float: left;
}
.my_blogpost_info_wrapper .my_post_type.my_post_type_image:before
{
    background: url(icons/blogpost_image.png) no-repeat 0 0;
}
.my_blog_info_block div.my_blog_comments:before
{
    background: url(icons/blog_comments.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_views:before
{
    background: url(icons/blog_views.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_categories:before
{
    background: url(icons/blog_categ.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_GoBack:before
{
    background: url(icons/outgoing2_20x20.png) no-repeat 9px 9px;
}
.my_blog_info_block div.my_blog_GoBack a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_GoBack a:hover
{
    color: #0088cc;
}
.my_blog_info_block div.my_blog_comments a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_comments a:hover
{
    color: #0088cc;
}
.my_blog_info_block div.my_blog_categories a
{
    color: #666666;
}
.my_blog_info_block div.my_blog_categories a:hover
{
    color: #0088cc;
}
.my_blog_info_block div.my_blog_categories a:after
{
    content: ',';
}

/* Blog Info Icon Bar for mobile devices - excluding tablets */
@media only screen and (max-width : 640px)
{
    .my_blogpost_info_wrapper
    {
        margin-bottom: 0px;
        position: relative;
    }
    .my_blog_info_block
    {
        overflow: auto;
    }
    .my_blog_info_block div
    {
        padding: 10px 8px 10px 45px;
        height: 18px;
        background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 2px;
        border: #d9d9d9 1px solid;
        margin-bottom: 5px;
    }
    .my_blog_info_block div:before
    {
        content: '';
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 38px;
        height: 100%;
        border-right: #d9d9d9 1px solid;
    }
    .my_blog_info_block div a
    {
        color: #666666;
    }
    #my_blogpost_info_wrapper
    {
        min-height: 0px;
        margin-bottom: 0px;
        position: relative;
    }
    #my_blogpost_info_wrapper li
    {
        padding: 0 0 0 0;
    }
    .my_blogpost_info_wrapper .my_post_type:before
    {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }
    .my_blogpost_info_wrapper .my_post_type
    {
        width: 38px;
        height: 38px;
        margin-bottom: 5px;
        background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
        display: inline-block;
        margin-right: 2px;
        border: #d9d9d9 1px solid;
        float: left;
    }
    .my_blogpost_info_wrapper .my_post_type.my_post_type_image:before
    {
        background: url(icons/blogpost_image.png) no-repeat 0 0;
    }
    .my_blog_info_block div.my_blog_comments:before
    {
        background: url(icons/blog_comments.png) no-repeat 9px 9px;
    }
    .my_blog_info_block div.my_blog_views:before
    {
        background: url(icons/blog_views.png) no-repeat 9px 9px;
    }
}

.ModBlogC .is-post .info .date
{
    position: relative;
    z-index: 1;
    font-family: 'Open Sans Condensed' ,sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    font-size: 1.5em;
    color: #999;
    border-bottom: solid 0px #ddd;
    padding: 0 0 1em 0;
    margin: 0 0 .75em 0;
    color: #999;
}


.shortcode_button.btn_small
{
    line-height: 24px;
    font-size: 10px;
    padding: 0 13px;
    font-weight: 800;
}
/* Responsive Tiled Photo Gallery for Dnn Blog Module */
.galleryWrap
{
    overflow: hidden;
    margin: 10px;
}
.pictureBox
{
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}
.innerBox
{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.innerBox img
{
    width: 100%;
}
.innerBox .titleBox
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.innerBox:hover .titleBox
{
    margin-bottom: 0;
}
@media only screen and (max-width : 480px)
{
    /* Smartphone view: 1 tile */
    .pictureBox
    {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width : 650px) and (min-width : 481px)
{
    /* Tablet view: 2 tiles */
    .pictureBox
    {
        width: 50%;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width : 1050px) and (min-width : 651px)
{
    /* Small desktop / ipad view: 3 tiles */
    .pictureBox
    {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px)
{
    /* Medium desktop: 4 tiles */
    .pictureBox
    {
        width: 25%;
        padding-bottom: 25%;
    }
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.selectbanner {
    background: #f5f5f5 url(images/bg_pattern2.png) repeat 0 0;
    border: #d9d9d9 1px solid;
    padding: 10px 10px 10px 10px;
    margin-bottom: 25px;
}
.selectbanner:hover {
    background-color: #d1d1d1;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
span.removeselection {
    float: right;
    margin-top: 0px;
}