/* CSS Document */
html, body, p, ul, li, form, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: normal;
}
html, body {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
    /*line-height: 22px;*/
    line-height: normal;
    font-weight: normal;
}
a:link, a:visited, a:active {
    text-decoration: none;
	color: inherit;
}
.desktop-res {
	display: block;
}
.mobile-res, .tablet-res {
	display: none;
}
#supernav {
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    line-height: 20px;
    z-index: 100000;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(195,194,192,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(195,194,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c2c0', GradientType=0 );
}
#supernav .menu, #header #masthead, #navigation .menu, #site, #footer .menu, #footer .links {
    width: 1100px;
    margin: 0px auto;
}
#navigation .menu, #footer .menu {
	margin: 0 auto !important;
}
#supernav .menu ul li {
    display: inline-block;
}
#supernav .menu ul.left {
    float: left;
}
#supernav .menu ul.center {
    width: 400px;
    margin: 0px auto !important;
    text-transform: uppercase;
    color: #FF0000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    font-style: normal;
}
#supernav .menu ul.right {
    float: right;
	width: auto;
	margin: 0 !important;
}
#supernav .menu ul.right li {
    font-size: 22px;
}
#supernav .menu .social {
	margin-right: 5px;
}
#supernav .menu .social:nth-of-type(3) {
	margin-right: 0;
}
#supernav .menu .social .fa-facebook {
	color: #3b5998;
}
#supernav .menu .social .fa-twitter {
	color: #4099ff;
}
#supernav .menu .social .fa-rss {
	color: #ff6600;
}
#supernav .menu .search {
    width: 200px;
}
#header {
    background-color: #002b51;
    color: #FFFFFF;
    padding: 30px 0px 10px;
    margin-top: 40px;
}
#header #masthead {
    margin: 0px auto 30px;
}
/*
use these styles when a sub promo is present on the right hand side
#header #masthead .left {
    float: left;
    width: 400px;
    height: 150px;
}
#header #masthead .right {
    float: right;
    width: 500px;
    height: 150px;
}
*/
/*
use these styles when there is NO sub promo on the right hand side
*/
#header #masthead .left {
    float: none;
    margin: 0px auto;
    width: 400px;
    height: 150px;
}
#header #masthead .right {
    display: none;
}

#header #masthead .left img {
    width: 100%;
}
#header #masthead .left.mobile-logo {
    display: none;
}
#navigation {
    color: #FFFFFF;
    background-color: #002b51;
}
#navigation a:link, #navigation a:visited, #navigation a:active,
#footer a:link, #footer a:visited, #footer a:active {
    text-decoration: none;
	color: inherit;
}
#navigation .menu-trigger {
    display: none;
}
#navigation  ul.menu li {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 33px 10px 0px;
}
#navigation  ul.menu li:last-of-type {
    padding-right: 0px;
}

#body {
    
}
.region {
    /*margin-bottom: 20px;*/
}
.col1 {
    width: 780px;
    float: left;
}
.col1-split {
    width: 380px;
    float: left;
    margin-right: 20px;
}
.col1-split.right {
    margin-right: 0px;
}
.col2 {
    width: 300px;
    float: right;
}
.col1.col2 {
    width: 100%;
    float: none;
    clear: both;
}
#region_3 .widget {
    margin: 0px auto 20px;
}
#footer {
    background-color: #002b51;
    color: #FFFFFF;
    /*padding: 10px 0;*/
}
#footer .menu {
	position: relative;
    padding: 20px 0px;
}
#footer .menu li {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 70px;
}
#footer .menu [id*="nav"]:last-of-type {
    padding-right: 0px;
}
#footer .submenu {
	display: none;
	position: absolute;
	background-color: #E5E5E5;
	border: 1.25px solid #002B51;
	border-bottom: none;
	z-index: 100000;
}
#footer .submenu li {
	text-align: left;
	text-indent: 0px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	border-bottom: 1.25px solid #002B51;
	display: block;
	/*cursor: pointer;*/
    padding: 0px;
}
#footer .submenu li a {
	padding: 7px 0px 7px 10px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
    width: 130px;
    display: block;
}
#footer .submenu li a:hover {
    background-color: #0977BC;
    color: #FFFFFF;
}
#footer .submenu a:last-of-type li {
	border-bottom: none;
}

#footer #nav-writers .submenu {
    width: 700px;
}
#footer #nav-writers .submenu li {
    float: left;
    width: 175px;
}
#footer #nav-writers .submenu li a {
    width: 165px;
}

