/*
Theme Name: DrawTheLine
Theme URI: http://drawtheline.org
Description: DrawTheLine WordPress Theme
Version: 1
Author: Bigfish Design
Author URI: http://www.bigfish-design.com
*/

/*
PALLET
-------------------
BACKGROUND SITE		E2D6CF*
BACKGROUND CONTENT	FAF8F6*
BACKGROUND CALLOUT	efe6e1
BACKGROUND ORANGE	DC3A26*
ORANGE BUTTON TEXT	F8982A*
ORANGE BUTTON		9f2f21
MAROON BUTTON		6A1A31*
GRAY/BLUE FILL		64788E*
GRAY/BLUE TEXT		4D5B66*

FONTS
-------------------
font-family:'TradeGothicW01-BoldCn20 675334';
font-family:'AdobeGaramondW01-Regula';
font-family:'Adobe Garamond W01 It';
*/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html,
button,
input,
select,
textarea {
	color: #404041;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	/* letter-spacing: -0.03em; */
	}

a {
	color: #DB4831;
	text-decoration: none;
	}
	a:hover {
		color: #F4D18B;
		}
	#content-torso a {
		color: #DB4831;
		text-decoration: underline;
		}
		#content-torso a:hover {
			color: #6C6E71;
			}

body {
	background: #E2D6CF;
	}
ul, li {
	list-style: none;;
	}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.nav-single {
	padding: 20px 0;
	overflow: hidden;
	}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.show {
	display: block;
	}
.hide {
	display: none;
	}

.blue {
	color: #57B7E7;
	}
.red {
	color: #CE153F !important;
	}
.green {
	color: #81C341;
	}
.yellow {
	color: #FFF216;
	}
.pink {
	color: #E270AB;
	}
.white {
	color: #FFF;
	}
.black {
	color: #404041;
	}
.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
button.grande {
	margin: 15px 0 0;
	padding: 0 15px;
	height: 43px;
	min-width: 120px;
	border: 0;
	background: #6B1A31;
	font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #F8982B;
	cursor: pointer;
	}
	button.grande.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	button.grande.condensed {
		margin: 0;
		padding: 0 15px;
		height: 44px;
		background: url('img/sprites.png') repeat-x 0 -175px;
		font-size: 18px;
		}
	button.grande.phat {
		margin: auto;
		padding: 0 25px;
		height: 65px;
		min-width: 220px;
		font-size: 19px;
		}
	button.grande.extraphat {
		margin: 30px auto;
		padding: 0 80px;
		height: 72px;
		min-width: 220px;
		font-size: 19px;
		}
	button.grande.large-text {
		font-size: 27px;
		}
	button.grande.xl-text {
		font-size: 42px;
		}
	button.grande.maroon {
		background: #9F2E21;
		color: #F8982B;
		}
	button.grande.darkmaroon {
		background: #691432;
		color: #F8982B;
		}
	button.grande.white-text {
		color: #FFF;
		}
.entry-content {
	font-family: AdobeGaramondW01-Regula, Serif;
	font-size: 21px;
	line-height: 1.5em;
	color: #58595A;
	}
	.entry-content p {
		margin: 30px 0;
		}
.glow-edges {
	-webkit-box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 32px 5px rgba(0, 0, 0, .4);
	}
div.line-horizontal {
	margin: 50px auto 45px;
	width: 85%;
	border-top: 1px solid #C6C4C3;
	}
	
/* ALERT MESSAGE */
.ui-widget-overlay {
	background: #FFF !important;
	opacity: .5 !important;
	filter: Alpha(Opacity=50) !important;
	}
.ui-front {
	z-index: 1100 !important;
	}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
	padding: 20px !important;
	z-index: 1101 !important;
	}
.ui-widget-header {
	background: none !important;
	border: 0 !important;
	font-weight: normal !important;
	}
.ui-widget-content {
	border: 1px solid #E6DFDC !important;
	background: #EEE6E1 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	}
.ui-dialog-title {
	font-size: 28px;
	font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
	text-transform: uppercase;
	color: #4E5B66;
	}
.ui-dialog-titlebar-close {
	top: -25px !important;
	right: -35px !important;
	width: 30px !important;
	height: 30px !important;
	background: #EEE5E1 !important;
	border: 3px solid #FFF !important;
	border-radius: 20px !important;
	outline: 0 !important;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
	}
.ui-dialog-content {
	border: 0 !important;
	background: transparent !important;
	}
#alert-message-text {
	font-size: 22px;
	font-family: AdobeGaramondW01-Regula, Georgia, Serif;
	line-height: 28px;
	color: #4E5B66;
	}
	#alert-message-text ul {
		
		}
		#alert-message-text ul li {
			margin: 5px 0 10px 0;
			padding-left: 20px;
			background: url('img/sprites-revamp.png') no-repeat -887px -982px;
			/* text-align: justify; */
			list-style: none !important;
			}
	#alert-message-text p {
		margin: 5px 0 10px;
		/* text-align: justify; */
		}
	#alert-message-text a {
		color: #DB4831;
		text-decoration: underline;
		outline: 0;
		}
		#alert-message-text a:hover {
			color: #6C6E71;
			}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	/* overflow: hidden; */
	}
	.container .glow-left {
		position:absolute; 
		top:0px; 
		left:-32px;
		width: 32px; 
		height: 100%;
		background: url('img/glow-left.png') repeat-y;
		}
	.container .glow-right {
		position:absolute; 
		top:0px; 
		right:-32px;
		width: 32px; 
		height: 100%;
		background: url('img/glow-right.png') repeat-y;
		}

/* MAIN AREAS */

#header-wrapper {
	position: fixed;
	width: 100%;
	height: 58px;
	background: #E2D6CF; /* url('img/header-bg.png'); */
	/* overflow: hidden; */
	z-index: 1000;
	}
	#header-wrapper.condensed {
		height: 58px;
		}
	#header-wrapper .container {
		height: 58px;
		}

#footer-wrapper {
	
	}

#main-wrapper {
	position: relative;
	padding-top: 58px;
	width: 100%;
	/* min-width: 720px; */
	overflow: hidden;
	}

a.logo {
	display: block;
	float: left;
	margin: 8px 10px 0 20px;
	width: 155px;
	height: 99px;
	background: url('img/sprites.png') no-repeat;
	text-indent: -9999em;
	}
a.header-image-link {
	display: block;
	float: left;
	margin: 8px 10px 0 20px;
	}
	a.header-image-link img {
		display: block;
		height: 40px;
		width: auto;
		}
	
	.condensed a.header-image-link {
		margin: 6px 25px 0 0;
		}
		.condensed a.header-image-link img {
			height: 46px;
			}
#header-pledge-btn {
	/* display: none; */
	/*
	position: absolute;
	top: 6px;
	right: 5px;
	*/
	float: right;
	}
	.condensed #header-pledge-btn {
		display: block;
		top: 6px;
		right: 5px;
		}

/* GLOBAL NAVS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* SHARING MENU */
nav.sharing {
	
	}
	nav.sharing a {
		display: block;
		float: left;
		margin-left: 10px; 
		width: 26px;
		height: 26px;
		background: url('img/sprites-revamp.png') no-repeat 0 -70px;
		text-indent: -9999em;
		}
		nav.sharing a:first-child {
			margin-left: 0;
			}
		nav.sharing a.google {
			background-position: 0 -70px;
			}
			nav.sharing a.google:hover {
				background-position: 0 -70px;
				}
		nav.sharing a.facebook {
			background-position: 0 -70px;
			}
			nav.sharing a.facebook:hover {
				background-position: -30px -70px;
				}
		nav.sharing a.twitter {
			background-position: -60px -70px;
			}
			nav.sharing a.twitter:hover {
				background-position: -90px -70px;
				}
		nav.sharing a.email {
			background-position: 0 -70px;
			}
			nav.sharing a.email:hover {
				background-position: 0 -70px;
				}
	.call-to-share nav.sharing.bland a {
		float: none;
		margin: 0 auto 10px;
		padding-right: 20px;
		width: 174px;
		height: 53px;
		background: #6B1A31 url('../img/sprites-revamp.png') no-repeat right -450px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 26px;
		font-weight: normal;
		line-height: 53px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		text-indent: 0;
		color: #F8982B;
		}
		.call-to-share.full nav.sharing.bland a {
			float: left;
			width: 187px;
			margin-left: 12px; 
			}
			.call-to-share.full .tell nav.sharing.bland a {
				padding: 0;
				width: 135px;
				height: 46px;
				line-height: 46px;
				font-size: 22px;
				}
			.call-to-share.full nav.sharing.bland a:first-child {
				margin-left: 0; 
				}
		.call-to-share nav.sharing.bland a.facebook {
			background-position: -716px -440px;
			}
			.call-to-share.full nav.sharing.bland a.facebook {
				background-position: -705px -440px;
				}
			.call-to-share nav.sharing.bland a.facebook:hover {
				/* background-position: -40px -130px; */
				}
		.call-to-share nav.sharing.bland a.twitter {
			background-position: -718px -495px;
			}
			.call-to-share.full nav.sharing.bland a.twitter {
				background-position: -710px -495px;
				}
			.call-to-share nav.sharing a.twitter:hover {
				/* background-position: -80px -130px; */
				}
				
nav.sharing.header {
	float: left;
	margin: 15px 0 0 20px;
	}
	.condensed nav.sharing.header {
		margin: 15px 0 0 0;
		}
nav.sharing.story {
	display: block;
	width: 70px;
	margin: 0 auto 30px;
	overflow: hidden;
	}
	nav.sharing.story a {
		width: 30px;
		height: 30px;
		background: url('img/sprites-revamp.png') no-repeat 0 -70px;
		}
		nav.sharing.story a.facebook {
			background-position: -220px -70px;
			}
			nav.sharing.story a.facebook:hover {
				background-position: -250px -70px;
				}
		nav.sharing.story a.twitter {
			background-position: -280px -70px;
			}
			nav.sharing.story a.twitter:hover {
				background-position: -310px -70px;
				}
nav.sharing.challenge {
	margin: auto;
	height: 50px;
	text-align: center;
	}
	nav.sharing.round a {
		display: inline-block;
		float: none;
		margin: 4px 0 0;
		width: 40px;
		height: 40px;
		background: url('img/sprites-revamp.png') no-repeat;
		text-indent: -9999em;
		}
		nav.sharing.round a.facebook {
			background-position: center -1200px;
			}
		nav.sharing.round a.twitter {
			background-position: center -1300px;
			}
		nav.sharing.round a.instagram {
			background-position: center -1400px;
			}
nav.sharing.action {
	float: left;
	margin: 27px 0 0 50px;
	}

.nav-menu {
	margin: 0;
	}
	.nav-menu li {
		float: left;
		}
		
#navs {
	display: block;
	position: relative;
	}
	#nav-toggle {
		display: none;
		}
	#navs ul li {
		position: relative;
		}
	#navs ul ul {
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		box-shadow: 0 3px 3px rgba(0,0,0,0.2);
		display: none;
		float: left;
		margin: 0;
		position: absolute;
		top: 34px;
		left: 0;
		/* width: 188px; */
		width: 100%;
		z-index: 99999;
		background: #0C3766;
		}
		#navs ul ul li {
			width: 100%;
			}
		#navs ul ul ul {
			left: 100%;
			top: 0;
		}
		#navs ul ul a {
			background: #0C3766;
			/* border-bottom: 1px dotted #ddd; */
			color: #FFF;
			font-size: 18px;
			font-weight: normal;
			height: auto;
			line-height: 20px;
			padding: 6px 16px;
			/* padding: 0; */
			/* width: 160px; */
			/* width: 100%; */
		}
		#navs li:hover > a,
		#navs ul ul :hover > a,
		#navs a:focus {
			/* background: #0C3766; */
			}
		#navs li:hover > a,
		#navs a:focus {
			/* background: #0C3766; */ /* Show a solid color for older browsers */
			}
		#navs ul li:hover > ul {
			display: block;
			}
		#navs ul li:hover > ul a {
			font-family: 'Trade Gothic W01 Light', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
			font-size: 11px;
			line-height: 15px;
		}
		#navs ul li:hover > ul a:hover {
			background: #0D2345 !important;
			}
		#navs .current-menu-item > a,
		#navs .current-menu-ancestor > a,
		#navs .current_page_item > a,
		#navs .current_page_ancestor > a {
			/* font-weight: bold; */
			/* color: red; */
			}
		
/* MAIN NAV SUB-MENU */
nav#header-sub {
	display: block;
	float: right;
	margin: 15px 0 0 0;
	overflow: hidden;
	}
	
	nav#header-sub a {
		display: block;
		/* float: left; */
		margin-left: 30px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: none;
		line-height: normal;
		color: #FFF;
		}
		nav#header-sub a:first-child {
			/* margin-left: 0; */
			}
		nav#header-sub .dead-language a {
			color: #6C6E71;
			}
		nav#header-sub .live-language a {
			color: #FFF216;
			}
	.condensed nav#header-sub {
		display: none;
		}

