html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end Reset */

/* Start Styles */

body { 
	background:#f58d11 url('../images/layout/bg.png') no-repeat fixed;
	}

.clear {
	clear: both;
	}

a {
	color: #000; 
	}
	
	a:hover {
		text-decoration:none;
		}
#los {
	font-family: courier;
	font-size: 10px;
	font-weight: bold;
	width: 300px;
	float: left;
	margin: 5px 0 0 50px;
	}

#wrap_all {
	width:850px; 
	float:left;
	}

#left_column {
	width:240px; 
	float:left;
	}

#right_column {
	width:610px;
	float:left;
	}

#all_contact {
	width:198px; 
	height:200px; 
	float:left; 
	background: url('../images/layout/paper.png') no-repeat;
	}

#name {
	margin: 10px 0 0 10px; 
	font-family: monaco; 
	font-size:13px; 
	font-weight:bold;
	}

#info {
	margin: 15px 0 0 10px; 
	font-family: monaco; 
	font-size:12px; 
	line-height:1.5;
	}
	
#contact_p {
	float:left;
	width: 500px;
	font-family: arial, monaco;
	font-size:16px;
	margin: 40px 0 0 40px;
	line-height: 22px;
}

/* nav */
#nav_container {
	width:650px; 
	float:left; 
	margin-left: 10px;
	}

#navlist {
	height:500px; 
	list-style:none; 
	display: inline;
	}

.home {width:123px; 
	float:left; 
	margin: 10px 0 0 10px;
	}

	.home_img {
		width:123px; 
		height:82px; 
		float:left; 
		background: url('../images/layout/home_sprite.jpg') no-repeat;
		}

		.home_img:hover {
			background: url('../images/layout/home_sprite.jpg') no-repeat -123px 0;
			}
.music {
	width:123px; 
	float:left; 
	margin: 10px 0 0 10px;
	}
	.music_img{
		width:121px; 
		height:82px; 
		float:left; 
		background:url('../images/layout/music_sprite.jpg') no-repeat;
		
		}
		.music_img:hover {
			background:url('../images/layout/music_sprite.jpg') no-repeat -121px 0;
			}

.contact {
	width:123px; 
	float:left; 
	margin: 10px 0 0 10px;
	}

	.contact_img{
		width:121px; 
		height:82px; 
		float:left; 
		background: url('../images/layout/contact_sprite.jpg') no-repeat;
		}
		.contact_img:hover {
			background: url('../images/layout/contact_sprite.jpg') no-repeat -121px 0;
			}

.home_active {
	width:123px; 
	height:82px; 
	float:left; 
	background-image:url('../images/layout/home_over.jpg');
	background-repeat:no-repeat;
	}

.music_active {
	width:123px; 
	height:82px; 
	float:left; 
	background-image:url('../images/layout/music_over.jpg');
	background-repeat:no-repeat;
	}

.contact_active {
	width:123px; 
	height:82px; 
	float:left; 
	background-image:url('../images/layout/contact_over.jpg');
	background-repeat:no-repeat;
	}

/* Featured */
#featured_label {
	width:218px; 
	float:left; 
	margin: 15px 0 5px 0;
	}

#featured_container {
	width:597px; 
	height: 593px; 
	float:left; 
	margin-left:10px; 
	background:url('../images/layout/lp.png') no-repeat; 
	}

#featured_cover {
	width:420px; 
	height:420px; 
	float:left; 
	}

#player_container {
	width:530px;
	float:left; 
	margin:30px 0 0 30px;
	}
	
#player_list {
	display:inline;
	width:510px;
	height:78px;
	list-style:none;
	}

#player_featured {
width: 440px;
float: left;
margin: 10px 0 0 50px;
}

.player_music {
width: 400px;
float: left;
margin: 10px 0 0 45px;
}

.mix_container_music {
	width: 489px;
	height: 488px;
	float: left;
	background: url('../images/layout/mix_bg.png') no-repeat;
	}

