/* 
 * This has styling for elements seen on many pages.
 */

/* General formatting tools */
.dotted {
    display:none;
}


/* Formatting for Posts */

#disqus_thread {
    padding: 10px;
}
.post {
    clear: both;
    padding: 0 0 0 0;
    width: 550px;
}

.post .entry-header p {
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 17px;
    position: relative;
}

.home.post.secondary p.entry-author{
    margin: -4px 0;
}

.post .entry-author, .post .entry-author a {
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 17px;
    color: #E52F25;
    font-weight: 600;
}

.post .entry-divider {
    color: #000000;
}

p.entry-author a {
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 17px;
    color: #E52F25;
}

a.print {
    color: #333;
}

p.entry-synopsis, .entry-synopsis p {
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 17px;
}

.post.standard {
    position: relative;
    padding: 0 0 20px 0;
    margin: 30px 0 0 0;
    border-bottom: 1px dotted #333;
    width: 560px;

}

.category .post.standard {
    width: 550px;
}

.post.standard.last {
    border: none;
}

.post.standard .entry-title {
    color: #000;
    margin: 0;
}

.post.standard .entry-title.print, #online-exclusive h3 a {
    font-family: "Antwerp SemiBold", 'Times New Roman', Times, serif; 
    font-weight: 600; 
    font-style: normal;
    font-size: 26px;
    color: #000000;
    line-height: 1.3em;
}

.post.standard .entry-title.print {
    color: #9E9E9E;
}

.post.standard .entry-title a {
    font-family: "Antwerp SemiBold", 'Times New Roman', Times, serif; 
    font-weight: 600; 
    font-style: normal;
    font-size: 26px;
    color: #000000;
    line-height: 1.5em;
}

.post.standard .entry-side {
    position: absolute;
    left: 0px;
    top: 55px;
    padding: 10px;
    width: 130px;
}

.post.standard .entry-side p {
    margin: 0 0;
}

.post.standard .entry-extra {
    font-family: "proxima-nova-alt", sans-serif;
}

.post.standard .post-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post.standard .post-categories a {
    color: #333;
    font-size: 14px;
    font-family: "proxima-nova-alt", sans-serif;
}

/* Formatting for banners */

.banner-bar {
    position: relative;    
}


.banner-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.banner-bar li {
    padding: 10px;
}

.banner-bar li.last {
    border-bottom: none;
}

.banner-bar h2 {
    background-repeat: no-repeat;
    font-size: 20px;
    margin: 0;
}

.banner-bar h2 a {
    font-size: 17px;
}

.submenu-wrap {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #000000;
}

.single .submenu-wrap {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #000000;
}

.submenu {
    width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 15px 0 15px 0;
    text-align:center;
}

.submenu a.last {
    border: 0;
    background: none;
}


.submenu a {
    color: #000000;
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 17px;
    padding: 0 30px 0 30px;
}



.submenu a.active, .submenu a.active:hover { 
    color: #E52F25;
}

.submenu a:hover {
    color: #E52F25;
}

/* Pages */

.page-template-default #top-main {
    margin-left: 20px;
    width: 576px;
}

.page h3 {
    margin-top: 50px;
    margin-bottom: 3px;
    font-size: 24px;
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}

.page h4 {
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 20px;
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
}

.page li {
    font-family: "Antwerp Regular", 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.7em;
    color: #000000;
    margin-top: 0;
}

.page ol li {
    margin-top: 12px;
}

.page ul li {
    list-style-type: none;
}

.page #menu-bar li {
    margin-top: none;
}

 .archive #top-main h2, .category #top-main h2, .search #top-main h2 {
    font-family: "proxima-nova-alt", sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    border-bottom: 2px solid #E52F25;
    padding: 20px 0 12px 0;
}


