/************************************
 * DOWNSTAGE MAIN WEBSITE CSS 
 * @author: Tom Young
 ************************************/
 
body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, san-serif;
	font-size: 80%;
	line-height: 1.3;
	background: url(../images/background.png) center repeat-y;
}

h1, h2, h3, h4, h5, h6{
	font-family: georgia, "times new roman", times;
	margin-top: 0px;
	color: #e1144d;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 2px;
	padding-bottom: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

a  {
	color: #e1144d;
	outline-style:none;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 20px;
}

.imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;
}

.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
}

.textField {
	width: 130px;
	height: 18px;
	border: 1px solid #535e71;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

blockquote {
	padding: 10px 20px 10px 40px;
	background: url(../images/Quote_24x24.png) no-repeat #fff;
	background-position: 10px 10px;
}

.source {
	display: block;
	text-align: right;
	font-weight: bold;
}

.clear {
	clear: both;
}

#secondaryNav {
	width: 300px;
	margin-right: 20px;
	float: left;
}

#secondaryNav .sectionTitle {
	font-size: 16px;
	height: 20px;
}

#secondaryNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondaryNav li {
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

#secondaryNav li a {
	padding: 3px 0;
	margin: 0;
	display: block;
}

#secondaryNav li.selected a {
	background: #fff;
	cursor: default;
	color: #666;
}

#secondaryNav li a.selected {
	cursor: default;
	color: #666;
}

#secondaryNav li.selected a:hover {
	text-decoration: none;
}

#secondaryNav li ul {
	padding-left: 20px;
}

#secondaryNav li ul li {
	border: 0;
	margin: 0;
	padding: 0 0 6px;
	font-weight: normal;
}

#secondaryNav li ul li  a{
	display: inline;
	
}

.inlineList {
	margin: 0;
	padding: 20px 0;
	font-weight: bold;
	text-align: right;
}

.inlineList li {
	display: inline;
	padding-right: 20px;
}

.left620px {
	width: 620px;
	float: left;
}

.right300px {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.col682px {
	width: 682px;
}

.col706px {
	width: 706px;
	float: left;
}

.inputInfo {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 150px;
	font-size: 0.8em;
	color: #666;
}

.right {
	float: right;
}

.caption {
	float: left;
	width: 150px;
	margin-right: 20px;
	clear: both;
}

form img {
	vertical-align: top;
}

.contactBubble {
	padding: 10px 10px;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	font-weight: bold;
}

#loggedInAdminPanel {
	position: absolute;
	padding: 5px 10px;
	top: 0;
	right: 10px;
	background: #cbddfa;
}

#loggedInAdminPanel p {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}

/******************************
 * Header styles
 *******************************/

#header {
	width: 940px;
	height: 230px;
	padding: 0 10px;
	background: url(../images/header.jpg) #fff no-repeat;
	background-position: bottom;
	position: relative;
	z-index: 9;
}


#header img {
	position: absolute;
	top: 127px;
	left: 57px;
	z-index: 2;
}

/***************************
 * Navigation styles
 **************************/
 
#nav {
	width: 940px;
	height: 31px;
	position: absolute;
	z-index: 1;
	top: 199px;
	background: url(../images/nav_bg.png);
}

#nav ul {
	width: 643px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 308px;
}

#nav a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display: block;
}

#nav ul li {
	position: relative;
	float: left;
	list-style-type: none;
	vertical-align: baseline;
}

#navHome, #navShows, #navBookTickets, #navAbout, #navContact {
		background: url(../images/nav-bar.png) right 7px no-repeat;
}

#navHome a, #navShows a, #navBookTickets a, #navAbout a, #navContact a, #navSupport a {
	padding: 6px 14px 5px 12px;
	min-height: 20px;
}

#nav #navSupport ul li {
	border-right: none;
} 

#nav li ul {
	position: absolute;
	background: #f1f1f1;
	left: 0;
	top: 31px;
	width: 164px;
	margin-left: -9999px;
	padding: 0;
}

#nav li ul li {
	display: block;
}

#nav li:hover ul, #nav li.over ul { 
	display: block;
	margin-left: 0;
	z-index: 2;
}

#nav li ul li a {
	display: block;
	width: 140px;
	padding: 6px 12px;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