/* MAIN NAV MENU */
nav#header-main {
	display: block;
	float: right;
	/* clear: right; */
	margin: 14px 17px 0 0;
	}
	.condensed nav#header-main {
		margin: 18px 145px 0 0;
		/* height: auto; */
		}
	nav#header-main li {
		/* margin-left: 30px; */
		}
		nav#header-main li:first-child {
			margin-left: 0;
			}
	nav#header-main a {
		display: block;
		/* float: left; */
		padding: 0 12px;
		height: 33px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 19px;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 33px;
		color: #4D5B66;
		}
		nav#header-main .hilite a {
			margin-left: 10px;
			background: #DF3926;
			color: #FFF;
			}
		.condensed nav#header-main a {
			font-size: 18px;
			margin: 0 0 0 0;
			}
		nav#header-main a:first-child {
			/* margin-left: 0; */
			}
		nav#header-main em {
			display: block;
			margin: 2px 0 0;
			font-family: AdobeGaramondW01-Regula, Georgia, Serif;
			font-size: 12px;
			text-transform: none;
			color: #4D5B66;
			}
			.condensed nav#header-main em {
				display: none;
				}
	
#nav-above,
#nav-below {
	overflow: hidden;
	}

/* SIGNATURE COUNTER */
h3#have-signed {
	float: left;
	margin: 10px 0 0;
	padding: 0 20px 0 30px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-family: 'TradeGothicW01-BoldCn20 675334', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
	text-transform: none;
	color: #FFF;
	background: url('img/sprites-revamp.png') no-repeat 0 -12px;
	cursor: pointer;
	}
h3#have-signed em {
	font-style: normal;
	color: #FFF;
	height: 28px;
	font-family: 'TradeGothicW01-BoldCn20 675334', 'Lucida Grande', 'Lucida Sans Unicode', Sans-Serif;
	font-size: 26px;
	}

/* GLOBAL FOOTER * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer-wrapper .container {
	position: relative;
	padding-top: 45px;
	background: #262E33;
	}
#footer-wrapper #footer-logos {
	/* display: inline-block; */
	float: left;
	vertical-align: bottom;
	margin-left: 45px;
	}
	#footer-wrapper #footer-logos div {
		float: left;
		vertical-align: bottom;
		margin-right: 15px;
		}
#menu-footer-wrapper {
	font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
	overflow: hidden;
	}
	#menu-footer {
		margin: 0 0 45px 45px;
		overflow: hidden;
		}
		#menu-footer a,
		.nav-footer-secondary a {
			color: #808284;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			}
		#menu-footer > li {
			float: left;
			margin-left: 80px;
			}
			#menu-footer > li:first-child {
				margin-left: 0;
				}
			#menu-footer a {
				font-size: 27px;
				line-height: 32px;
				}
			#menu-footer .sub-menu a {
				font-size: 18px;
				line-height: 27px;
				}
#footer-bottom-row {
	overflow: hidden;
	}
	#site-copyright {
		float: left;
		margin: 40px 10px 0 110px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 17px;
		color: #808284;
		}
		#copyright div {
			display: inline;
			}
		#site-copyright a,
		#site-copyright a:hover {
			color: #808284;
			}
	#footer-bottom-row .nav-footer-secondary {
		float: left;
		margin: 40px 10px 0 0;
		color: #808284;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		}
		#footer-bottom-row .nav-footer-secondary li {
			float: left;
			list-style-type: disc;
			margin-left: 20px;
			}


/* SEARCH WIDGET * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#searchform label {
	display: none;
	color: #FCAF17;
	text-shadow: 0.1em 0.1em #000;
	font-size: 1.4em;
	margin: 0;
	}
#searchform #s {
	padding: 0 0 0 4px;
	width: 185px;
	font: 16px/26px 'Open Sans Condensed', 'Trebuchet MS', Helvetica, Helvetica Neue, Arial;
	color: #DAD3C3;
	outline: 0;
	border: 1px solid #7b7470;
	background-color: #46423f;
	}
#searchform #searchsubmit {
	display: none;
	}
	
.search-results article.post {
	width: 680px;
	margin: 10px 0;
	padding: 20px 0 10px 0;
	border-top: 1px solid #444;
	}

/* MAIN GENERAL * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.main {
	padding: 15px 0 30px 0;
	}
.main h1 {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	}
.main h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
	}
.main h3 {
	font-size: 1.4em;
	margin: 0;
	}
.main h4 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #DAD3C3;
	}


.footer-container footer {
	color: white;
	padding: 20px 0;
}

/* ===============
	ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}


/* FRONT PAGE * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#home-top {
	position: relative;
	height: 770px;
	}
	#home-top h1 {
		/* position: absolute; */
		float: right;
		margin: 112px 0 0;
		padding: 8px 14px 10px 10px;
		background: #CE153F;
		font-size: 66px;
		line-height: 53px;
		color: #E270AB;
		}
		#home-top h1 em {
			display: block;
			font-size: 40px;
			line-height: 38px;
			font-style: normal;
			color: #FFF216;
			}

/* * * * * * * * * * * TAKE PLEDGE IFRAME * * * * * * * * * * */

.take-pledge-ui {
	position: relative;
	margin: -40px auto 0;
	width: 940px;
	z-index: 11;
	}
	.take-pledge-ui.buffer-top {
		margin-top: 30px;
		}
	.take-pledge-ui h3 {
		height: 40px;
		font-size: 27px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		text-transform: none;
		text-align: center;
		line-height: 40px;
		color: #FFF;
		background: #D43624;
		}
		.take-pledge-ui h3 em {
			font-style: normal;
			}

.take-pledge-iframe {
	position: relative;
	float: right;
	/* margin-top: 35px; */
	margin: 20px 0 20px 0;
	clear: both;
	padding: 0;
	width: 220px;
	height: 580px;
	background: #D43624;
	overflow: hidden;
	}
	.take-pledge-iframe.horizontal {
		float: none;
		width: 100%;
		height: 250px;
		}
	.take-pledge-iframe.phone {
		float: none;
		width: 100%;
		height: auto;
		}
	.take-pledge-iframe.popup {
		float: none;
		width: 440px;
		height: 320px;
		}
	.take-pledge-iframe.header {
		display: none;
		margin-top: 0;
		}
	#main-wrapper.home .take-pledge-iframe,
	#story-extra .take-pledge-iframe,
	.take-pledge-ui .take-pledge-iframe {
		margin-top: 0;
		}
/*
#take-pledge {
	float: right;
	margin-top: 60px;
	clear: both;
	padding: 15px 20px 20px;
	width: 255px;
	background: #57B7E7;
	}
	#take-pledge h2 {
		margin: 0 0 8px 0;
		font-size: 42px;
		text-transform: uppercase;
		text-align: center;
		color: #CE153F;
		}
	#take-pledge p {
		font-family: 'AdobeGaramondW01-Regula', Serif;
		font-size: 17px;
		line-height: 1.3em;
		color: #FFF;
		}
	#take-pledge input[type='text'] {
		margin-top: 17px;
		padding: 7px;
		width: 241px;
		font-family: 'AdobeGaramondW01-Regula', Serif;
		font-size: 24px;
		color: #BBB;
		border: 0;
		outline: 0;
		}
		#take-pledge input[type='text']:focus {
			color: #404041;
			}
	#take-pledge aside {
		margin: 15px auto 0;
		width: 200px;
		font-family: 'AdobeGaramondW01-Regula', Serif;
		font-size: 10px;
		color: #FFF;
		}
		#take-pledge aside input {
			float: left;
			}
		#take-pledge aside span {
			display: block;
			padding-left: 18px;
			}
	#take-pledge button {
		width: 255px;
		}
*/

/* * * * * * * * * * * HOME SLIDESHOW * * * * * * * * * * */
		
#slideshow-ui {
	position: relative;
	width: 980px;
	height: 450px;
	overflow: hidden;
	}
	#slideshow-ui .slides_container {
		/* height: 900px; */
		/* width: 1300px; */
		}
	#slideshow-ui .next,
	#slideshow-ui .prev {
		position: absolute;
		top: 0;
		width: 60px;
		height: 450px;
		display:block;
		text-indent: -9999em;
		z-index: 101;
		}
		#slideshow-ui .prev {
			left: 0;
			background: url('img/sprites-revamp.png') no-repeat -700px 183px;
			}
			#slideshow-ui .prev:hover {
				background-position: -700px -167px;
				}
		#slideshow-ui .next {
			right: 0;
			background: url('img/sprites-revamp.png') no-repeat -767px 183px;
			}
			#slideshow-ui .next:hover {
				background-position: -767px -167px;
				}
			
#slideshow-realm {
	position: relative;
	}
	#slideshow-realm .pagination {
		position: absolute;
		display: block;
		right: 50%;
		bottom: 50px;
		z-index: 999;
		}
		#slideshow-realm .pagination li {
			/* display: none; */
			float: left;
			margin-left: 6px;
			right: 50%;
			}
			#slideshow-realm .pagination li a {
				display: inline-block;
				width: 12px;
				height: 12px;
				border: 2px solid #EE573B;
				background: transparent;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
				-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
				box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
				text-indent: -9999em;
				}
				#slideshow-realm .pagination li.current a {
					background: #EE573B;
					}
					
/* * * * * * * * * * * PROMINENT SIGNERS * * * * * * * * * * */

#prominent-signers {
	position: relative;
	margin: 35px auto 0;
	width: 100%;
	max-width: 940px;
	}
	
	#prominent-signers .slides_container {
		margin: 15px 0 40px;
		padding: 0;
		width: 100%;
		max-width: 940px;
		height: 113px;
		background: #FFF !important;
		}
		#prominent-signers .slides_container li {
			float: left;
			margin: 0 0 0 5px;
			}
			#prominent-signers .slides_container li:first-child {
				margin: 0;
				}
	#prominent-signers .next,
	#prominent-signers .prev {
		position: absolute;
		top: 75px;
		width: 15px;
		height: 30px;
		display:block;
		text-indent: -9999em;
		z-index: 101;
	}

	#prominent-signers .prev {
		left: 395px;
		background:url('img/sprites-slideshow.png') no-repeat -70px -1220px;
		}
		#prominent-signers .prev:hover {
			background-position: -70px -1250px;
			}
	#prominent-signers .next {
		right: 5px;
		background:url('img/sprites-slideshow.png') no-repeat -90px -1220px;
		}
		#prominent-signers .next:hover {
			background-position: -90px -1250px;
			}

/* * * * * * * * * * * TWITTER * * * * * * * * * * */

#ticker {
	position: relative;
	margin: 0 auto 80px;
	padding-top: 0;
	height: 204px;
	width: 775px;
	background: url('img/sprites-revamp.png') no-repeat 0 -600px;
	}
	.rotatingtweets {
		position: relative;
		margin: 13px 0 0 85px;
		width: 600px !important;
		/* height: 175px !important; */
		}
		.rotatingtweet {
			padding: 40px 0 0 30px;
			width: 600px !important;
			height: 115px !important;
			}
			.rotatingtweet p {
				margin: 0 !important;
				}
			.rtw_main {
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
				font-size: 26px !important;
				line-height: 32px !important;
				color: #9F2F22;
				}
				.rtw_main a {
					color: #27AAE1;
					}
			.rtw_meta {
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
				font-size: 14px !important;
				line-height: 16px !important;
				color: #58595B;
				}
				.rtw_meta a {
					color: #27AAE1;
					}

/* * * * * * * * * * * CALLOUT BLOCKS * * * * * * * * * * */

.full-callout-block {
	position: relative;
	margin: 0 auto 0; /* 0 auto 20px; */
	padding: 35px 0;
	max-width: 980px;
	font-size: 40px;
	font-family: AdobeGaramondW01-Regula, Serif;
	text-align: center;
	line-height: 43px;
	color: #627493;
	}
	.full-callout-block.gutter {
		margin: 20px;
		}
	.full-callout-block.red {
		background-color: #DC3A26;
		color: #F8982B;
		}
	.full-callout-block.arrow {
		margin-bottom: 60px;
		}
		.full-callout-block.arrow::after {
			content: "";
			display: block;
			width: 0; 
			height: 0; 
			border-left: 30px solid transparent;
			border-right: 30px solid transparent;
			border-top: 30px solid #DC3A26; 
			position: absolute;
			bottom: -30px;
			left: 50%;
			margin-left: -30px;
			}
	.full-callout-block.overlap-20 {
		margin-top: -20px;
		}
	.full-callout-block.overlap-40 {
		margin-top: -40px;
		}
	.full-callout-block.overlap-60 {
		margin-top: -60px;
		}
	.full-callout-block.overlap-80 {
		margin-top: -80px;
		}
	.full-callout-block.overlap-100 {
		margin-top: -100px;
		}
	.full-callout-block .photos {
		margin: 30px auto 40px;
		padding-bottom: 120px;
		background: url('img/monologues/paintbrush.png') no-repeat bottom left;
		text-align: center;
		}
		.full-callout-block .photos img {
			margin: 0 20px;
			}
	.full-callout-block.text-left p {
		/*
		padding: 30px 0;
		max-width: 820px;
		*/
		font-size: 28px;
		line-height: 34px;
		text-align: left;
		}
	.full-callout-block h3 {
		display: inline-block;
		margin: 0 auto 25px !important;
		padding: 0 30px 25px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
		font-size: 61px !important;
		text-align: center !important;
		text-transform: uppercase;
		color: #627493;
		border-bottom: 3px solid #627493;
		}
		.full-callout-block h3.gutter-bottom {
			/* margin-bottom: 60px !important; */
			}
		.full-callout-block.red h3 {
			color: #6A1A31;
			border-bottom: 3px solid #6A1A31;
			}
	.full-callout-block h4 {
		margin: auto;
		padding: 0 20px;
		max-width: 660px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
		font-size: 27px !important;
		line-height: 34px;
		text-transform: none;
		color: #627493;
		}
		.full-callout-block.red h4 {
			color: #F8982B;
			}
	.full-callout-block p {
		margin: auto;
		padding: 20px;
		max-width: 770px;
		font-size: 28px;
		line-height: 34px;
		text-align: left;
		}
		.full-callout-block p.sans {
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
			}
		.full-callout-block p.wide {
			max-width: 840px;
			}
		.full-callout-block.red p {
			color: #F8982B;
			}
	.full-callout-block em {
		font-size: 48px;
		font-style: normal;
		}
	