.player_container_music {
	width:489px;
	float:left; 
	margin:30px 0 0 0;
	}

	
.download_img {
	float:left;
	width: 144px;
	height: 78px;
	margin: 0 0 0 60px;
	background:url('../images/layout/download_sprite.png') no-repeat;
	}
	.download_img:hover {
		background:url('../images/layout/download_sprite.png') no-repeat -144px 0;
		}

.download_img_music {
	float:left;
	width: 144px;
	height: 22px;
	margin: 0 0 0 90px;
	background:url('../images/layout/download_small.png') no-repeat;
	}

/* Social buttons */
#media_container {
	height:58px;
	width:400px;
	float:left;
	margin: 20px 0 0 40px;
}
#media_btns {
	height: 58px;
	display: inline;
	
}
#fb {
	float:left;
	width: 57px;
	height: 58px;
	margin: 0 0 0 10px;
}

#fb_img {
	background:url('../images/layout/facebook_sprite.png');
	float: left;
	width:57px;
	height:58px;

}
	#fb_img:hover {
	background:url('../images/layout/facebook_sprite.png') -57px 0;
	}

#tw {
	float:left;
	width: 57px;
	height: 58px;
	margin: 0 0 0 10px;
}

#tw_img {
	background:url('../images/layout/twitter_sprite.png');
	float: left;
	width:57px;
	height:58px;

}
	#tw_img:hover {
	background:url('../images/layout/twitter_sprite.png') -57px 0;
	}
	
#sc {
	float:left;
	width: 57px;
	height: 58px;
	margin: 0 0 0 10px;
}

#sc_img {
	background:url('../images/layout/soundcloud_sprite.png');
	float: left;
	width:57px;
	height:58px;
}

	#sc_img:hover {
	background:url('../images/layout/soundcloud_sprite.png') -57px 0;
	}
	


.track_list {
	display:none; 
	margin: 0 0 0 30px;
	}

	.track_list li {
		font-family: arial; 
		font-size: 12px; 
		margin-top:5px;
		}

#swap_container {
	width:420px;
	height:420px;
	float: left; 
	margin:20px 0 0 80px;
	}

#cover_container {
	width: 420px; 
	height: 420px;
	float: left;
	}

/* Tweet */

#tweet_header {
	width:217px; 
	height:32px; 
	margin: 20px 0 0 10px; 
	float:left; 
	background-image:url('../images/layout/tweet_header.png');
	}

#twit_container{
	width:240px;
	float:left;
	}

#tweet_container{
	width:215px; 
	height:200px; 
	float:left; 
	padding:15px;
	}

.tweet {
	font-family:helvetica, arial, serif;
	font-size: 14px;color: #fff; 
	line-height:1.3
	}

  .tweet .tweet_list {
  	list-style-type: none;
  	}

    .tweet .tweet_list li {
    	overflow: auto; 
    	padding: 0; 
    	margin-bottom:15px;
    	}

      .tweet .tweet_list li a {
      	color: #fcf9d0; 
      	}

      .tweet_join {
      	font-size:22px;
      	}
/* Tweet Query */

.query {
	font-family:helvetica, arial, serif;
	font-size: 24px;
	color: #fff; 
	}

  .query .tweet_list {
  	-webkit-border-radius: .5em;
  	list-style-type: none;
  	margin: 0;
  	padding: 0; 
  	}

    .query .tweet_list li {
    	overflow: auto;
    	padding: .5em; 
    	}

      .query .tweet_list li a {
      	color: #fff;
      	}

    .query .tweet_list .tweet_avatar {
    	padding-right: .5em;
    	float: left; 
    	}

      .query .tweet_list .tweet_avatar img {
      	vertical-align: middle; 
      	}

/* Fancy Box */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/layout/fancy_box/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/layout/fancy_box/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/layout/fancy_box/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/layout/fancy_box/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/layout/fancy_box/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/layout/fancy_box/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/layout/fancy_box/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/layout/fancy_box/fancy_title_right.png') repeat-x;
}
      