#nav li ul li a:hover {
	display: block;
	background: #e1144d;
	color: #fff;
	text-decoration: none;
}

#content {
	background: #fff;
	width: 940px;
	padding: 20px 10px;
	min-height: 500px;
}


/***********************
 * Content styles
 ***********************/

 
/* Homepage feature */

#feature {
	margin: 0;
}

#feature h1 {
	padding-top: 5px;
	margin-bottom: 0;
	font-family: georgia, times;
	font-size: 2.1em;
}

#feature .date {
	color: #ff7c1c;
	margin-bottom: 10px;
	font-family: georgia, times;
	font-size: 1.7em;
	font-weight: bold;
}

#featureContent {
	margin-bottom: 9px;
}

.sectionTitle {
	display: block;
	height: 23px;
	padding: 3px 8px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background: #e1144d;
}

#featureTitle {
	background: #8a1e73; 
}

div#featureTitle {
	display: block;
}

.featureItem {
	height: 270px;
	width: 614px;
	margin-bottom: 10px;
	display: block;
}

.featureItem h1 a {
	color: #8A1E73;
}

.featureImg {
	position: absolute;
	z-index: 9;
	margin: 0;
	width: 250px;
}

.featureText {
	position: relative;
	width: 301px;
	height: 269px;
	padding-left: 319px;
	display: block;
	border-bottom: 1px dashed #e1e1e1;
}

#noFeature {
	height: 49px;
}

/* Homepage coming soon */ 

#comingSoon .sectionTitle {
	background: #d01b64;
}

.comingSoon img {
	position: absolute;
}

.comingSoon {
	width: 619px;
	height: 126px;
	position: relative;
	margin-bottom: 12px;
	margin-bottom: 12px;
	clear: left;
	background: #fff;
}

.comingSoonText {
	width: 450px;
	height: 124px;
	padding: 1px 10px 0 160px;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
}

.comingSoonContent {
	height: 80px;
	overflow: hidden;
}

.comingSoon h2 {
	margin-bottom: 0;
	font-family: georgia, times;
	font-size: 1.6em;
}

.comingSoon .showMore {
	width: 450px;
	position: absolute;
	left: 160px;
	margin: 0;
}


/* Homepage tonight */

#tonight {
	margin-bottom: 10px;
}

#tonight ul {
	margin: 0;
	padding: 0;
	font-family: georgia, "times new roman", times;
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
}

#tonight li {
	padding: 5px 0;
	border-bottom: 1px dashed #e1e1e1;
}

/* Homepage news */

#latestNews {
	margin-bottom: 10px;
}

#latestNews ul {
	margin: 5px 8px;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#latestNews img {
	position: absolute;
}

#latestNews .text {
	width: 140px;
	height: 115px;
	padding: 10px 0 0 160px;
	border-bottom: 1px dashed #e1e1e1;
}

#latestNews .date {
	margin: 0 0 10px 0;
	font-family: georgia, "times new roman", times;
	font-size: 1em;
	font-weight: bold;
	color: #ff7c1c;
}

p.newsletter {
	margin-top: 10px;
	font-style: italic;
}


/* Special offers homepage */

#specialOffers {
	margin-bottom: 10px;
}

#specialOffers img {
	position: absolute;
}

#specialOffers .text {
	width: 140px;
	height: 115px;
	padding: 10px 0 0 160px;
	border-bottom: 1px dashed #e1e1e1;
}


/* Follow us */

#followUs li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

/* Sponsors */

#homepageSponsors li {
	margin: 10px 0;
	padding: 0;
}

#homepageSponsors p {
	margin: 0;
	font-weight: bold;
}

/* homepage map */

.homepageMap {
	margin-top: 10px;
}

.mapText {
	padding-left: 160px;
}

.mapText h2 {
	color: #959595;
}

.homepageMap img{
	float: left;
}

.homepageMap ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.phone {
	margin-top: 10px;
	font-weight: bold;
}

/* Shows */

.show {
	width: 448px;
	height: 125px;
	margin-bottom: 12px;		
	border-bottom: 1px dashed #e1e1e1;
	float: left;
	background: #fff;
	position: relative;
}