/* * * * * * * * * * * RECENT STORIES * * * * * * * * * * */

#recent-stories {
	width: 100%;
	max-width: 940px;
	margin: auto;
	padding: 35px 0;
	background: #F0E8E3;
	}
	h3.home,
	#content-torso h3.thankyou {
		font-size: 40px;
		font-family: AdobeGaramondW01-Regula, Serif;
		text-align: center;
		text-transform: none;
		line-height: 43px;
		color: #627493;
		}
	
	#recent-stories.thankyou {
		background: transparent;
		}
		#recent-stories.thankyou h3 {
			font-size: 32px;
			font-family: AdobeGaramondW01-Regula, Serif;
			text-align: center;
			text-transform: none;
			line-height: 43px;
			}
	.stories-list-home {
		margin: 30px auto 0;
		padding: 0 0 20px 0;
		width: 740px;
		color: #FBF9F9;
		background: #F0E8E3;
		-webkit-box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, .2);
		-moz-box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, .2);
		}
		.stories-list-home > div {
			padding: 20px 0 0 20px;
			overflow: hidden;
			}

/* * * * * * * * * * * MONOLOGUES * * * * * * * * * * */

#monologues-challenge-actions {
	margin-top: 80px !important;
	margin-bottom: 60px !important;
	}
	#monologues-challenge-actions h3 {
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
		font-size: 28px !important;
		text-align: center !important;
		text-transform: normal;
		color: #4E5B66 !important;
		}
	#monologues-challenge-actions li.has-icon h3 {
		padding-top: 50px;
		}
		#monologues-challenge-actions li.has-icon.bulb h3 {
			background: url('img/sprites-revamp.png') no-repeat center -1000px;
			}
		#monologues-challenge-actions li.has-icon.social h3 {
			background: url('img/sprites-revamp.png') no-repeat center -1495px;
			}
		#monologues-challenge-actions li.has-icon.people h3 {
			background: url('img/sprites-revamp.png') no-repeat center -1095px;
			}
	#monologues-challenge-actions p {
		color: #4E5B66 !important;
		}
		#monologues-challenge-actions li.visual-fix p {
			padding-left: 20px;
			}
nav.share {
	margin: auto;
	height: 50px;
	text-align: center;
	}
	nav.share.round a {
		display: inline-block;
		margin-top: 4px;
		width: 40px;
		height: 40px;
		background: url('img/sprites-revamp.png') no-repeat;
		text-indent: -9999em;
		}
		nav.share.round a.facebook {
			background-position: center -1200px;
			}
		nav.share.round a.twitter {
			background-position: center -1300px;
			}
		nav.share.round a.instagram {
			background-position: center -1400px;
			}
#monologue-entries {
	margin: 0 20px 0;
	background: silver;
	}
	#monologue-entries .monologue-entry {
		float: left;
		margin: 0 25px 30px;
		width: 250px;
		height: 370px;
		}
		#monologue-entries h4 {
			margin-top: 5px;
			font-size: 24px;
			text-transform: none;
			color: #627493;
			}
		#monologue-entries h5 {
			margin-top: 3px;
			font-family: 'Trade Gothic W01 Roman', Serif;
			font-weight: normal;
			text-transform: none;
			color: #627493;
			}
		#monologue-entries p {
			margin-top: 3px;
			font-family: 'Trade Gothic W01 Roman', Serif;
			font-size: 15px;
			line-height: 18px;
			color: #627493;
			}
	
/* * * * * * * * * * * STORY TEASERS * * * * * * * * * * */

.story-teaser {
	position: relative;
	top: 20px;
	margin: 0 20px 20px 0;
	width: 220px;
	height: 130px;
	float: left;
	}
	.story-teaser.blue {
		background: #DAE9F1;
		}
	.story-teaser.green {
		background: #D2DE89;
		}
	.story-teaser.orange {
		background: #F6C07E;
		}
	.story-teaser.teal {
		background: #B1DCDA;
		}
	.story-teaser.tan {
		background: #E4D1CA;
		}
	.story-teaser.yellow {
		background: #E8EC9A;
		}
	.story-teaser.mango {
		background: #E2CD1F;
		}
	.story-teaser.stacked {
		position: relative;
		float: none;
		top: 0 !important;
		left: 0 !important;
		margin-top: 17px;
		}
		.story-teaser.stacked:first-child {
			margin-top: 0;
			}
	.story-teaser.floating {
		position: relative;
		float: left;
		}
	.story-teaser.disabled {
		opacity: 0.6;
		}
		#read-stories article.disabled figure span {
			display: none;
			}
	.story-teaser a {
		display: block;
		width: 220px;
		text-decoration: none;
		}
		.story-teaser a:hover {
			text-decoration: none;
			}
	.story-teaser h4 {
		position: absolute;
		top: 10px;
		left: 10px;
		margin: 0;
		padding: 0;
		width: 160px;
		font-size: 24px;
		font-family: AdobeGaramondW01-Regula, Serif;
		text-transform: none;;
		color: #231F20;
		z-index: 3;
		}
	.story-teaser h5 {
		position: absolute;
		top: 35px;
		left: 10px;
		margin: 0;
		padding: 0;
		width: 160px;
		font-size: 15px;
		font-family: AdobeGaramondW01-Regula, Serif;
		text-transform: none;;
		color: #231F20;
		z-index: 5;
		}
	.story-teaser p.landing-headline {
		position: absolute;
		bottom: 0px;
		left: 0px;
		margin: 10px;
		padding-top: 8px;
		font-size: 12px;
		font-family: AdobeGaramondW01-Regula, Serif;
		line-height: 15px;;
		text-transform: uppercase;
		font-style: italic;
		color: #231F20;
		z-index: 4;
		}
		.story-teaser.blue p.landing-headline {
			border-top: 1px solid #ACB6BD;
			}
		.story-teaser.green p.landing-headline {
			border-top: 1px solid #A6AE6F;
			}
		.story-teaser.orange p.landing-headline {
			border-top: 1px solid #C19866;
			}
		.story-teaser.teal p.landing-headline {
			border-top: 1px solid #8DADAB;
			}
		.story-teaser.tan p.landing-headline {
			border-top: 1px solid #B4A59F;
			}
		.story-teaser p.landing-headline.restricted {
			width: 85px;
			}
	.story-teaser p.landing-callout {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 85px;
		margin: 10px;
		font-size: 14px;
		font-family: AdobeGaramondW01-Regula, Serif;
		line-height: 17px;
		color: #FFF;
		z-index: 5;
		}
	.story-teaser figure {
		display: block;
		position: relative;
		width: 220px;
		height: 130px;
		}
		.story-teaser figure img {
			position: absolute;
			display: block;
			width: 220px;
			z-index: 1;
			opacity: 0.3;
			}
		.story-teaser figure span {
			position: absolute;
			right: 6px;
			top: 10px;
			display: block;
			width: 30px;
			height: 30px;
			background: url('img/sprites-revamp.png') no-repeat -190px -70px;
			text-indent: -9999em;
			z-index: 2;
			}
			.story-teaser.video figure span {
				background-position: -130px -70px;
				}
			.story-teaser.audio figure span {
				background-position: -160px -70px;
				}
			.story-teaser.text figure span {
				background-position: -190px -70px;
				}
	.story-teaser img.color {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		opacity: 0;
		}
	
	.story-teaser.large {
		width: 220px;
		height: 280px;
		}
		.story-teaser.disabled {
			opacity: 0.6;
			}
			#read-stories article.disabled figure span {
				display: none;
				}
		.story-teaser.large a {
			width: 220px;
			}
		.story-teaser.large h4 {
			font-size: 32px;
			color: #231F20;
			z-index: 3;
			}
		.story-teaser.large h5 {
			font-size: 18px;
			top: 45px;
			z-index: 5;
			}
		.story-teaser.large p.landing-headline {
			font-size: 18px;
			font-family: AdobeGaramondW01-Regula, Serif;
			line-height: 23px;
			color: #231F20;
			z-index: 4;
			}
		.story-teaser.large figure {
			width: 220px;
			height: 280px;
			}
			.story-teaser.large figure img {
				width: 220px;
				height: 280px;
				}
			/*
			.story-teaser.large figure span {
				left: 88px;
				top: 118px;
				}
			*/
			.story-teaser.large.bumper {
				float: right;
				}
						
.call-to-share {
	margin: 20px 0;
	/* padding: 20px; */
	width: 700px;
	background: #DF3926;
	}
	.call-to-share.vertical {
		position: relative;
		float: right;
		width: 220px !important;
		height: 480px;
		}
	.call-to-share img {
		width: 320px;
		}
		.call-to-share.vertical img {
			margin-top: 105px;
			width: 220px !important;
			}
	.call-to-share.home {
		margin: 40px auto 20px;
		width: 740px;
		}
		.call-to-share.home img {
			width: 312px;
			}
	.call-to-share.full {
		margin: auto;
		width: 940px;
		clear: both;
		}
		.call-to-share.full img {
			width: 410px;
			}
	.call-to-share article {
		float: right;
		margin: 25px 50px 0 0;
		width: 310px;
		}
		.call-to-share.vertical article {
			position: absolute;
			top: 0;
			left: 15px;
			float: none;
			width: 190px !important;
			}
		.call-to-share.full article {
			width: 430px;
			}
		.call-to-share h3 {
			margin-bottom: 4px !important;
			font-size: 32px !important;
			font-family: AdobeGaramondW01-Regula, Serif !important;
			text-transform: none !important;
			text-align: left !important;
			color: #FFF !important;
			}
			.call-to-share.vertical h3 {
				margin-bottom: 180px !important;
				font-size: 36px !important;
				}
			.call-to-share.full h3 {
				margin-bottom: 8px !important;
				font-size: 52px !important;
				}
			.call-to-share .thankyou h3 {
				font-size: 36px !important;
				}
			.call-to-share .tell h3 {
				font-size: 50px !important;
				line-height: 50px;
				}
		.call-to-share p {
			font-size: 18px;
			font-family: AdobeGaramondW01-Regula, Serif;
			line-height: 23px;
			color: #FFF;
			}
			.call-to-share.vertical p {
				margin-bottom: 5px !important;
				}
			.call-to-share.full p {
				font-size: 27px;
				line-height: 35px;
				}
			.call-to-share .thankyou p {
				font-size: 24px !important;
				line-height: 32px !important;
				}
			.call-to-share .tell p {
				margin: 12px 0;
				font-size: 24px !important;
				line-height: 28px !important;
				}
	.single .call-to-share {
		width: 640px;
		margin-top: 110px;
		}
		.single .call-to-share.vertical {
			margin-top: 0;
			}
		.single .call-to-share img {
			width: 300px;
			}
		.single .call-to-share article {
			margin: 18px 30px 0 0;
			width: 280px;
			}

.load-more-stories,
.alm-btn-wrap button {
	margin-top: 20px;
	border: 0;
	background: url('img/sprites-revamp.png') no-repeat 0 -220px;
	width: 700px;
	height: 96px;
	padding-bottom: 12px;
	font-size: 24px;
	font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	}
	.load-more-stories.compact {
		display: block;
		margin: auto;
		float: none;
		width: 220px;
		font-size: 22px;
		background-position: -240px -220px;
		}
	.load-more-stories.float-left {
		float: left;
		}
	button#load-more.done {
		display: none;
		}
	
.alm-reveal{
	position: relative;
	overflow: hidden;
	height: auto;
	/* top: -20px; */
	}
	.alm-reveal:first-child {
		top: 0;
		}
	
		#twitter-feed {
			background: url('img/sprites.png') no-repeat -210px 0;
			margin: 6px 0 0 0;
			padding: 0 !important;
			width: 485px;
			height: 140px;
			}
	#home-blocks-right {
		float: right;
		width: 558px;
		}
		.about-home-block {
			background: #FFF216;
			overflow: hidden;
			}
			.about-home-block.first {
				display: none;
				}
			.about-home-block p {
				margin: 20px 0 0 0;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 17px;
				line-height: 1.3em;
				color: #404041;
				}
		#upcoming-events {
			background: #81C341;
			margin: 20px 0 0 0;
			padding-left: 0 !important;
			padding-right: 0 !important;
			overflow: hidden;
			}
			#upcoming-events h3 {
				margin-left: 30px;
				}
			#upcoming-events article {
				position: relative;
				margin-top: 20px;
				padding: 20px 30px 30px 168px;
				min-height: 90px;
				background: #75B041;
				overflow: hidden;
				}
				#upcoming-events article.disabled {
					opacity: 0.6;
					}
				#upcoming-events article h4 {
					font-size: 22px;
					}
					#upcoming-events article h4 em {
						display: block;
						font-size: 14px;
						font-style: normal;
						line-height: 13px;
						color: #5C595A;
						}
				#upcoming-events article p {
					font-size: 14px;
					font-family: AdobeGaramondW01-Regula, Serif;
					line-height: 1.4em;
					color: #FFF;
					}
					#upcoming-events article p.secondary {
						font-size: 12px;
						color: #404041;
						}
				#upcoming-events article figure {
					position: absolute;
					top: 20px;
					left: 30px;
					width: 120px;
					height: 90px;
					}
					#upcoming-events article figure img {
						position: absolute
						z-index: 1;
						}
				#upcoming-events article .more-btn {
					position: absolute;
					right: 30px;
					bottom: 10px;
					margin: 0;
					}
			#upcoming-events .more-btn {
				margin-right: 30px;
				}

