@charset "utf-8";
/*** The Essential Code adapted from http://www.alistapart.com/articles/holygrail ***/
/* em = px/16 */
@import url("nav.css");
body {
	width: 100%;
	/* design */
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}

/* GLOBAL STYLES */

a img{ border-width:0; }
p { font-size:12px;line-height:18px; }
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#dc281e;
}
.gray { color:#37424a; }
.black { color:black; }
.req, .red { color:#dc281e; }
.italic { font-style:italic !important; }
.no-bg {background:none !important; }
.spacer {padding-top:50px; clear:both; }
.spacer20 { padding-top:20px; clear:both; }

/* SHARED DIV CLASSES */
.left{ float:left; }
.right{ float:right !important; }
.clear{ clear:both; }
.center { text-align:center; }
	/* new clearfix */
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.main-content { margin: 0; } /* added per request of developer */
.rule{ border-bottom:1px solid #231f20;} /* just adds a line */
/* SHARED FONT FORMATTING */

.uppercase{ text-transform:uppercase; }
.capitalize{ text-transform:capitalize; }

a{ /* THIS IS RED */
	color:#dc281e;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}

.disabled-link{
	color:#ed938e;	
}


/* GENERAL PAGE STRUCTURE ELEMENTS THAT KEEP THE RIGHT COLUMN 100% HEIGHT */
#container {
	width:990px;
	margin:0px auto;
	background:#fff;
}

.main-content {
	width:990px;
	background:#fff;
	border-collapse: collapse;
	clear:both;
	display:block;
}
#center {
	padding: 0 10px 10px 0;
	width: 660px;
	font-size:12px;
	background-color:#fff;
	vertical-align:top;
}
td#center{
	padding-bottom:	70px;
}
	#center.one-column {
		width:990px;
		padding:0 170px 30px 170px;
	}
#right {
	width: 320px;
	background: #d7d7d7;
	vertical-align:top;
}
#header, #footer{
	background:#1b232a;
	color:white;
	width:100%;
	clear:both;
}
#header {
	height:24px;
}
	.date{
		font-size:9px;
		padding-top:5px;
	}

#footer-wrapper {
	float:left;
	width:100%;	
}

/* UTILITY NAV */
#utility-nav{
	float:right;
	width:654px;
}
	#utility-nav ul{
		list-style-type:none;	
		margin:0;
		padding:0;
		float:left;
		clear:none;
	}
	#utility-nav li{
		font-size:11px;
		float:left;
		height:24px;
		border-left:1px solid #494f55;
	}
		#utility-nav li.last{
			border-right:1px solid #494f55;
		}
	#utility-nav li a:link, #utility-nav li a:visited, #utility-nav li a:hover{
		color:white;
		text-decoration:none;
		display:block;
		padding:5px 8px 5px 8px;
		height:14px;
		zoom:1; /* hack for inline-block */
		*display:inline;
	}
	#utility-nav li a.current:link, #utility-nav li a.current:visited, #utility-nav li a.current:hover {
		background-color:#dc281e;
		color:white;
		height:14px;
		zoom:1;
		*display:inline;
	}
	#utility-nav li a.img:link, #utility-nav li a.img:visited, #utility-nav li a.img:hover {
		padding:3px 8px 2px 8px;
	}
		#utility-nav li a.rss{ 
			background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/rss-icon.gif) no-repeat 40px 3px;
			padding-right:33px;
			
		}
	#search-box{
		border:1px solid #494f55;
		margin:1px 0 1px 5px;
		padding:0;
		height:18px;
		background:white;
		float:right;
	}
		.search-box{
			border:1px solid white;
			padding:0;
			margin:0;
			float:left;
			font-size:10px; /* 10px */
			width:133px;
			height:16px;
		}
