/*
    The Two Character Play Temporary Site CSS 2013-04
    By Sherab Sangpo Dorje ( po@urbangalactic.com )
*/

/* TYPOGRAPHY */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
html>body {
	font-size: 14px; 
}

html,body {
	width:100%;
	height:100%;
	font-size:100%;
/*	min-width:640px; */

}
body {
	margin:0;
	padding:0;
	border:none;
	background: #000;
	font-family: 'Oswald', sans-serif; 
/*	font-family: 'PT Sans Narrow', sans-serif; */ 
	color:#cccccc;
	
}
p {
	line-height: 1.5em; 
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em; 
	font-weight: 100;
	letter-spacing:0.09em;
}
h1, .h1 {
	font-size: 2em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em; 
	font-weight:400;
}
h2, .h2 {
	font-size:1.5em;
	line-height: 1.3em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight:400;
}
h3, .h3 {
	font-size:1.29em;
	line-height: 1.125em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight:400;
}
h1, h2, h3 {
	color:#fff;
	text-transform:uppercase;
/*	font-weight:400; */
}
blockquote {
	text-transform:none;
	font-style:italic;
	padding-top:0.6em;
	padding-bottom:0.9em;
}
blockquote cite {
	font-style:normal;
	font-size:0.8em;	
}

i, em {
	color:#dddddd;
	margin-right:0.1em;
}
b, strong {
	color:#dddddd;
	font-weight:400;
}
a {
	text-decoration: none;
	color: #fff;
}
a:link, a:visited {
	
}
a:hover, a:active {
	color: #c82536; /*C82536 */
}
.page aside h2 {
	/*based on .h1*/
	font-size: 2em;
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0em; 
	font-weight:400;
}
.page aside h3 {
	/*based on .h2*/
	font-size:1.5em;
	line-height: 1.3em;
	margin-top:0em;
	margin-bottom:0.5em;
	font-weight:400;
	margin-left:0.5em;
	margin-right:0.9em;

}
.h1, .h2, .h3 {
	
}
.inline {
	display:inline;
}
.no-transform {
	text-transform:none;
}
.spaced {
	letter-spacing:0.0125em;
}
.accent {
	color:#cccccc;
	font-style:italic;
}
p .accent {
	font-style:inherit;
	font-weight:400;
	color: #000000;
	background-color: #ccc;
	padding-left:0.3em;
	padding-right:0.3em;
}
/* IMAGE ROLLOVERS */
.rollover .mouseout { display:block; }
.rollover .mouseover { display :none; }
.rollover:hover .mouseover { display:block; }
.rollover:hover .mouseout { display:none; }


/* STRUCTURE */
#main-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	/* sticky footer, next 6 lines: */
	margin:auto;
	display:table;
	padding-bottom:6em;/*footer*/ /*must coincide with height of #main-footer*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

}
#main-footer {
	box-sizing: border-box;
	position:fixed;
	z-index:200;
	bottom:0;
	width:100%;
	height:6em;/*footer*/
	overflow:hidden;
	background:#000;
	margin-top:auto;
	margin-bottom:0;
	text-align:center;
	padding-top:0.5em;
}

#signup-form {
	width:auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
	font-size:1.5em;
	line-height: 1.3em;
	font-weight:400;
}
#signup-form form {
	display:inline-block;
}

#signup-form input.email {
	width:10em;
	text-align:center;
	color:#fff;
	background-color:#000;
	text-transform:uppercase;
}
#signup-form input.email:hover {
	background-color:#fff;
	color:#000;
}
#signup-form input.email:focus {
	border: 2px solid #dc0000;
}
#signup-form label,
#signup-form input.button {
	width:auto;
	color:#fff;
	background-color:#000;
	border:2px solid #000;
}

