﻿#news {
    text-align: center;
    display: table;
    margin: 30px auto 0;
}

#news-container {
    margin: 0;
    padding: 0px;
    list-style: none;
    font-size: 0;
}

.news-featured, 
.news-featured-list, 
.news-latest {
    display: inline-block;
    float: left;
}

.news-featured {
    margin-bottom: 30px;
}

#featured {
    max-width: 475px;
    text-align: left;
}
#featured img {
    width: 100%;
}
#featured-image {
    position: relative; 
    margin-bottom: 2px;
}
#featured-caption {
    font-size: 11px;
    font-family: Roboto Slab;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
}
#featured-headline {
    width: 100%;
    line-height: 1.1;
    font-family: Oswald;
    font-size: 30pt;
    font-weight: 400;
}
#featured-headline a {
    color: #1d1e1e;
}
#featured-headline a:hover {
    text-decoration: none;
}
#featured-summary {
    margin-top: 10px;
    width: 100%;
    font-size: 12pt;
    font-weight: 400;
}
#featured-byline {
    color: #bf2d2b;
    width: 100%;
    font-size: 12pt;
    font-weight: 400;
    margin-top: 10px;
}
#featured-byline a {
    color: #bf2d2b;
    width: 100%;
    font-size: 12pt;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: none;
}

.featuredArticlesAuthor {
    color: #bf2d2b; 
    font-family: Roboto Slab; 
    font-size: 12pt; 
    font-weight: 400; 
    margin-top: 10px;
}

.featuredArticlesAuthor a {
    color: #bf2d2b; 
    font-family: Roboto Slab; 
    font-size: 12pt; 
    font-weight: 400; 
    margin-top: 10px;
    text-decoration: none;
}

.featureArticlesImgContainer {
    width: 235px;
}

.featureArticlesImgContainer iframe {
    width: 100%;
    height: 100%;
}

#top-head {
    width: 305px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #bf2d2b;
    float: left;
    font-family: Oswald;
    font-size: 20pt;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#latest-news li {
    font-family: Roboto Slab;
    font-size: 12pt;
    font-weight: 400;
}

#divider {
    width: 80%;
    display: block;
    height: 7px;
    border-bottom: #DFDFDF solid 1px;
    margin: 0 auto 7px auto;
}

#latest-news {
    width: 330px;
    margin: 0 auto;
    float: left;
}

#latest-news .view-all {
    float: right;
}

#latest-news .view-all a {
    font-family: Oswald;
    font-size: 13pt;
    font-weight: 300;
    text-transform: uppercase;
    color: #bf2d2b;
    text-decoration: none;
}

#top-head img {
    width: 24px;
    margin-bottom: 7px;
    margin-left: 10px;
}

#top-head a,
#top-head a:hover {
    color: #ffffff;
    text-decoration: none;
}

.divider {
    width: 80%;
    display: block;
    height: 10px;
    border-bottom: #DFDFDF solid 1px;
    margin: 13px auto 7px auto;
}

#layout-Div {
    display: block;
    text-align: left;
}
#layout-Div a:hover {
    text-decoration: none;
}
#layout-Div li {
    margin-left: 30px;
    margin-bottom: 25px;
    width: 232px;
}

#layout-Div .headline {
    width: 100%;
    line-height: 1.1;
    margin-top: 15px;
    font-family: Oswald;
    font-size: 15pt;
    font-weight: 400;
}
#layout-Div .headline a {
    color: #1d1e1e;
}
#latest-news li {
    text-align: left;
}
#latest-news li a {
    color: #1d1e1e;
}
#latest-news li a:hover {
    text-decoration: none;
}
#latest-news-inner {
    margin-left: 30px;
}
#latest-list {
    margin-left: 30px;
}
#latest-ad {
    display: inline-block;
    margin: 30px 0 30px 30px;
}
#featured>iframe {
    width: 475px;
    height: 268px;
}

@media only screen and (max-width: 1150px) and (min-width: 769px) {
    #news,
    .news-featured-list,
    #latest-news {
        width: 640px;
    }
    #latest-ad {
        margin: 0;
        width: 300px;
    }
    #featured {
        max-width: 640px;
    }
    #latest-news {
        margin-bottom:20px
    }
    .news-featured, .news-featured-list, .news-latest {
        float: none;
    }

    #latest-list,
    #top-head {
        margin: 0;
        width: 300px;
    }
    #featured-headline {
        font-size: 28pt;
    }
    #featured-summary {
        font-size: 12pt;
    }
    #featured-byline {
        font-size: 10pt;
    }
    .news-featured-list li {
        display: inline-block;
        float: left;
    }
    #layout-Div li {
        margin-left: 0;
        width: 300px;
    }

    #layout-Div li img {
        width: 100%;
    }

    #right {
        float:right;
    }
    #latest-list {
        float: left;
    }
    #latest-ad {
        float: right;
    }
    #layout-Div li iframe {
		width: 300px;
		height: 197px;
	}
}

@media only screen and (max-width: 784px) and (min-width: 460px) {
    #news {
        width: 440px;
    }

    .news-featured, .news-featured-list, .news-latest {
        float: none;
        width: 440px;
    }
    #layout-Div li {
        width: 440px;
        margin-left: 0px;
    }
    #layout-Div img {
        width: 100%;
    }
    #layout-Div .headline {
        font-size: 20pt;
    }
    #featured-headline {
        font-size: 28pt;
    }
    #featured-summary {
        font-size: 12pt;
    }
    #featured-byline {
        font-size: 10pt;
    }
    #featured>iframe {
        width: 375px;
        height: 210px;
    }
    #latest-list {
         margin-left: 0; 
    }
    #latest-news {
        width: 440px;
        margin: 0 auto;
    }
    #top-head {
        width: 440px;
    }
    #layout-main-container {
        margin-top: 120px;
    }
    #latest-ad {
        width: 440px;
        margin: 30px 0;
    }
    #layout-Div li iframe {
		width: 440px;
		height: 289px;
	}
}

@media only screen and (max-width: 459px) {
    .layout-news .site-container {
        width: 300px;
    }
    #news {
        width: 300px;
    }

    .news-featured, .news-featured-list, .news-latest {
        width: 300px;
    }
    #layout-Div li {
        margin-left: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    #layout-Div img {
        width: 100%;
    }
    #latest-list {
        margin-left: 0;
    }
    #latest-news-inner {
        margin-left: 0;
    }
    .featuredArticlesAuthor {
        display: none;
    }
    #featured-headline,#latest-news,#top-head {
        font-size: 15pt;
        width: 300px;
    }
    #featured-summary {
        font-size: 12pt;
        width: 300px;
    }
    #featured-byline {
        display: none;
    }
    #featured>iframe {
        width: 290px;
        height: 168px;
    }
    #latest-ad {
        display: inline-block;
        margin: 30px 0;
    }
    #layout-Div li iframe {
		width: 300px;
		height: 197px;
	}
}