#footer .links .left {
    float: left;
	width: auto;
	margin: 0;
    font-size: 12px;
}
#footer .links .left p {
	margin: 0;
}
#footer .links .left .privacy-terms {
    font-weight: bold;
}
#footer .links .right {
    float: right;
	width: auto;
}
#footer .links .right .app {
    margin-right: 10px;
}
#footer .links .right .app:last-of-type {
    margin-right: 0px;
}
#footer .links .right .app img {
	border-radius: 8px;
    display: inline-block;
	width: 130px;
    height: 43px;
}
#footer .arrow-up {
	margin-left: 5px;
	font-size: 12px;
}
.desktop-res {
	display: block;
}
.tablet-res, .mobile-res {
	display: none;
}
.ad {
    min-height: 1px;
}
.ad.billboard {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    max-height: 250px;
    overflow: hidden;
}
.ad.billboard > div {
    margin: 0px auto;
    display: inline-block;
}
.ad.raptor {
    width: 1040px;
    margin: 20px auto;
    text-align: center;
}
.flex {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.clear {
	clear: both;
}

/** WIDGETS **/
.hide-subhead .subhead {
	display: none;
}
.headline h2 {
	margin-bottom: 2px;
	font-family: "adobe-garamond-pro", serif;
	font-size: 32px;
	line-height: 37px;
	font-weight:700;
}
.subhead {
	color: #656364;
	font-size: 18px;
	font-style: italic;
}
a.read-more {
	display: inline-block;
	color: #ed1b34;
}
.pubdate, .byline {
	display: inline-block;
	margin-top: 5px;
}
.pubdate {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
.section-header, .section-title, .widget-title {
	margin-bottom: 10px;
	overflow: hidden;
}
.section-header p, .section-title h2, .widget-title h2 {
	float: left;
	margin-right: 10px;
	color: #ed1b34;
	font-size: 20px;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 600;
	letter-spacing:1px;
	text-transform: uppercase;
}
.section-header hr , .section-title hr, .widget-title hr, .widget footer hr {
	position: relative;
	top: 3px;
	background-color: #ed1b34;
    border: 1.25px solid #ed1b34;
}
.section-header span {
	float: right;
	position: relative;
	top: -18px;
	padding-left: 5px;
	color: #ed1b34;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
}
.section-header.split {
	float: left;
	width: 375px;
	margin-right: 10px;	
}
.play-video {
	display: none;
	position: absolute;
	top: 35px;
	left: 35px;
	width: 50px;
	height: 50px;
	background: url("http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/video-play.png") no-repeat top center;
}
.show-video .play-video {
	display: block;
}

.widget.split-left, .widget.split-right, .section-header.split-left, .section-header.split-right {
	width: 360px;
}
.widget.split-left, .section-header.split-left {
    float: left;
    clear: left;
}
.widget.split-right, .section-header.split-right {
    float: right;
    clear: right;
}
.widget .headline.wide, .archives .layout-1col-split .headline.wide, .podcasts .layout-1col-split .headline.wide {
    width: 100%;
}
.headline.wide .pubdate, .headline.wide .byline, .layout-1col-standard .pubdate, .layout-1col-standard .byline {
	height:34px;
}

/* Editions Page Widgets */
.widget.editions {
    
}
.widget.editions .edition {
    width: 180px;
    float: left;
    margin: 0px 20px 20px 0px;
}
.widget.editions .edition:nth-of-type(4n) {
    margin-right: 0px;
    float: right;
}
.widget.editions .edition .lead-photo img {
    width: 180px;
    height: 220px;
}
.widget.editions .edition .headline h2 {
    text-align: center;
    font-size: 18px;
}

.widget.top-stories, .widget.issue-section, .past-issues {
    position: relative;
    margin-bottom: 20px;
}
.widget.top-stories .list-ad {
    margin: 20px 0px;
    clear: both;
}
.widget.top-stories .list-ad > div, .widget.top-stories .list-ad > iframe {
    margin: 0px auto;
    text-align: center;
}
.widget.top-stories footer, .widget.issue-section footer, .past-issues footer {
    font-size: 22px;
    text-align: right;
    padding: 10px 0px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: bold;
}
.widget.top-stories footer a, .widget.issue-section footer a, .past-issues footer a {
    color: #ed1b34;
}
.widget footer .more-header, .past-issues footer .more-header {
	position: absolute;
	top: 2px;
	font-size: 16px;
	right: 0px;
	background-color: #ffffff;
	padding-left: 10px;
	font-family: "adobe-garamond-pro", serif;
	text-transform: uppercase;
}
.widget footer .more-header.features {
    position: relative;
    display: inline-block;
    top: -23px;
}

[class*="layout-3col-feature"] {
	height: 88px;
}
[class*="layout-3col-feature"] .headline .subhead p {
	display: none;
}
[class*="layout-3col-feature"] .headline {
	float: right;
	width: 490px;
	height: 76px;
	padding: 5px 10px;
	background: #ffffff;
	border-bottom: 2px solid #0d2a54;
}
[class*="layout-3col-feature"] .headline h2 {
	font-size: 28px;
    line-height: 28px;
}
[class*="layout-3col-feature"] .byline p {
	font-size: 16px;	
}
[class*="layout-3col-feature"] .pubdate {
	display: none;
}
[class*="layout-3col-feature"] .byline-sep {
	display: none;
}
[class*="layout-3col-feature"] .addthis-share {
	display: none;
}
[class*="layout-3col-feature"] .lead-photo {
	display: none;
	position: absolute;
	top: 10px;
	float: left;
	margin-right: 10px;
}
[class*="layout-3col-feature"] .lead-photo img {
	width: 560px;
	height: 440px;
}
[class*="layout-3col-feature"] .byline span {
	color: #ed1b34;
	font-weight: bold;
	text-transform: uppercase;
}
[class*="layout-3col-feature"]:first-of-type .lead-photo {
	display: block;
}
[class*="layout-3col-feature"].current .headline {
	padding-left: 20px;
	background: #0d2a54 url(http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/right-arrow-white.png) 0% 50% no-repeat;
}
[class*="layout-3col-feature"].current .framework {
	margin-left: 10px;
}
[class*="layout-3col-feature"].current .headline h2 {
	color: #ffffff;
}
[class*="layout-3col-feature"].current .subhead {
	color: #c1c1c1;
}
[class*="layout-3col-feature"].current .byline {
	color: #ffffff;
}
[class*="layout-3col-feature"] .pubdate,
[class*="layout-3col-feature"] .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-1 .headline {
	height: 418px;	
}
.layout-3col-feature-1 .headline h2 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 10px;
}
.layout-3col-feature-1 .headline .subhead p {
	display: block;
	line-height: 30px;
}
.layout-3col-feature-1 .pubdate {
	display: inline-block !important;
	margin: 10px 5px 10px 0;
	padding-right: 5px;
	font-size: 18px;
	border-right: 2px solid #000000;
}
.layout-3col-feature-1 .byline {
	display: inline-block;
	font-size: 18px;	
}
.layout-3col-feature-1 .byline p {
	font-size: 18px;	
}
.layout-3col-feature-1 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-1 .intro {
	color: #000000;
	font-size: 16px;
	font-style: normal;	
}
.layout-3col-feature-3 {
	height: 146px;
}
.layout-3col-feature-3 .headline {
	height: 124px;
}
.layout-3col-feature-3 .headline h2 {
	margin-bottom: 5px;
	font-family: "adobe-garamond-pro", serif;
	font-size: 32px;
	line-height: 35px;
	font-weight:700;
}
.layout-3col-feature-3 .byline p {
	font-size: 18px;
}
.layout-3col-feature-3 .headline .subhead p {
	display: block;
	margin-bottom: 10px;
}
.layout-3col-feature-3 .pubdate,
.layout-3col-feature-3 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-3 .intro {
	display: none;
}
.layout-3col-feature-5 .subhead,
.layout-3col-feature-5 .intro {
	display: none;
}
.layout-3col-feature-5 .pubdate,
.layout-3col-feature-5 .addthis-share.short {
	display: none !important;
}
.layout-3col-feature-5 .headline h2 {
	font-size: 28px;
    line-height: 28px;
}
.layout-1col-split {
	position: relative;
	width: 375px;
	margin: 0 10px 20px 0;
	padding: 5px;
	float: left;
}
.layout-1col-split:nth-of-type(even) {
	margin-right: 0;
}
.layout-1col-split:nth-of-type(odd) {
    clear: left;
}
.layout-1col-split .lead-photo {
	float: left;
	margin-right: 5px;
}
.layout-1col-split .lead-photo, .layout-1col-split .lead-photo img {
	width: 125px;
	height: 125px;
}
.layout-1col-split .headline {
    width: 245px;
    float: left;
}
.layout-1col-split .headline h2 {
	max-height: 75px;
	overflow: hidden;
}

.layout-1col-split .headline.wide h2 {
	max-height: 113px;
    overflow: hidden;
}


.layout-1col-split .intro {
	display: none;
}
.layout-1col-split .pubdate, .layout-1col-split .byline {
	display: block;
	margin: 0;
	border: none;
    font-size: 16px;
	line-height: 21px;
}
.layout-1col-split .pubdate {
	line-height: 36px;
}
.layout-1col-split .byline span {
	color: #ed1b34;
	font-weight: bold;
	text-transform: uppercase;
}
.layout-1col-split.large-photo {
	display: inline-block;
	float: left;
}
.layout-1col-split.large-photo .lead-photo,
.layout-1col-split.large-photo .lead-photo img {
	float: none;
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
}
.layout-1col-split.large-photo .headline {
	width: 200px;
	margin: 10px auto;
}
.section-header hr {
	/*top: -2px;*/
	margin-right: 10px;
}

.wex-rss-widget {
    border: 1px solid #063293;
	margin: 20px 0px;
    font-family: "franklin-gothic-urw", sans-serif;
    text-align: left;
}

.wex-rss-widget h2 {
	background-color: #063293;
	border-bottom: 4px solid #494C51;
	padding: 10px;
	color: #FFF;
	margin: 0px auto 15px;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: "franklin-gothic-urw",sans-serif;
	text-transform: uppercase;
}

.wex-rss-widget h3 {
	font-weight:300;
}

.wex-rss-widget li {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 15px;
    margin: 5px 10px 15px;
    font-size: 16px;
}

.wex-rss-widget li:last-of-type {
	    border-bottom: none;

}

/** BOOKSHELF WIDGET **/
.bookshelf-gallery #region_2 .layout-1col-split {
	background: #e4e4e4;
}
.bookshelf-gallery .layout-1col-split {
	width: 300px;
	margin: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 0px;
}
.bookshelf-gallery .widget-title h2 {
	text-align: center;
	font-size:26px;
    margin-right: 0px;
    /**border-bottom: 2px solid rgb(237, 27, 52);**/
    padding-bottom: 5px;
}
.bookshelf-gallery .layout-1col-split .lead-photo,
.bookshelf-gallery .layout-1col-split .lead-photo img {
	width: 100px;
	height: 152px;;
}
.bookshelf-gallery .layout-1col-split .headline {
	width: 195px;
}

