
body {
	background: #f2f2f2;
	}
	
#main-wrapper {
	border-bottom: 1px solid #ccc;
	}
	
#footer-wrapper {
	border-top: 3px solid #eee;
	}

/* [ Show Main ] */

#show-main {
	width: 650px;
	background: #fff;
	float: left;
	background: url(show-main.gif) repeat-y;
	margin: 0 -10px;
	position: relative;
	}
	
	#show-main .header {
		height: 20px;
		background: url(show-main.header.gif);
		}
		
	#show-main .content {
		margin: 0 20px 10px;
		padding: 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		min-height: 1px;
		}
		
		* html #show-main .content {
			height: 1px;
			}
		
	#show-main .footer {
		height: 35px;
		padding: 10px 30px 0;
		font-size: 10px;
		background: url(show-main.footer.gif);
		position: relative;
		}
		
#show-image {
	margin: -10px -10px 0;
	display: block;
	min-height: 1px;
	position: relative;
	}
	
	

/* [ Hide Show H1 - will use image instead ] */
#show-main h1 {
	display: none;
	}
		
		
/* [ Show Credits ] */

#show-credits {
	font-size: 12px;
	line-height: 1.4em;
	margin: 1em 0;
	color: #555;
	}
	
	#show-credits strong {
		color: #000;
		}
	
/* [ Show Description ] */

#show-description {
	margin: 1em 0;
	line-height: 1.3em;
	width: 450px;
	}	
		
/* [ Show Tags (DL) ] */

#show-tags {
	margin: 0;
	padding: 0;
	line-height: 15px;
	display: block;
	height: 15px;
	position: absolute;
	width: 600px;
	}
	
	#show-tags dt {
		float: left;
		padding: 0;
		margin: 0;
		color: #777;
		font-weight: normal;
		}
		
	#show-tags dd {
		float: left;
		margin: 0 1em 0 0;
		padding: 0 1em 0 1ex;
		border-right: 1px solid #ccc;
		}
		
	#show-tags a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted #00aeef;
		}
		
	#show-tags a:hover {
		color: #00aeef;
		border-bottom: 1px solid #00aeef;
		}

.facebook-share {
    border-right: none !important;
}
		
.facebook-share a {
    padding: 2px 0 2px 20px !important;		    
    border: none !important;
}
		
/* [ footer ticket button ] */

	#show-main .footer .book-tickets {
		position: absolute;
		right: 20px;
		top: 20px;
		}
		
	#show-main .content .book-tickets {
		position: relative;
		top: 0;
		left: -40px;
		}
		
/* [ Show Sidebar ] */
	
#sidebar {
	width: 300px;
	float: right;
	padding: 20px 0;
	border-color: #3d3d3d;
	}
	
	

/* [ Show Quote ] */

#show-quote {
	background: url(show-quote.gif) no-repeat 0 0;
	padding: 25px 0 0;
	}
	
	#show-quote .footer {
		padding: 0 0 25px;
		background: url(show-quote.footer.gif) no-repeat 0 bottom;
		}
	
	#show-quote blockquote {
		padding: 0;
		margin: 0;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.2em;
		width: 150px;
		letter-spacing: -.05ex;
		}
		
	#show-quote blockquote p {
		margin: 0;
		}
		
	#show-quote cite {
		font-size: 10px;
		text-transform: uppercase;
		color: #999;
		margin: .5em 0;
		display: block;
		}
		

/* [ Show Brief ] */

#show-brief {
	margin: 3em 0;
	min-height: 1px;
	background: url(show-brief.gif) no-repeat 0 0;
	font-size: 11px;
	line-height: 1.25em;
	color: #333;
	}
	
	* html #show-brief {
		height: 1px;
		}
	
	#show-brief .footer {
		clear: both;
		background: url(show-brief.footer.gif) no-repeat 0 bottom;
		height: 1em;
		}
	
	#show-brief dl{
		width: 140px;
		padding: 1em 0 0;
		margin: 0 10px 0 0;
		float: left;
		}
	
	#show-brief dt {
		font-size: 9px;
		text-transform: uppercase;
		color: #000;
		margin: 0;
		padding: 0;
		}
		
	#show-brief dd {
		padding: 0;
		margin: 0 0 .5em 0;
		}
		
	#show-brief a {
		border-bottom: 1px dotted #00aeff;
		text-decoration: none;
		}
		
		#show-brief a:hover {
			border-bottom: 1px solid #00aeff;
			text-decoration: none;
			}
		
/* [ Show Sponsors ] */
#show-sponsors {
	font-size: 10px;
	color: #8e908f;
	}
	
#show-sponsors strong {
	display: block;
	font-weight: normal;
	}
	
#show-sponsors p {
	margin: 0 0 2em 0;
	}
	
#show-sponsors img {
	display: block;
	margin: 1em 0 2em;
	}
		
		
/* [ News ] */

#show-news {}

/* [ Free Sticker ] */
.free-sticker {
	position: absolute;
	top: -15px;
	right: 20px;
	}

	.free-sticker a {
		display: block;
		text-indent: -9000px;
		width: 55px;
		height: 54px;
		background: url(free-sticker.png);
		}
		