/* CONTENT TOP * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content-top {
	position: relative;
	/* margin-top: 58px; */
	/* height: 525px; */
	background: #333;
	}
	#content-top h2 {
		display: inline-block;
		padding: 7px 30px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 38px;
		text-transform: uppercase;
		color: #E270AB;
		background: #CE153F;
		}
		#content-top h2.above {
			position: absolute;
			top: 15px;
			left: 0;
			background: #666;
			font-size: 44px;
			color: #FFF;
			z-index: 10;
			}
			#content-top h2.above.blue {
				background: #57B7E7;
				color: #FFF;
				}
			#content-top h2.above.green {
				background: #81C341;
				color: #CE153F;
				}

/* STORY SUBMISSION TABS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#story-submission-tabs {
	position: relative;
	padding-top: 55px;
	/* height: 160px; */
	background: #DB4831;
	}
	#story-submission-tabs h2 {
		margin: auto;
		max-width: 680px;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 42px;
		text-transform: none;
		text-align: center;
		letter-spacing: 0;
		color: #FFF;
		}
	#story-submission-tabs nav {
		position: relative;
		margin: 35px auto 0;
		bottom: -13px;
		width: 715px;
		height: 88px;
		overflow: hidden;
		}
		#story-submission-tabs nav button {
			display: block;
			position: relative;
			float: left;
			margin: 0 0 0 5px;
			padding: 0 0 10px 50px;
			width: 235px;
			height: 88px;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size: 38px;
			text-transform: uppercase;
			line-height: 60px;
			border: 0;
			outline: 0;
			background: transparent url('img/sprites-revamp.png') no-repeat 0 -430px;
			color: #F8982A;
			cursor: pointer;
			}
			#story-submission-tabs nav button:first-child {
				margin-left: 0;
				}
			#story-submission-tabs nav button.active {
				background-position: -240px -430px;
				}
			#story-submission-tabs nav button span {
				display: block;
				position: absolute;
				left: 30px;
				top: 20px;
				width: 40px;
				height: 40px;
				background: url('img/sprites-revamp.png') no-repeat -310px 0;
				}
				#story-submission-tabs nav button.video span {
					background-position: -310px 0;
					}
				#story-submission-tabs nav button.audio span {
					background-position: -360px 0;
					}
				#story-submission-tabs nav button.text span {
					background-position: -410px 0;
					}

/* STORY SUBMISSION NOTES * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#story-submission-notes {
	margin: -20px -70px 0 -50px;
	padding: 25px 0;
	background: #F0EDEA;
	overflow: hidden;
	}
	#story-submission-notes div {
		overflow: hidden;
		}
		#story-submission-notes div.video {
		
			}
		#story-submission-notes div.audio {
			display: none;
			}
		#story-submission-notes div.text {
			display: none;
			}
	#content-torso #story-submission-notes h3 {
		margin: 0 0 10px;
		font-size: 48px;
		}
	#content-torso #story-submission-notes h4 {
		margin: auto;
		width: 780px;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 22px;
		text-transform: none;
		text-align: center;
		color: #4E5B66;
		}
	#story-submission-notes ol {
		float: left;
		margin: 30px 0 0 60px;
		width: 50%;
		}
		#story-submission-notes ol li {
			position: relative;
			margin: 0 0 10px;
			padding: 12px 0 0 60px;
			min-height: 45px;
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 27px;
			line-height: 30px;
			color: #6E6D7C;
			}
			#story-submission-notes ol li span {
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 45px;
				height: 45px;
				background: #DA2F26;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 32px;
				text-align: center;
				line-height: 45px;
				color: #FFF;
				border-radius: 23px;
				-moz-border-radius: 23px;
				}
	#story-submission-notes aside {
		float: right;
		margin: 30px 20px 0 0;
		padding: 20px;
		width: 200px;
		border: 1px solid #c2bebd;
		background: #eee6e1;
		}
		#story-submission-notes aside h5 {
			margin: 0 0 15px;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size: 24px;
			color: #4E5B66;
			}
		#story-submission-notes aside ul {
			list-style-type: disc;
			}
			#story-submission-notes aside ul li {
				margin: 0 0 10px 0;
				padding-left: 12px;
				background: url('img/sprites-revamp.png') no-repeat -887px -566px;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 15px;
				color: #4E5B66
				}
				#story-submission-notes aside ul li:before {
					/* content: "• "; */
					/* color: #DA2F26; */
					}
		#story-submission-notes aside button {
			float: right;
			margin-top: 10px;
			padding-right: 17px;
			background: transparent url('img/sprites-revamp.png') no-repeat right -198px;
			border: 0;
			outline: 0;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size: 15px;
			text-transform: uppercase;
			color: #4E5B66;
			cursor: pointer;
			}

/* STORY SUBMISSION FORM * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#story-submission-form {
	position: relative;
	margin: 50px 0 0 70px;
	width: 600px;
	}
	#story-submission-form fieldset {
		position: relative;
		margin-bottom: 40px;
		vertical-align: top;
		}
		#story-submission-form fieldset > span {
			position: relative;
			display: inline-block;
			margin: 0 0 0 20px;
			vertical-align: top;
			}
			#story-submission-form fieldset > span:first-child {
				margin-left: 0;
				}
			#story-submission-form fieldset label.overlay {
				position: absolute;
				left: 10px;
				top: 38px;
				font-size: 18px;
				cursor: text;
				z-index: 11;
				}
				#story-submission-form fieldset label.overlay em {
					
					}
			form fieldset span.flag {
				display: none;
				position: absolute;
				top: 4px;
				/* right: -247px; */
				padding: 0 15px;
				width: auto; /* 230px; */
				height: 44px;
				line-height: 44px;
				background: #F9C0BE;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 18px;
				text-transform: uppercase;
				color: #C7323A;
				z-index: 201;
				white-space: nowrap;
				}
	#story-submission-form label {
		display: block;
		margin-top: -20px;
		height: 20px;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 15px;
		color: #6E6D7C;
		}
		#story-submission-form label.prominent {
			font-size: 18px;
			color: #404041;
			}
		#story-submission-form label em {
			font-size: 24px;
			line-height: 4px;
			color: #DA2F26;
			}
	#story-submission-form input[type=text] {
		padding: 0 8px;
		width: 260px;
		height: 44px;
		outline: 0;
		border: 1px solid #E3DCDA;
		border-top: 4px solid #D2D3D4;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 18px;
		/* line-height: 27px; */
		color: #6E6D7C; /* #D1D2D4; */
		-webkit-box-shadow: inset 0 0 10px 0 #DEDEDE;
		-moz-box-shadow: inset 0 0 10px 0 #DEDEDE;
		box-shadow: inset 0 0 10px 0 #DEDEDE;
		}
	#story-submission-form select {
		width: 260px;
		}
	#story-submission-form textarea {
		padding: 8px;
		width: 260px;
		height: 275px;
		outline: 0;
		border: 1px solid #E3DCDA;
		border-top: 4px solid #D2D3D4;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 21px;
		line-height: 23px;
		color: #6E6D7C; /* #D1D2D4; */
		-webkit-box-shadow: inset 0 0 10px 0 #DEDEDE;
		-moz-box-shadow: inset 0 0 10px 0 #DEDEDE;
		box-shadow: inset 0 0 10px 0 #DEDEDE;
		}
		.page-template-template-survey-page-php #story-submission-form textarea,
		.page-template-template-survey-page-php #story-submission-form textarea.active {
			height: 225px;
			font-size: 21px;
			}
		#story-submission-form input[type=text]:focus,
		#story-submission-form textarea.active {
			-webkit-box-shadow: 0 0 0 4px #E6DEDA;
			-moz-box-shadow: 0 0 0 4px #E6DEDA;
			box-shadow: 0 0 0 4px #E6DEDA;
			}
		#story-submission-form input[type=text].active,
		#story-submission-form textarea.active {
			font-size: 27px;
			color: #6E6D7C;
			}
		#story-submission-form input[type=text].full,
		#story-submission-form textarea.full {
			width: 562px;
			}
			#story-submission-form input[type=text].full.stretch,
			#story-submission-form textarea.full.stretch {
				width: 592px;
				}
		#story-submission-form input[type=text].bigger {
			width: 340px;
			}
			#story-submission-form input[type=text].bigger.stretch {
				width: 370px;
				}
		#story-submission-form input[type=text].smaller {
			width: 180px;
			}
	fieldset span.checkbox {
		display: inline-block;
		margin: 0 10px 0 0;
		width: 22px;
		height: 22px;
		background: url('img/sprites-revamp.png') no-repeat -120px -520px;
		text-indent: -9999em;
		}
		fieldset.checked span.checkbox {
			background-position: -150px -520px;
			}
	#terms-verification-field span {
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 15px;
		color: #6E6D7C;
		}
	#wpcf-image-button {
		width: 109px;
		height: 49px;
		border: 0;
		outline: 0;
		background: url('img/sprites-revamp.png') no-repeat 0 -520px;
		text-indent: -9999em;
		cursor: pointer;
		}
		#upload-filename {
			margin-left: 5px;
			font-size: 18px;
			font-family: AdobeGaramondW01-Regula, Serif;
			color: #6E6D7C;
			}
	#wpcf-story-text-field {
		display: none;
		}
	.ui-menu {
		background: #FFF !important;
		}
	.ui-selectmenu-menu .ui-menu {
		overflow: auto !important;
		max-height: 300px !important;
		}
	.ui-selectmenu-button {
		padding: 0 8px !important;
		width: 260px !important;
		height: 44px !important;
		outline: 0 !important;
		border: 1px solid #E3DCDA !important;
		border-top: 4px solid #D2D3D4 !important;
		border-radius: 0 !important;
		background: none !important;
		font-family: AdobeGaramondW01-Regula, Serif !important;
		font-size: 27px !important;
		/* line-height: 27px; */
		color: #6E6D7C !important; /* #D1D2D4; */
		-webkit-box-shadow: inset 0 0 10px 0 #DEDEDE !important;
		-moz-box-shadow: inset 0 0 10px 0 #DEDEDE !important;
		box-shadow: inset 0 0 10px 0 #DEDEDE !important;
		}
		.ui-selectmenu-button span.ui-selectmenu-text {
			padding: 5px 0 0 !important;
			}
		.ui-menu .ui-menu-item {
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size: 15px;
			color: #6E6D7C;
			}
	span.help {
		display: inline-block;
		margin-left: 5px;
		width: 16px;
		height: 16px;
		background: #DA2F26;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 15px;
		text-align: center;
		color: #FFF;
		}
	.help-tooltip {
		padding: 20px !important;
		width: 300px !important;
		color: #6E6D7C !important;
		}
		.help-tooltip h5 {
			margin-bottom: 5px;
			font-size: 24px;
			}
		.help-tooltip p {
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 18px;
			line-height: 21px;
			}
	
#writing-overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.6);
	z-index: 2000;
	}
	#writing-overlay article {
		display: table-cell;
		vertical-align: middle;
		}
		#writing-overlay div {
			margin: 0px auto 0 !important;
			width: 90% !important;
			max-width: 880px !important;
			height: 85% !important;
			background: #FFF;
			border: 10px solid #AAA;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			}
			#wpcf-story-text-faux {
				display: block;
				position: relative;
				padding: 20px;
				width: 100% !important;
				height: 100% !important;
				border: 0;
				outline: 0;
				font-size: 24px;
				font-family: AdobeGaramondW01-Regula, Serif;
				line-height: 28px;
				color: #222;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				}

