<!-- Loader-->
.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #0099ff;
	height: 1px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	text-align: center;
	cursor: crosshair;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color: #0099ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099ff;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.trackinfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	background-image: none;
	float: none;
	height: 200px;
	width: auto;
}
.detail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.amores {
	color:#ff6600;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing:3px;
	word-spacing:8px;
}
.albuminfo {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: top;
	word-spacing: 5px;
}
.i-quote {
	font-size: 16px;
	color: #516a9c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	word-spacing: 10px;
	text-decoration: none;
	cursor: crosshair;
}
.long_one {
	font-size: 30px;
	font-stretch:narrower;
	color: #516a9c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 8px;
	font-weight: normal;
	word-spacing: 15px;
	text-decoration: none;
	cursor: crosshair;
}
.long_two {
	font-size: 22px;
	font-stretch:narrower;
	color: #516a9c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 8px;
	font-weight: normal;
	word-spacing: 15px;
	text-decoration: none;
	cursor: crosshair;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.text_space {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	letter-spacing:3px;
	word-spacing:8px;
}
.text_black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	letter-spacing:1px;
	word-spacing:5px;
}

.blasphemy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	letter-spacing:3px;
	word-spacing:8px;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.menu_items {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #666;
	cursor: crosshair;
	white-space: nowrap;
	font-weight: normal;
	background-image: none;
}
.menu_items_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #666;
	cursor: crosshair;
	white-space: nowrap;
	font-weight: normal;
	background-image: none;
	text-align: center;
}
.menu_items_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #666;
	cursor: crosshair;
	white-space: nowrap;
	font-weight: normal;
	background-image: none;
}
.mLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #516a9c;
	text-transform: lowercase;
	letter-spacing: 2pt;
	word-spacing: 5pt;
}

.PumpLicense {
	font-size: 9px;
	text-align: left;
}

.small_9 {
	font-size: 9px;
	letter-spacing: 5px;
	word-spacing: 10px;
	text-align: center;
}
.Album_TrackList {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #516a9c;
}
.TrackList {
	text-align: left;
}
.music_explicit {
	color: #F00;
}
.description_filled {
	text-align: justify;
}
.album_description {
	text-align: left;
}
.album_description {
	font-size: 10px;
	text-align: left;
}
.album_art {
	text-align: center;
}
.album_tracktitle {
	text-align: right;
}
.CC_text {
	text-align: justify;
}
.Album_ID2 {
	color: #999999;
}
.Album_ID1 {

}
.bigboy {
	color:#999;
	font-size:16px;
	text-justify:auto;
	letter-spacing: 3px;
	font-weight: normal;
	word-spacing: 10px;
}
.bigboy2 {
	color:#999;
	font-size:14px;
	text-justify:auto;
	letter-spacing: 2px;
	font-weight: normal;
	word-spacing: 5px;
}
.quotes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	word-spacing: 10px;
}

#parent {
    position:fixed;
    bottom:5px;
    width:100%;   //width should be 100%
	z-index:1000;
 } 

#child {
    width:250px; //min width should give to center the div.
    margin:0px auto; //here it will make center 
 }

#transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position:fixed;
}
#transparent_nofix {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#semi_transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position:fixed;
}
.tooltip {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#CCC;
}

.tilt_right {
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	transform: rotate(9deg);
}
.tilt_left {
	-webkit-transform: rotate(351deg);
	-moz-transform: rotate(351deg);
	transform: rotate(351deg);
}

<!-- SuperSized Code -->

	*{ margin:0; padding:0; }
	body { background:#000; }
		img{ border:none; }
		
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
		
<!-- DONE -->


<!-- MooToolsMenu -->


h2 	
{ 
	color: #999;
	margin-bottom: 0; 
	margin-left:13px;
	height:40px;
}

h2 span
{
	display: none;
}


#navigation-block {
	position:absolute;
	top:120px;
	left:0px;
	z-index:500;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 12px;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a

{
	display:block;
	width: 115px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#222 url(images/heading_bg.jpg) repeat-y;
	font-weight: normal;	
}

ul#sliding-navigation li.sliding-element a
{
	color: #fff;
	background:#222;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;

}

ul#sliding-navigation li.sliding-element a:hover { color:#0099ff; letter-spacing:2px; font-weight:bold; }

<!--OVER-->

<!-- Experiments: Img Cycle -->

@font-face
{
	 font-family:blasphemy;
	 src: url('../../res/blasphemy.otf');
}
.blasphemy {
	font-family:blasphemy;
	font-size:24px;
	color:#ccc;
	text-shadow: 5px 5px 15px #999;
}
.fb {
	display:block;
	background-color:#000;
	width:153px;
	height:60px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;

}
.o {
	color:#ff6600;
}
.b {
	color:#0099ff;
}
#player {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.info {
	display:none;
	color:#ccc;
	background-color:#111;
	width:600px;
	text-align:left;
	padding:15px;
	font-size:9px;
	line-height:15px;
	letter-spacing:1px;
	word-spacing:6px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.i, .i a, .i a:active {
	color:#ccc;
	font-size:12px;
	font-weight:bold; 
	font-family:blasphemy;
	cursor:pointer; 
	background:#069; 	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:18px; 
}
.i a:hover { color:#111; }


