/*  nyweb2.css 
	Revised style sheet for nytheatre.com website
	Created 06/16/07 by Martin Denton
*/	


/*   Basic Document Structure  
	 page DIV holds all content
	 	masthead DIV holds masthead (logos) -- topmost section of page
		spacer DIV precedes sidebar -- enables browser to skip naviagation
		sidebar DIV holds site navigation -- left column of page
		content DIV holds main page content -- used everywhere except home page
		footer DIV holds page footer (including search bar) -- bottommost section of page
			search DIV holds Google search -- no rules defined on this style sheet!
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: center;
	background-color: #FFFFFF;
}

#page {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 95%;
	border: 1px solid #050587;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #050587;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-top: 0;
	background-color: #F0F5FF;
}

#sidebar {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F5F5;
}

#content {
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 160px;
	padding-top: 0em;
	padding-right: 1%;
	padding-bottom: 0.2em;
	padding-left: 1%;
}

#footer {
	text-align: center;
	clear: both;
	background-color: #F5F5F5;
	padding: 6px;
}

#spacer p {
	margin: 0px;
	padding: .5em;
}

/* Special Rules for sidebar and footer */

#sidebar a, #nycastbottom a {
	font-weight: normal;
	text-decoration: none;
	color: #050587;
}

#sidebar a:hover, #nycastbottom a:hover {
	font-weight: bold;
	color: #050587;
	text-decoration: underline;
}

#sidebar ul li, #nycastbottom ul li {
	list-style-type: none;
	margin-left: 10px;
}

#sidebar ul, #nycastbottom ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.motto {
	font-size: small;
	font-style: italic;
	color: #050587;
}

#footer ul li{
	display: inline;
	padding-right: 2em;
}

#footer ul {
	margin-top: 3px;
	margin-bottom: 0px;
}


/* Home Page Structure 
	right DIV creates right column
		justreviewedsection holds review info; at top of right column
		sponsorsection holds sponsor info; at bottom of right column
	main DIV creates center column  
*/

#right {
	background-color: #FFFFEA;
	float: right;
	width: 225px;
	padding-left: 10px;
	margin-top: 10px;
}

#sponsorsection {
	border: 1px dashed #ffd128;
	padding: 6px;
}

#main {
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 235px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


/* Special Rules for Home Page DIVs */

#justreviewedsection a {
	font-weight: normal;
	text-decoration: none;
	color: #050587;
}

#justreviewedsection a:hover {
	font-weight: bold;
	color: #050587;
	text-decoration: underline;
}

#justreviewedsection ul li {
	list-style-type: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#justreviewedsection ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#justreviewedsection h3 {
	margin-top: 0px;
}

#main p {
	margin-top: 0px;
}

#main h1 {
	text-align: left;
}

#sponsorsection p {
	margin-top: 0px;
}

/* Tag Definitions */

a:link {
	font-weight: bold;
	color: #050587;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #050587;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #050587;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #050587;
	text-decoration: underline;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h4 {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}

dd {
	font-size: x-small;
	margin-left: 0px;
}

ol ol li {
	list-style-type: lower-alpha;
}

hr {
	color: #ABABFC;
	text-align: center;
}

form {
	margin: 0px;
}


/* Classes to render fonts */
/* Note that showtitle will be deprecated */

.centeredtext {
	text-align:center;
}

.festshows {
	font-size: x-small;
	margin-left: 8px;
	margin-top: 0px;
}

.fringetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.horiz {
	display: inline;
}

.nobtmmargin {
	margin-bottom: 0px;
}

.notopmargin {
	margin-top: 0px;
}

.nomargins {
	margin-top: 0px;
	margin-bottom: 0px;
}

.supersizetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}

.tabbedtext {
	margin-left: 20px;
}

.verysmall {
	font-size: x-small;
}

.verysmallright {
	font-size: x-small;
	font-style: italic;
	text-align: right;
}

.verysmalltext {
	font-size: x-small;
	text-align: center;
}

.showtitle {
	font-style: italic
}