/* STORY * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

	.story-top {
		position: relative;
		}
		.story-top.home {
			height: 450px;
			}
		.story-top.basic {
			height: 130px;
			background: #4D5B66;
			}
			.story-top.basic h2 {
				margin: 35px 0 0 60px !important;
				padding: 0 !important;
				width: auto !important;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 42px !important;
				text-transform: none;
				color: #FFF;
				border-bottom: 0 !important;
				}
		.story-top article {
			position: absolute;
			top: 45px;
			left: 300px;
			width: 400px;
			z-index: 20;
			}
			.story-top.text-on-right article {
				left: auto;
				right: 40px;
				}
			.story-top.no-text article {
				display: none;
				}
			.story-top.home article {
				position: absolute;
				top: 50px;
				left: 60px;
				z-index: 20;
				}
				.story-top.home.text-on-right article {
					left: auto;
					right: 40px;
					}
				.story-top.home.no-text article {
					display: none;
					}
			#content-top .story-top h2,
			.story-top.home h2 {
				width: 210px;
				margin: 0 0 2px 0;
				padding: 0;
				background: none;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 36px;
				text-transform: none;
				color: #FFF;
				}
				.story-top h2.hover {
					position: absolute;
					top: 15px;
					left: 0;
					background: #57B7E7;
					color: #FFF;
					z-index: 10;
					}
			#content-top .story-top h3,
			.story-top.home h3 {
				width: 210px;
				margin: 0 0 10px 0;
				padding: 0 0 5px 0;
				background: none;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 22px;
				text-transform: none;
				color: #FFF;
				border-bottom: 1px solid #FFF;
				}
				.story-top h3.hover {
					position: absolute;
					top: 15px;
					left: 0;
					background: #57B7E7;
					color: #FFF;
					z-index: 10;
					}
			.story-top p.quote {
				padding: 0;
				height: 200px;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 44px;
				line-height: 48px;
				text-indent:-20px;
				color: #FFF;
				}
				.story-top.home p.quote {
					height: 195px;
					}
				.story-top.archive-page p.quote {
					font-size: 40px;
					line-height: 44px;
					}

			.story-top p.headline {
				padding: 0;
				width: 210px;
				font-family: AdobeGaramondW01-Regula, Serif;
				font-size: 18px;
				line-height: 26px;
				font-style: italic;
				text-transform: uppercase;
				color: #FFF;
				}
		.story-top img {
			position: relative;
			width: 100%;
			height: 370px;
			z-index: 1;
			}
			.story-top.archive-page img {
				height: 410px;
				}
			.story-top.home img {
				height: 450px;
				}
		.story-top article a {
			position: absolute;
			top: 265px;
			left: 250px;
			width: auto;
			padding: 10px 12px;
			background: #D5C8BE;
			color: #4D5C67;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size; 16px;
			text-transform: uppercase;
			}
			.story-top.home article a {
				top: 260px;
				}
#main-wrapper .container,
#main-wrapper .container.fill {
	background: #FAF8F6;
	padding-bottom: 20px;
	}
#main-wrap {
	padding-bottom: 20px;
	}
#content-torso {
	position: relative;
	margin: 0 20px 20px;
	width: 940px;
	min-height: 400px;
	z-index: 100;
	}
	#content-torso.padded {
		position: relative;
		padding: 40px 50px 50px;
		width: 820px;
		}
	#content-torso.pushed {
		margin-top: 190px;
		}
	#content-torso {
		display: inline-block;
		}
	#content-torso:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
		}
	#content-torso h1.callout {
		position: absolute;
		left: -30px;
		top: -35px;
		padding: 16px;
		background: #CE153F;
		font-size: 80px;
		line-height: 53px;
		color: #E270AB;
		}
	#content-torso h1.inline {
		margin-bottom: 10px;
		font-size: 40px;
		font-family: 'AdobeGaramondW01-Regula', Serif;
		text-align: center;
		text-transform: none;
		color: #4E5B66;
		}
	#content-torso h2 {
		margin-bottom: 36px;
		font-size: 38px;
		font-family: 'Adobe Garamond W01 It', Serif;
		text-transform: uppercase;
		line-height: 44px;
		color: #4E5B66;
		}
	#content-torso h3 {
		margin-bottom: 9px;
		font-size: 24px;
		font-family: 'AdobeGaramondW01-Regula', Serif;
		text-align: center;
		text-transform: none;
		color: #4E5B66;
		}
		#content-torso h3.sans {
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			font-size: 36px;
			}
		h3.blue {
			
			}
	#content-torso h4.callout {
		display: inline-block;
		margin: 30px 50px 30px 12px;
		font-size: 38px;
		font-family: 'Adobe Garamond W01 It', Serif;
		text-transform: none;
		text-indent: -12px;
		line-height: 52px;
		color: #4E5B66;
		}
		#content-torso.no-image h4.callout {
			width: 500px;
			margin: 30px 70px;
			font-size: 34px;
			font-family: 'Adobe Garamond W01 It', Serif;
			text-transform: none;
			line-height: 42px;
			}
	#content-torso .line.horizontal.short {
		margin: auto;
		width: 225px;
		border-top: 1px solid #C6C4C3;
		}
	#content-torso p.meta {
		margin: 11px auto 8px;
		font-size: 14px;
		font-family: 'Trade Gothic W01 Roman', Serif;
		text-align: center;
		line-height: 22px;
		color: #A7A9AC;
		}
		#content-torso p.meta em {
			font-style: normal;
			text-transform: uppercase;
			}
	
	#content-torso .three-column-callout {
		margin: 20px auto 0;
		overflow: hidden;
		}
		#content-torso .three-column-callout.narrow {
			margin: 20px 40px 0;
			}
		#content-torso .three-column-callout li {
			position: relative;
			float: left;
			margin-left: 5%;
			max-width: 30%;
			}
			#content-torso .three-column-callout li:first-child {
				margin-left: 0;
				}
				#content-torso .three-column-callout img {
					display: block;
					width: 100%;
					background: #DDD;
					}
				#content-torso .three-column-callout article {
					margin-top: 20px;
					height: 200px;
					}
				#content-torso .three-column-callout h3 {
					margin-bottom: 8px;
					font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
					font-size: 36px;
					text-align: left;
					line-height: 38px;
					color: #DD3A2F;
					}
				#content-torso .three-column-callout p {
					font-family: AdobeGaramondW01-Regula, Serif;
					font-size: 21px;
					line-height: 1.3em;
					color: #404041;
					}
				#content-torso .three-column-callout a	{
					text-decoration: none;
					border: 0;
					outline: 0;
					cursor: pointer;
					}
				#content-torso .three-column-callout button {
					display: block;
					position: relative;
					margin: 5px 0 0;
					height: 40px;
					line-height: 40px;
					width: 100%;
					border: 0;
					outline: 0;
					background: #6B1A31;
					font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
					font-size: 22px;
					text-align: center;
					text-transform: uppercase;
					text-decoration: none;
					color: #F8982B;
					cursor: pointer;
					}
			
	.stories-list.stacked {
		position: relative;
		margin: 0;
		/* padding-top: 20px; */
		width: 720px;
		height: 600px;
		overflow: hidden;
		background: #FAF8F6;
		}
		.stories-list.stacked .story-teaser.position1 {
			/*
			top: 20px;
			left: 0;
			*/
			}
		.stories-list.stacked .story-teaser.position2 {
			/*
			top: 20px;
			left: 240px;
			*/
			}
		.stories-list.stacked .story-teaser.position3 {
			/*
			top: 20px;
			left: 480px;
			*/
			}
		.stories-list.stacked .story-teaser.position4 {
			/*
			top: 170px;
			left: 240px;
			*/
			}
		.stories-list.stacked .story-teaser.position5 {
			/*
			top: 170px;
			left: 480px;
			*/
			}
		.stories-list.stacked .story-teaser.position6 {
			/*
			top: 320px;
			left: 0;
			*/
			}
		.stories-list.stacked .story-teaser.position7 {
			/*
			top: 320px;
			left: 240px;
			*/
			}
		.stories-list.stacked .story-teaser.position8 {
			clear: left;
			/*
			top: 470px;
			left: 0;
			*/
			}
		.stories-list.stacked .story-teaser.position9 {
			/*
			top: 470px;
			left: 240px;
			*/
			}
		.stories-list.stacked .story-teaser.position10 {
			margin-top: -150px;
			/*
			top: 320px;
			left: 480px;
			*/
			}
	.stories-list.ajax {
		height: auto;
		}
	#content-torso .photo-caption {
		margin-bottom: 30px;
		font-family: 'AdobeGaramondW01-Regula', Serif;
		font-size: 18px;
		color: #6C6E71;
		}
	
	#sorting-ui {
		height: 58px;
		background: #E2D7D0;
		}
		#sorting-ui h1 {
			float: left;
			margin: 12px 20px 0 20px;
			width: 220px;
			font-family: 'AdobeGaramondW01-Regula', Serif;
			font-size: 40px;
			text-transform: none;;
			color: #627493;
			}
		#sorting-ui .forms {
			float: left;
			}
		#sorting-ui form {
			float: left;
			}
			#sorting-ui form select {
				border: 0;
				outline: 0;
				margin: 15px 20px 0 0;
				padding-left: 15px;
				width: 220px;
				height: 27px;
				font-size: 16px;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				color: #FFF;
				background: #64798F url('img/sprites-revamp.png') no-repeat 193px -183px;
				-webkit-appearance: none;
				-webkit-border-radius: 0px;
				}
			@-moz-document url-prefix() {
				#sorting-ui form select {
					background-image: none !important;
				}
			} 
			#sorting-ui form input[type=text] {
				margin: 15px 0 0 0 !important;
				padding-left: 15px !important;
				width: 205px !important;
				height: 27px !important;
				font-size: 16px !important;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				color: #65798E !important;
				background: #FFF !important;
				border: 0 !important;
				}
	#story-extra {
		float: right;
		margin-top: 20px;
		padding-left: 19px;
		width: 220px;
		border-left: 1px solid #C6C4C3;
		}
		#content-torso.medium-image #story-extra,
		#content-torso.no-image #story-extra {
			margin-top: 255px;
			}
		#story-extra .sidebar-content {
			padding-bottom: 20px;
			width: 220px;
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 15px;
			line-height: 1.4em;
			color: #404041;
			}
	#more-stories-list {
		float: right;
		clear: right;
		margin: 0;
		width: 220px;
		/* background: #CCC; */
		}
		#more-stories-list h3 {
			display: inline-block;
			margin: 0;
			padding-right: 25px;
			background: url('img/sprites-revamp.png') no-repeat right -144px;
			font-size: 26px;
			font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
			text-transform: uppercase;
			color: #4E5B66;
			}
	
	#content-torso .story-contain {
		padding: 30px 40px 20px;
		width: 620px;
		background: #FAF8F6;
		}
		#content-torso.full-header .story-contain {
			margin-top: -40px;
			}
		#content-torso.medium-image .story-contain,
		#content-torso.no-image .story-contain {
			margin-top: 20px;
			}
		#content-torso .story-contain .image-housing,
		#content-torso .story-contain .video-housing {
			position: relative;
			margin-bottom: 40px;
			}
			.video-housing span {
				display: block;
				position: absolute;
				left: 255px;
				top: 121px;
				width: 100px;
				height: 100px;
				background: url('img/sprites-revamp.png') no-repeat 0 -320px;
				text-indent: -9999em;
				z-index: 2;
				}
			#content-torso .story-contain img.medium-image {
				width: 610px;
				height: 370px;
				}		
			#content-torso .story-contain img.video-thumbnail {
				width: 610px;
				height: 343px;
				}
		#content-torso .story-contain .line-right {
			float: right;
			border-right: 1px solid #999;
			height: 100%;
			}
				
	.story-content {
		position: relative;
		}
		.story-content h2 {
			margin-bottom: 20px;
			font-family: 'AdobeGaramondW01-Regula', Serif;
			font-size: 44px;
			line-height: 1.1em;
			text-transform: none;
			color: #CE153F;
			}
		.story-content h3 {
			margin-bottom: 20px;
			font-family: 'AdobeGaramondW01-Regula', Serif;
			font-size: 28px;
			line-height: 1.1em;
			text-transform: none;
			color: #6C6E71;
			}
		.story-content p {
			position: relative;
			margin-bottom: 20px;
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 18px;
			line-height: 1.7em;
			color: #404041;
			}
			.story-content_ p:first-child:first-letter { 
				position: relative;
				float: left;
				font-size: 60px; 
				line-height: 50px; 
				padding-top: 18px; 
				padding-right: 8px; 
				padding-bottom: 0;
				}
			.page-template-template-survey-page-php .story-content p {
				font-size: 18px !important;
				/* color: #4E5B66; */
				}
			
			#content-torso.basic .story-content h3 {
				margin: 0 0 22px;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 36px;
				line-height: 1.1em;
				text-transform: none;
				text-align: left;
				color: #65788E;
				}
			#content-torso.basic .story-content h4 {
				margin: 0 0 8px;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 21px;
				line-height: 1.1em;
				text-transform: none;
				text-align: left;
				color: #65788E;
				}
			#content-torso.basic .story-content h5 {
				margin: 0 0 8px;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 15px;
				line-height: 1.1em;
				text-transform: uppercase;
				text-align: left;
				color: #65788E;
				}
			#content-torso.basic .story-content p {
				font-size: 15px;
				line-height: 1.4em;
				}
			#content-torso.basic .story-content span.caret {
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 18px;
				}
			#content-torso.basic .story-content ul {
				margin-bottom: 20px;
				padding-left: 40px;
				}
			#content-torso.basic .story-content li {
				margin-top: 8px;
				font-family: 'AdobeGaramondW01-Regula', Serif;
				font-size: 15px;
				line-height: 1.4em;
				color: #404041;
				list-style: disc;
				}
				#content-torso.basic .story-content li:first-child {
					margin-top: 0;
					}
			#content-torso.basic .story-content a.clean,
			#content-torso.basic .sidebar-content a.clean {
				text-decoration: none;
				}
			#content-torso.basic .story-content a.masked,
			#content-torso.basic .sidebar-content a.masked {
				text-decoration: none;
				color: #404041;
				}
			#content-torso.basic .sidebar-content h3 {
				margin: 12px 0;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 21px;
				line-height: 1.1em;
				text-transform: none;
				text-align: left;
				color: #65788E;
				}
			#content-torso.basic .sidebar-content h4 {
				margin: 12px 0;
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 18px;
				line-height: 1.1em;
				text-transform: none;
				text-align: left;
				color: #65788E;
				}
			#content-torso.basic .sidebar-content span.caret {
				font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
				font-size: 18px;
				}
p.audio-note {
	margin-top: 8px;
	font-size: 18px;
	font-family: 'Adobe Garamond W01 It', Serif;
	text-align: center;
	color: #4E5B66;
	}
/* FIX BUG INTRODUCED BY DEFAULT CSS IN WP 4.1 */
.mejs-container {
	clear: none !important;
	}