.list-load-more {
	display: block;
	width: 191px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ed1b34;
    background-color: #f6f6f6;
    border: 2px solid #ed1b34;
	cursor: pointer;
	clear: both;
	font-weight:400;
	margin-bottom: 30px;
}
.view-all-button {
    display: block;
    width: 191px;
    margin: 10px auto;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ED1B34 !important;
    background-color: #F6F6F6;
    border: 2px solid #ED1B34;
    font-weight: 400;
}

/** HOME PAGE **/
.home #region_1 {
	position: relative;
	width: 1080px;
	min-height: 440px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #0d2a54;
	overflow: auto;
}
.home #region_8 {
	margin-bottom: 20px;
}
.today .landing h2 a:link, .today .landing h2 a:visited, .today .landing h2 a:active {
	color: inherit;
}

/** ARTICLE PAGE **/
.story-continue {
    font-family: "franklin-gothic-urw",sans-serif;
	font-style:italic;
    display: block;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    color: #949494;
    font-weight: 400;
	line-height:20px;
}
article .body-text a:link, article .body-text a:visited, article .body-text a:active {
	color: #002b51;
	text-decoration: underline;
}
article .mag-header p {
	float: left;
	margin: 0 5px 10px 0;
	font-size: 20px;
	color: #ed1b34;
}
article hr {
    position: relative;
    top: 11px;
    background-color: #ED1B34;
    border: 1px solid #ED1B34;
}
article .headline h1 {
	clear: both;
	margin: 20px 0 10px;
	font-family: "adobe-garamond-pro", serif;
	font-size: 36px;
	line-height: 38px;
	color: #012b51;
	font-weight:700;
}
article .deck {
	font-family: sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #656364;
}
article .byline {
	float: left;	
}
article .byline p {
	margin-top: 5px;
	font-size: 16px;
	color: #4d4d4d;
}
article .byline a, article .byline span {
	color: #ed1b34;
	text-transform: uppercase;
}
article .text-tools {
	float: right;
	margin: 20px 0;
}
article .text-tools .fa {
	width: 32px;
	padding: 8px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	border-radius: 10px;
	background-color: #949494;
}
article .read-all {
	cursor: pointer;
}
article .text-size {
	margin-left: 18px;
	cursor: pointer;
}
article .text-size .fa {
	padding-right: 10px;
}
article .text-size .fa-plus,
article .text-size .fa-minus {
	position: relative;
	top: -12px;
    left: -17px;
	width: 0px;
	padding: 0;
	font-size: 16px;
	text-align: left;
    background: none;
}
article .lead-photo {
	float: left;
    margin: 0px 20px 20px 0px;
    width: 280px;
}
article.orient-no-photo .lead-photo {
    display: none;
}
article .lead-photo img {
	width: 280px;
	height: 280px;
}
article .photo-cutline {
    width: 280px;
    font-size: 12px;
	color: #949494;
}
article .addthis-share {
	clear: both;
}
article .article-body iframe {
	/*float: left;*/
	margin: 0 12px 10px 0;
}
article .body-text, article .body-text p, article .body-text span, article .body-text li {
	margin: 0px 0px 30px !important;
	text-align: left !important;
	text-indent: 0px !important;
	font-family: "franklin-gothic-urw",sans-serif !important;
	font-size: 18px !important;
	line-height: 34px !important;
}

