

body {
	background: #0b0b0c url(body.jpg) no-repeat center -100px;
	color: #eee;}
	
#main-wrapper {
	border-bottom: 1px solid #000;
	padding-bottom: 100px;
	}	
	
#footer-wrapper {
	border-top: 3px solid #ddd;
	}	

#show-image, #show-sponsors { display: none; }

#main {
	margin-top: -30px;
	}

/* [ Show Quote ] */

#show-quote {
	text-align: right;
	background: url(show-quote.gif) no-repeat right 0;
	margin-bottom: 120px;
	}
	
	#show-quote .footer {
		background: url(show-quote.footer.gif) no-repeat right bottom;
		}
		
	#show-quote blockquote {
		width: auto;
		margin-left: 190px;
		font-size: 16px;
		}
		
		
/* [ Show Main ] */
	
#show-main .header,
#show-main .footer,
#show-main {
	background: none;
	}
	
#show-main {
	margin: 0;
	}
	
#show-main .content {
	padding: 0;
	margin: 0;
	}
	
#show-description {
	width: 350px;
	}
	
/* [ Show Main Header ] */
#show-main .header {
	width: 540px;
	height: 350px;
	background: url(show-main.header.png);
	display: block;
	margin: 20px 0 50px -60px;
	}	
	
	
/* [ Show Main Footer ] */
#show-main .footer {
	background: none;
	border-top: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
	margin: 5em 100px 0 0;
	}
	

/* [ Show Tags ] */
#show-tags {
	color: #fff;
	}
	
	#show-tags a {
		color: #fff;
		}
	
/* [ Sidebar ] */

#sidebar {
	border-color: #ccc;
	}
	
	* html #show-sidebar {
		height: 1px;
		}
	
/* [ Show Credits ] */
#show-credits {
	color: #ccc;
	}
	
	#show-credits strong {
		color: #fff;
		}
		
/* [ Show Brief ] */
#show-brief {
	color: #eee;
	background-image: url(show-brief.gif);
	margin-right: -10px;
	}
	
	#show-brief .footer {
		background-image: url(show-brief.footer.gif);
		}
	
	#show-brief dt {
		color: #fff;
		}
		
		

		
	