@charset "UTF-8";
/* CSS Document for Kansas City Improv Festival
   Created by Marie Shelton
   June 22, 2010
   Copyright River City Studio 2010
*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	background: fixed;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #7A0511;
}

#container {
	position: relative;
	width: 670px;
	height: auto;
	margin: 0px auto;
	padding: 0px auto;
	border: 1px solid #000;
}

#holdTop {
	position:fixed;
	_position:absolute;
	top: 0px;
	_top:expression(eval(document.body.scrollTop));
	height: 135px;
	background-color: #fff;
	z-index: 100;
	display: inline;
}

#wrapper {
	position: relative;
	clear: both;
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height:710px;
	height:auto !important;
	height:710px;
}

/*------Red Color c--------*/

/*-----------------Header-----------------------*/

#header {
	width: 670px;
	height: 90px;
	padding: 12px 0px;
	background-image: url('/festival/_img/logo.png');
	background-repeat: no-repeat;
	background-position: 216px 9px;
}

#header img.facebook {
	margin-left: 8px;
	padding-left: 12px;
	float: left;
	/*padding-right: 8px;
	padding-bottom: 8px;*/	
}

#header img.twitter {
	padding: 0px 8px 1px 8px;
	float: left;
}

#header a.tweetLink {
	text-decoration: underline;
	color: #7A0511;
}

#header p.tweet {
	color: #000;
	font-size: 12px;
	width: 179px;
	max-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	padding-left: 12px;
}

#header a#logo {
	position: absolute;
	top: 12px;
	left: 315px;
	border: 1px solid #red;
}

#rightStory {
	float: right;
	width: 175px;
	max-height: 45px;
	margin-right: 8px;
	margin-top: 10px;
}

#rightStory p {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #000;
}

#rightStory img{
	float: left;
	margin: -6px 6px 0px 0px;
}

#rightStory p.volX {
	font-family: "Times New Roman", Times, serif;
	float: right;
	font-weight: normal;
	margin-right: 12px;
	font-size: 13px;
	padding-top: 8px;
}

/*----------------------NAV------------------------*/

#nav {
	width: 630px;
	border-top: 1px solid #000;
	height: 20px;
	border-bottom: 1px solid #000;
	padding-left: 40px;
}

#nav ul {
	height: 17px;
	margin-left: 25px;
	margin-top: 2px;
}

#nav li {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	padding-left: 30px;
	font-size: 14px;
	display: inline;
	margin-top: 4px;
}

#nav a {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	color: #7A0511;
	text-decoration: line-through;
}

/*#nav p.volX {
	float: right;
	font-weight: normal;
	margin-right: 12px;
	margin-top: 2px;
}*/

/*---------------paper----------------------------*/

#paper {
	width: 670px;
}


/*---------------Top Sotry-----------------------*/
#topStory {
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height:330px;
	height:auto !important;
	height:330px;
	
	padding: 12px;	
	font-family: "Times New Roman", Times, serif;
	position: relative;
	border-bottom: 1px solid #000;
	margin-top: 135px;
}
/*--------left Side---------------*/


p.caption {
/* 	width: 315px; */
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.caption span {
	font-weight: bold;
	font-size: 11px;
}

/*--float right Story for 3 column layout--*/

#topStory .rightside {
	float: right;
	/*margin-left: 12px;*/
	width: 315px;
}

#topStory .rightside h1 {
	font-size: 66px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 7px;
	line-height: 60px;
}

#topStory .rightside ul{
	position: relative;	
}

#topStory .rightside li {
	float: left;
	padding-left: 12px;
	width: 140px;
	display: inline;
	font-size: 12px;
}

/*----------------------History------------------*/

#history {
	float: left;
	width: 208px;
	margin-left: 12px;
	height: 0px auto;
	margin-top: 5px;
	position: relative;
}

#history h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 7px;
	padding-bottom: 12px;
}

#history ul {
 margin-left: 12px;
 position: relative;

}

#history p, #subhistory p {
/* 	width: 100px; */
	/*display: inline;*/
	font-size: 12px;
	/* margin-left: 12px;
 	position: relative;*/
 	line-height: normal;
 	float: left;
	padding-top: 7px;

}

#subhistory p {
	margin-top: -30px;
}

/*----------------------Performers/Tickets/middle----------------*/

#middle {
	position: relative;
	float: left;
	width: 215px;
/* 	padding-top: 12px; */
	margin: 0px 12px 12px 12px;
}

#performers {
	border: 2px solid #7A0511;
	padding: 3px;
}

#performers h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7A0511;
	padding-left: 8px;
}

#performers tr {
	font-family: "Times New Roman", Times, serif;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

#performers tr.perLogo {
	width: 40px;
}

#performers img {
	
}

#performers p {
	padding-left: 4px;
	font-size: 12px;
}

/*----------tickets-------------*/
#tickets {
	border: none;
/* 	margin-top: 12px; */
	margin-bottom: 12px;
	float: left;
	margin-right: 12px;
}

#tickets h1 {
	color: #000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif; 
}

#tickets p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 185px;
}

#tickets p.price {
	text-align: right;
	width: 15px;
}

#tickets img.purchase {
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
}


#tickets p.purchase {
	width: auto;
	font-size: 15px;
	text-align: center;
}
#tickets p.purchase a, #tickets p.purchase a:visited {
	color: #7A0511;
}

