/*
Theme Name: DIScontinuity
Theme URI: http://dismagazine.com
Description: The launch design of DISmagazine online.
Version: 1.0
Author: Nick Scholl
Author URI: http://trrill.com/

*/



/* Begin Typography & Colors */
body {
	background: #FFF url(/images/bg/blinds-lg.jpg) repeat fixed -90% top;
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	margin: 0;
	padding: 0;
	text-align: center;
}

a { 
	color: #3B5998;
	outline: none;
	text-decoration: none; 
}
	a img { border: none; }

cite {
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.aligncenter {
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 10px;
}

.center { text-align: center; }

.clear { clear: both; }

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
	content:"."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.hidden {
	display: none;
}


.site-width {
	width: 980px;
	margin: 0 auto 0px;
}
	.single #wrap { position: relative; }

#wrap { 
	background: #FFF;
	border: 1px solid #000;
	margin: 20px auto; 
	min-height: 600px;
	padding: 10px 10px 0;
	width: 960px;
}

/* .................. */

#header {
	margin-bottom: 15px;
	width: 100%;	
}
	#header .site-width { 
	}

.logo {
	float: left;
	height: 130px;
	margin: 0 auto 15px 10px;
	width: 126px;
}
	.logo a {
		display: block;
		height: 130px;
		text-align: left;
		text-indent: -6000px;
	}

#header .logo {
	float: left;
}
	#header .logo a {
		background: url(/images/headers/logo130.png) no-repeat;
	}

.banner {
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 23px;
}
	.banner p {
		margin: 0;
	}

#navigation {
	border: 1px solid #000;
	border-width: 1px 0;
	clear: both;
	font-family: Monaco, "Courier New", Courier, monospace;
	line-height: 1em;
	padding: 5px 0;
	text-align: left;
	text-transform: lowercase;
}

#searchform {
	float: right;
}
.disForm {
	line-height: 1em;
	width: 200px;
	white-space: nowrap;
}
	.disForm label {
		display: none;
	}
	.disForm .text {
		background: #eaedf4;
		border: 1px solid #000;
		font-family: Monaco, "Courier New", Courier, monospace;
		font-size: 10px;
		height: 14px;
		padding: 3px 2px 2px;
		text-transform: lowercase;
		width: 155px;
		vertical-align: middle;
	}
	.disForm .submit {
		border: none;
		color: #FFF;
		text-transform: lowercase;
		vertical-align: middle;
	}
#menu {
	float: left;
	font-size: 11px;
	line-height: 1em;
}
	#menu li {
		float: left;
		margin-right: 12px;
	}
		#menu li.last {
			margin-right: 0;
		}
		#menu li#nav_nso {
			
		}
		#menu li a {
			color: #2a292d;
			display: block;
			padding: 4px;
			text-decoration: none;
		}
			#menu li a:hover,
			#menu li.active a,
			#menu li.active a:hover {
				background: #000;
				color: #FFF;
			}

#story { 
	display: block;
	height: 1px;
	margin-bottom: 3px; 
}
#content {
	min-height: 380px;
	padding-bottom: 10px;
}
	body.single #content {
		float:none;
		height: 600px;
		margin:20px auto 35px;
		overflow: hidden;
		padding: 0;
		position: relative;
		width:800px;
	}
	body.category-blog #content,
	body.page #content {
		height: auto;
		margin: 15px auto;
		width: 550px;
	}
	body.category-blog #wrap #content { width: auto; }
	
	body.single .horizontal #content {
		height: 630px;
		margin: 0;
		overflow: auto;
		width:960px;
	}
	body.single .horizontal .entry { display: inline; }
	body.single .horizontal .page { 
		float: left; 
		margin-bottom: 0;
	}
	body.single .horizontal .post {
		display: block;
	}
	
	body.single .horizontal #intro,
	body.single .horizontal #intro {
		padding: 150px 40px 20px;
		width: 880px;
	}
	
	.pagePrev a,
	.pageNext a { 
		background-repeat: no-repeat;
		display: block; }
	
	.single .horizontal .pagePrev,
	.archive .pagePrev { 
		display: none;
		left: -35px;
		width: 102px;
	}
		.single .horizontal .pagePrev a,
		.archive .pagePrev a {
			background-image: url(/images/buttons/arrow-left.png);
			height: 69px;
		}
	
	.single .horizontal .pageNext,
	.archive .pageNext { 
		display: none;
		right: -45px;
		width: 102px;
	}
		.single .horizontal .pageNext a,
		.archive .pageNext a {
			background-image: url(/images/buttons/arrow-right.png);
			height: 69px;
		}
		
		.archive .pagePrev {
			left: 0;
		}
		
		.archive .pageNext {
			right: 0;
		}
	
	.archive .pagePrev,
	.archive .pageNext {
		display: block;
		top: 10px;
	}
	.archive .navigation {
		clear: left;
		float: left;
		height: 90px;
		position: relative;
		width: 640px;
	}
	.category-blog .navigation {
		background: #EAEDF4;
		margin-bottom: 10px;
		width: 590px;
	}
	
	body.single .horizontal .page { 
		width: auto;
	}