/* HEADER STYLES */
#masthead{
	width:990px;
}
	.centered-header-footer-content{ /* used in both header and footer */
		width:970px;
		margin:0 auto;
		padding:0 10px;
	}
	
	#logo{
		float:left;
		margin-right:10px;
	}
	#masthead-left{
		float:left;
		width:728px;
	}
	#advanced-search-box{
		text-align:right;
		font-size:9px;
		padding:5px 0;
	}
	#ad-space{
		/*float:left;
		padding-top:23px;*/	
	}
	#masthead-title h1 {
		font-size:28px;
		text-align:right;
		margin:45px 0 0 0;
	}
		
/* NAVIGATION ELEMENTS */
#nav {
	width:990px;
}
	#breadcrumbs {
		float:left;
		padding:11px 6px;
		font-size:9px;
		line-height:9px;
	}
	
/* PAGE STRUCTURE ELEMENTS */

#footer{
	background:#1c232b;	
	position:relative;
	padding: 10px 0;
	float:left;
}

/** Center Content Styles **/
.page-feature, .page-title, .article-title, .article-trailer, .section-title, .author-box {
	float:left;
	width:650px;
	padding-left:10px;
	margin-bottom:25px;	
}
	.page-feature h1, .page-title h1, .trailer-title h1, .section h1, .author-box h1 {
		font-size:18px;
		margin:0 0 5px 0;
		border-bottom:1px solid #231f20;
	}
		 .section #subscribe-page h1{
			margin-bottom:1px;
		}
		
	.article-title h1, .section-title h1 {
		font-size:26px;
		line-height:28px;
		margin:10px 0 0 0;
		color:#000;
	}
				
.section, .article, .article-break, #locked, .category-feature {
	float:left;
	width:650px;
	padding-left:10px;
	margin-bottom:30px;
}
	
	.section .title {
		float:left;
		width:650px;
		border-bottom:1px solid #231f20;
	}
			.half-width .title{
				width:310px;
			}
		.section .title h2 {
			float:left;
			margin:0;
			font-size:14px;
		}
			
		.section .title .top, .right-larger {
			float:right;
			padding-top:5px;
			font-size:9px;	
		}
			.right-larger{
				font-size:12px;	
			}
			
	.section .content {
		float:left;
		width:650px;	
	}
		p.padding {
			padding-left:10px !important;	
		}
		.section .content h3.bordered,
		.section .content h3.top-bordered{
			background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/dotted-border.gif) repeat-x left bottom #f3f4f4;
			padding:5px 10px;
			font-size:12px;
			margin:0;
			color:#000;
		}
			.section .content h3.top-bordered {
				border-top:1px solid #231F20;
			}
		.section .content .staff-list {
			list-style-type:none;
			padding:5px 0 15px 10px;
			margin:0;
			float:left;
			width:222px;
		}
		.section .content .staff-list.last {
			width:176px;	
		}
			.section .content .staff-list li {
				padding:5px 0;
				margin:0;
			}