#tickets p.address {
	font-size: 14px;
	padding-left: 5px;
}
#tickets p.address a, #tickets p.address a:visited {
	color: #7A0511;
}


#rule {
	border-top: 1px solid #000;
	margin-top: 6px;
	margin-bottom: 4px;
}



/*-----------------------------Shows/ right column-------------------*/

#bottRightImg {
	display: block;
	float: right;
	margin: 10px 11px 10px 0px;
	width: 200px;
}

#bottRightImg img.updates {
	left: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 15px;
}

#bottRightImg form input {
	width: 100%;
	display: block;
	text-align: center;
}

#bottRightImg form input[type="submit"] {
	color: #7A0511;
	font-variant: small-caps;
	font-size: 9px;
	border: none;
}


#shows {
	background-color: #CCCCCC;
	width: 200px;
	float: left;
	padding: 5px;
	
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height:515px;
	height:auto !important;
	height:515px;
}

#shows h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: left;
	padding-left: 4px;
}

#shows p, #shows ul {
	font-size: 13px;
	margin-left: 12px;
	padding-bottom: 6px;
	padding-left: 4px;	
}

#shows li {
	margin-left: 13px;
	list-style: square;
	padding-bottom: 2px;
}

#shows h2, #shows h2 a {
	font-weight: bold;
	color: #7A0511;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#shows span {
	color: #7A0511;
}

#shows span.show {
	font-variant: small-caps;
	font-weight: bold;
}

#shows a {
	text-decoration: none;
	color: #000;
}

#shows a:hover {
	color: #7A0511;
	text-decoration: line-through;
}

#shows span.hr {
	border-bottom: 1px dashed #fff;
	width: 120px;
}
/*-------bottom Section------------------------------I*/

#bottom {
	width: 670px;
	height: 0px auto;
/* 	margin-top: 670px; */
	position: relative;
	border-top: 1px solid #000;
}


#contact {
background-color: #CCCCCC;
padding-left: 12px;
width: 260px;

}

#contact h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	padding-top: 9px;
	margin-bottom: 10px;
}	

#contact p span.title {
	font-family: "Times New Roman", Times, serif;
	color: 000;
	font-style:italic;
	font-weight: bold;
	font-size:12px;
}

#contact p {
	padding-bottom: 6px;
	font-size: 12px;
}

#contact a {
	color: #7A0511;
/* 	text-decoration: line-through; */
}

#contact a:hover {
	text-decoration: underline;
}


#contact .right {
	float: right;
	width: 140px;
	margin-left: 10px;
}
/*-------------------------Press---------------------------*/
#press {
	float: right;
	width: 320px;
	margin-right: 40px;
}

#press h1 {
	color: #7A0511;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-bottom: 6px;*/
	padding-top: 9px;
	/*float: left;*/
	width: 120px;
}

#press h2 {
	padding-top: 6px;
	font-variant: small-caps;
	color: #000;
	font-size:13px;
	padding-bottom: 4px;

}

#press p {
	font-size: 12px;
	padding-bottom: 4px;
}

#press .webTools {
	float: right;
	width: 200px;
/* 	margin-right: 12px; */
	margin-top: -17px;
}

.webTools p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	
	padding-bottom: 12px;
}

#press a {
	test-decoration: none;
	color: #7A0511;
}

#press a:hover {
	text-decoration: line-through;
}

.webTools p.social {
	display: inline;
	color: #7A0511;
	font-size: 11px;
	font-weight: bold;
}

/*#press .webTools img {
	padding: 2px 10px 5px 0px;
	
}*/

#press 

/*---------------------------------*/
.clear {
	clear: both;
}



#troupe p {
	margin: 5 3 10 3;
}



#workshops {
	width: 200px;
	float: left;
	padding: 5px;
}

#workshops h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: left;
	padding-left: 4px;
}

#workshops p, #workshops ul {
	font-size: 13px;
	margin-left: 12px;
	padding-bottom: 6px;
	padding-left: 4px;	
}

#workshops li {
	margin-left: 13px;
	list-style: square;
	padding-bottom: 2px;
}

#workshops h2, #workshops h2 a {
	font-weight: bold;
	color: #7A0511;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#workshops span {
	color: #7A0511;
}

#workshops span.show {
	font-variant: small-caps;
	font-weight: bold;
}

#workshops a {
	text-decoration: none;
	color: #7A0511;
}

#workshops a:hover {
	color: #7A0511;
	text-decoration: line-through;
}

#workshops span.hr {
	border-bottom: 1px dashed #fff;
	width: 120px;
}







#content {
	float: left;
	padding: 5px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: left;
	padding-left: 4px;
}

#content p {
	font-size: 13px;
	margin-left: 12px;
	padding-bottom: 6px;
	padding-left: 4px;	
}

#content h2, #content h2 a {
	font-weight: bold;
	color: #7A0511;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#content span {
	color: #7A0511;
}

#content span.show {
	font-variant: small-caps;
	font-weight: bold;
}

#content a {
	text-decoration: none;
	color: #7A0511;
}

#content a:hover {
	color: #7A0511;
	text-decoration: line-through;
}

#content span.hr {
	border-bottom: 1px dashed #fff;
	width: 120px;
}