.show .date {
	color: #ff7c1c;
	font-weight: bold;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.oddShow {
	margin-right: 20px;
	clear: left;
}

.show img {
	float: left;
}

.show h3 {
	padding: 1px 0 0 160px;
	margin: 0;
	font-size: 1.2em;
}

.show p.date {
	padding: 0 0 0 160px;
	margin: 0;
}

.show .showMore {
	position: absolute;
	left: 160px;
	margin: 0;
}

#seasonFormWrap {
	position: relative;
	height: 30px;
}

#seasonForm {
	display: inline;
	position: absolute;
	right: 0;
}

#seasonForm label {
	font-weight: bold;
}

#seasonForm label, #seasonForm select{
	float: left;
	margin: 2px 10px 0 0;
}

#seasonForm input {
	float: left;
} 

#season {
	clear:both;
}

#season h2 {
	padding: 3px 8px;
	height: 26px;
	margin-bottom: 10px;
	background:	#8a1e73;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}

.showMore {
	position: absolute;
	bottom: 10px;
	font-family: georgia, "times new roman", times;
	color: #ff7c1c;
	font-weight: bold;
}

.showMore a{
	color: #ff7c1c;;
}

#showDetails.col1 {
	width: 300px;
	margin-right: 20px;
	float: left;
	background: #fff;
}

#showDetails .date {
	color: #ff7c1c;
	font-weight: bold;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#ShowDetailsBody {
	padding: 0 10px;
}

#showBody {
	margin-left: 275px;
}

#bookTickets {
	margin: 10px 0;
	font-family: georgia, "Times New Roman", times, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

#bookTickets a {
	color: #ff7c1c;
}

#related {
	margin-top: 50px;
}

#related .related {
	width: 150px;
	margin-right: 20px;
	float: left;
	background: #fff;
}

.relatedImage {
	height: 135px;
}

#related .related h4 {
	margin-bottom: 0;
	color: #333;
}


/* Contact */
 
#contactMain {
	height: 350px;
	margin-bottom: 20px;
	border: 2px solid #e1e1e1;
	background: #fff;
} 

#contactMain .col1 {
	padding: 10px;
}

#contactMain ul {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#contacts h2 {
	margin: 0 0 20px 0;
	padding: 0;
}

#contacts .col2, #contacts .col3, #contacts .col4 {
	float: left;
	width: 220px;
	padding-left: 20px;
}

#contacts .col1 {
	float: left;
	width: 220px;
}

.contactGroup {
	clear: both;
	padding-top: 20px;
}

#contacts ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

#contacts h4 a {
	font-size: 0.9em;
	font-weight: normal;
}


/* Privacy policy */

.privacy li {
	margin-bottom: 10px;
}

/* Media resources */

.media {
	border: 0;
	margin-bottom: 40px;
	border-collapse: collapse;
}

.media caption {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
}

.media th, .media td {
	width: 97px;
}

.media th {
	padding: 5px 10px;
	text-align: left;
	background: #a3d165;
	color: #fff;
}

.media td{
	padding: 5px 10px;
}

.media .col1 {
	width: 300px;
	padding-right: 20px;
}

tr {
	background: #fff;
}
.alt  {
	background: #f0f2f3;
}

/* Admin */

#adminLoginForm {
	width: 460px;
	background: #fff;
}

#adminLoginForm .error {
	color: #c00;
}


#adminFunctions  p{
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

#adminFunctions .loggedIn {
	float: right;
}

#adminFunctions ul {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
}

#adminFunctions li {
	padding-bottom: 10px;
	font-size: 1.2em;
}

#adminFunctions .col1, #adminFunctions .col2, #adminFunctions .col3 {
	float: left;
	width: 214px;
	margin-right: 20px;
} 

#adminFunctions .col1 h2 {
	width: 116px;
	height: 32px;
	margin-bottom: 10px;
	background: url(../images/admin_cp_shows.png) no-repeat;
	text-indent: -9999px;
}

#adminFunctions .col2 h2 {
	width: 98px;
	height: 35px;
	margin-bottom: 10px;
	background: url(../images/admin_cp_news.png) no-repeat;
	text-indent: -9999px;
}

#adminFunctions .col3 h2 {
	width: 93px;
	height: 36px;
	margin-bottom: 10px;
	background: url(../images/admin_cp_pages.png) no-repeat;
	text-indent: -9999px;
}