.jcarousel-skin-dis {
	float: left;
	width: 740px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 15px;
}

#carousel {
	float: left;
	width: 740px;
	height: 350px;
	overflow: hidden;
	margin-bottom: 15px;
}
#carousel li.story {
	margin: 0;
}


#sidebar {
	float: right;
	padding: 10px 0 10px 10px;
	position: relative;
	width: 200px;
}
.widget {
	text-align: left;
}
.widget .twtr-widget {
	font-family: inherit!important;
}
.twtr-hd { padding: 0 0 10px 0!important; }
.twtr-ft { display: none!important; }

.follows {
	/*border-bottom: 2px dotted #000;*/
	border-top: 2px dotted #000;
	clear: both;
	padding: 0 0 15px;
}

#articles {
	clear: both;
	border-top:2px dotted #000;
	padding: 15px 0;
	
}
	.storyList {
		float: left;
		width: 640px;
	}




body.category-blog .pagetitle,
body.category-blog .storyList,
.blogPostList,
.blogPostList .pagetitle {
	float: left;
	margin: 0;
	width: 550px;
}

body.category #subscribe,
body.category-blog #subscribe {
	width: 200px;
}

body.category-blog #subscribe { 
	border: none;
	margin: -125px 30px 0;
}
	body.category #subscribe #signupForm,
	body.category-blog #subscribe #signupForm {
		padding-top: 10px;
	}
	body.category #subscribe #sailthru-2 p,
	body.category-blog #subscribe #sailthru-2 p {
		white-space: normal;
		line-height: 1.3em;	
		font-size: 12px;
	}
		body.category #subscribe #sailthru-2 .text,
		body.category-blog #subscribe #sailthru-2 .text {
			margin-top: 3px;
			width: 160px;
		}

.tagCloud {
	padding: 10px;
}
.box { padding: 10px 0; }

.archive .pagetitle {
	border-bottom:2px dotted #000;
	padding-bottom: 15px;
}

.category-blog .pagetitle { 
	border-bottom: 0;
	padding-bottom: 0;
}
	.category-blog .pagetitle a {
		background: url(/images/headers/discoverhead.jpg) no-repeat center center;
		border-bottom: 1px solid #EEE;
		display: block;
		height: 110px;
		padding-bottom: 20px;
		text-align: left;
		text-indent: -6000px;
	}

.archive .byline {
	font-size: 13px;
}

body.category-blog .storyList li.blogPost,
.blogPostList li.blogPost {
	border: none;
	height:auto;
	margin: 0 0 20px;
	padding:15px 0 0;
	position: relative;
	width: 550px;
}
	.blogPostList li .entry p { margin: 20px 0; }

#discategoryposts-3 {
	height: 328px;
}

.sidebar {
	background: #eaedf4;
	border: 1px solid #000;
	text-align: left;
	width: 298px;
}
	.sidebar h2 {
		border-bottom: 1px dotted #000;
		letter-spacing: 2px;
		padding: 0 0 5px 10px;
	} 
	.category-blog .sidebar h2 { padding-left: 0; }
	