#signup-form input.button:hover {
	border:2px solid #ccc;
}
#main-header {
	box-sizing: border-box;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	height:3.7em; /*testing since webfont height loaded after js*/
	background: #000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#main-nav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#main-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:auto;
}
#main-nav ul li {
	display:inline-block;
	font-size:2.4em;
	line-height:1.4em;
	padding: 0 0.25em;
	font-weight:700;
}
#main-nav ul li.social-btn {
	padding: 0;
}
#main-nav ul li#social-1 {
	margin-left:0.25em;
}
#main-nav ul li a {
	display:block;
}
#main-nav ul li:hover, #main-nav li:hover a, 
#main-nav ul li.selected, #main-nav li.selected a {
	background:#fff;
	color:#000;
	text-shadow: 2px 2px 2px #cccccc;
}
#main-nav ul li.social-btn:hover,
#main-nav ul li.social-btn:hover a {
	background:#000; /*cancel the normal menu item hover*/
}

#footer-bottom {
	margin-top:0.5em;
}
.social-btn {
	height:2em;
	width:2em;
	display:inline-block;
}
.social-btn img {
/*	height:34px;*/
	height:2em;
	width:auto;
}

#content {
	position:absolute;
	top:3.7em;
	left:0;
	right:0;
	bottom:260px;/*footer*/ 
	width:100%;
	border:none;
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}
#background {
	box-sizing: border-box;
	text-align:center;
	top:3.7em;
	left:0;
	right:0;
	height: 570px;
	width:764px;
	border:none;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}

#landing-image {
	box-sizing: border-box;
	position:relative;
	z-index:-10;
	width:100%;
	height:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
#landing-overlay {
	position:absolute;
	z-index:0;
	bottom:0px;
	height:auto;
	width:100%;
}
#landing-overlay div {
	display:inline-block;
}
#landing-overlay #announcements h2{
	color:#ccc;
	text-shadow: 4px 4px 4px #000;
}
/* PAGE STYLING */
.page {
	box-sizing: border-box; /*borders and padding included in width*/ 
	position:relative;
	z-index:100;
	width:100%;
	max-width:764px;
	height:100%;
	border:none;
	margin-left:auto;
	margin-right:auto;
}
.page aside {
	position:fixed;
	top:3.7em;
	width:240px;
	height:556px;
	text-align:right;
	background-image: url('../images/page_aside.jpg');
	background-repeat:no-repeat;
	background-size: contain;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page_aside.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/page_aside.jpg', sizingMethod='scale')";
	behaviour:url(http://www.thetwocharacterplay.com/css/ie-css3.htc)
}

.page section {
	position:absolute;
	top:0;
	left:255px;
	height:auto;
	width:auto;
	padding-bottom:220px;/*footer*/
	padding-right:1em;
	margin-right:0;
	margin-left:auto;
}
.page aside, .page section {
	padding-top:1em;
}
.page section img {
	max-width:100%;
	height:auto;
}
.page img.headshot {
	float:left;
	max-width:40%;
	height:auto;
	margin: 0.4em 1em 0 0;
}

@media screen and (max-width:640px) {
	#main-nav ul li {
		display:block;
	}
	#main-header {
		position:static;
		height:auto;
	}
	#content {
		position:static;
		bottom:0;
	}
	#main-header ul {
		border-bottom:1px solid #cccccc;
	}
	.page aside { 
		position:relative;
		top:0;
		display:block;
		background:none;
		height:auto; 
		width:auto;
		padding:0 1em;
		text-align:left;
	}
	.page aside h2, 
	.page aside h3 {
		display:inline-block;
	}
	.page section {
		position:relative;
		left:0;
		padding:1em;
	}
	#signup-form label {
		display:none;
	}
	#main-wrap {
		position:static;
		height:auto;
		padding-bottom:0;
	}
	#landing-overlay {
		position:static;
	}
	#main-footer {
		position:static;
		border-top:1px solid #cccccc;
		height:auto;
	}
}

@media screen and (min-width: 641px) and (max-width: 850px), (min-width: 641px) and (max-height:500px) {
	#main-header {
		height:2.4em;
	}
	#content, #background, .page aside {
		top:2.4em;
	}
	#main-nav ul li {
		font-size:1.7em;
	}
}

