/* -------------------------------------------------------
layout.css
last modified:  11/26/2007 by GWM
last validated: 11/26/2007 by GWM
------------------------------------------------------- */

/* Body & Wrap
------------------------------------------------------- */
body {
	margin: 0 0 90px 0;
	padding:0;
	color: ccc;
	background-color: #000000;
	background-image: url(http://www.secondthoughttheatre.com/css/i/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center; /* IE centering */
  	font: x-small/1.5em Verdana,Arial,Helvetica,Sans-serif;
  	voice-family: "\"}\""; voice-family: inherit;
  	font-size: small;
  	} html>body { font-size: small; }
#wrap {
	position: relative;
	margin: 0 auto; /* non-IE centering */
	padding: 0;
	width: 770px;
	}

/* Header
------------------------------------------------------- */
#header {
	background-color: #fff;
	padding: 0;
	}
#logo {
  	display: block;
  	height: 110px;
	width: 770px;
	text-decoration: none;
	background: transparent url(http://www.secondthoughttheatre.com/css/i/logo_0809.jpg) no-repeat;
	}
#logo img { 
	visibility: visible;
	}
	
/* Main Nav
------------------------------------------------------- */
#navbar {
	background: #990000 url(http://www.secondthoughttheatre.com/css/i/navbackground.jpg) bottom left repeat-x;
    width: 100%;
	border-bottom: #fff 3px solid;
	text-transform: lowercase;
	} html>body #navbar { float: left; }
#nav {
  	margin: 0 0 0 12px; /* make room for background image */
  	padding: 0;
  	list-style: none;
	position: relative;
  	}
#nav li.mainnav {
	background-color: transparent;
	color: #fff;
	border-right: 1px solid #000;
  	float: left;
  	margin: 0;
  	padding: 0;
  	line-height: normal;
	position: relative; /* anchor point for absolutely positioned subnavs */
	}
#nav li.mainnav a {
	background-color: transparent;
	color: #fff;
  	display: block;
	float: left;
  	padding: 8px 12px;
	font-size: 95%;
	font-weight: normal;
  	text-decoration: none;
  	}
#nav li#navtaste a {
	background-color: #000000;
	color: #FFFFFF;
	}
/* hide from IE5-Mac \*/
#nav li.mainnav a { 
	float: none; 
	}
/* end hide */
#navbar #nav li.mainnav:hover>a { 
	background-color: #990000;
	color: #fff;
	}
#navbar #nav li.mainnav a:hover { 
	background-color: #990000;
	color: #fff;
	}
#nav #navhome {
  	border-left: 1px solid #000;
	}
#nav #navhome a {
  	/* removed eds attributes which pertained to left and right border */
	}
body.navhome #navhome a,
body.navabout #navabout a,
body.navattend #navattend a,
body.navsupport #navsupport a,
body.navcontact #navcontact a,
body.navwatch #navwatch a
body.navtaste #navtaste a  {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	border-right-color: 000;
	}
body.navhome #navbar #nav li#navhome a:hover,
body.navabout #navbar #nav li#navabout a:hover,
body.navattend #navbar #nav li#navattend a:hover,
body.navsupport #navbar #nav li#navsupport a:hover,
body.navcontact #navbar #nav li#navcontact a:hover,
body.navwatch #navbar #nav li#navwatch a:hover 
body.navtaste #navtaste #nav li#navtaste a:hover  {
	background-color: #CCCCCC;
	color: #333;
	border-right-color: #000;
	}
body.navhome #navbar #nav li#navhome:hover>a,
body.navabout #navbar #nav li#navabout:hover>a,
body.navattend #navbar #nav li#navattend:hover>a,
body.navsupport #navbar #nav li#navsupport:hover>a,
body.navcontact #navbar #nav li#navcontact:hover>a,
body.navwatch #navbar #nav li#navwatch:hover>a
body.navtaste #navbar #nav li#navtaste:hover>a {
	background-color: #CCCCCC;
	color: #333;
	border-right-color: #000;
	}

	
/* Sub Nav
------------------------------------------------------- */
#subnav {
	margin: 10px 0 15px 0;
	padding: 30px 60px 0 0;
	position: relative;
	float: right;
	}
body.navabout #subnav {
	margin: 0 0 0 0;
	background: #fff url("/css/i/background_subnav_about.gif") top right no-repeat;
	height: 270px;
	}
