<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sprite-img { display: block; overflow: hidden; position: relative; }
.sprite-hover { overflow: hidden; position: relative; }
.sprite-hover img, .sprite-img img { position: absolute; }
.sprite-hover:hover img { bottom: 0; }
.itunes-pre:hover img { bottom: -1px !important; }
.hide { display: none; }
.break { clear: left; }

body {
	background: #100e0c;
}

	#wrapper {
		background: url("/music/killer-mike-rap-music/tools/img/bg-killer-mike-new.jpg") no-repeat scroll center 0 #100e0c;
		width: 1000px; height: 1210px;
		margin: 1px auto;
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		color: #b6b6b6;
	}
#legal-logos {
  position: absolute;
  right:5px;
  bottom:2px;
}		
		#killer-mike-logo {
			position: absolute;
			margin-left: -50px;
		}
		
		#rap-music-logo {
			position: absolute;
			margin-left: 5px; margin-top: 157px;
		}

		
		#preorder-area, #order-area {
			margin-top: 243px;
			position: absolute;
			width: 186px;
		}
			
			#new-album-date {
				
			}
			
			#album-art {
				margin-top: 5px;
				moz-box-shadow: 4px 5px 5px #000000;
				-webkit-box-shadow: 4px 5px 5px #000000;
				box-shadow: 4px 5px 5px #000000;
			}
			
			#preorder-area h2, #order-area h2 {
				font-size: 14px;
				line-height: 14px;
				font-weight: normal;
				text-align: center;
			}
			
			#preorder-the-album {
				display: block;
				overflow: hidden;
				width: 186px;
				height: 33px;
				margin-top: 18px;
			}
			#order-the-album {
				display: block;
				overflow: hidden;
				width: 186px;
				height: 33px;
				margin-top: 18px;
			}
			 #preorder-itunes {
				display: block;
				overflow: hidden;
				width: 97px;
				height: 38px;
				margin-top: 18px;
			}
			#get-the-album {
				display: block;
				margin: 25px auto 9px;
			}
			
			#itunes {
				float: left;
				display: block;
				margin-top: 15px;
				margin-bottom: 25px;
			}
			
			#amazon {
				float: right;
				display: block;
				margin-bottom: 25px;
				margin-top: 15px;
			}
			
			#ughh {
				display: block;
				margin: 0 auto;
				width: 81px;
				clear: both;
			}	
		
		#share-links {
			position: absolute;
			right: 0;
    		width: 215px;
			margin-top: 21px;
			overflow: hidden;
			z-index: 150;
		}
		
			#share-links .fb-like, #share-links .twitter-share-button {
				float: left;
			}	
			
		#videos {
			position: absolute;
			right: 0;
			margin-top: 64px;
			z-index: 150;
			width: 290px;
		}	
			
			#videos h2 {
				font-size: 18px;
				line-height: 18px;
				font-weight: normal;	
				text-align: center;
				color: #ffffff;
				margin-bottom: 16px;
			}	
			
			.video {
				float: left;
				margin-right: 17px;
				width: 136px;
				margin-bottom: 15px;
				cursor: pointer;
			}	
			
			.video.last {
				margin-right: 0;
			}
			
				.video img {
					display: block;
    				margin: 0 auto;
					border: 1px solid #100e0c;
				}	
				
				.video:hover, .video.selected {
					opacity: 1 !important;
				}
				
				.video:hover img, .video.selected img {
					border: 1px solid #747b0f;
				}
			
				.video h3 {
					font-size: 12px;
					line-height: 15px;
					font-weight: normal;
					text-align: center;
				}	
		
		#preview-tracks {
			font-size: 18px;
			line-height: 18px;
			font-weight: normal;	
			position: absolute;
		    right: 11px;
		    text-align: center;
		    width: 271px;
			color: #ffffff;
			margin-top: 66px;
		}
		
		#audio {
			width: 271px;
			height: 258px;
			background: url('/music/killer-mike-rap-music/tools/img/audio-player-background.png') repeat;
			border-top-left-radius: 7px 7px;
			-moz-border-radius-topleft: 7px 7px;
			border-top-right-radius: 7px 7px;
			-moz-border-radius-topright: 7px 7px;
			/*margin-top: 336px; when videos are added */
			margin-top: 96px;
		    position: absolute;
		    right: 11px;
		}
		
			#audio-player {
				height: 44px;
				width: 100%;
				border-radius: 7px 7px;
				-moz-border-radius: 7px 7px;
				background: url('/music/killer-mike-rap-music/tools/img/audio-player-background.png') repeat;
			}
			
				#previous {
					width: 11px;
					height: 13px;
					cursor: pointer;
					position: absolute; margin-left: 10px; margin-top: 29px;
					background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat 0 -50px;
				}
				
				#previous:hover {
					background-position: -0px -34px;
				}
				
				#play {
					width: 8px;
					height: 13px;
					cursor: pointer;
					position: absolute; margin-left: 32px; margin-top: 29px;
					background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat -26px -50px;
				}
				
				#play:hover {
					background-position: -26px -34px;
				}
				
				#pause {
					width: 8px;
					height: 13px;
					cursor: pointer;
					display: none;
					position: absolute; margin-left: 32px; margin-top: 29px;
					background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat -14px -50px;
				}
				
				#pause:hover {
					background-position: -14px -34px;
				}
					
				#next {
					width: 11px;
					height: 13px;
					cursor: pointer;
					position: absolute; margin-left: 50px; margin-top: 29px;
					background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat -40px -50px;
				}
				
				#next:hover {
					background-position: -40px -34px;
				}
				
				#current-track {
					position: absolute; 
					margin-left: 10px; margin-top: 4px;
					width: 244px; height: 17px;
					background-color: #333602;
					font-size: 11px;
					line-height: 16px;
					padding-left: 4px;
					overflow: hidden;
				}
					
					#current-track-text {
						white-space: nowrap;
						position: absolute;
					}
					
					#audio-tracks li p .featuring  {
						font-size: 10px;
					}
					
					#current-track .clean  {
						font-size: 9px;
						font-family: Lucida Console, Monaco, monospace;
						text-transform: uppercase;
					}
				
				#embed {
					position: absolute; margin-left: 70px; margin-top: 29px;
					width: 80px;
					height: 12px;
					cursor: pointer;
					border: 1px solid #7a8605;
					text-transform: uppercase;
					font-size: 10px;
					line-height: 11px;
					color: #100e0c;
					text-align: center;
					background: #b6b6b6;
				}
				
				#volume {
					width: 62px; height: 15px;
					cursor: pointer;
					position: absolute;
					margin-left: 196px; margin-top: 29px;
					background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat 0px -17px;
				}
					
					#volume-speaker-mute {
						width: 9px; height: 15px;
						position: absolute; 
					}
					
					#volume-speaker-unmute {
						width: 9px; height: 15px;
						position: absolute; 
						display: none;
					}
					
					#volume-slider  {
						width: 45px; height: 15px;
						position: absolute; 
						margin-left: 12px;
					}
					
						.ui-slider-handle  {
							width: 5px; height: 15px;
							display: block;
							position: absolute;
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-controls-sprite.png') no-repeat -57px -50px;
						}
						
						.ui-slider-handle:hover {
							background-position: -57px -34px;
						}
					
			#audio-tracks {
				margin-top: 16px;
			}
			
				#audio-tracks ul {
					
				}
					
					#audio-tracks li {
						cursor: pointer;
						height: 20px; width: 100%;
						margin-bottom: 2px;
						font-size: 12px;
						line-height: 19px;
						position: relative;
					}
					
					#audio-tracks li.selected, #audio-tracks li:hover {
						background: url('/music/killer-mike-rap-music/tools/img/track-selected-background.png') no-repeat;
						color: #ffffff;
					}
							
						#audio-tracks li p {
							float: left;
						    margin-left: 8px;
						    overflow: hidden;
						    white-space: nowrap;
						    width: 182px;
						}
							
							#audio-tracks li p .featuring  {
								font-size: 9px;
							}
							
							#audio-tracks li p .clean  {
								font-size: 9px;
								font-family: Lucida Console, Monaco, monospace;
								text-transform: uppercase;
							}
							
						#audio-tracks li .track-music {
							position: absolute;
							display: block;
							width: 15px; height: 16px;
							right: 57px; margin-top: 2px;
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat -56px -36px;
						}
						
						#audio-tracks li.selected .track-music, #audio-tracks li:hover .track-music {
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat 0px -36px;
						}
						
						#audio-tracks li .twitter-music {
							position: absolute;
							width: 18px; height: 16px;
							right: 33px; margin-top: 2px;
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat -73px -36px;
						}
						
						#audio-tracks li.selected .twitter-music, #audio-tracks li:hover .twitter-music {
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat -17px -36px;
						}
						
						#audio-tracks li .facebook-music {
							position: absolute;
							width: 17px; height: 16px;
							right: 11px; margin-top: 2px;
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat -93px -36px;
						}
						
						#audio-tracks li.selected .facebook-music, #audio-tracks li:hover .facebook-music {
							background: url('/music/killer-mike-rap-music/tools/img/audio-player-social-sprite.png') no-repeat -37px -36px;
						}
							
					
			#audio-social {
				
			}
			
				#audio-social h3 {
					font-weight: normal;
					font-size: 18px;
					text-align: center;
					margin-top: 25px;
					color: #ffffff;
				}
			
				#facebook-social {
					width: 25px; height: 25px;
					position: absolute;
					margin-top: 26px; margin-left: 16px;
				}
					
					#facebook-social img {
						top: -9px; left: 0px;
					}
					
				#twitter-social {
					width: 25px; height: 25px;
					position: absolute;
					margin-top: 26px; margin-left: 60px;
				}
					
					#twitter-social img {
						top: -9px; left: -27px;
					}
					
				#soundcloud-social {
					width: 57px; height: 33px;
					position: absolute;
					margin-top: 21px; margin-left: 109px;
				}
					
					#soundcloud-social img {
						top: 0px; left: -54px;
					}
					
				#last-fm-social {
					width: 69px; height: 28px;
					position: absolute;
					margin-top: 17px; margin-left: 189px;
				}
					
					#last-fm-social img {
						top: -4px; left: -113px;
					}
					
			
		#video-player {
			display: none;
			z-index: 150;
			position: absolute;
			width: 600px;
			margin-top: 78px;
			margin-left: 85px;
		}
		
			#close-video-player {
				font-size: 17px;
				line-height: 17px;
				border: 1px solid #ffffff;
				border-bottom: none;
				color: #ffffff;
				position: absolute;
				right: 0;
				padding: 1px 4px;
				font-weight: bold;
				cursor: pointer;
			}
			
			#youtube-player {
				margin-top: 19px;
			}
			
		#fade { 
            display: none;
            background: #000; 
            position: fixed; 
			left: 0; 
			top: 0; 
            width: 100%; 
			height: 100%;
            opacity: .90;
            z-index: 100;
        }
#tour-dates {
  margin-top: 28px;
  color: #fff;
  font-family: arial;
  font-size: 11px;
  clear: both;
}
h3.tourdates {
  color: #fff;
  font-family: arial;
  font-size: 15px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 1.2em;
}
#tour-dates p {
  margin-bottom: 12px;
}
#tour-dates a, #tour-dates a:link, #tour-dates a:visited {
  color: #fff;
  text-decoration: none;
}
#tour-dates a:hover, #tour-dates a:active {
  text-decoration: underline;
  color: #fff;
}</pre></body></html>