@media (orientation: landscape) {
	#background {
		height:100%;
		width:100%;
	}
	#landing-image {
		max-height:100%;
		max-width:100%;
		
		
		height:auto;
		width:auto;
	}
}
@media (orientation: portrait) {
	#background {
		width:100%;
		height:100%;
	}
	#landing-image {
		max-width:100%;
		min-width:100%;
		height:auto;
		min-height:auto;
	}
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.shadow-up{
	-moz-box-shadow: 3px -3px 4px #000;
	-webkit-box-shadow: 3px -3px 4px #000;
	box-shadow: 3px -3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');
}

.inner-shadow {
   -moz-box-shadow:    inset 0 0 15px #000000;
   -webkit-box-shadow: inset 0 0 15px #000000;
   box-shadow:         inset 0 0 15px #000000;
}




/* MODERNIZR and JS required adjustments*/

.js .page section { 
	opacity:0; 

}

/* PAGE SPECIFIC and MISC TWEAKS */

#theater-logo img {
	width:341px; /*actual: 430*/
	height:57px; /*actual: 72*/
}

/* TICKETS PAGE*/

div.ticket-options {
	border-bottom: 1px solid #ccc;
	padding-bottom:0.8em;
}
ul.ticket-options {
	list-style-type:none;
}
ul.ticket-options li h3, 
ul.ticket-options li ul{
	display:inline-block;
}
ul.ticket-options li ul li {
	display:inline-block;
	margin: 0;
	padding: 0.5em;
	border-left:1px solid #dddddd;
}
ul.ticket-options li ul li:first-child {
	margin-left:0;
	border-left:0;
}
ul.ticket-options li h3 {
	/*font-style:italic;*/
	color:#cccccc;
	margin-right:0.5em;
	text-align:right;
}
ul.ticket-options li.online ul li,
ul.ticket-options li.phone ul li {
	font-size:1.29em;
	line-height: 1.125em;
	margin-top:0.3em;
	padding-top:0.2em;
	margin-bottom:0.3em;
	padding-bottom:0.2em;
	font-weight:400;
}
ul.ticket-options li.online a {
	color:#dc0000;
}
ul.ticket-options li.online ul li:hover {
	background:#fff;
	text-shadow: 1px 1px 1px #000;

}
ul.ticket-options li ul li {
	text-transform:uppercase;
}
ul.ticket-options li.boxoffice ul li span {
	display:block;
}
ul.ticket-options li.boxoffice ul li span.theater {
	font-size:1.2em;
}

div.ticket-dates {
	margin-bottom:1em;
	border-bottom:1px solid #ccc;
}
div.ticket-dates h2 {
	display:none;
}
ul.ticket-dates {
	list-style-type:none;
}
ul.ticket-dates li h3 {
	display:inline-block;
	margin-right:0.5em;
}
ul.ticket-dates li p {
	display:inline-block;
	font-size:1.29em;
	line-height: 1.125em;
	margin-top:0.3em;
	padding-top:0.2em;
	margin-bottom:0.3em;
	padding-bottom:0.2em;
	font-weight:400;
	font-style:italic;
	color:#ccc;
	text-transform:uppercase;
}
div.schedule span.accent {
	margin-left:0.2em;
}

p.faq {
	text-transform:uppercase;
}
p.faq span.accent {
	background-color:#fff;
}
p.faq span.faq {
	/*color:#dc0000;*/
}
section#press article {
	margin-top: 0.5em;
	padding: 0.2em 0 0.8em 0;
}
section#press span.date {
	background:#fff;
	color:#000;
	font-size:1.2em;
	padding:0.1em 0.5em;
}
section#press span.date,
section#press article h2 {
	display:inline-block;
	margin-top:0;
	margin-bottom:0;
}
section#press article h3 {
}
section#press article h3 {
	font-style:italic;
	color:#ccc;
}
section#press span.read-more {
	color:#ccc;
	font-weight:400;
	padding-left:0.5em;
	font-style:italic;
	text-transform:uppercase;
}
section#press article a p {
	color:#ccc;
}
section#press article a:hover p {
	color:#fff;
}
section#press article a:hover span.date {
	color:#dc0000;
	background:#fff;
	text-shadow: 1px 1px 1px #000;
}
section#press article a:hover span.read-more {
	color:#dc0000;
} 
section#press article.contact-us {
	border-top:1px solid #ccc;
}