body.navsupport #subnav {
	margin: 0 0 0 0;
	background: #fff url("/css/i/background_subnav_support.gif") top right no-repeat;
	height: 253px;
	}
.sh0 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav2.gif") top right no-repeat;
	height: 393px;
	}
.sh1 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh1.gif") top right no-repeat;
	height: 393px;
	}
.sh2 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh2.gif") top right no-repeat;
	height: 393px;
	}
.sh3 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh3.gif") top right no-repeat;
	height: 393px;
	}
.sh4 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh4.gif") top right no-repeat;
	height: 393px;
	}
.sh5 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh5.gif") top right no-repeat;
	height: 393px;
	}
.sh6 {
	margin: 0 -30px 0 0;
	background: #fff url("/css/i/background_subnav_sh6.gif") top right no-repeat;
	height: 393px;
	}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #333333;
	position: relative;
	background-color: #ffffff;
	}
#subnav li {
	display: block;
	float: right;
	width: 150px;
	padding: 7px 0 7px 0;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	}
#subnav li.last {
	border: none;
	}
#subnav li.header {
	margin: 0;
	padding: 0;
	color: #990000;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}
#subnav .li_date {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 80%;
	}
#subnav li a {
	color: #333333;
	padding: 2px;
	text-decoration: none;
	}
#subnav li a:hover {
	color: #FFFFFF;
	padding: 2px;
	background-color: #990000;
	text-decoration: none;
	}
#subnav li.alt a {
	color: #990000;
	}
#subnav li.alt a:hover {
	background-color: #ffffff;
	color: #990000;
	}

/* Main content
------------------------------------------------------- */	
#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
#container.home {
	background-image:  url("/css/i/home3.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#main {
	margin: 0;
	padding: 0 0 20px 10px;
	width: 480px;
	height: 100%;
	float: left;
	text-align: left;
	}	
#main img.headshot {
	margin: 3px 0 3px 10px;
	border: 1px solid #000;
	}
#main img.calendar {
	margin: 0;
	padding: 20px 0 10px 15px;
	}
#main img.dot {
	margin: 5px 5px 0 0;
	padding: 0;
	}
#main h2 {
	padding: 10px 0 0 20px;
	margin: 0 0 0 -10px;
	color: #990000;
	border-bottom: 2px solid #990000;
	font-family: trebuchet ms, calibri, arial;
	font-weight: bold;
	text-transform: uppercase;
	}
#container.attend #main h1,
#container.about #main h1 {
	padding: 20px 0 5px 10px;
	margin: 0;
	color: #333333;
	font-size: 250%;
	font-family: trebuchet ms, calibri, arial;
	font-weight: normal;
	line-height: 65%;
	text-transform: uppercase;
	}
#container.attend #main h1.sh_title {
	padding: 10px 0 5px 10px;
	}
#showinfo_lotm {
	width: 460px;
	height: 407px;
	background-image: url("/shows/s6/i/fit2010_lg.jpg");
	text-indent: -9999px;
	margin: 15px 0 0 0;
	margin: 20px 0 0 0;
	}
#showinfo_lotm {
	width: 460px;
	height: 407px;
	background-image: url("/shows/s6/i/lotm_lg.jpg");
	text-indent: -9999px;
	margin: 15px 0 0 0;
	margin: 20px 0 0 0;
	}
#showinfo_hunter {
	width: 460px; height: 442px;
	background-image: url("/shows/s6/i/hunter_lg.jpg");
	text-indent: -9999px;
	margin: 20px 0 0 0;
	}
#showinfo_lobster {
	width: 460px; height: 429px;
	background-image: url("/shows/s6/i/lobster_lg.jpg");
	text-indent: -9999px;
	margin: 20px 0 0 0;
	}
#showinfo_texas {
	width: 460px; height: 413px;
	background-image: url("/shows/s6/i/texas_lg.jpg");
	text-indent: -9999px;
	margin: 20px 0 0 0;
	}
#showinfo_original {
	width: 460px; height: 385px;
	background-image: url("/shows/s6/i/original_lg.jpg");
	text-indent: -9999px;
	margin: 20px 0 0 0;
	}
#showinfo_power {
	width: 460px; height: 419px;
	background-image: url("/shows/s6/i/powerlunch_lg.jpg");
	text-indent: -9999px;
	margin: 20px 0 0 0;
	}
#container.attend #main p,
#container.about #main p {
	padding: 10px 0 0 10px;
	margin: 0;
	color: #333333;
	}
