
body {
	background: #f2f2f2;
	}
	
#main-wrapper {
	border-bottom: 1px solid #ccc;
	}	
	
#footer-wrapper {
	border-top: 3px solid #eee;
	}	
	
/* [ Shows Main ] */
	
#shows-main {
	width: 630px;
	float: left;
	}
	
/* [ Show Sidebar ] */
	
#sidebar {
	width: 230px;
	float: right;
	padding: 20px 0;
	border-color: #3d3d3d;
	}
	
/* [ Results Panel ] */
	
#results-panel {
	background: #6c6f70;
	color: #d0cfcb;
	padding: 10px;
	position: relative;
	}
	
#results-panel h3 {
	margin: 0;
	}
	
	#results-panel strong {
		color: #fff;
		}
		
#results-panel .show-all {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
	#results-panel .show-all:hover {
		color: #fff;
		text-decoration: underline;
		}
			

/* [ Shows List ] */

#shows {
	margin: 0 -5px;
	padding: 0;
	width: 640px;
	}

#shows a {
	text-decoration: none;
	}
	
	#shows a:hover {
		text-decoration: underline;
		}
	
#shows li {
	list-style: none;
	margin: 1.5em 0;
	padding: 10px;
	background: url(shows.li.gif) no-repeat 0 0;
	position: relative;
	min-height: 125px;
	}
	
	* html #shows li {
		height: 125px;
		padding-bottom: 0;
		}
		
	#shows li:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
		}


#shows .thumb {
	position: absolute;
	top: 10px;
	left: 10px;
	}	
	
#shows .main {
	margin: 0 0 0 155px;
	float: left;
	width: 280px;
	display: inline;
	}
	
#shows .title {
	margin: 0 0 .25em;
	font-size: 16px;
	}
	
	#shows .title a {
		color: #191c1f;
		}
		
	#shows .title a:hover {
		color: #00aeef;
		}
	
#shows .summary {
	font-size: 11px;
	color: #575a5d;
	padding: 0 0 20px 0;
	}
	
#shows .summary p {
	margin: 0 0 .25em;
	}

	
#shows .footer {
	width: 640px;
	height: 35px;
	background: red;
	position: absolute;
	left: 0;
	bottom: -10px;
	font-size: 10px;
	line-height: 30px;
	background: url(shows.li.footer.gif);
	}
	
/* [ Show Tags (DL) ] */

.show-tags {
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: 15px;
	display: block;
	height: 15px;
	}
	
	.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: #191c1f;
		text-decoration: none;
		border-bottom: 1px dotted #00aeef;
		}
		
	.show-tags a:hover {
		color: #00aeef;
		border-bottom: 1px solid #00aeef;
		text-decoration: none;		
		}

/* [ footer ticket button ] */

	#shows .footer .book-tickets {
		position: absolute;
		right: 10px;
		top: 5px;
		}	
		
/* [ Show Brief ] */

.show-brief {
	margin: 10px 0 20px;
	min-height: 1px;
	width: 150px;
	border-left: 1px solid #b5b7b4;
	padding: 0 0 0 10px;
	float: right;
	
	font-size: 10px;
	line-height: 1.25em;
	color: #333;
	}
	
	.show-brief .footer {
		clear: both;
		background: url(show-brief.footer.gif) no-repeat 0 bottom;
		height: 1em;
		}
	
	.show-brief dl{
		width: 140px;
		padding: 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 {
		color: #00aeef;
		border-bottom: 1px dotted #00aeef;
		}
		
	.show-brief a:hover {
		color: #00aeef;
		border-bottom: 1px solid #00aeef;
		text-decoration: none;
		}
		
/* [ Free Sticker ] */
.free-sticker {
	position: absolute;
	top: -5px;
	right: -5px;
	}

	.free-sticker a {
		display: block;
		text-indent: -9000px;
		width: 40px;
		height: 40px;
		background: url(free-sticker.png);
		}
