  /** 
 * Big Screen article styles
 * @author Jo Greybill
 *  
**/

/* Site Header/Footer Styles */
div#header {
	background-color: #000;
}
div#header .span12 {
	height: 50px;	
}
div#header .container {
	width: 940px;	
}
div#header .container .row {
	margin-left: -20px;	
}
div#header .row .description {
	width: 280px;	
}

#story_nav .row .span12 .row {
	margin-left: -20px;	
}
#story_nav h3 {
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
	text-transform: none;
	letter-spacing: normal;
}

#footer {
	background-color: #000;	
}
#footer_navigation, #footer_stories {
	border-top: 1px solid #333;
}
h3.issue-title { float: none !important; }
h3.issue-title, .header_stories h3 { text-transform: none !important; }

#header h2, #footer h2 {
	text-align: left;	
}

/* Article Styles */
	body {
		background: #000;
		color: #000;
	}
	
	#body_content p {
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
   		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0;
		padding: 0;
	}
	
	#body_content, #body_content div.container {
		width:100%;	
	}
	
	#body_content h1 {
		text-indent: -9999px;
	}
	#body_content h2 {
		font-size: 26px;
		color: #dbf0f0;
		text-align: center;
	}
	#body_content h3, #body_content h4 {
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.3px;
	}
		#body_content h3 {
			display: block;
			float: left;
			margin-right: 6px;
			line-height: 24px;
		}
		#body_content h3 span.h3_alt, #body_content h4 span.h4_alt {
			font-weight: 200;
			text-transform: none;
			letter-spacing: normal;
		}
	#body_content div.rowwrap {
		width: 967px;
		margin: auto;
		overflow: auto;
	}
		#body_content .rowwrap div.span10 {
			margin-left: 80px;	
		}
	
	div#intro_bg_wrap {
		width: 100%;
		overflow: auto;
	}
	
	#body_content div.intro {
		background: #677077;
		width: 100%;
		height: 646px;
		/*max-width: 1284px;*/
		margin-left: 0;
	}
		#intro_title {
			margin-top: 360px;
			margin-bottom: 15px;
		}
		#intro_quote .span10 {
			background: #fff;
			margin-left: 80px;
		}
			#intro_quote p {
				font-size: 26px;
				line-height: 26px;
				font-style: italic;
				letter-spacing: 0.5px;
				color: #51a3a3;
				padding: 15px 80px 0 80px;
				font-weight: 300;
				margin-bottom: 1.5em;
			}
			#body_content span.quote_alt {
				text-transform: uppercase;
				font-size: 16px;
				color: #000;
				font-style: normal;
			}
	
	div#section1 {
		background: #000;
		width: 100%;
		/*max-width: 1284px;*/	/* Remove this to make this section span 100% width of page */
		margin: auto;
	}
		#section1 .span10 {
			background: #fff;
			padding: 0 0 30px 0;
		}
			#section1 .span10 p {
				padding: 0 80px;
			}
	div#section2 {
		background: #262a31;
		margin: auto;
		width: 100%;
		padding: 20px 0 0 0;
	}
		#videoshead {
			margin: 0 0 15px 100px;	
		}
		#videoswrap {	
		}
			#videoswrap .span10 {
					
			}
		#videoslides {
			padding: 0 20px;
		}
		#body_content .carousel-caption {
			position: static;
			margin: auto;
			background: #262a31;
			padding: 10px 0 0 0;
		}
		#body_content .carousel-caption p {
			font-weight: 300;	
		}
		#body_content .carousel iframe, #body_content .carousel object embed {
			width: 100%;
			height: 425px;	
		}
		#body_content .carousel-control {
			top: 210px;
		}
			#body_content .carousel-control.left {
				left: -35px;	
			}
			#body_content .carousel-control.right {
				right: -35px;
			}
	div#section3 {
		background: #000;
		/*max-width: 1284px;*/	/* Remove this to make this section span 100% width of page */
		margin: 0 auto;
		padding-bottom: 100px;
		width: 100%;
	}
		#section3 .span10 {
			background: #fff;
			padding: 30px 0;
		}
			#section3 .span10 p {
				padding: 0 80px;
			}
			#body_content span.quote {
				font-size: 26px;
				line-height: 30px;
				font-style: italic;
				letter-spacing: 0.5px;
				color: #51a3a3;
				font-weight: 300;
			}
			#body_content span.quote, #intro_quote p {
				font-size: 23px\0/;
			}
			
			
 

