﻿div.blogList {
    position: relative;
    /*padding: 25px 0;*/
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

    div.blogList .fancyHeader > .title {
        font-size: 38px;
        padding-right: 0px;
    }

        div.blogList .fancyHeader > .title > img {
            width: 30px;
            height: auto;
        }

    div.blogList .fancyHeader > .greyLine {
        display: none;
    }

    div.blogList ul.postUl > li.post {
        margin-bottom: 0px;
    }

        div.blogList ul.postUl > li.post > h2.title {
            margin-bottom: 15px;
            text-transform: lowercase;
        }

            div.blogList ul.postUl > li.post > h2.title a {
                color: black;
                font-family: 'sullivanfill';
            }

        div.blogList ul.postUl > li.post > div.content {
            font-size: 16px;
            line-height: 22px;
        }

        div.blogList ul.postUl > li.post > div.LearnMore {
            clear: both;
            text-align: right;
            padding: 15px 0 0 0;
        }

.fiveColumnsPanel {
    padding: 25px 0;
    width: 90%;
    /*width: 1100px;*/
    margin: 0 auto !important;
}

div.blogList ul.postUl > li.post > div.LearnMore a {
    color: #F47421;
    font-size: 14px;
    font-weight: 700;
}

    div.blogList ul.postUl > li.post > div.LearnMore a:hover {
        text-decoration: underline;
    }



/*Blog Detail*/
div.postDetail {
    position: relative;
    padding: 25px 0;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

    div.postDetail h1.title {
        color: black;
        font-family: 'sullivanfill';
        font-weight: normal;
    }

        div.postDetail h1.title.fullPost {
            text-align: left !important;
            font-size: 55px;
            margin: 0 0 0 0;
            padding: 0;
        }

    div.postDetail div.content {
        line-height: 22px;
    }



@media only screen and (min-width : 640px) {
    div.blogList .fancyHeader > .title {
        font-size: 54px;
        padding-right: 20px;
    }

        div.blogList .fancyHeader > .title > img {
            width: auto;
            height: auto;
        }



    div.blogList ul.postUl > li.post {
        float: left;
        width: 44%;
        padding: 0px 3%;
        margin-bottom: 60px;
        height: 150px;
        overflow-y:hidden;
    }

    
    div.blogList ul.postUl > li.post:nth-child(odd){
        clear:right;
    }

        div.blogList ul.postUl > li.post > h2 a {
            font-size: 28px;
        }

    div.postDetail h1.title {
        font-size: 30px;
    }
}

@media only screen and (min-width : 1200px) {

    div.blogList .fancyHeader > .greyLine {
        display: block;
    }
}

@media only screen and (max-width : 767px) {
    div.blogList {
        padding-top: 40px;
    }

    div.postDetail h1.title.fullPost {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
}