#container.attend #main p em,
#container.about #main p em {
	font-weight: bold;
	font-style: normal;
	}
#container.attend #main p.auth {
	padding: 0 0 0 10px;
	font-size: 125%;
	}
#container.attend #main p.director {
	padding: 0 0 0 10px;
	font-size: 125%;
	}
#container.attend #main p.date {
	padding: 10px 0 0 10px;
	color: #990000;
	font-size: 125%;
	}
#container.attend #main p.local {
	padding: 0 0 0 10px;
	}
.showinfo {
	width: 460px; height: 407px;
	background-image: url(/shows/s6/i/lotm_sm.jpg);
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}
#container.attend #main p.desc {
	padding: 10px 0 0 10px;
	}
#container.attend #main p.desc em {
	font-weight: normal;
	font-style: italic;
	}
#container.attend #main p.tix {
	padding: 10px 0 0 10px;
	}
#container.attend #main p.review {
	padding: 10px 0 15px 10px;
	border-bottom: 1px dotted #000000;
	}
#container.attend #main p.review_last {
	padding: 15px 0 0 10px;
	}
#container.attend #main p.presented {
	padding: 15px 0 0 10px;
	font-size: 85%;
	}
#container.attend #main img.wt {
	padding: 0 0 0 10px;
	margin: 0;
	}
#container.attend #main a,
#container.about #main a {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #990000;
	font-size: 85%;
	text-decoration: none;
	}
#container.attend #main a:hover,
#container.about #main a:hover {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #999999;
	font-size: 85%;
	text-decoration: none;
	}
#container.attend #main h2,
#container.about #main h2 {
	padding: 10px 0 0 20px;
	margin: 20px 0 0 -10px;
	height: 40px;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, calibri, arial;
	background-image:  url("/css/i/h2_image2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	background-color: none;
	}
#container.attend #main h2.reading {
	padding: 5px 0 0 32px;
	font-weight: bold;
	}
#container.attend #main ul,
#container.about #main ul {
	padding: 10px 0 0 10px;
	margin: 0;
	list-style: none;
	color: #333333;
	}
#container.attend #main ol,
#container.about #main ol {
	padding: 10px 0 0 10px;
	list-style: inherit;
	color: #333333;
	margin-left: 25px;
	}
#container.about #main ul {
	font-size: 90%;
	}
#sidebar {
	margin: 0 0;
	padding: 5px 0 5px 10px;
	width: 265px;
	float: right;
	text-align: right;
	}
#sidebar img {
	margin: 0;
	padding: 10px 0 0 0;
	}
#promo {
	margin: 0;
	padding: 45px 30px 0 50px;
	text-align: center;
	color: #000000;
	height: 222px;
	background: url("/css/i/background_promo.gif") top right no-repeat;
	}
#tkts {
	margin: 0;
	padding: 18px 30px 0 50px;
	text-align: center;
	color: #000000;
	height: 300px;
	background: url("/subscribe/tickets_bg.gif") top right no-repeat;
	}
#tkts a {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #990000;
	font-size: 85%;
	text-decoration: none;
	}
#tkts a:hover {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #999999;
	font-size: 85%;
	text-decoration: none;
	}
.quote {
	padding: 35px 10px 0 20px;
	margin: 0;
	color: #333333;
	text-align: left;
	font-size: 90%;
	background-image:  url("/css/i/quote.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
.byline {
	color: #999999;
	text-align: right;
	font-size: 70%;
	padding: 0 10px 20px 10px;
	margin: 0;
	}
.pub {
	font-style: italic;
	}


	
/* Main content -- About
------------------------------------------------------- */
img {
	margin: 0 0 20px 0;
}
#container.about dl {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 10px 15px 0;
	}
#container.about dl img {
	position: relative;
	float: left;
	padding: 0;
	border: 1px solid #333;
	}
#container.about dt {
	position: relative;
	float: right;
	padding: 0 10px 0 10px;
	margin: 0 0 0 12px;
	width: 385px;
	color: #333333;
	font-weight: bold;
	border-left: 1px solid #333;
	}
#container.about dt a {
	color: #FFFFFF;
	padding: 0 0;
	background-color: #990000;
	font-size: 85%;
	text-decoration: none;
	}
#container.about dt a:hover {
	color: #FFFFFF;
	padding: 0 0;
	background-color: #999999;
	font-size: 85%;
	text-decoration: none;
	}