.widget h2 {
		border-bottom: 1px dotted #000;
		padding-left: 0;
		padding-bottom: 5px;
	}
	.widget ul li {
		border-bottom: 1px dotted #666;
		font-family: Monaco, "Courier New", Courier, monospace;
		line-height: 1em;
	}
		.widget ul li a {
			color: #000;
		}
			.widget ul li a:hover {
				background: #000;
				color: #FFF;
				text-decoration: none;
			}

#discategoryposts-3 .widgetMask {
	height: 307px;
	overflow: auto;
}
#discategoryposts-3 { }
	#discategoryposts-3 h2 {
		color: #3B5998;
		font-family: "Helvetica LT Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
		#discategoryposts-3 h2 a { color: #3B5998; }
		#discategoryposts-3 ul li a {
			display: block;
			padding: 8px 0 7px;
		}
			#discategoryposts-3 ul li a strong { text-transform: uppercase; }

#signupForm {
	background: #3B5998;
	color: #FFF;
	padding: 5px 10px 12px;
}

#sailthru-2 {
	margin-bottom: 0;
	min-height: 80px;
}
	#sailthru-2 label {
		color: #FFF;
		font-size: 13px;
	}
	#sailthru-2 p { 
		white-space: nowrap;
		margin: 0;
		line-height: 30px; 
	}
	#sailthru-2 .text {
		margin-bottom: 5px;
		vertical-align: middle;
		width: 190px;
	}
	#sailthru-submit-2 {
		background: #000;
		border: none;
		color: #FFF;
		font-family: Monaco, "Courier New", Courier, monospace;
		padding: 3px 7px;
		text-transform: lowercase;
		vertical-align: middle;
	}
	#sailthru_errors-2 {
		display: block;
	}

.success {
	background: #ccffcc;
	border: 2px solid #009933;
	color: #009933;
	padding: 10px;
}

#fb_box {
	height: 229px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
	.category #fb_box,
	.category-blog #fb_box {
		height: 244px;
	}
	
.sidebar .fb_iframe_widget {
	margin-bottom: 15px;
}
	
	#fb_box div {
		position: absolute;
		left: -1px;
		top: -1px;
		overflow: hidden;
		width: 283px;
	}

.subscribe_icons {
	padding: 10px;
}
	.subscribe_icons li {
		text-align: center;
	}
	.home .subscribe_icons li {
		float: left;
	}

#followUs,
#subscribe {
	margin: 0 0 0; 
}
	#subscribe h2 {
		font-family: Monaco, "Courier New", Courier, monospace;
		font-size: 11px;
		position: relative;
		text-transform: uppercase;
	}
		#subscribe img {
			margin-bottom: 7px; 
		}
		#followUs p.center {
			text-align: center;
		}
		
		.tw_icon { width: 85px; }
		.fb_icon { width: 63px; }
		.rss_icon { width: 110px; }
		
	#subscribe li {
		padding: 8px 20px 7px;
	}

#subscribe {
	float: right;
	padding-bottom:20px;
}
	.home #subscribe {
		height: 560px;
	}

#main {
	float: left;
	width: 700px;
	margin-bottom: 105px;
}

.headline,
.pagetitle {
	font-family: "Helvetica LT Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
}
	.headline span,
	.pagetitle span,
	.blogPost h1 span {
		font-size: 28px;
		font-variant: small-caps;
		font-weight: bold;
		text-transform: none;
	}

.pagetitle {
	color: #c3c3cd;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: lowercase;
}


.headline small,
.pagetitle small,
.postHeader h1 small {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
}
	.headline small a,
	.pagetitle small a,
	.postHeader h1 small a {
		color: #CCC;
	}

.entry {
	text-align: justify;
}
	.entry {
		font-size: 14px;
	}
	
	.entry p {
		font-size: 110%;
		line-height: 1.4em;
		text-align: justify;
	}
	.single .entry p {
		margin: 20px;
	}
	.single .vertical .entry p {
		margin: 20px 0;
	}
	.entry blockquote,
	.entry p {
		font-size: 13px;
	}
	.entry blockquote {
		font-family: Georgia, "Times New Roman", serif;
		margin:20px auto;
		width:80%;
	}
	.entry h2 {
		line-height:120%;
	}
	
	.entry ul,
	.entry ol {
		margin: 20px 40px;
		text-align: left;
	}
		.entry ul li,
		.entry ol li {
			margin-bottom: 1.8em;
			font-size: 13px;
		}
		.entry ol li {
			list-style: decimal;
		}
		
	
	.entry .audioplayer_container { text-align: center; }