/* Subscription Page Styles */
#subscribe-page {
	float:left;
	width:650px;
}
	#subscribe-others {
		float:left;
		width:650px;
		background:#f3f4f4;
	}
		#subscribe-others p {
			margin:2px 0;
			font-size:11px;
		}
		#subscribe-gift, #subscribe-international {
			float:left;
			width:250px;
			padding-left:6px;
		}
		#subscribe-international {
			width:280px;
		}
			#subscribe-gift a.gift, #subscribe-international a.world {
				background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/icon-gift.gif) no-repeat left center;
				display:inline-block;
				padding:0 0 0 20px;
			}
			#subscribe-international a.world {
				background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/icon-world.gif) no-repeat left center;
			}
	#subscribe-savings {
		float:left;
		width:650px;
		margin-top:17px;
	}
		#subscribe-savings img {
			float:left;
			margin-right:25px;
		}
		#subscribe-savings h1 {
			font-size:28px;
			line-height:28px;
			font-weight:normal;
			margin:0;
			text-align:right;
			padding-right:65px;
		}
		#subscribe-savings h2 {
			font-size:46px;
			line-height:46px;
			margin:0;
			color:#000;
			text-align:right;
			padding-right:65px;
		}
	#subscribe-editions {
		margin-bottom:25px;
	}
		#subscribe-editions p.required, .section .content p.required {
			text-align:right;
			font-size:9px;
			line-height:17px;
		}
		.section .content p.required {
			background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/dotted-border.gif) repeat-x left bottom;
			font-size:11px;
		}
		#benefits-table {
			width:650px;
		}
			#rollover{
				cursor:pointer;	
			}
			.digital-edition{ font-size:14px; display:inline; }
			.digital-edition a, .digital-edition a:hover{ color:white; text-decoration:none; }
			
			#digital-edition-ro{
				width:554px;
				_width:557px;
				height:467px;
				_height:420px;
				position:absolute;
				/*top:220px;*/
				text-align:center;
				background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/subscribe-ro-background.png) no-repeat top left;
				_background:none;
				_background-color:white;
				_border:1px solid black;
			}
				#digital-edition-ro h1{
					font:28px Georgia, "Times New Roman", Times, serif;
					padding:25px 0 5px;
					margin:0;
				}
				#digital-edition-ro h2{
					font-size:12px;
					font-weight:normal;
					margin:0;
					padding:0;
				}
				
				#digital-edition-ro .col{
					width:247px;
					float:left;
					margin:25px 0 5px 25px;
					_margin-left:10px;
				}
					#digital-edition-ro .right{
						margin-right:25px;
						margin-left:0;
					}
				
				#digital-edition-ro .col .list{
					text-align:left;	
				}
				
					#digital-edition-ro .col .list h3{
						color:#dc281e;
						font-size:17px;
						margin:2px 0;
					}
					
					#digital-edition-ro .col .list ul{
						margin:0;
						padding:0 0 0 5px;
						width:218px;
						font-size:11px;
						list-style-type:none;
					}
					#digital-edition-ro .col .list ul li{
						background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/bullet.gif) no-repeat 0px 5px;
						padding:0 0 0 8px;
						margin-bottom:5px;
					}
				
			#benefits-table th, #benefits-table td {
				background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/dotted-border.gif) repeat-x left bottom;
				border:1px solid #9c9c9c;
				border-bottom:none;
				text-align:left;
			}
			#benefits-table td {
				border-top:none;
			}
			#benefits-table td.center {
				text-align:center;
				vertical-align:middle;
			}
			#benefits-table th.end, #benefits-table td.end {
				border-left:none;
			}
			#benefits-table th.benefits, #benefits-table td.benefits {
				width:235px;
				vertical-align:bottom;
				border:none;
			}
			#benefits-table td.benefits {
				vertical-align:middle;
			}
			#benefits-table td.select {
				border:none;
				background:none;	
			}
				#benefits-table td.select img {
					display:block;
					margin:5px 0 0 0;
				}
			#benefits-table td.editions {
				background-color:#f3f4f4;
			}
				#benefits-table td.editions input, .gift-editions input {
					float:left;
					margin:10px 5px 10px 10px;
				}
					.gift-editions input{
						width:auto !important;
						border:none !important;
						margin: 3px 5px 3px 70px !important;
					}
				.gift-editions label {
					padding-left:5px !important;
					width:500px !important;
					
				}
				.gift-editions div{
					margin:5px 0;
				}
				#benefits-table td.editions label,  {
					float:left;
					margin:10px 0;
					line-height:13px;
					color:#494f55;
				}
					#benefits-table td.editions label strong {
						color:#000;
					}
					#benefits-table td.editions label strong.best-offer, strong.best-offer {
						background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/best-offer-icon.gif) no-repeat center right;
						padding-right:55px;
						width:auto;
						display:inline-block;
						zoom:1;
						*display:inline;
					}					
			#benefits-table td.last {
				border-bottom:1px solid #9c9c9c;
				background-image:none;
			}
				#benefits-table th h3 {
					font-size:18px;
					padding:10px;
					color:#fff;
					background:#dc281e;
					margin:1px 1px 2px 1px;
				}
				#benefits-table th h4 {
					font-size:16px;
					padding:10px;
					margin:0;
				}
				#benefits-table td ul {
					padding:0;
					margin:5px 0;
					list-style:none;
					font-size:11px;
					color:#818a90;
				}
					#benefits-table td li {
						background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/bullet.gif) no-repeat 0px 5px;
						padding:0 0 0 10px;
					}
						#benefits-table td li strong {
							font-size:12px;
							color:#000;
						}
	.section .content .field {
		float:left;
		width:650px;
		margin:0 0 3px 0;
	}
	.section .content .field.first {
		margin-top:8px;
	}
		.section .content label {
			float:left;
			width:165px;
			padding:3px 40px 0 75px;
		}
		.section .content label.two-line {
			margin-bottom:20px;
		}
			.section .content label small {
				color:#686868;
			}
		.section .content input {
			float:left;
			width:180px;
			height:16px;
			border:1px solid #9c9c9c;
			padding:2px;
		}
		.section .content input.two-line {
			margin-bottom:3px;
		}
		.section .content input.zip {
			width:56px;
		}		
		.section .content input.ccv {
			width:90px;
			margin-right:10px;
		}
		.section .content select {
			border:1px solid #9c9c9c;
			float:left;
			margin:0 8px 0 0;
			padding:2px;
		}
		.section .content textarea {
			border:1px solid #9c9c9c;
			float:left;
			width:280px;
			height:70px;
			padding:2px;
		}		
		.section .whats-this {
			float:left;
			font-size:11px;
			padding:4px 0 0 0;
		}
		.section .security-lock {
			float:left;
			margin:4px 0 0 0;
		}		
	#subscribe-page div.bordered, .submit.bordered, .extra-border, #renew div.bordered {
		float:left;
		width:650px;
		background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/dotted-border.gif) repeat-x left top;
	}
		.extra-border {
			height:1px;
			margin-bottom:15px;
		}
	#subscribe-page p.optin, #renew p.optin {
		font-size:11px;
	}
	#renew p.note {
		font-size:11px;
		color:#818a90;	
	}
	#subscribe-page input.optin {
		float:left;
		margin:0 12px 10px 12px;
	}
	#subscribe-page label.optin {
		float:left;
	}
	#subscribe-page .submit, #renew .submit, .section .submit {
		padding:10px 0 8px 0;
		text-align:center;
	}
	.section .submit {
		margin:15px 0 0 0;
	}
	.section .content .col {
		float:left;
		width:325px;
		margin-top:10px;
	}
		.section .content .third-col{
				width:208px;
				margin:1px 13px 0 0;
				float:left;
				_margin-right:5px;
		}
		.section .content .third-col h3.bordered,
		.section .content .third-col.last h3.bordered{ /* for IE6 */
			_width:190px;
		}
			.section .content .third-col.last{
				margin-right:0;
				_float:right;
			}
			.section .content .third-col ul{
				list-style-type:none;
				padding:0;
				margin:3px 0 0 10px;
			}
			.section .content .third-col li{
				background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/bullet.gif) no-repeat 0px 8px;
				padding:2px 0 2px 8px;
			}
		.section .content .title.third{
			width:208px;
			float:left;
			margin-top:10px;
			border:none;
			margin-right:13px;
		}
			.section .content .title.third.last{
				margin-right:0px;
			}
			.section .content .title.third h2{
				font-size:12px;
				width:208px;
			}
		.section .content .line{
			border-bottom:1px solid black !important;	
		}
		.section .content .qanda {
			float:left;
			width:650px;
			background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/dotted-border.gif) repeat-x left top;
		}
		.section .content .qanda.first {
			background:none;
		}
		.section .contact {
			float:left;
			width:325px;
		}
			.section .content .qanda h3 {
				font-size:16px;
				color:#000;
			}
			.section .content .qanda p.answer {
				float:left;
				width:60px;
				color:#9c9c9c;
				margin:0;
			}
			.section .content .qanda div.answer {
				float:left;
				width:590px;
			}
				.section .content .qanda div.answer p {
					margin:0 0 20px 0;
				}
				.section .content .qanda div.answer ol {
					margin:0;
					padding:0 0 0 20px;
					font-weight:bold;
				}
					.section .content .qanda div.answer ol li {
						margin:0 0 20px 0;
					}
						.section .content .qanda div.answer ol li p {
							font-weight:normal;
							margin:0;
							line-height:17px;
						}
				.section .content .qanda div.answer small {
					font-size:11px;
					line-height:12px;
				}
			.section label.small {
				float:left;
				width:75px;
				margin:3px 0;
				padding:0;
			}
			.section p.address {
				float:left;
				width:250px;
				margin:3px 0;
			}

