/* CSS INFO */
/* http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp */

/* background: (color image repeat attachment position) */
/* border: (width style color) */
/* border.collapse: collapse or separate */
/* border.margin.padding: (-top -right -bottom -left) or (t&b l&r) */
/* font: (-style -variant -weight -size line-height -family) */
/* table-layout: auto or fixed */


/* Elements */

/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT,
FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL
{
	color: #999;
	cursor: auto;
	/* font-family: Trebuchet MS, sans-serif; */
	font-family: Lucida Console, Monaco, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0em 0px 0.2em 0px;
	padding: 0em 0px;
	text-align: left;
	vertical-align: baseline;
}


/* Real styles */

A			{ cursor: pointer; }
A:link		{ color: #aaf; /* background: transparent; */ text-decoration: none; }
A:visited	{ color: #aaf; /* background: transparent; */ text-decoration: none; }
A:active	{ color: #f00; /* background: transparent; */ text-decoration: none; }
A:hover		{ color: #fff; /* background: transparent; */ text-decoration: none; font-weight: bold; letter-spacing: 0.1em; }

A P			{ cursor: pointer; }
A DIV		{ cursor: pointer; }

INPUT		{ cursor: auto; }
TEXTAREA	{ cursor: text; }

ADDRESS	{ font-size: 1.2em; font-style: italic; margin-left: 12px; }
BIG		{ font-size: 1.2em; }
SMALL	{ font-size: 0.8em; color: #666; }
STRONG	{ color: #ccc; font-size: 1.1em; font-weight: bold; }

CODE, KBD, PRE, SAMP, TT	{ font-size: 12px; font-family: monospace; }

BODY
{
	background: #1a1819;
	cursor: default;
	margin: 1em 0px;
	padding: 0em 48px 0.5em 36px;
}

DIV	{ background: transparent; margin: 0em 0px; padding: 0em 0px; }

DIV.ProductionHistoryBody
{
	padding: 0 48px 0.5em 36px;
	clear: both;
}

BUTTON	{ cursor: auto; }

H1
{
	color: #666;
	font-family: Trebuchet MS, sans-serif;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 0.8em;
	margin: 1em 0px 0.2em 0px;
}

H2
{
	color: #666;
	font-family: Trebuchet MS, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0px 0em 0px;
}
/*
H3	{ border-bottom: 1px solid #666; color: #000; font-size: 18px; font-weight: bold; margin: 15px 0px 6px 0px; padding: 0px 0px 3px 0px; }
H4	{ color: #666; font-size: 14px; font-weight: bold; margin: 0px 0px 6px 18px; }
H5	{ color: #666; font-size: 14px; font-weight: bold; margin: 12px 0px 6px 0px; }
HR	{ color: #666; margin: 0px; }
*/

/*
MENU			{ margin: 0px 0px 6px 15px; }
BLOCKQUOTE	{ margin: 6px 9px 6px 9px; }
*/

P
{
	margin: 0em 0px 0.5em 0px;
	font-family: Trebuchet MS, sans-serif;
}

LI	{ margin: 0px 0px 3px 0px; }
UL	{ margin: 0px 0px 9px 30px; list-style: square; }
OL	{ margin: 0px 0px 9px 30px; list-style: decimal; }
DL	{ margin: 0px 0px 9px 15px; }
DT	{ font-weight: bold; margin: 0px 0px 3px 0px; }
DD	{ margin: 0px 0px 15px 15px; }

TABLE		{ border: 0px; border-collapse: collapse;/* table-layout: fixed; */}
COL		{ margin: 0px; }
THEAD		{ margin: 0px; }
TBODY		{ margin: 0px; }
TFOOT		{ margin: 0px; }
TR			{ margin: 0px; }
TD, TH		{ margin: 0px; padding: 3px; text-align: left; vertical-align: top; }
TD			{ border: 0px none; }
TH			{ background: #eee; border: 1px outset #aaa; font-size: 10px; font-weight: bold; }

IFRAME
{
	border-color: #000;
	border-style: solid;
	border-width: 3px 0 6px 0;
	margin-bottom: 0.1em;
}

CAPTION, p.Caption
{
	clear: both;
	color: #fff;
	display: block;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 85px;
	text-align: center;
	top: 660px;
	width: 180px;
}




#top { margin: 0; height: 0; padding: 0; }

BODY.ProductionHistory
{
	height: 99%;
	padding: 0;
}

.LeftColumn
{
	float: left;
	width: 48%;
}

.RightColumn
{
	margin-left: 52%;
}

.FloatLeft
{
	float: left;
}

.Clear
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.TinyNav
{
	font-family: Lucida Console, Monaco, sans-serif;
	font-size: 0.9em;
	/* text-transform: uppercase; */
}

UL.ShowNav, UL.Breadcrumbs, UL.FooterBreadcrumbs, UL#LinksFromAboutUTP
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

UL.ShowNav
{
	margin: 1em 0 0.5em 0;
}

UL.ShowNav LI
{
	display: inline;
	/* margin: 0 3px; */
}

UL.ShowNav LI.ShowNavNext
{
	margin-left: 12px;
}

/*
UL.ShowNav LI A
{
	margin: 0 3px;
}
*/

A.NavUp
{
	background-image: url("/arrow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 34px;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
}

A.NavNext
{
	background-image: url("/rightnav.gif");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 40px;
	padding-bottom: 0.9em;
	padding-top: 0.3em;
}

A.NavBullet
{
	background-image: url("/rightnav.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.2em;
	padding-left: 40px;
	padding-bottom: 0.9em;
	padding-top: 0.3em;
}

UL.FooterBreadcrumbs A,
UL.Breadcrumbs A
{
	background-image: url("/arrows-sprite-small.png");
	background-repeat: no-repeat;
	display: block;
	padding-left: 24px;
	height: 20px;
/*
	padding-bottom: 0.9em;
	padding-top: 0.3em;
*/
}

/*
arrows-sprite positions: 24px intervals

-3 left-white
-32 right-white
-62 up-white

-89 left-gray
-118 right-gray
-148 up-gray

arrows-sprite-small positions:

*/

#home-breadcrumb A			{ background-position: 0px -89px; }
#home-breadcrumb A:hover		{ background-position: 0px -3px; }

LI#footer-nav-top A				{ background-position: 0px -148px; margin-left: 24px; }
LI#footer-nav-top A:hover		{ background-position: 0px -62px; }
LI#footer-nav-home A			{ background-position: 0px -89px; }
LI#footer-nav-home A:hover		{ background-position: 0px -3px; }

.ShowNav A:link		{ color: #ccc; /* background: transparent; */ text-decoration: none; }
.ShowNav A:visited	{ color: #ccc; /* background: transparent; */ text-decoration: none; }
.ShowNav A:active	{ color: #fff; /* background: transparent; */ text-decoration: none; }
.ShowNav A:hover	{ color: #fff; /* background: transparent; */ text-decoration: none; font-weight: bold; letter-spacing: 0.2em; }

#production-history-header A:link		{ color: #999; /* background: transparent; */ text-decoration: none; }
#production-history-header A:visited	{ color: #999; /* background: transparent; */ text-decoration: none; }
#production-history-header A:active		{ color: #fff; /* background: transparent; */ text-decoration: none; }
#production-history-header A:hover		{ color: #fff; /* background: transparent; */ text-decoration: none; font-weight: bold; letter-spacing: 0.2em; }

.TinyNav A
{
	color: #ff0; text-decoration: none; letter-spacing: 0.1em;
}

.TinyNav A:link		{ color: #fff; /* background: transparent; */ text-decoration: none; }
.TinyNav A:visited	{ color: #fff; /* background: transparent; */ text-decoration: none; }
.TinyNav A:active	{ color: #fff; /* background: transparent; */ text-decoration: none; }
.TinyNav A:hover	{ color: #fff; /* background: transparent; */ text-decoration: none; font-weight: bold; letter-spacing: 0.2em; }

.TinyNav A:link		#top-home-page	{ display: none; }
.TinyNav A:visited	#top-home-page	{ display: none; }
.TinyNav A:active	#top-home-page	{ display: inline; }
.TinyNav A:hover	#top-home-page	{ display: inline; }

.ShowNav A:hover SMALL { font-weight: normal; letter-spacing: normal; }

.ShowButtons A:hover { letter-spacing: normal; }
.ShowButtons A H2, .ShowButtons A H3, .ShowButtons A P	{ cursor: pointer; }

UL#LinksFromAboutUTP { margin: 1em 0 2em 20px; }
/*LI#LinkToProductionHistory { font-size: 1.1em; }*/


.UTP
{
	/* font-family: Courier New, monospace; */
	font-family: Trebuchet MS, Courier New, monospace;
	font-weight: bold;
	/* font-variant: small-caps; */
	font-size: 1.2em;
	white-space: nowrap;
	text-transform: lowercase;
}

#top-home-container
{
	margin-bottom: 0em;
}

#top-home-link
{
	margin-left: 12px;
}

#production-history-header
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

#footer-container
{
	border-top: 1px dotted #333;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

#footer-right-column P	{ text-align: right; }
#copyright				{ font-size: 1.1em; }
#copyright .UTP			{ font-size: 1.1em; }

#header-production-history,
#header-about-utp,
#header-colophon
{
	color: #999;
	margin-top: 0.1em;
}

#header-about-utp
{
	font-size: 2.5em;
}

#about-utp-container,
#colophon-container
{
	margin-top: 1em;
	margin-left: 20px;
	margin-bottom: 3em;
	width: 70%;
}

.ShowButtons A DIV.FloatLeft,
.ShowButtons A:active DIV.FloatLeft
{
	background-color: #111;
	/* border-color: #a6a; */
	border-color: #a6a;
	border-style: groove;
	border-width: 3px;
	margin: 12px;
	padding: 9px;
}

.ShowButtons A:hover DIV.FloatLeft
{
	background-color: #000;
	/* border-color: #f0f; */
	border-color: #f0f;
	border-width: 4px;
	margin: 8px;
	padding: 12px;
}

.ShowButtons A H2
{
	color: #999;
}

.ShowButtons A:hover H2
{
	color: #ccc;
}

.ShowButtons A:hover H3
{
	color: #aaa;
}

.ShowButtons A.ShowButton DIV.FloatLeft { height: 224px; }

/*
#container-rabbit-hole,
#container-a-feminine-ending
{
	height: 220px;
	overflow: hidden;
}
*/

/*
#container-rabbit-hole
{
	background-color: #000;
}
*/

#container-august-osage-county H2
{
	display: block;
	font-size: 3em;
	height: 196px;
	line-height: 0.7em;
	margin: 0;
	padding: 0 0 0 50px;
}

#container-august-osage-county .Background
{
	background-image: url("/productions/august-osage-county/WaningCrescentMoon.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#container-august-osage-county H2 #OsageCounty
{
	font-size: 0.6em;
}

#container-brilliant-traces H2
{
	background-image: url("/productions/brilliant-traces/icon-footsteps-photo-by-Ilan-Kelman.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	color: #333;
	display: block;
	height: 176px;
	width: 156px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 0.9em;
}

#container-rabbit-hole H2
{
	background-image: url("/productions/rabbit-hole/icon-rabbit-hole.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 196px;
	width: 180px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#container-a-feminine-ending .BoxMargin
{
	background-image: url("/productions/a-feminine-ending/icon-a-feminine-ending.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 36px;
	padding-right: 6px;
	height: 218px;
}

#container-a-feminine-ending H2
{
	margin-top: 0em;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 0.9em;
	font-size: 2em;
}

#container-a-feminine-ending H3
{
	margin-left: 40px;
	padding-top: 2em;
}

/*
#container-the-pillowman
{
	background-color: #111;
}
*/

#container-the-pillowman H2
{
	background-image: url("/productions/the-pillowman/icon-the-pillowman.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 196px;
	width: 160px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#container-moving-home H2
{
	background-image: url("/productions/moving-home/icon-moving-home.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 196px;
	width: 182px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#container-true-west H2
{
	background-image: url("/productions/true-west/icon-true-west.jpg");
	background-repeat: no-repeat;
	background-position: 0 9px;
	display: block;
	height: 196px;
	width: 230px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#container-collected-stories H2
{
	background-image: url("/productions/collected-stories/icon-collected-stories.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 196px;
	width: 140px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

UL#EmailSubscriptionOptions {
	margin-left: 23px;
}

UL#EmailSubscriptionOptions LI {
	color: #ccc;
	font-family: Lucida Console, Verdana, Arial, Monaco, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-top: 0.5em;
}