article .body-text .ad > iframe, article .body-text .ad > div {
    margin: 0px auto;
    text-align: center;
}
article .body-text ul {
	margin-left: 30px;
}
article .body-text li {
	list-style: disc;
}
article .body-text cnt, article.break-p .body-text p, article.break-p .body-text > blockquote {
	display: none;
}
article .body-text cnt:nth-of-type(1),
article .body-text cnt:nth-of-type(2),
article .body-text cnt:nth-of-type(3),
article .body-text cnt:nth-of-type(4),
article .body-text cnt:nth-of-type(5),
article .body-text cnt:nth-of-type(6),
article .body-text cnt:nth-of-type(7),
article .body-text cnt:nth-of-type(8),
article.break-p .body-text p:nth-of-type(1),
article.break-p .body-text p:nth-of-type(2),
article.break-p .body-text p:nth-of-type(3),
article.break-p .body-text p:nth-of-type(4),
article.break-p .body-text p:nth-of-type(5),
article.break-p .body-text p:nth-of-type(6),
article.break-p .body-text p:nth-of-type(7),
article.break-p .body-text p:nth-of-type(8) {
	display: block;
}
article .raw-body {
    display: none;
}
article .weblink {
    font-size: 24px;
    display: none;
}
article .read-more, .home footer .read-more {
	font-family: "franklin-gothic-urw",sans-serif;
	display: block;
	width: 191px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #ed1b34;
    background-color: #f6f6f6;
    border: 2px solid #ed1b34;
	cursor: pointer;
	clear: both;
	font-weight:400;
}
.home footer .read-more {
	margin-top: 20px;
}
article .tags {
	margin: 20px 0;
	clear: both;
}
article .tags a {
	text-transform: uppercase;
}
article .tags p {
	font-size: 16px;
	color: #656364;
}
article .tags span {
	float: left;
	margin-right: 10px;
	color: #ed1b34;
}
article .article-share {
	width: 780px;
    margin: 20px 0;
    padding: 0;
}
article .article-share div {
	margin: 0 auto;
}
article .article-share .share-bottom, article .article-share .respond-author,
article .article-share .like-us, .addthis_button_facebook_like .fb_iframe_widget {
	width: 260px;
    float: left;
    text-align: center;
}
article .article-share h1 {
	color: #ed1b34;
	font-family: serif;
	font-size: 26px;
    text-transform: uppercase;
}
article .article-share .addthis-share {
    float: none;
	width: 169px;
	margin: 10px auto 0;
}
article .article-share .addthis-share .social-icon {
    margin-right: 3px;
}
article .article-share .addthis-share .fa {
	width: 20px;
	font-size: 20px;
	border-radius: 5px;
}
article .article-share .email-author {
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
article .article-share .email-author p {
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	background-color: #012b51;	
}
article .article-share .like-us h1 {
	margin-bottom: 15px;
}
article .subscribe-promo {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
article .magazine-carousel .carousel-story .lead-photo img {
    height: 0px;
}
article .magazine-covers .cover-image {
	margin-top: 10px;
}
article .book-cover {
	width:145px;
	height:220px;
	float:left;
	margin: 0px 20px 30px 0px;
}
article .book-cover img {
    width: 145px;
    height: 220px;
}
article .body-text blockquote, article .body-text .blockquote  {
	margin: 0 40px 20px !important;
	padding-left: 30px;
	font-size: 20px !important;
  	font-style: italic;
	line-height: 30px;
	border-left: 2px solid #e4e4e4;
    display: inline-table;
}
article.show-full .read-more, article.show-full .read-all {
	display: none;
}

.reviewed-books .mag-header {
	margin: 30px 0px;
}
.reviewed-books .byline { 
	float: none; 
	margin: 10px 0px;
}

.reviewed-books .book-review.split {
	width: 47%;
	float: left;
	clear: none;
	margin-right:10px;
}

.reviewed-books .book-text {
    float: left;
    width: 54%;
}

.reviewed-books .byline {
    margin: 5px 0px;
}

/* Alternate Article Layout Styles */
article.layout-2col-expanded {
    
}
article.layout-2col-expanded .lead-photo, article.layout-2col-expanded .lead-photo img {
    width: 760px;
    min-height: 1px;
    height: auto;
    margin: 0px auto;
    float: none;
}
	

/** LANDING PAGE, TAG PAGE **/
.layout-1col-standard {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 3px solid #c1c1c1;
	overflow: hidden;
}
.layout-1col-standard .lead-photo {
	float: left;
	margin-right: 20px;
}
.layout-1col-standard .lead-photo img {
	width: 200px;
	height: 200px;
}
.layout-1col-standard .headline {
	float: left;
	width: 71%;
	margin: 0 5px 20px 0;
}
.layout-1col-standard .headline.wide, .tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline.wide {
    width: auto;
}
.layout-1col-standard .headline h2 {
	font-size: 32px;
	line-height: 35px;
	font-family: "adobe-garamond-pro",serif;
}
.layout-1col-standard .subhead {
	font-size: 20px;
	color: #012B51;
	font-style: italic;
	font-family: "adobe-garamond-pro", serif;
	margin: 7px 0px;
}
.layout-1col-standard .byline, .layout-1col-standard .pubdate {
	font-size: 16px;
	font-family: "franklin-gothic-urw", sans-serif;
	color: #4d4d4d;
    line-height:33px;
}
.layout-1col-standard .pubdate {
	width: 175px;
}
.layout-1col-standard .byline span {
	color: #ed1b34;
	text-transform: uppercase;
}
.layout-1col-standard .addthis-share.short {
    float: left;
    width: 195px;
}
.layout-1col-standard .headline .intro {
	margin-top: 25px;
	font-size: 18px;
	line-height: 22px;
	font-family: "franklin-gothic-urw",sans-serif;
}

.landing .lead-story.layout-1col-standard:first-of-type,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type {
    margin-top: 10px;
    padding-bottom: 0px;
}

.landing .lead-story.layout-1col-standard:first-of-type .lead-photo img,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .lead-photo img {
	height:380px;
	width:380px;
}

.landing .lead-story.layout-1col-standard:first-of-type .lead-photo,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .lead-photo {
	width: 380px;
	float: left;
	margin: 0px 20px 40px 0px;
}

.landing .lead-story.layout-1col-standard:first-of-type .headline,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline {
    width: 48%;
}

.landing .lead-story.layout-1col-standard:first-of-type .headline h2,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .headline h2 {
    font-size: 36px;
    line-height: 45px;
}

.landing .lead-story.layout-1col-standard:first-of-type .intro p,
.tag #region_2 .top-stories .layout-1col-standard:first-of-type .intro p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
    font-family: "franklin-gothic-urw",sans-serif;
}

/** ARCHIVE PAGE **/
.archives .top-stories.features .layout-1col-split {
	background-color: #e2e0e1;
}
.archives .widget-title span {
	position: relative;
	top: -15px;
	float: right;
	padding-left: 5px;
	background-color: #fff;
	color: #ed1b34;
	font-size: 16px;
}
.archives .top-stories.casual, .archives .top-stories.parody {
	float: left;
	width: 380px;
	margin-right: 10px;
}

/** SOCIAL ICONS **/
.addthis-share {
	float: left;
	margin: 20px 0;
}
article .addthis-share .social-icon {
	width:48px !important;
	float: left;
	margin-right: 18px;
}
article .share-bottom .addthis-share .social-icon {
    width: 36px !important;
}
article .share-bottom .addthis-share .social-icon:last-of-type {
	margin-right: 0px;
}
.addthis-share .fa {
	width: 32px;
	padding: 8px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	border-radius: 10px;
}
.addthis-share .fa-facebook {
	background-color: #42579a;
}
.addthis-share .fa-twitter {
	background-color: #70acd1;
}
.addthis-share .fa-envelope {
	background-color: #4d4d4d;
}
.addthis-share .fa-print {
	background-color: #4d4d4d;
}
.addthis-share .fa-plus-circle {
	background-color: #ed1b34;
}
.addthis-share .fa-microphone {
	background-color: #ED1B34;
}
.addthis-share .fa-rss {
	background-color: #FF6600;
}
.addthis-share .fa-amazon {
	background-color: #F3A847;
}
.addthis-share .kindle {
    width: 48px;
    float: left;
    display: none;
}
.addthis-share .kindle img {
    width: 48px;
}
.kindle-mobile {
	display:none;
}

.addthis-share.short {
	display: none;
	/*margin: 0 15px 0 0;*/
    /*width: 230px;*/
	margin: 2px 0;
    float: none;
    height: 34px;
}
.addthis-share.short .social-icon {
	margin-right: 8px;
}
.addthis-share.short .fa {
	width: 16px;
	font-size: 16px;
}
.addthis-like iframe {
	transform: scale(1.5);
	-ms-transform: scale(1.5); 
	-webkit-transform: scale(1.5); 
	-o-transform: scale(1.5); 
	-moz-transform: scale(1.5);
}

/** PODCASTS PAGE **/
.podcasts .layout-1col-split:nth-of-type(odd) {
	clear: none;
}
.podcasts #region_2 .top-stories:first-of-type {
	background-color: #e2e0e1;
    margin-bottom: 20px;
}
.podcasts #region_2 .top-stories:first-of-type header {
    background-color: #ffffff;
    padding-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:nth-of-type(odd) {
	margin: 0;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:nth-of-type(even) {
	margin: 0 10px 0 0;
}
.podcasts .layout-1col-split .play-video {
	display: block;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type {
	width: 770px;
	margin-right: 0;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .lead-photo,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .lead-photo img {
	width: 250px;
	height: 250px;
	margin-right: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline {
    width: 500px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline.wide {
    width: 100%;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .subhead,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .intro,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .headline h2 {
	display: block;
	max-height: none;
	margin-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .pubdate,
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .byline {
	display: inline-block;
	margin-bottom: 10px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .pubdate {
	width: 175px;
	margin-right: 5px;
    padding-right: 10px;
	line-height: 16px;
    border-right: 1px solid #000;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .addthis-share.short {
	width: 195px;
    float: left;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .intro {
	font-size: 18px;
	line-height: 24px;
}
.podcasts #region_2 .top-stories:first-of-type .layout-1col-split:first-of-type .play-video {
	top: 100px;
	left: 100px;
}
.podcasts .podcasts-links {
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-bottom: 10px;
}
.podcasts .podcasts-links h1 {
	margin: 0 10px 10px 0;
	font-family: "adobe-garamond-pro", serif;
	font-size: 20px;
	font-weight: bold;
	color: #ed1b34;
	text-transform: uppercase;
	font-weight:700;
}
.podcasts .podcasts-links p {
	margin-right: 5px;
	line-height: 22px;
	color: #012b51;
	text-transform: uppercase;
}
.podcasts .section-header span p {
	font-size: 18px;
	line-height: 24px;
}

/** AUTHORS PAGE **/
.authors .author-info {
	float: left;
	width: 195px;
	margin-bottom: 20px;
	text-align: center;
}
.authors .author-info img {
	height: 150px;
}
.authors .author-info h1 {
	font-size: 16px;
	color: #ed1b34;	
}

/** SIDEBAR **/
.sidebar-top img, .sidebar-bottom img {
	float:left;
	margin-bottom:35px;
}

.ad-300-600 img { 
	width: 300px; 
	height: 600px;
	margin-bottom: 35px; 
}

.ad-1040-400 {
	width: 1040px; 
	height: 400px;
	margin: 10px auto;
	padding: 50px 0px;
}

.ad1_300-250, .ad2_300-250 {
	width: 300px; 
	height: 250px; 
	margin-bottom:35px;
}

.writer-slider-sidebar {
	width: 300px; 
	height: 330px; 
	margin-bottom:35px;
}

.subscriber-widget-sidebar {
	width: 300px; 
	height: 250px; 
	margin-bottom:35px;
}

.wex-widget {
	width: 300px; 
	height: 460px; 
	margin-bottom:35px;
}

.newsletter-widget {
	width: 300px; 
	height: 155px;
	margin-bottom:35px; 
}

.tws-archives-widget {
	width: 300px; 
	height: 550px;
	margin-bottom:35px; 
}

.magazine-slider-sidebar {
	margin-bottom:35px;
}

/** WIDGETS **/
.author-gallery {
	position: relative;
    width: 300px;
	margin: 10px auto;
	border: 2px solid #0d2a54;
	height: 220px;
}
.author-gallery .gallery-title {
	margin: 0 auto;
	padding: 5px 0;
	background-color: #0d2a54;
}
.author-gallery .gallery-title h1 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
}
.author-gallery .left-arrow,
.author-gallery .right-arrow {
	position: absolute;
    top: 40%;
    font-size: 60px;
	color: #0D2A54;
	cursor: pointer;
}
.author-gallery .left-arrow {
	left: 10px;
}
.author-gallery .right-arrow {
	right: 10px;
}
.author-gallery .author-blocks {
	width: 220px;
    height: 200px;
	overflow: hidden;
    margin: 0px auto;
}
.author-gallery .author-content {
	position: relative;
	left: 0;
	-webkit-transition: left 1s;
    transition: left 1s;
    width: 3410px;
}
.author-gallery .author {
	float: left;
	width: 100px;
	margin: 5px 5px 0px 5px;
	text-align: center;
}
.author-gallery .author h1 {
	font-size: 13px;
	color: #0D2A54;
	font-family: "franklin-gothic-urw", sans-serif;
	text-align: center;
	text-transform: uppercase;
	float: left;
	min-width: 100px;
}
.author-gallery .author img {
	max-width: 100px;
	height: 143px;
	clear: both;
}
.magazine-carousel {
	width: 300px;
	margin: 10px auto;
	clear: both;
}
.magazine-carousel .carousel-title {
	padding: 10px;
	text-align: center;
	background-color: #0d2a54;
}
.magazine-carousel .carousel-title h1 {
	font-family: "adobe-garamond-pro", serif;
	font-size: 18px;
	color: #ffffff;
}
.magazine-carousel .up-arrow p,
.magazine-carousel .down-arrow p {
	padding: 5px;
	font-size: 25px;
    text-align: center;
    color: #fff;
    background-color: #ed1b34;
	cursor: pointer;
}
.magazine-carousel .carousel-content {
	height: 415px;
	height: 249px;
	border: 2px solid #ed1b34;
	overflow: hidden;
}
.magazine-carousel .carousel-content .top-stories {
	position: relative;
	top: 0;
}
.magazine-carousel .carousel-story {
	padding: 10px 5px 0;
	border-bottom: 2px solid #0d2a54;
    overflow: auto;
}
.magazine-carousel .lead-photo, .magazine-carousel .subhead,
.magazine-carousel .pubdate, .magazine-carousel .intro,
.magazine-carousel .read-more {
	display: none;
}
.magazine-carousel .headline h2 {
	height: 44px;
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
	text-align: left;
}
.magazine-carousel .byline {
	height: 20px;
	line-height: 20px;
	margin: 0 0 5px;
	overflow: hidden;
}
.magazine-carousel .carousel-story.current {
	padding-left: 25px;
	background: #0d2a54 url(http://s3.amazonaws.com/content.washingtonexaminer.biz/tws/images/right-arrow-white.png) left no-repeat;
	background-size: 15px 20px;
}
.magazine-carousel .carousel-story.current .headline h2,
.magazine-carousel .carousel-story.current .byline {
	color: #ffffff;
}
.magazine-covers {
	border: 1px solid rgb(237, 27, 52);
	background-color:#eeeeee;
	width: 300px;
	position: relative;
}
.magazine-covers .widget-title {
	padding:5px;
}
.magazine-covers .left-arrow, .magazine-covers .right-arrow {
    position: absolute;
    top: 40%;
}
.magazine-covers .left-arrow {
 	left: 7px;
	font-size: 60px;
	color: rgb(237, 27, 52);
}
.magazine-covers .right-arrow {
 	right: 7px;
	font-size: 60px;
	color: rgb(237, 27, 52);
}
.magazine-covers .cover-window {
	width: 220px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
.magazine-covers .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
.magazine-covers .cover-image, .magazine-covers .cover-image img {
	width: 220px;
    height: 290px;
    margin: 0px auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.magazine-covers .cover-image {
    float: left;
}
.magazine-covers .cover-date {
    margin-top: 20px;
	padding: 5px 0;
    height: 20px;
    background-color: #ed1b34;
    width: 100%;
	text-align: center;
}
.magazine-covers .cover-date a {
	color: #fff;
	font-size: 25px;	
	font-weight: bold;
}
.magazine-covers .view-all {
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
	color: #eeeeee;
	background-color: #ed1b34;	
}
.cover-gallery {
	width: 1100px;
	position: relative;
	margin-bottom:50px;
}
.cover-gallery .widget-title {
	padding:5px;
}
.cover-gallery .left-arrow, .cover-gallery .right-arrow {
    position: absolute;
    top: 0.5%;
	height:170px;
	font-size: 60px;
	color: #ffffff;
	background-color: #002B51;
	padding: 60px 10px 60px 15px;
}
.cover-gallery .left-arrow {
}
.cover-gallery .right-arrow {
 	right: 0px;
}
.cover-gallery .left-arrow .fa, .cover-gallery .right-arrow .fa {
    position: relative;
    top: 30%;
}
.cover-gallery .cover-window {
	width: 960px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
.cover-gallery .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
.cover-gallery .cover-image, .cover-gallery .cover-image img {
	width: 220px;
    height: 290px;
    margin: 0px auto;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}
.cover-gallery .cover-image {
    float: left;
	padding: 0px 10px;
}
.magazine-covers .cover-gallery .cover-image {
	padding: 0;
}
.cover-gallery .cover-date {
	float:left;
    margin-top: 20px;
	padding: 8px 0;
    height: 20px;
    background-color: #000000;
    width: 220px;
	text-align: center;
	font-family: "adobe-garamond-pro", serif;
	position: absolute;
	bottom: 0px;
	opacity: 0.75;
}
.cover-gallery .cover-date a {
	color: #fff;
	font-size: 20px;	
	font-weight: bold;
}
#cover-slideshow.medium {
	width: 780px;
}
#cover-slideshow.medium .cover-gallery {
	width: 780px;
	position: relative;
	margin-bottom:50px;
}
#cover-slideshow.medium.cover-gallery .cover-window {
	width: 690px;
	height: 290px;
	margin: 0px auto;
	overflow: hidden;
}
#cover-slideshow.medium.cover-gallery .cover-gallery {
    height: 290px;
    width: 2900px;
    position: relative;
}
#cover-slideshow.medium .cover-gallery .cover-image {
    float: left;
	padding: 0px 5px;
}
#cover-slideshow.medium .cover-gallery .left-arrow,
#cover-slideshow.medium .cover-gallery .right-arrow {
	top: 13%;
	font-size: 40px;	
}
#cover-slideshow.medium .cover-gallery .left-arrow {
	padding: 60px 10px 60px 7px;
}
#cover-slideshow.medium .cover-gallery .right-arrow {
	padding: 60px 7px 60px 10px;
	right:0px;
}

.issue .layout-1col-split:nth-of-type(odd) {
	clear: none;
}
.issue-stories .widget-title.volume-issue h2 {
	font-size: 32px;
}
.issue-stories .widget {
    margin-bottom: 20px;
}
.issue-section.cover-section .widget.layout-1col-split {
    width: 500px;
    margin-right: 0px !important;
}
.issue-section.cover-section .widget.layout-1col-split .headline {
    width: 100%;
}
.issue-stories .layout-1col-split .intro {
    display: block;
    font-size: 22px;
}

.issue-stories .main-section {
	margin-bottom: 50px;
}
.issue-stories .cover-image {
	float: left;
	width: 250px;
	margin: 0px 20px 20px 0px;
}
.issue-stories .cover-image img {
    width: 250px;
    height: 330px;
}
.issue-stories .cover-section .lead-photo {
    display: none;
}
.issue-stories .layout-main-story {
	margin-bottom: 30px;
}
.issue-stories .layout-main-story:last-of-type {
	margin-bottom: 0;
}
.issue-stories .layout-main-story .intro {
	display: none;
}
.issue-stories .layout-main-story .headline h2 {
	font-size: 32px;
	color: #012b51;
}
.issue-stories .layout-main-story .byline, .issue-stories .layout-main-story .pubdate {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.issue-stories .layout-main-story .byline span {
	font-weight: bold;
	color: #ed1b34;
}
.issue-stories .layout-main-story .pubdate {
	margin-top: 10px;
	line-height: 30px;
	border: none;
	color: #656364;
}
.issue-stories .layout-main-story .addthis-share.short {
	width: 490px;
	margin: 8px 0;
}
.issue-stories .features-section .layout-1col-split {
	background-color: #e2e0e1;
}
.jvl_container {
    width: 299px;
    height: 155px;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/newsletter_signup_bgnd.png");
    background-repeat: no-repeat;
    margin: 10px auto;
}
.jvl_internal {
    width: 177px;
    padding-left: 101px;
    padding-top: 48px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.jvl_container .jvl_p {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0 0 3px 0;
}
.jvl_container .newsletter-email {
	width: 170px;
	height: 18px;
	margin: 5px 0;
}
.jvl_container .newsletter-email-error, .jvl_container .newsletter-return, .jvl_container .newsletter-error {
    display: none;
	float: right;
	width: 200px;
	margin-top: 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.jvl_container .newsletter-waiting {
	display: none;
	position: relative;
	top: 75px;
	left: 150px;
}
.subscribe-promo {
	margin: 10px auto 0;
	text-align: center;
}

/** BOOKSHELF PAGE **/
/*.bookshelf #region_2 .layout-1col-split {
	background: #e4e4e4;
}
.bookshelf .layout-1col-split {
	width: 300px;
	margin: 10px 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 20px;
}*/
.bookshelf #region_2 .widget-title h2 {
	text-align: center;
	font-size: 32px;
}
.bookshelf .layout-1col-split .lead-photo,
.bookshelf .layout-1col-split .lead-photo img {
	width: 145px;
	height: 220px;
}
.bookshelf .layout-1col-split .headline {
	width: 225px;
}
.bookshelf .layout-1col-split .headline.wide {
	width: 100%;
}
.bookshelf .layout-1col-split .headline h2 {
	font-size: 20px;
	line-height: 22px;
	max-height: 88px;
}
.bookshelf .layout-1col-split .byline {
	margin: 10px 0;
	line-height: 18px;
	overflow: hidden;
}
.bookshelf .layout-1col-split .byline span {
	display: block;
	margin-top: 2px;
}
.bookshelf #region_2 .layout-1col-split .byline {
	/*height: 72px;*/
	margin-bottom: 18px;
}
.bookshelf .preview {
	width: 170px;
	margin: 0 auto;
	padding: 5px;
	font-size: 18px;
    text-align: center;
	text-transform: uppercase;
    color: #fff;
    background-color: #ed1b34;
}

/** AUTHOR PAGE **/
.author-header {
	width:100%;
    background: -webkit-linear-gradient(#fafafa, #c2c2c2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fafafa, #c2c2c2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fafafa, #c2c2c2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fafafa, #c2c2c2); /* Standard syntax (must be last) */
    margin-bottom: 20px;
	padding:20px;
    overflow: hidden;
}

.author-header .author-bio {
}
.author-header .author-bio a {
    color: #002b51;
    text-decoration: underline;
}

.author-header img {
    display: block;
    float: left;
	margin: 0px 40px 0px 10px;
}

.author-header p {
	font-size:18px;
	line-height:26px;
	font-family: "franklin-gothic-urw", sans-serif;
	padding-top:15px;
}

.author-amazon-link a {
	font-weight:bold;
	text-decoration:underline;
}

.author-header .addthis-share {
    margin: 0px;
	float:none;
}

.author-header .author-signup {
	width:25%;
	float:right;
	text-align:center;
}

.author-signup {
	margin-left: 35px;
}

.author-header .author-signup .author-signup-description {
	font-size:27px;
	font-family: "franklin-gothic-urw", sans-serif;
	color:#012B51;
	width:100%;
	margin:0 auto;
	padding-top:10px;
    font-weight: bold;
}
.author-header .author-signup .newsletter-email-error, .author-header .author-signup .newsletter-return, .author-header .author-signup .newsletter-error, .author-header .author-signup .newsletter-waiting {
    display: none;
}
.author-header .author-signup .newsletter-waiting {
    text-align: center;
}
.author-header .author-signup .newsletter-waiting img {
    display: inline;
    float: none;
    margin: 0px;
}
.author-header .author-signup .newsletter-email-error {
    color: #ff0000;
    font-size: 14px;
}
.author-header .author-signup .newsletter-return p, .author-header .author-signup .newsletter-error p {
    font-size: 14px;
    font-weight: bold;
}

.author-name-newsletter {
	color: #FFF;
	background-color: #012B51;
	font-family: "adobe-garamond-pro",serif;
	font-size: 24px;
	line-height: 29px;
	width: 93%;
	padding: 10px;
	margin: 0px auto;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.author-signup .enter-email input {
	width: 80%;
	margin: 20px 10px 10px;
	padding: 5px;
}

.author-signup .submit {
	width:100%;
	margin:0px auto;
}

.author-signup .submit input {
	color: #012B51;
	background-color: #FFF;
	font-family: "franklin-gothic-urw",sans-serif;
	text-align: center;
	font-size: 19px;
	width: 50%;
	padding: 12px 0px 8px;
	border: 1px solid #012B51;
	font-weight: bold;
	line-height: 12px;
}

/** GENERAL PAGE **/
.contact html, .contact body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.contact .contact-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.contact ul, .contact h4, .contact form, .contact p, .contact .subscriptions a {
	margin-left: 30px;
}

.contact li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.contact .section-header p {
	margin-left:0px;
}

.contact a:link, .contact a:visited, .contact a:active {
    color: #ED1B34;
}

.contact a:hover {
	text-decoration:underline;
}

.contact .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}

.contact #edit-request {
	width: 80%;
    height: 170px;
}

/**TERMS**/
.terms html, .contact body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.terms .terms-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.terms ul, .terms h4, .terms form, .terms p, .terms .subscriptions a {
	margin-left: 30px;
}

.terms li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.terms .section-header p {
	margin-left:0px;
}

.terms a:link, .terms a:visited, .terms a:active {
    color: #ED1B34;
}

.terms a:hover {
	text-decoration:underline;
}

.terms .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}
 
.terms #edit-request {
	width: 80%;
    height: 170px;
}

/** PRIVACY PAGE **/
.privacy html, .privacy body {
	/*line-height: 20px;    */
	font-family: "franklin-gothic-urw",sans-serif;
}

.privacy .privacy-us, .media-inquiries, .subscriptions, .subscriber-services, .website-support, .press-inquiries, .change-address {
	margin-bottom: 50px;
}

.privacy ul, .privacy h4, .privacy form, .privacy p, .privacy .subscriptions a {
	margin-left: 30px;
}

.privacy li {
	margin-bottom:3px;
	list-style: disc outside none;
}

.privacy .section-header p {
	margin-left:0px;
}

.privacy a:link, .privacy a:visited, .privacy a:active {
    color: #ED1B34;
}

.privacy a:hover {
	text-decoration:underline;
}

.privacy .submit input {
	color: #ED1B34;
    background-color: #ffffff;
    font-family: "franklin-gothic-urw",sans-serif;
    text-align: center;
    font-size: 19px;
    width: 15%;
    padding: 10px 0px;
    border: 1px solid #ED1B34;
    font-weight: bold;
    line-height: 13px;
}

.privacy #edit-request {
	width: 80%;
    height: 170px;
}