#single-pagination {
	position: relative;
	float: left;
	left: 50%;
	top: 40px;
	}
	#single-pagination span {
		display: block;
		position: relative;
		float: left;
		right: 50%;
		margin-left: 50px;
		}
		#single-pagination span:first-child {
			margin-left: 0;
			}
	#single-pagination a {
		padding: 0;
		border: 0;
		background: url('img/sprites-revamp.png') no-repeat 0 -100px;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 26px;
		text-transform: uppercase;
		text-decoration: none;
		color: #4E5B66;
		}
		#single-pagination a:hover {
			/* color: #CCC; */
			}
		
		#single-pagination span.prev a {
			padding-left: 25px;
			background-position: left -145px;
			}
		#single-pagination span.next a {
			padding-right: 25px;
			background-position: right -145px;
			}
			
/* ACTION */

.action-ui {
	width: 980px;
	height: 525px;
	background: #BBBEBF;
	}
	.action-ui.blue {
		background: #57B7E7;
		}
	.action-ui img {
		float: left;
		width: 490px;
		height: 525px;
		}
	.action-ui .action-text {
		float: right;
		padding: 30px 40px 0;
		width: 410px;
		color: #FFF;
		}
		.action-ui .action-text h3 {
			padding: 0;
			font-size: 44px;
			line-height: 1.0em;
			color: #CE153F;
			background: transparent;
			}
			.action-ui.green .action-text h3 {
				color: #FFF216;
				}
			.action-ui .action-text h3 em {
				display: block;
				font-style: normal;
				font-size: 18px;
				line-height: 1.3em;
				color: #404041;
				}
		.action-ui .action-text h4 {
			margin: 10px 0;
			font-family: 'AdobeGaramondW01-Regula', Serif;
			font-size: 25px;
			text-transform: none;
			line-height: 1.3em;
			color: #FFF;
			}
		.action-ui .action-text h5 {
			margin: 0 0 10px;
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 18px;
			text-transform: none;
			line-height: 1.4em;
			color: #404041;
			}
		.action-ui .action-text p {
			margin: 10px 0;
			font-family: AdobeGaramondW01-Regula, Serif;
			font-size: 16px;
			line-height: 1.6em;
			color: #FFF;
			}
		.action-ui .action-text button {
			float: left;
			padding-left: 30px;
			padding-right: 30px;
			}
			.action-ui.green .action-text button {
				/* background: #81C341; */
				background: url('img/sprites.png') repeat-x 0 -230px;
				color: #FFF216;
				}
#actions-list .action-ui {
	margin-bottom: 20px;
	padding: 30px;
	width: 860px;
	height: auto;
	background: #E6E7E7;
	overflow: hidden;
	}
	#actions-list .action-ui img {
		float: left;
		width: 240px;
		height: 180px;
		}
	#actions-list .action-ui .action-text {
		padding: 0;
		width: 590px;
		color: #404041;
		}
		#actions-list .action-ui .action-text h3 {
			font-size: 28px;
			}
			#actions-list .action-ui.green .action-text h3 {
				color: #81C341;
				}
			#actions-list .action-ui .action-text h3 em {
				font-size: 15px;
				}
		#actions-list .action-ui .action-text h4 {
			margin: 7px 0 5px;
			font-family: 'AdobeGaramondW01-Regula', Serif;
			font-size: 17px;
			text-transform: none;
			color: #404041;
			min-height: 71px;
			}
		#actions-list .action-ui .action-text h5 {
			margin: -5px 0 3px;
			font-size: 13px;
			}
		#actions-list .action-ui .action-text p {
			
			}
		#actions-list .action-ui .action-text button {
			
			}
			
/* RESOURCE LIST */

#resource-list {
	
	}
	#resource-list article {
		padding: 30px 0;
		border-top: 1px solid #999;
		}
		#resource-list article:first-child {
			margin-top: -30px;
			border-top: 0;
			}
	#resource-list h3 {
		font-size: 42px;
		color: #404041;
		}
	#resource-list p {
		margin: 0 0 30px 0;
		font-family: AdobeGaramondW01-Regula, Serif;
		font-size: 21px;
		line-height: 1.5em;
		color: #58595A;
		}
	#resource-list a {
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif;
		font-size: 27px;
		text-decoration: none;
		color: #CE153F;
		}
	#resource-list img {
		float: right;
		margin: 20px 0 40px 50px;
		}
		
			
			
	
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* Sidebar */
.widget-area {
	float: right;
	width: 200px;
	margin: 0 -75px 0 50px;
	padding: 0 0 0 20px;
	border-left: 1px solid #444;
}
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 5px;
	font-weight: normal;
}
.widget-area .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #999;
}
.widget-area .widget a:hover {
	color: #BBB;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}

/* COMMENTS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#comments {
	
	}
#comments label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	}
#comments input[type='text'],
#comments textarea {
	padding: 0 0 0 4px;
	font: 16px/26px 'Open Sans Condensed', 'Trebuchet MS', Helvetica, Helvetica Neue, Arial;
	color: #DAD3C3;
	outline: 0;
	border: 1px solid #7b7470;
	background-color: #46423f;
	}
#comments input[type='text'] {
	width: 400px;
	}
#comments textarea {
	width: 640px;
	}
#comments .form-allowed-tags code {
	font-size: 14px;
	}
#comments .form-submit #submit {
	padding: 6px;
	font: bold 16px/26px 'Open Sans Condensed', 'Trebuchet MS', Helvetica, Helvetica Neue, Arial;
	color: #FCAF17;
	outline: 0;
	border: 1px solid #FCAF17;
	background-color: #46423f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}

.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
		border-bottom: 1px dotted #444;
		padding: 10px 0;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite {
		/* margin-left: 50px; */
		/* margin-left: 3.57142857rem; */
		font-style: normal;
		font-weight: bold;
	}
	.comments-area article header cite span {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: normal;
		}
	.comments-area article header time {
		float: right;
		margin-left: 20px;
		font-size: 15px;
		line-height: 17px;
		}
.comments-title {
		margin: 0;
		width: 100%;
		padding-top: 20px;
		border-top: 1px solid #444;
	}
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
.entry-header .comments-link {
	margin-top: -15px;
	font-size: 16px;
	color: #757575;
}
.comments-link a {
	color: #999;
}
.comments-link a:hover {
	color: #BBB;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 24px 0;
}
.comment-content h1 {
	font-size: 21px;
}
.comment-content h2 {
	font-size: 18px;
}
.comment-content h3 {
	font-size: 16px;
}
.comment-content h4 {
	font-size: 14px;
}
.comment-content h5 {
	font-size: 13px;
}
.comment-content h6 {
	font-size: 12px;
}
.comment-content p {
	color: #7b7470;
	margin: 5px 0;
	font-size: 18px;
}
.comment-content ol,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714em;
	line-height: 1.714285714;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.comment-content ul {
	list-style: disc outside;
}
.comment-content ol {
	list-style: decimal outside;
}
.comment-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.comment-content pre code {
	display: block;
}
.comment-content abbr,
.comment-content dfn,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* VSLIDER */
#homebanner .cs-title {
	font-family: 'Open Sans Condensed', 'Trebuchet MS', Helvetica, 'Helvetica Neue', Arial !important;
	}

/* WONDER GALLERY */

.html5gallery-container-1 {
	
	}
	.html5gallery-car-1,
	.html5gallery-car-list-1,
	.html5gallery-car-mask-1 {
		height: 212px !important;
		}
	.html5gallery-tn-1,
	.html5gallery-tn-selected-1 {
		height: auto !important;
		border: 4px solid #FFF;
		box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
		}
		.html5gallery-tn-selected-1 {
			border: 4px solid #DC3A26;
			}
	.html5gallery-tn-title-1 {
		position: relative;
		margin-top: -4px;
		height: 36px !important;
		width: 100% !important;
		line-height: 36px !important;
		background-color: #E2D6CF;
		font-family: 'TradeGothicW01-BoldCn20 675334', Sans-Serif !important;
		font-size: 13px !important;
		}
	.html5gallery-tn-img-1 > div {
		top: 0 !important;
		left: 0 !important;
		/* width: 100% !important; */
		height: auto !important;
		}
	
.page-template-template-homepage-wondergallery .take-pledge-ui {
	/* margin-top: 20px; */
	}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
		color: #FCAF17;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */
#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 8000;
	text-align: center;
	font-family: 'AdobeGaramondW01-Regula', Serif;
	font-size: 24px;
	vertical-align: middle;
	}
	#overlay > section {
		position: relative;
		margin: auto;
		width: 100%;
		height: 120px;
		top: 50%;
		margin-top: -80px;
		}
		#overlay figure {
			margin: 0 auto 20px;
			width: 64px;
			height: 64px;
			vertical-align: middle;
			}
			#overlay figure.spinner {
				/* background: url('../images/spinner.gif') no-repeat; */
				}
			#overlay figure.icon {
				display: none;
				background: url('img/sprites-revamp.png') no-repeat;
				}
				#overlay figure.icon.warning {
					background-position: -350px -70px;
					}
		#course-overlay span {
			font-size: 27px;
			vertical-align: middle;
			}

/* iPads (portrait) ----------- */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) 
	{
	nav#header-main a {
		padding: 0 10px;
		font-size: 15px;
		}
	nav.sharing.header {
		margin: 15px 0 0 20px;
		}
	h3#have-signed {
		padding: 0 10px 0 22px;
		}
		h3#have-signed em {
			font-size: 20px;
			}
}

@media only screen and (max-width: 786px) {
	/* MONOLOGUES */
	
	#content-torso .three-column-callout li,
	#monologues-challenge-actions li {
		float: none;
		margin: 0 auto 40px;
		max-width: 100%;
		}
		#monologues-challenge-actions p {
			text-align: center;
			}
	.full-callout-block h3 {
		margin-top: 20px !important;
		font-size: 48px !important;
		line-height: 48px !important;;
		}
	#content-torso {
		width: auto;
		margin: 0 20px;
		}
	.container .glow-right,
	.container .glow-left {
		display: none;
		}
}

