/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body { text-align: center; font-family: "Open Sans", sans-serif; color: rgb(255,255,255); -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background: #fff; }
.inner { background: rgb(0,0,0); color: rgb(0,0,0); }
.inner-left { text-align: left; background: rgb(0,0,0); color: rgb(0,0,0); }

.wrapper { border: 5px solid rgb(0,0,0); }
.inner .wrapper { background: #fff; }

nav { font-family: "Open Sans Condensed", sans-serif; overflow: hidden; background: rgb(255,255,255); border-bottom: 3px solid rgba(0,0,0,.15); position: fixed; margin: 0 auto; width: 1170px; border-top: 5px solid #000; top: 0; z-index: 100; }
nav ul { margin: 0; }
nav ul li { display: inline-block; width: 8.59%; text-align: center; font-size: 19px; text-transform: uppercase; margin: 0; padding: 25px 0 25px 0; }
nav ul li.med { width: 10.19%; }
nav ul li.lrg { width: 12.19%; }
nav ul li a, nav ul li a:visited { color: rgb(0,0,0); text-decoration: none; font-weight: 700; padding: 4px 8px; -webkit-transition: background .2s ease, color .2s ease; }
nav ul li a:hover, nav ul li.active a { border-color: rgba(255,255,255,.75); text-decoration: none; color: #fff; background: #000; }

header { margin-top: 90px; padding: 40px 0; text-align: left; position: fixed; z-index: 98; }
.inner header { margin-top: 50px; position: relative; text-align: center; padding-bottom: 20px; }
header h1 a img { width: 570px; -webkit-transition: opacity .2s ease; margin-left: 5%; }
.inner header h1 a img { width: 450px; -webkit-transition: opacity .2s ease; margin: 0 auto; }
header h1 a img:hover { opacity: .8; }

.connecting { margin-top: 130px; min-height: 200px; padding: 10px 20px;  text-align: left; color: rgb(255,255,255); }
.connecting h2 { font-family: "Open Sans Condensed", sans-serif; font-size: 32px; line-height: 35px; margin: 5px 0 10px 0; }
.connecting p { font-size: 19px; line-height: 23px; margin: 0 0 20px 0; font-weight: 600; width: 75%; }

.snip { margin-top: 40px; text-align: left; min-height: 220px; position: relative; z-index: 99; }
.snip.listen { background: #fff; color: #000; padding: 10px 15px; position: relative; }
.snip.tell { padding: 10px 20px; background: rgba(0,0,0,1); }
.snip.attend { padding: 10px 20px; background: rgba(0,0,0,1); }
.snip h2 { font-family: "Open Sans Condensed", sans-serif; font-size: 34px; font-weight: 700; line-height: 24px; margin-bottom: 15px; }
.snip a { color: rgb(255,255,255); text-decoration: underline; }
.snip p { font-size: 15.5px; line-height: 21px; margin-bottom: 20px; }
.snip ul { font-size: 15.5px; margin: 0 0 20px 0; list-style-type: none; }
.snip ul strong { font-family: "Open Sans Condensed", sans-serif; text-transform: uppercase; font-weight: 700; font-size: 17px; }
.snip ul li { margin: 4px 0; line-height: 22px; }
.snip .player p { margin: 0 0 30px 0; }

.lower { background: #fff; color: #000; margin-top: 60px; position: relative; z-index: 99; }

.press { margin: 30px 10px 60px 10px; }
.press h3 { font-family: "Open Sans Condensed", sans-serif; font-size: 30px; font-weight: 700; line-height: 24px; margin-bottom: 30px; }
.press h4 { font-size: 18px; margin-bottom: 5px; line-height: 20px; font-weight: 700; }
.press p { font-size: 18px; color: #000; line-height: 22px; width: 75%; margin: 0 auto 20px auto; }

.one-liner { color: #fff; background: rgb(0,0,0); padding: 50px 0; margin: 60px 0; }
.one-liner p { font-size: 14px; }
.one-liner blockquote { padding: 0 200px; }
.one-liner blockquote p { font-weight: 800; font-style: normal; font-size: 28px; line-height: 30px; }
.one-liner a { color: #fff; text-decoration: underline; }

.elsewhere { margin: 40px 0; border-top: 1px solid rgba(0,0,0,.15); padding: 40px 0; }
.elsewhere h4 { font-family: "Open Sans Condensed", sans-serif; font-size: 26px; margin-bottom: 40px; line-height: 20px; font-weight: 700; }
.elsewhere ul { margin-left: -.5%; }
.elsewhere ul li { display: inline-block; width: 110px; line-height: 18px; font-size: 15px; margin: 0 1%; }
.elsewhere ul li a { font-weight: 700; display: block; width: 90px; height: 90px; border-radius: 100px; line-height: 90px; color: rgb(0,0,0); border: 1px solid rgba(0,0,0,.75); text-decoration: none; font-size: 16px; -webkit-transition: background .2s ease, color .2s ease; margin: 0 auto 5px auto; background: rgba(255,255,255,.9); }
.elsewhere ul li a:hover { background: rgb(0,0,0); color: rgb(255,255,255); }

p.more { font-family: "Open Sans Condensed", sans-serif; font-size: 18px; font-weight: 700; line-height: 24px; opacity: 1; text-transform: uppercase; }
p.more.right { text-align: right; }
.snip p.more { position: absolute; bottom: 5px; }
p.more a { color: rgb(255,255,255); background: rgb(0,0,0); text-decoration: none; padding: 5px 10px; -webkit-transition: opacity .2s ease; }
p.more.invert a { color: #000; background: #fff; }
p.more a:hover { opacity: .8; }

.content h2 { font-family: "Open Sans Condensed", sans-serif; text-transform: uppercase; }
.content h3 { font-size: 23px; }
.content p { font-size: 20px; line-height: 28px; }
.content p.more { margin-top: 40px; }
.content a { color: rgb(0,0,0); text-decoration: underline; }

.content .attend { margin: 30px 0 50px 0; border-top: 1px solid rgba(0,0,0,.15); padding-top: 30px; }
.content .attend ul { font-size: 19px; margin: 0 0 20px 0; list-style-type: none; }
.content .attend ul strong { font-family: "Open Sans Condensed", sans-serif; text-transform: uppercase; font-weight: 700; font-size: 22px; }
.content .attend ul li { margin: 4px 0; line-height: 22px; }

/* ============================= */
/* ! Layout for 960 */
/* ============================= */

@media screen and (min-width: 960px) and (max-width: 1200px) {
	
	nav { width: 940px; }
	nav ul li.med { width: 10%; }
	
	header h1 a img { width: 500px; }
	.connecting { margin-top: 130px; }
	.connecting p { font-size: 17px; width: 100%; }
	
	.elsewhere ul { margin-left: 15%; margin-right: 15%; }
	.elsewhere ul li { margin-bottom: 40px; }
	
}

/* ============================= */
/* ! Layout for iPad */
/* ============================= */

@media screen and (min-width: 768px) and (max-width: 959px) {
	
	.container { width: 760px; }
	
	nav { width: 740px; }
	nav ul li { display: inline-block; width: 8%; text-align: center; font-size: 16px; text-transform: uppercase; margin: 0; padding: 25px 0 25px 0; }
	nav ul li.med { width: 10.2%; }
	
	header { margin-top: 60px; }
	header h1 a img { width: 430px; }
	
	.connecting { margin-top: 100px; }
	.connecting p { font-size: 15px; width: 100%; }
	.connecting p { font-size: 15px; width: 100%; }

	.snip { margin-top: 20px; min-height: 260px; }
	.snip h2 { font-size: 28px; margin-bottom: 10px; }
	.snip p { font-size: 14.5px; line-height: 21px; margin-bottom: 20px; }
	.snip ul { font-size: 14.5px; margin: 0 0 20px 0; list-style-type: none; }

	p.more { font-size: 15px; }

	.one-liner { margin-top: 20px; }
	
	.elsewhere ul { margin-left: 15%; margin-right: 15%; }
	.elsewhere ul li { margin-bottom: 40px; }
	
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
	
	#backstretch { display: none!important; }
		
	body { background: rgb(255,255,255); }
	.inner { background: rgb(255,255,255); }
	
	.inner header { margin-top: 0; padding-top: 0; }
	
	.navbar-inverse .brand { width: 200px; }
	.navbar-inverse { background: rgb(0,0,0); }
	.navbar-inverse .btn-navbar { position: relative; top: 15px; right: 10px; border: 1px solid #000;  }
	
	.wrapper { border: none; }
	
	.connecting { margin-top: 0; width: 100%!important; color: rgb(0,0,0); }

	.connecting p { width: 90%; font-size: 18px; line-height: 22px; font-weight: 400; }
	
	.snip { margin-top: 0; margin-bottom: 10px; padding-bottom: 50px; }
	.snip.listen { background: #000; color: #fff; }
	.snip.listen p.more a { color: #000; background: #fff; }
	.snip p { width: 100%; }
	
	.lower { margin-top: 20px; }
	
	.content h2 { margin-top: 0; }
	.content h3 { font-size: 18px; line-height: 22px;  }
	.content p { font-size: 16px; line-height: 22px; }
	.content p.more { margin-top: 40px; }
	.content a { color: rgb(0,0,0); text-decoration: underline; }

	.content .attend { margin: 10px 0 20px 0; border-top: 1px solid rgba(0,0,0,.15); padding-top: 5px; }
	.content .attend ul { font-size: 15px; margin: 0 0 20px 0; list-style-type: none; }
	.content .attend ul strong { font-size: 18px; }
	.content .attend ul li { margin: 4px 0; line-height: 22px; }
	
	.elsewhere { margin-top: 10px; }
	.elsewhere h4 { font-size: 22px; }
	.elsewhere ul li { margin-bottom: 40px; }
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}