/** RSS FEED PAGE **/
.landing .rss.col-left, .landing .rss.col-middle, .landing .rss.col-right {
	margin-bottom: 20px;
	font-size: 16px;
}

/* Google Custom Search Overrides */
.gsc-control-cse {
    font-size: 18px;
    padding: 0px !important;
    background-color: transparent !important;
    border: none !important;
}
.gsc-control-searchbox-only {
    position: relative;
    top: -20px;
    padding: 0px 0px 0px 20px !important;
}
.gsc-control-searchbox-only form.gsc-search-box, .gsc-control-searchbox-only table.gsc-search-box, .gsc-control-searchbox-only .gsc-search-box-tools .gsc-search-box .gsc-input {
    margin: 0px;
    padding: 0px;
    height: 0px;
}
.gsc-control-searchbox-only table.gsc-search-box {
    height: 27px;
}
.gsc-control-searchbox-only .gsc-search-box-tools .gsc-search-box .gsc-input {
    vertical-align: top;
}
.gsc-control-searchbox-only input.gsc-search-button-v2 {
    margin: 0px 0px 0px 4px;
}
.gsc-control-cse .gsc-webResult.gsc-result {
    border-bottom: solid 1px #000000 !important;
    padding: 10px 0px 20px !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gsc-result .gs-title *  {
    font-family: "adobe-garamond-pro",serif;
    font-size: 25px !important;
    line-height: 33px;
    height: auto !important;
    text-decoration: none;
    font-weight: 700;
    overflow: visible !important;
}
.gsc-control-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    width: 145px;
    height: 125px;
}
.gsc-control-cse .gs-web-image-box-portrait img.gs-image {
    max-width: none;
    max-height: none;
    width: 125px;
    height: 125px;
}
.gsc-control-cse .gs-webResult .gs-snippet, .gsc-control-cse .gs-imageResult .gs-snippet {
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.gsc-control-cse .gsc-cursor {
    font-size: 18px;
}

/* Magazine Menu */
.menu-magazine {
	display: none;
	position: absolute;
    width: 600px;
    margin: 0px auto;
    background-color: #eeeeee;
    padding: 10px;
	border:1.25px solid #002B51;
	padding: 10px;
	z-index: 100000;
}

.menu-magazine h3 {
    float: left;
    color: #ED1B34;
    font-size: 15px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-magazine td {
	padding:0px 10px;
	vertical-align:top;
}

.menu-magazine ul {
	clear:both;
}

.menu-magazine li {
	text-align: left;
    text-indent: 0px;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size: 12px;
    line-height: 17px;
}
.menu-magazine .magazine-article-list, .menu-magazine .column-one {
}

.menu-magazine .magazine-cover {
	width: 145px;
	height: 190px;
	margin: 0px auto;
}
.menu-magazine .magazine-cover img {
    width: 145px;
	height: 190px;
}

.menu-magazine .archives-button a {
    display: block;
	width: 105px;
    margin: 5px auto; 
    padding: 8px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ED1B34;
    background-color: #F6F6F6;
    border: 2px solid #ED1B34;
    clear: both;
	text-decoration:none;
}

.menu-magazine .date {
	font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
	margin-top: 5px;
	font-size: 16px;
}

/* Kristol Newsletter Signup Page */
#kristol-newsletter-signup {
    
}
#kristol-newsletter-signup p {
    margin-bottom: 20px;
}
#kristol-newsletter-signup .wrapper{
    width: 100%;
    background-color: #F1F1F1;
}
#kristol-newsletter-signup .header{
    width: 100%;
    height: 166px;
    position: relative;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/header.png");
    background-color: #021E36;
    background-position: center top;
    background-repeat: no-repeat;
}
#kristol-newsletter-signup .header .slogan{
    position: relative;
    top: 127px;
    left: 110px;
    margin: 0px auto;
    width: 560px;
    color: #8d8d8d;
    font-size: 12px;
    font-family: Arial, Verdana, sans;
}
#kristol-newsletter-signup .middle{
    position: relative;
    min-height: 469px;
    z-index: 0;
    width: 960px;
    margin: 0px auto;
}
#kristol-newsletter-signup .middle .kristol{
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 10;
    width: 280px;
    height: 495px;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/kristol.png");
}
#kristol-newsletter-signup .middle .right{
    position: relative;
    margin-left: 310px;
    height: 100%;
    width: 680px;
    clear: both;
}
#kristol-newsletter-signup .middle .right h1{
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 30px;
    margin: 0;
    padding: 10px 0;
}
#kristol-newsletter-signup .middle .block{
    float: left;
    margin-right: 20px;
}
#kristol-newsletter-signup .middle .description{
    position: relative;
    width: 330px;
    min-height: 414px;
    font-family: Georgia, Arial, Verdana, sans;
    line-height: 1.6em;
}
#kristol-newsletter-signup .middle .description .first_p{
    font-size: 1.3em;
    line-height: 1.7em;
}
#kristol-newsletter-signup .middle .form{
    /*margin-left: 400px;*/
    padding: 50px 25px;
    position: relative;
    height: 267px;
    width: 245px;
    border: 3px solid #c9c9c9;
    background-color: #021e36;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Verdana, sans;
}
#kristol-newsletter-signup .middle .form input{
    margin: 0;
}
#kristol-newsletter-signup .middle .form h2{
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 29px;
}
#kristol-newsletter-signup .middle .form .form-item{
    margin: 15px 0 0;
}
#kristol-newsletter-signup .middle .form a {
    color: #FFFFFF;  
    text-decoration: underline; 
}
#kristol-newsletter-signup .middle .form .align_left{
    text-align: left;
}
#kristol-newsletter-signup .middle .newsletter-email-error, #kristol-newsletter-signup .middle .newsletter-waiting, #kristol-newsletter-signup .middle .newsletter-return, #kristol-newsletter-signup .middle .newsletter-error {
    display: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}