@media only screen and (max-width: 640px) {
	.glow-left,
	.glow-right {
		display: none;
		}
	#header-wrapper {
		position: fixed;
		height: 57px;
		}
		a.header-image-link {
			margin: 10px 10px 6px 10px;
			}
			a.header-image-link img {
				height: 36px;
				}
		#header-pledge-btn {
			display: block;
			top: -55px;
			right: 70px;
			}
		h3#have-signed {
			margin-top: 12px;
			margin-right: 8px;
			padding: 0 6px 0 20px;
			height: 34px; 
			line-height: 34px;
			background-position: 0 -13px;
			}
			h3#have-signed em {
				font-size: 22px;
				}
			h3#have-signed span {
				display: none;
				}
	#navs   { display: table; }
	#header-sub  { display: table-footer-group; }
	#header-main { display: table-header-group; }
	
	nav.sharing.header {
		margin: 18px 0 0 0;
		}
	
	#navs {
		position: relative;
		width: 100%;
		background: url('img/header-bg.png');
		}
	#nav-toggle {
		display: block;
		position: absolute;
		top: -47px;
		right: 8px;
		bordeR: 0;
		width: 50px;
		height: 50px;
		background: url('img/mobile-nav-toggle.png') no-repeat;
		cursor: pointer;
		}
		.condensed #nav-toggle {
			top: -48px;
			}
	/* MAIN NAV MENU */
	nav#header-main {
		display: none;
		float: none;
		margin: 0;
		width: 100%;
		height: auto;
		}
		nav#header-main li {
			float: none;
			}
		nav#header-main a {
			display: block;
			/* float: left; */
			margin-left: 0;
			padding: 10px;
			font-size: 22px;
			text-align: left;
			line-height: normal;
			color: #FFF216;
			border-top: 1px solid #444;
			}
			nav#header-main a:first-child {
				
				}
	/* MAIN NAV SUB-MENU */
	nav#header-sub {
		display: none;
		float: none;
		margin: 0;
		overflow: visible;
		width: 100%;
		height: auto;
		border-bottom: 6px solid black;
		}
		nav#header-sub li {
			float: none;
			}
		nav#header-sub a {
			margin-left: 0;
			font-size: 18px;
			padding: 10px;
			border-top: 1px solid #444;
			}
			nav#header-sub a:first-child {
				/* margin-left: 0; */
				}
			nav#header-main .hilite a {
				margin-left: 0;
				}
				
	/* SLIDE SHOW */
	#slideshow-ui {
		width: 100%;
		/* height: 500px; */
		background: #5C514A;
		}
		.story-top {
			
			}
			.story-top.archive-page {
				height: 450px;
				background: #5C514A;
				}
			.story-top.home {
			
				}
			.story-top img {
				width: 320px;
				height: auto;
				}
			.story-top.archive-page img {
				width: 320px;
				height: 147px;
				}
				.story-top.home img {
					width: 320px;
					height: 147px;
					}
			.story-top.home article,
			#content-top .story-top.archive-page article {
				width: 100%;
				top: 0 !important;
				left: 0 !important;
				}
				.story-top.home h2,
				#content-top .story-top.archive-page h2 {
					position: absolute;
					top: 25px;
					left: 10px;
					width: 160px;
					font-size: 22px;
					text-align: center;
					}
					.story-top.home.text-on-right h2,
					#content-top .story-top.archive-page.text-on-right h2 {
						right: 10px;
						left: auto;
						}
				.story-top.home p.headline,
				#content-top .story-top.archive-page p.headline {
					position: absolute;
					top: 63px;
					left: 10px;
					width: 160px;
					font-size: 22px;
					text-align: center;
					}
					.story-top.home.text-on-right p.headline,
					#content-top .story-top.archive-page.text-on-right p.headline {
						right: 10px;
						left: auto;
						}
				.story-top.home p.quote,
				#content-top .story-top.archive-page p.quote {
					position: absolute;
					top: 170px;
					left: 20px;
					margin: auto;
					width: 280px;
					font-size: 24px;
					line-height: 28px;
					text-indent: 0;
					text-align: center;
					}
				.story-top.home article a,
				#content-top .story-top.archive-page article a {
					position: absolute;
					top: 310px;
					left: 60px;
					width: 180px;
					text-align: center;
					}
		#slideshow-realm .pagination {
			bottom: 20px;
			right: 43%;
			}
	
	#main-wrapper {
		padding-top: 57px;
		}
		
	.take-pledge-ui {
		width: 100%;
		margin: 0;
		}
		/*
		.take-pledge-ui:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #5C514A;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -15px;
			}
		.take-pledge-ui.bottom:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #FAF8F6;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -15px;
			}
		*/
		.take-pledge-ui h3 {
			padding: 30px 10px;
			height: auto;
			font-size: 21px;
			line-height: 26px;
			background: #DF3926;
			}
	.full-callout-block {
		margin-top: -25px;
		padding: 30px 10px 50px;
		font-size: 28px;
		line-height: 32px;
		/* background: #E2D7D0; */
		}
		.full-callout-block:before{
			/*
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #DF3926;
			position: relative;
			display: block;
			left: 50%;
			top: -15px;
			margin-left: -15px;
			margin-top: -15px;
			*/
			}
	#recent-stories {
		background: #FFF;
		}
		/*
		#recent-stories:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #E2D7D0;
			position: relative;
			display: block;
			left: 50%;
			top: -15px;
			margin-left: -15px;
			margin-top: -20px;
			}
		*/
		.stories-list-home {
			margin: 0;
			background: #FFF;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			}
			.stories-list-home > div {
				padding: 20px 0 0 0;
				}
				
	.story-teaser.floating {
		float: none;
		}
	.story-teaser {
		margin: 0 0 10px 10px !important;
		width: 300px !important;
		height: 177px !important;
		float: none !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		}
		.story-teaser a,
		.story-teaser.large a {
			width: 300px;
			height: 177px;
			}
		.story-teaser h4 {
			top: 20px;
			left: 20px;
			width: auto;
			font-size: 36px;
			}
		.story-teaser h5,
		.story-teaser.large h5 {
			top: 60px;
			left: 20px;
			}
		.story-teaser .landing-headline {
			bottom: 5px;
			left: 10px;
			font-size: 18px;
			}
		.story-teaser figure,
		.story-teaser.large figure {
			width: 300px;
			height: 177px;
			}
			.story-teaser figure span {
				
				}
			.story-teaser figure img {
				width: 300px;
				}
				.story-teaser.position1 img,
				.story-teaser.position10 img,
				.story-teaser img.color {
					display: none;
					}
	.load-more-stories.compact {
		margin: 40px 0 0 50px;
		}
	.call-to-share,
	.call-to-share.full,
	.single .call-to-share {
		position: relative !important;
		margin: 0 !important;
		width: 100% !important;
		padding-bottom: 230px;
		height: auto !important;
		}
		.call-to-share img,
		.call-to-share.full img {
			position: absolute;
			bottom: 0;
			width: 320px;
			}
		.call-to-share article {
			float: none;
			margin: 0;
			padding: 30px 10px;
			width: 300px;
			}
			.call-to-share.full article {
				width: auto;
				}
			.call-to-share article.thankyou {
				padding: 0 10px 30px;
				}
			.call-to-share h3,
			.call-to-share.full h3 {
				margin-bottom: 12px !important;
				padding-bottom: 12px;
				font-size: 34px !important;
				text-align: center !important;
				border-bottom: 1px solid #FFF;
				}
			.call-to-share p,
			.call-to-share.full p {
				font-size: 18px;
				line-height: 23px;
				text-align: center;
				}
	#prominent-signers {
		margin: 0;
		width: 320px;
		background: #FAF8F6;
		}
		#prominent-signers .slides_container {
			margin: 50px 0 40px;
			}
			#prominent-signers .slides_container li {
				margin: 0 0 10px 10px;
				}
				#prominent-signers .slides_container li:first-child {
					margin: 0 0 10px 10px;
					}
				#prominent-signers .slides_container li img {
					width: 145px;
					height: 145px;
					}
	
	/* TWITTER */
	#ticker {
		margin: 0 auto 30px;
		background-position: 10px -800px;
		}
		.rotatingtweets {
			margin: 13px 0 0 70px;
			width: 210px !important;
			}
			.rotatingtweet {
				padding: 23px 0 0 15px;
				width: 185px !important;
				height: 155px !important;
				}
				.rtw_main {
					font-size: 16px !important;
					line-height: 20px !important;
					}
	
	/* FOOTER */
	#menu-footer {
		margin: 0 0 45px 10px;
		}
		#menu-footer > li {
			float: none;
			margin: 15px 0 0 0
			}
	#footer-bottom-row {
		height: 200px;
		}
	#footer-logos {
		position: absolute;
		bottom: 0;
		float: none;
		}
	#site-copyright {
		float: none;
		margin: 0 0 0 10px;
		font-size: 10px;
		}
	
	button.grande {
		margin: 30px 0 0 40px;
		padding: 0;
		height: 70px;
		width: 220px;
		font-size: 34px;
		}
	
	/* * * * * * * * * * * STORIES * * * * * * * * * * */
	
	#sorting-ui {
		padding: 15px 0 20px;
		height: auto;
		}
		#sorting-ui:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #5C514A;
			position: relative;
			display: block;
			left: 50%;
			top: 0;
			margin-left: -15px;
			margin-top: -15px;
			}
		#sorting-ui .forms,
		#sorting-ui form {
			float: none;
			}
			#sorting-ui form select {
				display: block;
				margin-left: 20px;
				width: 280px;
				background-position: 250px -183px
				}
			#sorting-ui form input[type=text] {
				display: block;
				margin-left: 20px !important;
				width: 265px !important;
				}
	
	.archive .take-pledge-iframe {
		display: none;
		}
		
	#content-torso {
		display: block;
		margin: 0;
		width: auto;
		}
		#content-torso .story-contain {
			padding: 20px;
			width: auto;
			}
			#content-torso.medium-image .story-contain, 
			#content-torso.no-image .story-contain {
				margin-top: 0;
				}
			#content-torso .story-contain img.medium-image {
				width: 280px;
				height: auto;
				}
		#content-torso p.meta {
			font-size: 12px;
			}
		#content-torso h2 {
			font-size: 30px;
			line-height: 36px;
			text-align: center;
			}
		#content-torso.no-image h4.callout {
			width: auto;
			margin: 10px 20px;
			font-size: 30px;
			line-height: 36px;
			}
	.stories-list.stacked {
		width: 100%;
		height: auto;
		margin-top: 10px;
		}
	.alm-reveal {
		height: auto;
		}
	.load-more-stories, 
	.alm-btn-wrap button {
		width: 240px;
		margin: 10px 0 5px 40px;
		}
	#single-pagination {
		
		}
		#single-pagination span {
			margin-left: 20px;
			}
			#single-pagination a {
				padding: 3px 0 0 0;
				font-size: 20px;
				}
	#story-extra {
		float: none;
		margin: 80px 0 0 0 !important;
		padding: 0;
		width: 100%;
		overflow: hidden;
		}
		#more-stories-list {
			float: none;
			width: auto;
			}
			#more-stories-list h3 {
				margin: 0 10px 15px;
				}
	
	/* * * * * * * * * * * TAKE ACTION * * * * * * * * * * */
	
	#content-torso .three-column-callout li {
		float: left;
		margin-left: 14px;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #404041;
		}
		#content-torso .three-column-callout li:first-child {
			margin-left: 14px;
			margin-top: 0;
			padding-top: 0;
			border-top: 0;
			}
			#content-torso .three-column-callout article {
				margin-top: 8px;
				height: auto;
				}
	
	/* * * * * * * * * * * STORY SUBMISSION * * * * * * * * * * */
	
	#story-submission-tabs {
		padding: 30px 20px 0;
		}
		#story-submission-tabs h2 {
			font-size: 36px;
			}
		#story-submission-tabs nav {
			margin: 0;
			padding: 10px 0;
			width: auto;
			height: auto;
			bottom: 0;
			}
			#story-submission-tabs nav button {
				float: none;
				margin: 0 auto 10px !important;
				padding: 0 0 0px 50px;
				height: 75px;
				}
	#content-torso.padded {
		padding: 20px 0 0;
		width: auto;
		}
		#content-torso.padded:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #DB4831;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -30px;
			}
		#story-submission-notes {
			margin: 0;
			}
			#content-torso #story-submission-notes h3 {
				margin: 0 auto 10px;
				font-size: 34px;
				width: 220px
				}
			#content-torso #story-submission-notes h4 {
				padding: 0;
				width: 260px;
				font-size: 15px;
				margin: auto;;
				}
			#story-submission-notes ol {
				float: none;
				margin: 20px 0 0 20px;
				width: 280px;
				}
				#story-submission-notes ol li {
					font-size: 24px;
					}
			#story-submission-notes aside {
				float: none;
				margin: 20px auto 0;
				width: 240px;
				}
		#story-submission-form {
			margin: 40px 0 0 20px;
			width: auto;
			}
			#story-submission-form fieldset {
				margin-bottom: 0;
				}
				#story-submission-form fieldset > span {
					display: block;
					margin: 0 0 20px 0;
					}
				#story-submission-form input[type=text].smaller,
				#story-submission-form input[type=text].bigger,
				#story-submission-form input[type=text].bigger.stretch,
				#story-submission-form input[type=text].full,
				#story-submission-form input[type=text].full.stretch,
				#story-submission-form textarea.full,
				#story-submission-form textarea.full.stretch {
					width: 260px;
					}
				#story-submission-form textarea.active {
					font-size: 18px;
					}
				#story-submission-form .state-ui label,
				#story-submission-form .image-ui label {
					margin-top: 0;
					}
				#story-submission-form label.prominent {
					height: auto;
					}
		#wpcf-story-text-faux {
			height: 360px;
			}
		#writing-overlay {
			top: 20px;
			padding-top: 5px;
			padding-bottom: 60px;
			height: 460px !important;
			}
	button.grande.phat.darkmaroon.center.large-text {
		margin: 0;
		width: 280px !important;
		}
	div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
		height: auto !important;
		width: 240px !important;
		left: 20px !important;
		}
	form fieldset span.flag {
		left: 10px !important;
		top: 42px !important;
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		}
		
	
	
	
	/*
	#content-top {
		margin-top: 67px;
		}
	#content-top h2.above {
		padding: 7px 20px;
		}
		
	.take-pledge-iframe.header {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		}
	*/
}

			
@media only screen and (max-width: 480px) {
	.glow-left,
	.glow-right {
		display: none;
		}
	#header-wrapper {
		position: fixed;
		height: 57px;
		}
		a.header-image-link {
			margin: 10px 10px 6px 10px;
			}
			a.header-image-link img {
				height: 36px;
				}
		#header-pledge-btn {
			display: block;
			top: -55px;
			right: 70px;
			}
		h3#have-signed {
			margin-top: 12px;
			margin-right: 8px;
			padding: 0 6px 0 20px;
			height: 34px; 
			line-height: 34px;
			background-position: 0 -13px;
			}
			h3#have-signed em {
				font-size: 22px;
				}
			h3#have-signed span {
				display: none;
				}
	#navs   { display: table; }
	#header-sub  { display: table-footer-group; }
	#header-main { display: table-header-group; }
	
	nav.sharing.header {
		margin: 18px 0 0 0;
		}
	
	#navs {
		position: relative;
		width: 100%;
		background: url('img/header-bg.png');
		}
	#nav-toggle {
		display: block;
		position: absolute;
		top: -47px;
		right: 8px;
		bordeR: 0;
		width: 50px;
		height: 50px;
		background: url('img/mobile-nav-toggle.png') no-repeat;
		cursor: pointer;
		}
		.condensed #nav-toggle {
			top: -48px;
			}
	/* MAIN NAV MENU */
	nav#header-main {
		display: none;
		float: none;
		margin: 0;
		width: 100%;
		height: auto;
		}
		nav#header-main li {
			float: none;
			}
		nav#header-main a {
			display: block;
			/* float: left; */
			margin-left: 0;
			padding: 10px;
			font-size: 22px;
			text-align: left;
			line-height: normal;
			color: #FFF216;
			border-top: 1px solid #444;
			}
			nav#header-main a:first-child {
				
				}
	/* MAIN NAV SUB-MENU */
	nav#header-sub {
		display: none;
		float: none;
		margin: 0;
		overflow: visible;
		width: 100%;
		height: auto;
		border-bottom: 6px solid black;
		}
		nav#header-sub li {
			float: none;
			}
		nav#header-sub a {
			margin-left: 0;
			font-size: 18px;
			padding: 10px;
			border-top: 1px solid #444;
			}
			nav#header-sub a:first-child {
				/* margin-left: 0; */
				}
			nav#header-main .hilite a {
				margin-left: 0;
				}
				
	/* SLIDE SHOW */
	#slideshow-ui {
		width: 100%;
		/* height: 500px; */
		background: #5C514A;
		}
		.story-top {
			
			}
			.story-top.archive-page {
				height: 450px;
				background: #5C514A;
				}
			.story-top.home {
			
				}
			.story-top.basic {
				
				}
				.story-top.basic h2 {
					margin: 15px 0 0 15px !important;
					font-size: 32px !important;
					}
			.story-top img {
				width: 100%;
				height: auto;
				}
			.story-top.archive-page img {
				width: 100%;
				height: auto;
				}
				.story-top.home img {
					width: 100%;
					height: auto;
					}
			.story-top.home article,
			#content-top .story-top.archive-page article {
				width: 100%;
				top: 0 !important;
				left: 0 !important;
				}
				.story-top.home h2,
				#content-top .story-top.archive-page h2 {
					position: absolute;
					top: 8px;
					left: 10px;
					width: 160px;
					font-size: 22px;
					text-align: center;
					}
					.story-top.home.text-on-right h2,
					#content-top .story-top.archive-page.text-on-right h2 {
						right: 10px;
						left: auto;
						}
				.story-top.home h3,
				#content-top .story-top.archive-page h3 {
					position: absolute;
					top: 33px;
					left: 10px;
					width: 160px;
					font-size: 15px;
					text-align: center;
					}
					.story-top.home.text-on-right h3,
					#content-top .story-top.archive-page.text-on-right h3 {
						right: 10px;
						left: auto;
						}
				.story-top.home p.headline,
				#content-top .story-top.archive-page p.headline {
					position: absolute;
					top: 63px;
					left: 10px;
					width: 160px;
					font-size: 22px;
					text-align: center;
					}
					.story-top.home.text-on-right p.headline,
					#content-top .story-top.archive-page.text-on-right p.headline {
						right: 10px;
						left: auto;
						}
				.story-top.home p.quote,
				#content-top .story-top.archive-page p.quote {
					position: absolute;
					box-sizing: border-box;
					top: 170px;
					left: 0;
					margin: auto;
					padding: 20px;
					width: auto;
					font-size: 24px;
					line-height: 28px;
					text-indent: 0;
					text-align: center;
					}
				.story-top.home article a,
				#content-top .story-top.archive-page article a {
					position: absolute;
					top: 310px;
					left: 60px;
					width: 180px;
					text-align: center;
					}
		#slideshow-realm .pagination {
			bottom: 20px;
			right: 43%;
			}
	
	#main-wrapper {
		padding-top: 57px;
		}
		
	.take-pledge-ui {
		width: 100%;
		height: auto;
		margin: 0;
		}
		/*
		.take-pledge-ui:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #5C514A;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -15px;
			}
		.take-pledge-ui.bottom:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #FAF8F6;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -15px;
			}
		*/
		.take-pledge-ui h3 {
			padding: 30px 10px;
			height: auto;
			font-size: 21px;
			line-height: 26px;
			background: #DF3926;
			}
	.full-callout-block {
		margin-top: -25px;
		padding: 30px 10px 50px;
		font-size: 28px;
		line-height: 32px;
		background: #E2D7D0;
		}
		.full-callout-block:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #DF3926;
			position: relative;
			display: block;
			left: 50%;
			top: -15px;
			margin-left: -15px;
			margin-top: -15px;
			}
		.full-callout-block h3 {
			margin-top: 20px !important;
			font-size: 48px !important;
			line-height: 48px !important;;
			}
		.full-callout-block .photos {
			margin: 30px -10px 40px;
			padding-bottom: 150px;
			/* background: url('img/monologues/paintbrush.png') no-repeat bottom left; */
			}
			.full-callout-block .photos img {
				margin-bottom: 10px;
				}
		button#take-the-challenge {
			padding: 0;
			width: 90%;
			font-size: 24px;
			}
	#recent-stories {
		background: #FFF;
		}
		/*
		#recent-stories:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #E2D7D0;
			position: relative;
			display: block;
			left: 50%;
			top: -15px;
			margin-left: -15px;
			margin-top: -20px;
			}
		*/
		.stories-list-home {
			margin: 0;
			background: #FFF;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			}
			.stories-list-home > div {
				padding: 20px 0 0 0;
				}
				
	.story-teaser.floating {
		float: none;
		}
	.story-teaser {
		margin: 0 0 10px 10px !important;
		width: 300px !important;
		height: 177px !important;
		float: none !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		}
		.story-teaser a,
		.story-teaser.large a {
			width: 300px;
			height: 177px;
			}
		.story-teaser h4 {
			top: 20px;
			left: 20px;
			width: auto;
			font-size: 36px;
			}
		.story-teaser h5,
		.story-teaser.large h5 {
			top: 60px;
			left: 20px;
			}
		.story-teaser .landing-headline {
			bottom: 5px;
			left: 10px;
			font-size: 18px;
			}
		.story-teaser figure,
		.story-teaser.large figure {
			width: 300px;
			height: 177px;
			}
			.story-teaser figure span {
				
				}
			.story-teaser figure img {
				width: 300px;
				}
				.story-teaser.position1 img,
				.story-teaser.position10 img,
				.story-teaser img.color {
					display: none;
					}
	.load-more-stories.compact {
		margin: 40px 0 0 50px;
		}
	.call-to-share,
	.call-to-share.full,
	.single .call-to-share {
		position: relative;
		margin: 0;
		width: 100%;
		height: auto;
		}
		.call-to-share img,
		.call-to-share.full img {
			position: absolute;
			bottom: 0;
			width: 320px;
			}
		.call-to-share article {
			float: none;
			margin: 0;
			padding: 30px 10px;
			width: 300px;
			}
			.call-to-share.full article {
				width: auto;
				}
			.call-to-share article.thankyou {
				padding: 0 10px 230px;
				}
			.call-to-share h3,
			.call-to-share.full h3 {
				margin-bottom: 12px !important;
				padding-bottom: 12px;
				font-size: 34px !important;
				text-align: center !important;
				border-bottom: 1px solid #FFF;
				}
			.call-to-share p,
			.call-to-share.full p {
				font-size: 18px;
				line-height: 23px;
				text-align: center;
				}
	#prominent-signers {
		margin: 0;
		width: 320px;
		background: #FAF8F6;
		}
		#prominent-signers .slides_container {
			margin: 50px 0 40px;
			}
			#prominent-signers .slides_container li {
				margin: 0 0 10px 10px;
				}
				#prominent-signers .slides_container li:first-child {
					margin: 0 0 10px 10px;
					}
				#prominent-signers .slides_container li img {
					width: 145px;
					height: 145px;
					}
	
	/* TWITTER */
	#ticker {
		margin: 0 auto 30px;
		background-position: 10px -800px;
		}
		.rotatingtweets {
			margin: 13px 0 0 70px;
			width: 210px !important;
			}
			.rotatingtweet {
				padding: 23px 0 0 15px;
				width: 185px !important;
				height: 155px !important;
				}
				.rtw_main {
					font-size: 16px !important;
					line-height: 20px !important;
					}
	
	/* FOOTER */
	#menu-footer {
		margin: 0 0 45px 10px;
		}
		#menu-footer > li {
			float: none;
			margin: 15px 0 0 0
			}
	#footer-bottom-row {
		height: 200px;
		}
	#footer-logos {
		position: absolute;
		bottom: 0;
		float: none;
		}
	#site-copyright {
		float: none;
		margin: 0 0 0 10px;
		font-size: 10px;
		}
	
	button.grande {
		margin: 30px 0 0 40px;
		padding: 0;
		height: 70px;
		width: 220px;
		font-size: 34px;
		}
	
	/* * * * * * * * * * * STORIES * * * * * * * * * * */
	
	#sorting-ui {
		padding: 15px 0 20px;
		height: auto;
		}
		#sorting-ui:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #5C514A;
			position: relative;
			display: block;
			left: 50%;
			top: 0;
			margin-left: -15px;
			margin-top: -15px;
			}
		#sorting-ui .forms,
		#sorting-ui form {
			float: none;
			}
			#sorting-ui form select {
				display: block;
				margin-left: 20px;
				width: 280px;
				background-position: 250px -183px
				}
			#sorting-ui form input[type=text] {
				display: block;
				margin-left: 20px !important;
				width: 265px !important;
				}
	.take-pledge-iframe.popup {
		width: 320px;
		}
	#fancybox-content h3 {
		font-size: 21px;
		}
	.archive .take-pledge-iframe,
	.page-template-template-survey-page-php .take-pledge-iframe {
		display: none;
		}
		
	#content-torso {
		display: block;
		margin: 0;
		width: auto;
		}
		#content-torso .story-contain {
			padding: 20px;
			width: auto;
			}
			#content-torso.medium-image .story-contain, 
			#content-torso.no-image .story-contain {
				margin-top: 0;
				}
			#content-torso .story-contain img.medium-image {
				width: 280px;
				height: auto;
				}
			#content-torso.full-header .story-contain {
				margin-top: 0;
				}
		#content-torso p.meta {
			font-size: 12px;
			}
		#content-torso h2 {
			font-size: 30px;
			line-height: 36px;
			text-align: center;
			}
		#content-torso.no-image h4.callout {
			width: auto;
			margin: 10px 20px;
			font-size: 30px;
			line-height: 36px;
			}
	.stories-list.stacked {
		width: 100%;
		height: auto;
		margin-top: 10px;
		}
	.alm-reveal {
		height: auto;
		}
	.load-more-stories, 
	.alm-btn-wrap button {
		width: 240px;
		margin: 10px 0 5px 40px;
		}
	#single-pagination {
		
		}
		#single-pagination span {
			margin-left: 20px;
			}
			#single-pagination a {
				padding: 3px 0 0 0;
				font-size: 20px;
				}
	#story-extra {
		float: none;
		margin: 80px 0 0 0 !important;
		padding: 0;
		width: 100%;
		overflow: hidden;
		}
		#more-stories-list {
			float: none;
			width: auto;
			}
			#more-stories-list h3 {
				margin: 0 10px 15px;
				}
	
	/* * * * * * * * * * * TAKE ACTION * * * * * * * * * * */
	
	#content-torso .three-column-callout li {
		float: left;
		margin-left: 14px;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #404041;
		}
		#content-torso .three-column-callout li:first-child {
			margin-left: 14px;
			margin-top: 0;
			padding-top: 0;
			border-top: 0;
			}
			#content-torso .three-column-callout article {
				margin-top: 8px;
				height: auto;
				}
	
	/* * * * * * * * * * * STORY SUBMISSION * * * * * * * * * * */
	
	#story-submission-tabs {
		padding: 30px 20px 0;
		}
		#story-submission-tabs h2 {
			font-size: 36px;
			}
		#story-submission-tabs nav {
			margin: 0;
			padding: 10px 0;
			width: auto;
			height: auto;
			bottom: 0;
			}
			#story-submission-tabs nav button {
				float: none;
				margin: 0 auto 10px !important;
				padding: 0 0 0px 50px;
				height: 75px;
				}
	#content-torso.padded {
		padding: 20px 0 0;
		width: auto;
		}
		#content-torso.padded:before{
			content: '';
			width: 0;
			height: 0px;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #DB4831;
			position: relative;
			display: block;
			left: 50%;
			top: 10px;
			margin-left: -15px;
			margin-top: -30px;
			}
		#story-submission-notes {
			margin: 0;
			}
			#content-torso #story-submission-notes h3 {
				margin: 0 auto 10px;
				font-size: 34px;
				width: 220px
				}
			#content-torso #story-submission-notes h4 {
				padding: 0;
				width: 260px;
				font-size: 15px;
				margin: auto;;
				}
			#story-submission-notes ol {
				float: none;
				margin: 20px 0 0 20px;
				width: 280px;
				}
				#story-submission-notes ol li {
					font-size: 24px;
					}
			#story-submission-notes aside {
				float: none;
				margin: 20px auto 0;
				width: 240px;
				}
		#story-submission-form {
			margin: 40px 0 0 20px;
			width: auto;
			}
			#story-submission-form fieldset {
				margin-bottom: 0;
				}
				#story-submission-form fieldset > span {
					display: block;
					margin: 0 0 20px 0;
					}
				#story-submission-form input[type=text].smaller,
				#story-submission-form input[type=text].bigger,
				#story-submission-form input[type=text].bigger.stretch,
				#story-submission-form input[type=text].full,
				#story-submission-form input[type=text].full.stretch,
				#story-submission-form textarea.full,
				#story-submission-form textarea.full.stretch {
					width: 260px;
					}
				#story-submission-form textarea.active {
					font-size: 18px;
					}
				#story-submission-form .state-ui label,
				#story-submission-form .image-ui label {
					margin-top: 0;
					}
				#story-submission-form label.prominent {
					height: auto;
					}
		#wpcf-story-text-faux {
			height: 360px;
			}
		#writing-overlay {
			top: 20px;
			padding-top: 5px;
			padding-bottom: 60px;
			height: 460px !important;
			}
	button.grande.phat.darkmaroon.center.large-text {
		margin: 0;
		width: 280px !important;
		}
	div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
		height: auto !important;
		width: 240px !important;
		left: 20px !important;
		}
	form fieldset span.flag {
		left: 10px !important;
		top: 42px !important;
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		}
	
	#monologue-entries .monologue-entry {
		margin: 0 0 30px;
		width: 100%;
		height: auto;
		}
		#monologue-entries .monologue-entry img {
			width: 100%;
			}
	
	
	/*
	#content-top {
		margin-top: 67px;
		}
	#content-top h2.above {
		padding: 7px 20px;
		}
		
	.take-pledge-iframe.header {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		}
	*/
}