<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #efebe7 url('/music/cheeseburger/tools/img/background.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

	#content p, #content blockquote, #content cite {
		font-size: 12px;
		line-height: 1.4;
	}
	
	#content a, #content a:visited {
		color: #999;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #333; 
		text-decoration: underline;
	}

	#wrapper {
		background: transparent url('/music/cheeseburger/tools/img/cheeseburger-album-background.png') no-repeat center -18px;
		min-height: 760px;
	}
	
		#content {
			display: block;
			margin: 8px auto;
			position: relative;
			width: 1000px;
		}
		
			.overlay {
				background: transparent url('/music/cheeseburger/tools/img/overlay-background.png') repeat !important;
				color: #fff;
				display: none;
				padding: 15px 0px 6px 0px !important;
				position: absolute;
				z-index: 1000;
			}
			
				.overlay blockquote {
					font-weight: bold;
					margin-top: 12px;
					padding: 0px 28px;
				}
				
				.overlay cite {
					clear: both;
					display: block;
					font-style: italic;
					font-weight: bold;
					padding: 0px 72px;
					text-align: right;
				}
			
				.close-button {
					background: transparent url('/music/cheeseburger/tools/img/button-close-overlay.png') no-repeat center right;
					color: #fff;
					cursor: pointer;
					display: inline-block;
					font-size: 10px;
					height: 10px;
					line-height: 1;
					margin: 2px;
					padding: 0px 12px 0px 0px;
					position: absolute;
					right: 0px;
					text-align: right;
					text-decoration: none !important;
					text-transform: uppercase;
					top: 0px;
				}
			
			#upper-superjail {
				position: absolute;
			}
			
			#band-overlay {
				margin: 0px 5px;
				top: 72px;
				width: 651px;
			}
			
			#video-overlay {
				margin: 0px 12px;
				top: 72px;
				width: 637px;
			}
			
				#cheeseburger-video {
					height: 387px;
					margin-bottom: 5px;
					width: 637px;
				}
				
				.video-title {
					font-style: italic;
					font-weight: bold;
					text-align: center;
				}
				
				.embed-code {
					bottom: 0;
					margin: 0px 0px 6px;
					position: absolute;
					right: 0;
					text-align: center;
					width: 92px;
				}
				
					.embed-code span {
						background: #827d86;
						border: 1px solid #6b5662;
						cursor: pointer;
						display: inline-block;
						font-size: 10px;
						font-weight: bold;
						padding: 0px 2px;
						text-transform: uppercase;
					}
					
					.embed-code span.success, .embed-code:hover span {
						background: #aca8af;
					}
					
					.embed-copy {
						display: none;
					}
					
			#right-col {
				float: right;
				margin-right: 42px;
				width: 280px;
			}
				
				#buy-social-links {
					margin: 4px 0px;
					text-align: center;
				}
				
					#buy-social-links &gt; li {
						display: inline-block;
						height: 40px;
						margin: 0px 7px 7px 0px;
						vertical-align: top;
						width: 111px;
					}
					
						#buy-social-links &gt; li a, #buy-social-links &gt; li img {
							display: block;
						}
					
					#upper-facebook, #upper-twitter {
						margin: 0px;
						padding: 8px 0px 0px;
						width: 120px;
					}
					
					.ie6 #buy-social-links &gt; li, .ie7 #buy-social-links &gt; li {
						display: inline;
						zoom: 1;
					}
					
					#buy-social-links &gt; li.none {
						clear: both;
						display: block;
						margin: 0;
						padding: 0;
					}
					
					#buy-social-links img {
						margin-bottom: 7px;
					}

				.box {
					background: transparent url('/music/cheeseburger/tools/img/box-background.png') repeat;
					border: 1px solid #6b5662;
					color: #fff;
					margin: 0px 0px 12px 0px;
					padding: 9px;
				}
			
				#right-col .box {
					font-style: italic;
					font-weight: bold;
				}
				
					#right-col .box a {
						color: #fff;
					}
					
						#right-col .box a img {
							display: block;
							margin: 0 auto;
						}
					
					#right-col .box h2 {
						background: #595959;
						font-family: Arial Black;
						font-size: 13px;
						font-style: normal;
						margin-bottom: 5px;
						text-align: center;
					}
					
				#audio-player {
					padding: 0 !important;
				}
				
					#tracklist-header {
						border-bottom: 1px solid #fff;
						font-family: Trebuchet MS;
						font-size: 16px;
						margin: 0px 5px 5px;
						text-align: center;
					}
					
					#audio-player-tracklist {
						list-style-position: inside;
					}
					
						#audio-player-tracklist li {
							color: #6b5662;
							padding: 2px 5px;
						}
						
						#audio-player-tracklist li.playable {
							color: #fff;
							cursor: pointer;
						}
						
						#audio-player-tracklist li.playable:hover {
							text-decoration: underline;
						}
						
						#audio-player-tracklist li.current-song {
							background: #767177;
						}
				
				#video-links {
					text-align: center;
				}
				
					.video-link {
						cursor: pointer;
						display: block;
						float: left;
						margin: 0px 13px 20px 0px;
						width: 122px;
					}

						.video-link img {
							border: 1px solid #6b5662;
						}
						
						.video-link:hover span {
							text-decoration: underline;
						}
						
				
					#band-bio {
						cursor: pointer;
						margin-bottom: 14px;
					}
					
						#band-bio img {
							display: block;
							margin: 0 auto;
						}
						
						#band-bio:hover span {
							text-decoration: underline;
						}
				
				#social-lower {
					text-align: center;
				}
				
					a.button {
						background: #6b5662;
						border: 1px solid #6b5662;
						clear: both;
						color: #b5abb1 !important;
						display: inline-block;
						font-size: 10px;
						font-style: normal;
						line-height: 1;
						margin: 0 auto 7px;
						padding: 5px;
						text-decoration: none;
					}
					
					a.button:hover {
						background: #b5abb1;
						color: #6b5662 !important;
					}
					
					.social-link {
						display: inline-block;
						margin: 0px 7px 7px 0px;
					}
					
					.ie6 .social-link, 
					.ie7 .social-link {
						display: inline;
						zoom: 1;
					} 
					
						.ie6 .social-link img, 
						.ie7 .social-link img {
							display: inline;
							zoom: 1;
						} 
					
					#social-facebook {
						background-position: 0px -150px;
					}
					
					#social-twitter {
						background-position: 0px -180px;
					}
					
				#legal-logos {
					display: block;
					margin: 0 auto;
				}
			
	

/***************** END PAGE CSS *******************/


/*---------------- HELPER CLASSES ----------------*/

.last {	margin-right: 0px !important; }</pre></body></html>