
/* blog styles! */

/* gallery styles */

article.blog-article div.gallery {
    position: relative;
    width: 100%;
    padding-top: 0;
    height: auto;
}

article.blog-article div.gallery .gallery-stage {
    position: relative;
    width: auto;
    height: 250px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery .gallery-stage img {
    display: block;
    margin: 0px auto;
}

.gallery-stage .gallery-slide {
    position: absolute;
    width: 100%;
    background: #f8f8f8;
}

a.gallery-caption-toggle {
    position: absolute;
    bottom: 2%;
    right: 0px;
    z-index: 50;
    padding: 5px;
    color: #999;
}

.gallery-stage div.gallery-caption {
    background: rgba(0,0,0,0.4);
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.gallery-stage div.gallery-caption p {
    color: white;
    padding: 5px;
    margin: 0px;
}

.gallery ul.gallery-data {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0px;
}

.gallery .gallery-data li {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0 1.5% 0 0;
    width: 23.5%;
}

.gallery .gallery-data li:nth-of-type(4) img {
    margin-right: 0;
}

.gallery .gallery-data li img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}

.gallery .gallery-data li .gallery-slide {
    display: none;
}

.gallery div.gallery-pages {
    display: block;
    height: 25px;
    margin-top: -15px;
}

.gallery div.gallery-pages ul {
    display: block;
    padding: 0px;
    width: auto;
}

.gallery div.gallery-pages li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

.gallery div.gallery-pages li a {
    color: #999;
}



/* Pagination */

div.pagination {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

div.pagination p {
    color: #cbcbcb;
    font-size: 10px;
}

div.pagination p a {
    color: #cbcbcb;
}


/* Blog articles */

article.blog-article {
    background-color: white;
    margin-right: 0px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 45px;
    margin-top: 0;
    background: white;
    width: 47%;
    margin-right: 1.5%;
    float: left;
}

article.blog-article .slide-hide,
article.blog-article .gallery-thumbnail{
    cursor: pointer;
}

article.blog-article img.cover-image {
    width: 100%;
    height: auto;
    max-width: 605px;
}

article.blog-article p.caption {
    float: right;
    margin-top: 25px;
}

article.blog-article h2:first-of-type {
    text-align: left;
}

article.blog-article h2 {
    font: 700 18px 'Open Sans', Helvetica, sans-serif;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

article.blog-article p {
    color: #666;
    margin: 0;
    padding: 5px 0;
}

.excerpt {
    margin-bottom: 10px;
}

.article-body {
    margin-bottom: 15px;
}

.blog-button {
    float: right;
}

.posted-wrapper {
    background: white;
    width: 100%;
    padding-top: 1px;
}

.posted-date {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 5px 0px;
    color: #999;
}

.posted-date img {
    margin-top: 2px;
}

.posted-date strong {
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 3px;
}