#sub-nav{ 
	clear:both;
	width:100%;
}

.section#give-a-gift{
	margin-bottom:0;
}	
.section#give-a-gift h2{
	font:26px Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	padding:0px;
}
	.section#give-a-gift p{
		margin:0;
		padding:2px 0;
	}
	.section#give-a-gift a {
		background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/icon-gift.gif) no-repeat right center;
		display:inline-block;
		padding:0 20px 0 0;
	}

.pre-loaded p{
	margin:0;
	padding:0;
}

#subscribe-page .section{
	padding-left:0px;	
}

#subscribe-page .section h1{
	margin-bottom:1px;	
	width:650px !important;
}





/* FOOTER STYLES */
#footer-nav {
	float:left;
	width:970px;
	padding:10px;
}
	#footer-nav h5 {
		margin:0;
		font-size:16px;
		color:#fff;
	}
	#footer-nav ul {
		padding:0;
		margin:10px 0;
		list-style-position:inside;
		font-size:12px;
	}
		#footer-nav li {
			padding:1px 0;
		}
		#footer-nav li a {
			color:#c3c7c8;
		}
		#footer-nav li a#nav-home {
			color:#fff;
			font-weight:bold;
		}
	.nav-site, .nav-mag, .nav-writers {
		float:left;
		width:250px;
		margin-right:30px;
	}
	.nav-mag { width:210px; }
	.nav-writers { 
		width:450px;
		margin-right:0;
	}
		.nav-writers ul {
			float:left;
			width:150px;
		}