.single .post {
	margin: 0 auto;
	top: 0;
}
.single .vertical #content {
	height: auto!important;
}
	.single .vertical .page {
		height: auto!important;
	}
	.single .vertical #intro {
		height: auto!important;
		margin-bottom: 20px;
		padding: 0;
		text-align: justify;
	}

.postFeedback {
	background: url(/images/bg/scrim-w.png);
	border:1px solid #CCC;
	padding:10px 10px 3px;
	position:absolute;
	right:10px;
	text-align:right;
	top:224px;
}

.category-blog .postFeedback,
body.tag .postFeedback {
	border: none;
	right: -91px;
	top: 0;
	box-shadow: 7px 7px 7px #CCC;
	-moz-box-shadow: 7px 7px 7px #CCC;
	-webkit-box-shadow: 7px 7px 7px #CCC;
}

	.postFeedback ul li { 
		margin: 0 0 7px; 
		padding: 0;
	}
	.postFeedback .facebook .fb_share_count_top {
			width:48px;
		}
		.postFeedback .facebook .fb_share_count_wrapper { float: right; }
		
		.postFeedback .facebook .fb_share_count_inner {
			line-height:34px;
		}
		.postFeedback .facebook .fb_button_text {
			margin-left:12px !important;
			padding:3px 3px 2px !important;
		}
		.postFeedback .facebook .fb_button_small {
			background-position:-5px -232px !important;
			border-left:1px solid #1A356E;
		}


div.page {
	background: url(/images/bg/scrim-w.png);
	height: 600px;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	width: 800px;
}
	div.page a {
		color: #3B5998;
	}
	div.page a:hover { text-decoration: underline;}

.gallery-item {
	width: 800px;
	height: 600px;
}

#intro,
#outro { 
	height:430px;
	padding:150px 40px 20px 20px;
	text-align: left;
	width: 740px;
}
	#intro a,
	#outro a { white-space: nowrap; }
	
	#intro .headline {
		font-size: 60px;
		letter-spacing: -2px;
		line-height: .85em;
	}
		#intro .headline span {
			font-size: 60px;
			font-weight: bold;
		}
	#intro .byline,
	#outro .byline {
		font-size: 18px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
		#intro .byline p { margin: 9px 0; }
		
	#outro .byline { margin-bottom: 40px; }
		#intro .byline a { 
			border-bottom: 1px solid #DDD;
		}
			#intro .byline a:hover { 
				border-bottom: 1px solid #000;
				text-decoration: none; 
			}
	
	#intro .intro { 
		font-size:16px;
		line-height:1.5em;
		margin-top: 5px;
		text-align: justify;
		width:80%;
	}
		#intro .intro a {
			color: #333;
		}
		#intro .intro p {
			color: #333;
		}

#intro { background: none; }		

#outro { 
	height:480px;
	padding:100px 40px 20px 20px;
}

.fb_like {
	background:#eaedf4 none repeat scroll 0 0;
	border:1px solid #3B5998;
	margin:15px 0 25px;
	padding:10px;
}


/* Story Positions */

.posStories .story {
	position: relative;
}

