body {
	color: #333;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
}

.spacer {
	border-bottom: 1px solid #333;
	margin: 30px 0;
}

.bold {
	font-weight: bold;
}

h1 {
	font-weight: normal;
}

/*-----------------------------------------------------------------------------
	Masthead
-----------------------------------------------------------------------------*/

#masthead {
	background: #FFFFFF;
	border-top: 2px solid #000000;
	height: 75px;
}

h1.toplogo {
	text-indent:-9999px;
	height: 75px;
	width: 300px;
	background:url('../images/top_logo.jpg') no-repeat;
	margin: 0;
}

#nav {
	text-align: right;
	padding-top: 20px;
}


#topnav {
	margin: 0 0 4px 0;
}

#topnav li {
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 15px;
}

#topnav li a {
	color: #000000;
}

#topnav li a.tickets {
	color: #AF0013;
}


#botnav {
	margin: 0;
}


#botnav li {
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 13px;
}

#botnav li a {
	color: #000000;
}

/*-----------------------------------------------------------------------------
	Content
-----------------------------------------------------------------------------*/

#content {
	background: #FAF8EB;
	border-top: 2px solid #EDEAD9;
	border-bottom: 2px solid #EDEAD9;
	padding-bottom: 40px;
	min-height: 500px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #FCFCFC;
	padding-top: 40px;
}

#footfriends {
	text-align: right;
}

#footfriends h3 {
	margin-bottom: 6px;
}


#footemail h3 {
	margin-bottom: 6px;
}

#social li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 8px;
}

#footnav {
	text-align: center;
	border-top: 2px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 40px;
}

#footnav ul {
	margin: 0 0 40px 0;
}

#footnav ul li{
	font-weight: bold;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	font-size: 13px;
	border-right: 1px solid #CCCCCC;
}

#footnav ul li.last{
	border-right: none;
}

#footnav ul li a {
	color: #999999;
}

#footnav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

.footinfo {
	text-align: center;
	margin-bottom: 60px;
	color: #999999;
}


.credits h5.footlogo {
	text-indent:-9999px;
	height: 117px;
	width: 140px;
	background:url('../images/foot_logo2.png') no-repeat;
	margin: 0 0 20px 0;
	
}

p.copyright {
	font-size: 11px;
	margin-bottom: 30px;
	text-align: center;
}





/*-----------------------------------------------------------------------------
	Home
-----------------------------------------------------------------------------*/
#twitter {
	position: absolute;
	top: 725px;
}



h1.home {
	text-indent:-9999px;
	height: 500px;
	width: 940px;
	background:url('../images/home.jpg') no-repeat;
	margin: 0;
}


img.ticketthumb {
	float: left;
	margin: 0 10px 0px 0;
}

img.logothumb {
	float: left;
	margin: 0 10px 0px 0;
}

/*-----------------------------------------------------------------------------
	Sections
-----------------------------------------------------------------------------*/

h1.pagename {
	display: block;
	border-bottom: 1px solid #333333;
	margin-top: 20px;
}


/*-----------------------------------------------------------------------------
	About
-----------------------------------------------------------------------------*/
#abouttheshow {
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

.producer {
	margin-bottom: 20px;
}

.producer h5 {
	margin-bottom: 6px;
}

.producer img {
	padding: 2px;
	float: left;
	border: 1px solid #333;
	margin: 8px 10px 0 0;
}

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

#inthenews ul li a {
	font-weight: bold;
	text-decoration: underline;
}

#inthenews ul li a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
	Past Events
-----------------------------------------------------------------------------*/
#pastlist a {
	text-decoration: none;
}

.past_event {
	margin-bottom: 30px;
}

.past_event img {
	padding: 2px;
	float: left;
	border: 1px solid #333;
	margin: 0 10px 0 0;
}

.past_event h3 {
	margin-bottom: 0;
}

.past_event h5 {
	margin-bottom: 10px;
	font-weight: normal;
}

.past_event h5 a {
	padding: 2px 10px;
	background: #8F8F8F;
	color: #FFFFFF;
	border: 3px solid #8F8F8F;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}

.past_event h5 a:hover {
	background: #FFFFFF;
	color: #333;
	text-decoration: none;
}

#past_poster img {
	padding: 3px;
	border: 1px solid #333;
	margin-bottom: 10px;
}

#pastdesigners li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

.designerbio {
	margin-bottom: 40px;
}

.designerbio h5 {
	margin-bottom: 6px;
}

.designerbio img {
	padding: 2px;
	float: left;
	border: 1px solid #333;
	margin: 8px 10px 0 0;
}


/*-----------------------------------------------------------------------------
	Sponsors
-----------------------------------------------------------------------------*/
.sponsor {
	margin-bottom: 30px;
}

.sponsor h5{
	padding-top: 10px;
}

.sponsor img {
	padding: 2px;
	float: left;
	border: 1px solid #333;
	margin: 8px 10px 0 0;
}

.sponsor_group {
	margin-bottom: 30px;
	border-bottom: 1px solid #333;
}


/*-----------------------------------------------------------------------------
	Presskit
-----------------------------------------------------------------------------*/
a.pressrelease {
	background: url('../images/pdf-icon.png') no-repeat;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.presskit_download {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.photopack {
	margin-bottom: 30px;
}

.photopack h5 {
	margin-bottom: 0px;
}

.photopack p {
	margin-bottom: 10px;
}


.photopack a:link img, .photopack a:visited img {
display:inline;
float:left;
height:130px;
margin:0 14px 14px 0;
padding:2px;
border: 1px solid #333;
width:130px;
}

.photopack a:hover img {
background: #FFFFFF;
}



/*-----------------------------------------------------------------------------
	Show
-----------------------------------------------------------------------------*/

.show_info {
	margin-bottom: 30px;
}

.show_info img {
	margin: 20px 0;
}

.show_info p {
	font-size: 18px;
}

.show_info h3 {
	margin-bottom: 6px;
}


/*-----------------------------------------------------------------------------
	Tickets
-----------------------------------------------------------------------------*/

.tickettype {
	font-weight: bold;
	font-size: 17px;
}

img.ticket {
	
	margin-bottom: 20px;;
}