#footer-copyright {
	float:left;
	width:950px;
	padding:10px;
	background:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/footer-dotted-border.gif) repeat-x top left;
}

	#footer-copyright a {
		color:#c3c7c8
	}
	#footer .social {
		float:right;
		width:320px;
		font-size:12px;
		line-height:12px;
	}
		#footer .social img {
			float:left;
			margin-right:25px;
		}
		#footer .social p {
			float:left;
			margin:0;
		}
		#footer .social a.facebook, #footer .social a.twitter, #footer .social a.sharethis {
			display:block;
			padding:2px 0 2px 25px;
			margin:1px 0 0 3px;
			background-repeat:no-repeat;
			background-position:center left;
		}
			
		#footer .social a.facebook {
			background-image:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/facebook-icon.png);
			margin-top:0;
		}
		#footer .social a.twitter {
			background-image:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/twitter-icon.png);
			margin-top:0;
		}
		#footer .social a.sharethis {
			background-image:url(https://web-archive.nli.org.il/National_Library/oe_/https://subservices.weeklystandard.com/TheWeeklyStandard/images/sharethis-icon.png);
			margin-top:0;
		}
	.rights {
		float:left;
		width:600px;
		font-size:11px;
		color:#c3c7c8;
		line-height:18px;
	}
address{
	font-style:normal;
	margin-left:38px;
}


#center .day h2 {
	font-size:18px;
    margin:0;
	float:left;
}

.sharethis-inline{
	float:right;
	margin-top:-10px;
	clear:both;
	margin-bottom:10px;
	width:100%;
	text-align:right;
}