/* Portrait tablet to landscape and desktop */
@media only screen and
(min-width: 768px) 
and (max-width: 979px) {
	
	#body_content div.rowwrap, #body_content .rowwrap .span10.offset1 {
		width: 100%;
		margin-left: 0 !important;	
	}
	
	#body_content #videoshead {
		padding-left: 80px;
		width: auto;
	}
	#body_content #videoswrap {
	}
		#body_content #videoswrap.rowwrap .span10.offset1 {
			padding-left: 0;
			width: 82% !important;
			margin-left: auto !important;
			margin-right: auto !important;
			float: none;
		}
	#section3 {
		padding-bottom: 0 !important;
	}
		
		
	/* Header fixes */
	#header .row, #header .row .span12, #header .row .span12 .row {
		width: 100%;	
	}
	#header .toggle_story_nav {
		margin-left: 10px;
		left: 0;	
	}
	#header .row .span12 .row {
		width: 750px;
		margin: auto;	
	}
	#story_nav .row {
		width: 750px;	
	}
	#story_nav .row .span12 {
		width: 750px;
		float: none !important;	
	}
		#story_nav .row .span12 h3 {
			width: 720px;
		}
		#story_nav .row .span12 .row {
			margin: auto;
		}
		#story_nav .row .span12 {
			margin-left: 0;	
		}
			#story_nav .row .span12 h3 {
				margin-left: 20px;
			}
	#body_content .title {
		left: 45px !important;	
	}
		
	/* Footer fixes */
	#footer_stories, #footer_navigation {
		width: 750px;	
	}	
		#footer_stories, #footer_navigation {
			margin: auto;	
		}
		#footer_stories .span12, #footer_stories .span12 h2 {
			width: 720px;	
		}
	#footer_navigation .span12 {
		width: 720px;
	}
}

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {
	
	#body_content, #body_content div.rowwrap {
		width: 100%;
	}
	#body_content,
	#body_content > .row,
	#body_content #intro_bg_wrap {
		margin-left: -20px !important;
		padding: 0 20px !important;
	}
	#body_content .rowwrap div.span10 { margin-left: 0; }
	
	#body_content .intro {
		height: auto !important;	
		min-height: none;
	}
	#intro_bg_wrap {
		background-size: 408px 210px !important;	
		height: auto;
	}
	#intro_title {
		margin-top: 110px;
		margin-bottom: 0;	
	}
		#intro_title h2 {
			line-height: 24px;	
		}
	#intro_quote p {
		padding: 0 20px 0;
		font-size: 22px;
		margin-bottom: -15px;
	}
	#intro_quote .span10 {
		overflow: hidden !important;	
	}
	#section1 .span10.offset1 { margin-top: -20px; padding-top: 30px; }
	#section1 .span10 p, #section3 .span10 p {
		padding: 0 20px;	
	}
	
	#videoshead {
		padding-left: 20px;
		width: 82%;
		margin-left: 0;
		padding-top: 30px;
		overflow: hidden;
	}
	#videoswrap {
	}
		#videoswrap .span10 {
			padding-left: 20px;
			width: 89% !important;
		}
		#videoswrap object, #videoswrap iframe, #videoswrap embed {
			height: 200px !important;
		}
		#videoslides {
			padding: 0 !important;	
		}
		#body_content .carousel-control {
			top: 230px;	
		}
			#body_content .carousel-control.left {
				left: 60px;
			}
			#body_content .carousel-control.right {
				right: 60px;
			}
		#body_content .carousel-caption {
			padding-top: 70px;	
		}
	#section3 {
		padding-bottom: 0 !important;
	}
	#section3 .span10 {
		padding-top: 10px 0 !important;	
	}
	#body_content span.quote {
		font-size: 22px;
		line-height: 26px;
	}
	
	/* Header fixes */
	#header .row, #header .row .span12, #header .row .span12 .row {
		width: 100%;	
	}
	#header .toggle_story_nav {
		margin-left: 10px;
		left: 0;	
	}
	#header .row .span12 .row {
		width: 100%;
		margin: auto;	
	}
	#story_nav .row {
		width: 100%;	
	}
	#story_nav .row .span12 {
		width: 100%;
		float: none !important;	
	}
		#story_nav .row .span12 h3 {
			width: 90%;
		}
		#story_nav .row .span12 .row {
			margin: auto;
		}
		#story_nav .row .span12 {
			margin-left: 0;	
		}
			#story_nav .row .span12 h3 {
				margin-left: 20px;
			}
	#body_content .title {
		left: 45px !important;	
	}
		
	/* Footer fixes */
	#footer_stories {
		width: 100%;	
	}
	#footer_stories .span12, #footer_navigation .span12 {
		width: 93%;	
	}
	#footer_stories {
		margin-left: 0;	
	}
	#footer_stories .span12 h2, #footer_navigation {
		width: 100%;	
	}
	#footer_navigation .span12 {
		margin-left: 20px;
	}
	
}

/* Landscape phones and down */
@media only screen and (max-width: 480px) {
}
     





/** RESPONSIVE STYLES **/	