.field {
	width: 100%;
	position: relative;
	padding: 0 0 30px 0;
}

.field input, .field select {
	width: 214px;
}

.field textarea {
	width: 600px;
}

.field label {
	position: relative;
	width: 150px;
	float: left;
}

.submit {
	display: block;
	margin: 20px auto 20px auto;
}

.field .msg {
	font-size: 0.8em;
	position: absolute;
	vertical-align: top;
	left: 400px;
}

.msg {
	color: #c00;
}

.field .upMsg {
	color: #0c0;
}

.field .areaMsg {
	font-size: 0.85em;
	position: absolute;
	top: 0;
	left: 780px;
	color: #c00;
}

#newsForm .field input {
	width: 642px;
}

#newsForm .field textarea {
	width: 642px;
}

#newsForm .field label {
	font-weight: bold;
}

#pageForm .field input {
	width: 742px;
}

#pageForm .field textarea {
	width: 742px;
}

#pageForm .field label {
	font-weight: bold;
}



#manageTable {
	border: 0;
	margin-bottom: 20px;
}

#manageTable td {
	padding: 2px 20px;
}
#manageTable th {
	padding: 0 20px;
	background: #e6e6e6;
}

#manageTable .showName {
	width: 428px;
}

ol.pageNumbers {
	border-top: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 2px 15px 0 0;
	text-align: right;
	width: 885px;
}

.pageNumbers li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}


.message{
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 1px solid #b2c3ca;
	font-weight: bold;
	background: #e3e8ea;
}

/* News */

#newsArticle h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#newsArticle .postedBy{
	font-size: 0.85em;
	margin: 0;
	padding: 0 0 20px 0;
	color: #555;
}

#newsArticle  form {
	padding-top: 20px;
}

#newsArticle .field {
	padding-bottom: 10px;
}

/* Sponsorship */

#sponsors .col1, #sponsors .col2, #sponsors .col3 {
	width: 190px;
	padding-right: 20px;
	float: left;
}

#sponsors h3, #sponsors h4 {
	margin-top: 40px;
}

#sponsors ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sponsors .col3 {
	padding-right: 0;
}

/* Search page */
#searchSite.searchPage {
	padding: 0 0 20px 0;
	width: 291px;
	height: 20px;
	background: transparent;
}

#searchSite.searchPage  p {
	float: left;
}

.searchResult {
	margin-bottom: 20px;
}

/* Add show */
.performanceTimes .field {
	padding-bottom: 10px;
}

.performanceTimes {
	border: 0;
	border-top: 1px solid #ccc;
}

.performanceTimes legend {
	font-weight: bold;
	padding: 0;
}

/* Prices, Times and Bookings */

#pricesTimesBookings ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pricesTimesBookings .col1, #pricesTimesBookings .col2 {
	width: 188px;
	float: left;
	margin-right: 20px;
}

#pricesTimesBookings .col3 {
	width: 188px;
	float: left;
}

/* Restaurant offers */

.restaurantOffer {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
}

.restaurantOffer p {
	margin-left: 120px;
}

/* Downstage Theatre Society membership */

#dts_form .radio {
	margin-bottom: 20px;
}

#dts_form .radio label {
	font-weight: normal;
}

#dts_form label {
	font-weight: bold;
}

#dts_form textarea {
	width: 300px;
}

#dts_form .field input {
	width: 300px;
}

#dts_form p {
	margin-bottom: 5px;
}

#dts_form .radio input {
	margin-left: 20px;
}

/***************
 * Footer styles
 ****************/
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 10px solid #fff;
	border-top: 50px solid #fff;
	background: #e1e1e1;
	font-family: georgia, "times new roman", times;
	font-size: 0.8em;
	color: #636363;
}

#footer h4 {
	color: #636363;
}

#footer a {
	color: #636363
}

#footerLogo {
	float: left;
	width: 255px;
	padding: 0 0 0 65px;
}

#footer .col {
	float: left;
	width: 140px;
	padding: 10px 20px 10px 0;
	background: #e1e1e1;
}

#footer .col.right {
	float: left;
	width: 140px;
	padding: 10px 0 0 0;
}

#footer .col img {
	margin-bottom: 10px;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
}