#kristol-newsletter-signup .middle .newsletter-email-error {
    color: #ff0000;
}
#kristol-newsletter-signup .middle .preferences {
    width: 200px;   
    font-family: Georgia, Arial, Verdana, sans;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    position: relative;
    top: 130px;
}
#kristol-newsletter-signup .middle .preferences a {
    color: #021E36;
}
#kristol-newsletter-signup #edit-mail-wrapper label {
    display: none;
}
#kristol-newsletter-signup .newsletter-email {
    height: 30px;
    width: 203px;
    padding: 0 20px;
    margin: 15px 0;
    background-color: #ed1b34;
    border: 1px solid #000;
    color: #fff;
    font-size: 18px;
}
#kristol-newsletter-signup .submit {
    margin-bottom: 20px;
}
#kristol-newsletter-signup .footer{
    position: relative;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    background-color: #021e36;
}
#kristol-newsletter-signup .footer .footer-content {
    width: 960px;
    margin: 0px auto;   
}
#kristol-newsletter-signup .footer .copy{
    width: 520px;
    font-size: 10px;
    font-family: Arial, Verdana, sans;
    color: #d1d1d1;
    line-height: 15px;
    float: left;
}
#kristol-newsletter-signup .footer .copy a{
    color: #fff;
    text-decoration: none;
}
#kristol-newsletter-signup .footer .logo{
    width: 114px;
    height: 43px;
    float: right;
    background-image: url("http://assets.weeklystandard.com.s3.amazonaws.com/tws15/images/newsletters/logo_bottom.png");
}