.story {
	float: left;
	padding: 0;
	margin: 15px 0 0;
}
	.story a {
		color: #FFF;
	}
	.story h1 {
		font-family: "Helvetica LT Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

.storyImg {
	background: none;
	display: block;
}	

.wp-caption {
	position: relative;
}

.single p.wp-caption-text { 
	font-size: 11px;
	margin: 0; 
	padding: 0;
}

.single .vertical p.wp-caption-text { 
	color: #888; 
	margin: 8px 0; 
}


.single .caption-wrapper {
	max-height: 60px;
}
.single .vertical .caption-wrapper { 
	height: auto;
	position: static;
}

.fadeThis { display: none; }

.scrim,
.caption-wrapper {
	background: url(/images/bg/scrim-w.png);
	bottom: 0;
	cursor: pointer;
	left: 0;
	padding: 6px 8px;
	position: absolute;
	right: 0;
	text-align: left;
}
	.scrim a { background: none; color: #000; }
	.scrim h1,
	.scrim h2,
	.wp-caption-text a,
	.wp-caption-text h1,
	.wp-caption-text h2 {
		color: #000;
		display: inline;
	}
	.scrim h1 {
		font-size: 20px;
	}
		.scrim h1 span {
			font-size: 20px;
			font-variant: small-caps;
			font-weight: bold;
			text-transform: none;
		}
	.scrim h2,
	.wp-caption-text h2 {
		color: #000;
		font-size: 11px;
	}

.storyList .scrim {
	position: relative;
}
	.storyList .scrim h1 {
		display: block;
		margin: 0;
	}
	.storyList .scrim h2 { font-size: 13px; }
	
.storyList li {
	border-bottom: 2px dotted #000;
	float: none;
	margin: 0;
	padding: 15px 3px;
}
	.storyList li:hover {
		background: #EAEDF4;
	}
	
	body.home .storyList li { float: left; }
	body.category-blog .storyList li:hover {
		background: none;
	}
	.storyList li img {
		float: left;
		margin: 0 10px 0 0;
		width:100px;
	}
	.storyList li img.wp-post-image {
		width: 100px;
		height: 95px;
	}
	.storyList li .storyInfo {
		float: left;
		width: 520px;
	}
	ul li .byline {
		color: #000;
		font-size: 16px;
		margin: 5px 0 10px;
	}
		ul li .byline a {
			color: #000;
		}
		ul li .byline p {
			background: none;
			margin: 0;
		}

.excerpt p {
	font-size: 12px;
	line-height: 1.45em;
}

.call {
	bottom: -10px;
	color: #000;
	display: block;
	height: 1em;
	position: absolute;
	text-align: left;
	width: 1em;
}	

.story-thumbnail {
	width: 190px;
}
.story-medium {
	width: 320px;
}
.story-large {
	height:350px;
	margin: 0 0 15px;
	overflow:hidden;
	width:740px;
}
	.story-large .storyImg img { width: 100%; }


.more-link {
	color: #ff0000!important;
	display: block;
	font-family: "Helvetica LT Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.blogPost .entry a {
	color: #3B5998;
	
}
.postFooter a {
	color: #AAA;
	text-decoration:underline;
}

.postHeader {
	color: #C3C3CD;
	position: relative;
	text-align: left;
}
	.postDate {
		font-family: Monaco, "Courier New", Courier, monospace;
		text-transform: lowercase;
	}
.postFooter {
	border-top: 1px dotted #999;
	clear: both;
	color: #C3C3CD;
	font-family: Monaco, "Courier New", Courier, monospace;
	line-height: 1.3em;
	margin-top: 15px;
	padding: 15px 0 0;
	text-align: left;
	text-transform: lowercase;
}
.blogPost h1 {
	font-size: 28px;
	margin-top: 5px;
}

.story h1 a,
.byline a,
.byline {
	color: #000;
}


/* COMING SOON */

body.page-id-4 {
	color: #111;
	font-family: "Helvetica LT Narrow", "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
	body.page-id-4 #wrap {
		width: 100%;%
	}

	body.page-id-4 #interim {
		margin-top: 90px;
	}

	body.page-id-4 #logo {
		background: url(/images/headers/logo_magnum.jpg) no-repeat center center;
		border: 1px solid #cac8d1;
		border-width: 1px 0;
		height: 339px;
		left: 0;
		line-height: 1em;
		margin: 0 0 8px;
		position: relative;
		text-align: center;
		width: 100%;
	}
		body.page-id-4 #logo a {
			background: none;
			display: block;
			height: 339px;
			margin: 0 auto;
			outline: none;
			text-align: left;
			text-indent: -6000px;
			width: 452px;
		}
	body.page-id-4 #interim h2 {
		color: #9b9b9d;
		display: block;
		font-size: 11px;
		font-weight: normal;
		line-height: 1em;
		margin: 0 auto;
		padding-right: 102px;
		text-align: right;
		text-transform: uppercase;
		width: 452px;
	}
	
	body.page-id-4 #header, 
	body.page-id-4 #sidebar,
	body.page-id-4 .post-edit-link,
	#post-4 h2 {
		display: none;
	}
	