/* Classes to render images */
/* Note that showimage1 is the only method that currently is foolproof */

.coverpix {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

.showimage1 {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.showimage {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

/* Special formatting for individual pages and sections */
/* pplsidebar is used on People of the Year pages */

#buzzmain {
	padding: 6px;
	border: thin solid #9CC2FE;
}

#buzzmain h4 {
	margin-bottom: 0px;
}

#buzzmain p {
	margin-top: 0px;
}

#coming ul li {
	margin-bottom: 6px;
}

#pplsidebar {  
	background-color: #9CC2FE;
	float: right;
	width: 175px;
	margin-right: 6px;
	padding: 6px;
	margin-top: 0px;
	margin-left: 20px;
	border: thin solid #9CC2FE;
	margin-bottom: 6px;
}

#seatingchart {
	margin: 6px;
	border: 1px double #9CC2FE;
	text-align: center;
	padding: 6px;
}

#seatingchart h2 {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 1em;
	margin: 0px;
}

#voices h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 12px;
}

.show {
	background-color: #FFFFFF;
	padding: 6px;
	border: thin dashed #050587;
	margin: 6px;
}

.section {
	background-color: #F5F5F5;
	padding: 6px;
	border: thin dashed #050587;
	margin: 6px;
}

#tagsidebar {
	background-color: #FFFFEA;
	float: right;
	width: 185px;
	padding-left: 10px;
	margin-top: 10px;
}

#tagsidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #050587;
}

#tagsidebar a:hover {
	font-weight: bold;
	color: #050587;
	text-decoration: underline;
}

#tagsidebar ul li {
	list-style-type: none;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#tagsidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#page_ads {
	background-color: #FFFFEA;
	text-align: left;
	padding: 10px;
	width: 95%;
	border: 1px solid #050587;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainwithshow {
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 195px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFEA;
}

#mainshowrev {
	margin-top: 10px;
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFEA;
}

#mainshowrevleft {
	width: 48%;
	float: left;
}

#mainshowrevright {
	width: 48%;
	float: right;
}


.biggesttag {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bigtag {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	margin-top: 0px;
	margin-bottom: 0px;
}

.medtag {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: 0px;
}

.smalltag {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}

#tonywinners dl {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
}

#tonywinners dl dt {
	padding-top: .8em;
	color: #000000;
}

#otherstars ul, #otherstars li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#festpagetop h1 {
	font-size:xx-large;
}

#festpagetop h2 {
	text-align: center;
}

/* nytheatrecast pages */

#nycastpage {
	background-color: #F3FFEC;
	padding: 6px;
	margin: 6px;
	border-width: thin;
	border-style: solid;
	border-color: #A7B0A2;
}

#bottom {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #AAAAAA;
}

#bottom h3 {
	font-variant: normal;
	margin-bottom: 6px;
}

.nycastsection {
	background-color:#FEFEFE;
	padding: 6px;
	border: thin dashed #A7B0A2;
	margin: 6px;
}

.nycastsidebar {
	background-color: #FFFEFE;
	float: right;
	width: 25%;
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 6px;
	border: thin dashed #A7B0A2;
}

#nycastmain {
	padding-right: 6px;
	width: 72%;
}

.nycastsidebar ol {
	padding-left: 15px;
}
	
/* indietheater pages */

#indiepage {
	background-color: #FFFFFF;
	padding: 6px;
	margin: 6px;
	border: 1px solid #DE2000;
}

.indiesection {
	background-color: #F5F5F5;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: thin dashed #CCCCCC;
	width: auto;
}

#indieleft {
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width: 60%; 
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 6px;
	border-right: thin solid #CCCCCC;
}

/* items div contains table with alternating rows */

#items {
	margin: 6px;
}

#items table {
	border-collapse: collapse;
	border: thin solid #CCCCCC;
 	line-height: 1.4em;
}

#items td {
	padding-right: 3px;
	padding-left: 3px;
}

.itemsalt {
	background-color: #DADADA;
}