#container.about dd {
	position: relative;
	float: right;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
	width: 385px;
	color: #333333;
	font-size: 85%;
	border-left: 1px solid #333;
	}
ul.support {
	padding: 10px 0 20px 0;
	}
ul.support li {
	list-style-type: disc;
	list-style-position: inside;
	}
	
/* Main content -- Home
------------------------------------------------------- */
#main.home {
	margin: 0;
	padding: 0 10px 10px 0;
	width: 480px;
	height: 100%;
	float: right;
	text-align: left;
	}
#main.home img {
	margin: 10px 0 0 0;
	}
#main.home h2 {
	padding: 10px 0 0 20px;
	margin: 15px -10px 5px 0;
	color: #fff;
	height: 40px;
	border: none;
	font-family: trebuchet ms, calibri, arial;
	font-weight: bold;
	text-transform: uppercase;
	background: url("/css/i/h2_image3.gif") top right no-repeat;
	}
#feature {
	margin: 10px 0 0 0;
	padding: 25px 25px 0 0;
	height: 200px;
	background: url("/shows/s6/i/fit2010_feat.jpg") top right no-repeat;
	text-align: right;
	}
#feature a {
	color: #FFFFFF;
	margin: 0;
	padding: 2px 4px;
	background-color: #990000;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}
#feature a:hover {
	color: #FFFFFF;
	padding: 2px 4px;
	background-color: #999999;
	}
#sidebar.home {
	margin: 0;
	padding: 5px 0 0 10px;
	width: 270px;
	float: left;
	}
#sidebar.home .quote {
	padding: 35px 15px 0 20px;
	color: #333333;
	text-align: left;
	font-size: 90%;
	background-image:  url("/css/i/quote.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
#sidebar.home .byline {
	color: #999999;
	text-align: right;
	font-size: 70%;
	padding: 0 40px 0 0;
	}
#main.home dl {
	position: relative;
	float: left;
	padding: 2px 0 2px 5px;
	margin: 0 0 0 20px;
	}
#main.home dl.current {
	position: relative;
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
	}
#main.home dl img {
	position: relative;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	}
#main.home dt {
	position: relative;
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	width: 330px;
	}
#main.home dt.title {
	color: #333333;
	font-weight: bold;
	font-size: 105%;
	text-transform: uppercase;
	}
#main.home dd {
	position: relative;
	float: right;
	padding: 0 10px 15px 0;
	margin: 0;
	width: 330px;
	}
#main.home dd a {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #990000;
	font-size: 85%;
	text-decoration: none;
	}
#main.home dd a:hover {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #999999;
	font-size: 85%;
	text-decoration: none;
	}
#main.home dd.auth {
	color: #333333;
	font-size: 80%;
	padding: 0 10px 0 0;
	}
#main.home dd.date {
	color: #990000;
	}
	
/* Footer
------------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 20px 0 50px 0;
	padding: 0;
	}
#footer address{
	border-top: 1px dashed #990000;
	}
#contact {
	color: #fff;
	margin: 0;
	padding: 5px 0 10px 10px;
	float: right;
	width: 400px;
	text-align: right;
	}
#contact.home {
	color: #fff;
	margin: 0;
	padding: 5px 10px 10px 0;
	float: left;
	width: 400px;
	text-align: left;
	}
#contact p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	}
#contact address {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style:  normal;
	}
#contact a {
	margin: 0;
	padding: 0 2px;
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	}
#contact a:hover {
	color: #FFFFFF;
	padding: 0 2px;
	background-color: #999999;
	text-decoration: none;
	}
#contact form {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #990000;
	}
#support {
	margin: 0;
	padding: 24px 15px 0 0px;
	float: left;
	text-align: right;
	width: 187px;
	background: url("/css/i/support_bg03v2.gif") top no-repeat;
	}
#support.home {
	float: right;
	}
#support p {
	margin: 0;
	padding: 2px 0 5px 0;
	}
#support img {
	padding: 2px;
	margin: 0;
	}
	
/* Misc
------------------------------------------------------- */	
.clear {
	clear: both;
	}
img.link {
	background-color: #FFFFFF;
	display: block;
	}
.button {
	padding: 5px 0 5px 20px;
	}
.giftdoantion {
	margin: 15px 25px 0 25px;
	padding: 10px;
	border: 1px #ccc solid;
	}
.fifthanniv {
	margin: 10px 0 10px 15px;
	}
.exec {
	margin-top: 10px;
	}