#scrim {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/images/bg/scrim.png);
	color: #FFF;
	z-index: 999;
}
	#scrim div {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(/images/bg/scrim.png);
		padding-top: 200px;
	}
		#scrim div h2 {
			padding-left: 20px;
		}
	
.storyTgt {
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
}

#footer {
	background: #fcfeff;
	border-top: 1px solid #000;
	clear: both;
	color: #000;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 11px;
	margin: 0 auto;
	position: relative;
	text-transform: lowercase;
}
	#footer .logo {
		border-bottom:0 none;
		top: 0;
		height: 73px;
	}
		#footer .logo a {
			background: url(/images/headers/logo_inverted.png) no-repeat scroll center 6px;
			height: 73px;
		}
	#footer .interior {
		padding:15px 0;
	}
	
	#footer a {
		color: #000;
	}
	#footer .interior p,
	#footer .interior ul {
		margin: 0;
		padding: 0;
		width: 48%;
	}
	#footer .interior p {
		float:right;
		text-align:right;
	}
	#footer .interior ul {
		float: left;
		text-align: left;
		width: 48%;
	}
		#footer .interior ul li {
			display: inline;
			margin: 0 30px 0 0;
		}
	
.pagePrev,
.pageNext {
	background-position: center top;
	background-repeat: no-repeat;
	height: 102px;
	position: absolute;
	top: 472px;
	width: 69px;
	z-index: 500;
}
.pagePrev a,
.pageNext a {
	display: block;
	height: 102px;
	text-align: left;
	text-indent: -6000px;
}
.single .vertical .pagePrev,
.single .vertical .pageNext {
	bottom: 55px;
	height: 69px;
	top: auto;
	width: 102px;
}

.pagePrev { 
	left: -37px;
}
	.pagePrev a { background-image: url(/images/buttons/arrow-up.png); }

.pageNext { 
	right: -33px; 
}
	.pageNext a { background-image: url(/images/buttons/arrow-down.png); }
	
.single .vertical .pagePrev { 
	left: -35px;
}
	.single .vertical .pagePrev a { background-image: url(/images/buttons/arrow-left.png); }
	
.single .vertical .pageNext { 
	right: -45px;
}
	.single .vertical .pageNext a { background-image: url(/images/buttons/arrow-right.png); }

body.page {
	height: auto;
	width: auto;
	overflow: auto;
}

#scrim,
#iframe {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#scrim {
	background: url(/images/bg/scrim-w.png);
	z-index: -1;
}
#iframe {
	z-index: -2;
}


#IEroot .storyTgt {
	background: #FFF;
	filter: alpha(opacity = 0);
	border: 1px solid #FFF;
}

body.category-blog #wrap #header {
	margin-bottom: 0;
}
body.category-blog #wrap #content {
	background: #eaedf4;
	margin: 0 auto;
	padding: 25px 10px;
}

body.category-blog .pagetitle,
body.category-blog .blogPostList {
	background: #FFF;
	box-shadow: 7px 7px 7px #999;
	padding: 20px 20px 0;
	-moz-box-shadow: 7px 7px 7px #999;
	-webkit-box-shadow: 7px 7px 7px #999;
}
body.category-blog .blogPostList { 
	margin-bottom: 20px;
	padding-bottom: 20px; 
}

#subscribe .sz-videolisting { 
	margin: 0;
	padding: 0; 
}

#subscribe .sz-videolisting img {
	float: left;
	margin: 0 7px 4px 0;
	width: 100px;
}
#subscribe .sz-videolisting li {
	clear:both;
	margin:0 0 10px;
	padding:10px 0;
	width:auto;
 }
#subscribe .sz-videolisting span {
	display: inline;
}