/* Admin Edit Styles */
[id*=editAdminLink] {
    position: fixed;
    left: 0;
    top: 150px;
    width: 70px;
    background: #ccc;
    -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 0; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0; border-top-right-radius: 5px; border-bottom-right-radius: 0;
    z-index: 100;
    font-weight:bold;
    text-align:center;
    font-size: 16px;
}
[id*=editAdminLink] a{
    display:block;
    padding: 1em 1em 0.8em 1em;
    text-decoration: none;
    color: #FF0000;
}
[id*=editAdminLink] label{
    font-size:11px; line-height:12px;
    color:#000;
    margin-bottom: 0;
}
[id*=editAdminLink] i{
    font-size:22px;
    -webkit-font-smoothing: antialiased;
}
[id*=editAdminLink].secondtab i{
    font-size:18px;
}
[id*=editAdminLink].secondtab{
    top:115px;
    -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
[id*=editAdminLink].debug{
    top:180px;
    color:red; z-index:100000;
    -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px;
}
/* BOOKS ARTS PAGE */
.books-arts .layout-1col-standard .pubdate, .books-arts .layout-1col-standard .byline {
	line-height: 33px;
}
/* 404 PAGE */
.page-not-found {
	margin: 50px auto;
}
.page-not-found a:link, .page-not-found a:visited, .page-not-found a:active {
	color: #ED1B34;
}
.page-not-found #region_2 {
	margin-top: 30px;
	text-align: center;
}
.page-not-found #region_2 h1 {
	margin-bottom: 20px;
}
.page-not-found #region_2 p {
	font-size: 18px;
}
.page-not-found .search-text {
	margin: 30px 0 10px;
	font-size: 16px;
    font-weight: bold;
	text-align: left;
    text-transform: uppercase;
}