@media (max-width: 979px) {
	/* Header */
	#header { }
	#header>.row { width: 750px; margin: auto; }
	#header .title { width: 162px; margin-right: 40px; }
	#header .description { display: none; }
	
	#footer > .container.wide > .row,
	.header_stories > .row { width: 767px !important; }
	.header_stories .span12, #footer .span12 { width: 724px; }
	.header_stories .span3, #footer .span3 { width: 166px; }
	.header_stories .span2, #footer .span2 { width: 104px; }
	
	#footer_stories>div, #footer_navigation>div { margin-left: 15px; }
	#footer_stories { padding-top: 10px; }
}

/* Portrait tablet to landscape and desktop */
@media only screen and
(min-width: 768px) 
and (max-width: 979px) {
	
	/* Header */
	#story_nav .span12 .row {
		width: 750px !important;
		margin-left: -20px;	
	}
	
	#header .row {
		width: 750px !important;	
	}
	#body_content .description {
		display: none;	
	}
	#story_nav .span3, #footer .span3 {
		width: 166px;	
	}

	/* Footer */
	#footer_navigation .span12 {
		width: 750px;
		margin-left: 0;
	}
	#footer_navigation .span12 .row {
		width: 750px;	
		margin-left: 0;
	}
	
	#footer_stories, #footer_navigation {
		width: 750px !important;	
	}
	
	#footer_stories .span12 {
		width: 720px;	
	}
	
	
	.header_stories .bottom li,
	.footer_stories.bottom li { height: 170px; }
	
	#footer_navigation ul li {margin-left:14px;}
	#footer_navigation ul li a {font-size:13px;}
	
		
}		

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {
	
	/* Header */
	#story_nav .span12 .row {
		width: 100% !important;
		margin-left: -20px;
	}
	
	#story_nav .span3, #footer_stories .span3 {
		width: 128px;	
		margin-bottom: 20px;
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		vertical-align: top;
	}
	
	#header .row {
		width: 100%;	
	}
	#header .span12 {
		width: 315px !important;	
		margin-left: 0;
	}
		body.subpage #header .span12 {
			margin-left: 20px !important;	
		}
	
	#header .title {
		width: 125px;
		background-size: 125px 19px;
		left: 45px;
	}
	#header .issue {
		width: 85px;
		font-size: 10px;
		letter-spacing: 1.1px;
		padding-top: 20px;
		margin-left: 45px;
	}
	#body_content .description {
		display: none;	
	}
	#header .toggle_story_nav {
		margin-left: 10px;
		left: 0;	
	}


	/* Header/Footer story thumbnails */
	.header_stories { margin-left: -20px; padding-right: 20px; }
	.header_stories>.row { margin-left: 20px !important; }
	.header_stories .thumbnails, .footer_stories .thumbnails { margin-left: -20px; }
	.header_stories .thumbnails { margin-bottom: 0; }
	.footer_stories { padding: 30px 0 0 0; }
	.footer_stories .span3, 
	.footer_stories .span2, 
	.header_stories .span3, 
	.header_stories .span2 { width: 130px !important; height: 200px !important; overflow: hidden; margin-bottom: 5px; }
	.header_stories .title, .footer_stories .title { margin-left: 0 !important; font-size: 13px !important; line-height: 15px !important; }
	.footer_stories a span.subtitle_text, .header_stories a span.subtitle_text { padding-top: 5px; }
	.header_stories .row a .subtitle_text, 
	.header_stories .row a .title_colon,
	.footer_stories a span.subtitle_text, 
	.footer_stories a span.title_colon { display: none; }

	.header_stories .span12, 
	#footer .span12 { width: 300px !important; }
	
	.header_stories > .row { width: 100% !important; }

	/* Footer */
	#footer { }
	#footer > .container { margin-left: -20px; padding-right: 0; }
	#footer > .container.wide > .row { margin-left: 20px; width: 300px !important; }

	#footer_navigation {
		width: 100% !important;	
	}
	.footer_stories { margin-left: 20px; width: 280px !important; }
	.footer_stories .span12, #footer_navigation .span12 {
		width: 93%;
	}
	#footer_navigation .span12 .row {
		width: 93%;	
	}
	#footer_navigation h2.widgettitle {
		margin-bottom: 5px !important;	
	}
	.widget, .textwidget {
		margin-bottom: 25px !important;	
	}
	
	#issue-carousel .item .issue-title { font-size: 18px; }
	#issue-carousel .carousel-control { font-size: 12px; }
	#issue-carousel .carousel-control, 
	#issue-carousel .carousel-control.left .arrow,
	#issue-carousel .carousel-control.right .arrow { line-height: 30px; }

	#issue-carousel .thumbnails { width: 300px !important; }
	
	#footer_navigation ul { padding-top: 10px; }
	#footer_navigation ul li { display: inline; width: 100%; margin-left: 0; }
	
	#footer_navigation .span9 { width: 92% !important; }
}


#footer #footer_hr { display: none; }