/** GENERAL LANDING PAGES **/
.gray {
	color:#4d4d4d;
}
.red {
	color:#ed1b34;	
}
.landing p {
	margin-bottom:20px;
}
.landing blockquote {
	margin-left:40px;
	margin-bottom:20px;
}
.landing a:link {
	color:#ed1b34;
}
.landing a:visited {
	color:#ed1b34;
}
.anchor {
  	margin-top:300px !important; 
	padding-top:300px !important;
	line-height:300px !important;
	display:inline-block !important;
}
.landing ul {
	margin-left: 30px !important; 
	margin-bottom: 20px !important;
	list-style-type:circle !important;
}
.landing li {
	list-style-type: disc !important;
}
.landing ol {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style-type:decimal;
}
.landing li {
	list-style-type:decimal;
}
.landing h3 {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding: 0 0 0 10px;
	clear:both;
}
.landing h4 {
	font-weight:bold;
}
.landing h3 hr{
	background-color: #E7E5E5;
	border: #CBCBCB 1.25px solid;
}
.landing .vertical-list ul {
	text-align:center;
}
.landing .vertical-list li {
	list-style-type:none !important;
	float:left;
	width:15%;
	text-align:center;
}
.landing .left {
	float:left;
	width:45%;
	margin-right:5px;
}
.landing .right {
	float:right;
	width:45%;
}
.landing .col-left {
	float:left;
	width:30%;
	margin-right:30px;
}
.landing .col-middle {
	float:left;
	width:30%;
}
.landing .col-right {
	float:right;
	width:30%;
}
.staff-list ul {
	list-style-type:none !important;
	padding:5px 0 15px 10px;
	width:250px;
}
.staff-list li {
	list-style-type:none !important;
	padding:5px 0 15px 10px;
	width:250px;
}
.address {
	margin-left:40px;
}

.tag .layout-1col-split .headline h2 {
    max-height: none;
    overflow: visible;
}