* {
	margin: 0;
	padding: 0;	
	outline: none;
}


/*-- Body / HTML / Wrapper --*/
body {
	background: #131313;
//	background-image:url('../images/hive.jpg');
//	background-repeat:no-repeat;
//	background-attachment:fixed;
//	background-position: 10% 30%; 
}

.wrapper {
	width: 800px;
	margin: 0 auto; 
}

/*-- Header --*/
.header{
	width: 800px;
	height: 165px;
	background:url('../images/header.jpg');
	margin: 0 0 50px 0;
}

.header span{
	display: none;
}


/*-- Navigation --*/
#nav{
	text-align: left;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 25px 10px 25px;
	border-bottom: 1px solid #6d6d6d;
}

#nav li a {
	display: block;
	margin: 0 0 5px 0;
}

#nav li a span{
	display: none;	
}

#nav li#home a {
	width: 237px;
	height: 14px;
	background: url('../images/home1.png');
}

#nav li#home a:hover{
	background: url('../images/home1.png');
	background-position: 0px 18px;
}

#nav li#about a {
	width: 237px;
	height: 14px;
	background: url('../images/about.png');
}

#nav li#about a:hover{
	background: url('../images/about.png');
	background-position: 0px 18px;
}


#nav li#gallery_photo a {
	width: 237px;
	height: 14px;
	background: url('../images/gallery_photo.png');
}

#nav li#gallery_photo a:hover {
	background: url('../images/gallery_photo.png');
	background-position: 0px 20px;
}

#nav li#discography a {
	width: 237px;
	height: 14px;
	background: url('../images/discrography.png');
}

#nav li#discography a:hover {
	background: url('../images/discrography.png');
	background-position: 0px 18px;
}

#nav li#video a {
	width: 237px;
	height: 14px;
	background: url('../images/video.png');
}

#nav li#video a:hover {
	background: url('../images/video.png');
	background-position: 0px 18px;
}

#nav li#merch a {
	width: 237px;
	height: 14px;
	background: url('../images/merch.png');
}

#nav li#merch a:hover {
	background: url('../images/merch.png');
	background-position: 0px 18px;
}


#nav li#contact a {
	width: 237px;
	height: 14px;
	background: url('../images/contact.png');
}

#nav li#contact a:hover {
	background: url('../images/contact.png');
	background-position: 0px 18px;
}

#nav li#extendedFamily a {
	width: 237px;
	height: 14px;
	background: url('../images/extendedFamily.png');
}

#nav li#extendedFamily a:hover {
	background: url('../images/extendedFamily.png');
	background-position: 0px 18px;
}

/*-- SideBar --*/

.sidebar{
	margin-bottom:40px;
	float: right;
	height:1000px;
	width:269px;
	border-left: 1px dotted #6d6d6d;
}

.static{
	float: left;
	height: 21px;
	width: 253px;
	margin: 15px 0 12px 20px;
}

.Gallery_Photo{
	float:left;
	width:125px;
	height:15px;
	margin: 0 0 0 25px;
	background: url('../images/GalleryPhoto.png');
}

.gallery{
	float:left;
	width:236px;
	height:134px;
	margin: 8px 0 10px 35px;	
}

.img_container_sidebar{
	float: left;
	margin: 0 12px 5px 0;
	width:45px;
	height:45px;
}

.img_container_sidebar a {
	border: none;
	display: block;
	width: 45px;
	height: 45px;	
}

.img_container_sidebar a img {
	border:none;
}

.image_sidebar a {
	width: 45px;
	height:45px;
	filter:alpha(opacity=100);
  	opacity: 1.0;

}

.image_sidebar a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

.Discography{
	float:left;
	width:108px;
	height:10px;
	margin: 0 0 10px 25px;
	background: url('../images/Discography.png');	
}

.cd_cover_sidebar{
	margin: 8px 0 10px 35px;
	float:left;
	width: 221px;
	height:212px;	
}

.cd_krumpt_cover_sidebar{
	margin: 8px 0 10px 35px;
	float:left;
	width: 221px;
	height:212px;	
}

.cd_krumpt_cover_sidebar a img{
	border: none;
	margin-top:3px;
}

.contact_title_sidebar {
	float: left;
	width: 500px;
	margin: 42px 0 0 25px;
	color: #ffffff;
	font-family:Arial;
	font-size:12px;
}

.networking_sidebar{
	float:left;
	margin: 15px 0 0 35px;
}


/*-- Content --*/

.left{
	float: left;
	width:510px;
}

.tele{
	float:right;
	width:473px;
	height:369px;
}


.player_home{
	margin-top:50px;
	margin-left: 63px;
	float: left;
	width:334px;
	height:153px;
}

/*-- About --*/

.static_about{
	float: left;
	width: 251px;
	height: 21px;
	margin: 0 0 0 0;
	background: url('../images/static_about.png');
}

.about {
	width:510px;
	float: left;
	margin: 42px 0 0 0;
	color: #ffffff;
}

.about p {
	float: left;
	margin: 15px 0 0 0;
	font-family:Arial;
	font-size:13px;
}

/*-- Gallery_Photo --*/

.static_gallery_photo{
	float: left;
	width: 251px;
	height: 21px;
	margin: 0 0 0 0;
	background: url('../images/static_gallery_photo.png');
}

.gallery_photo_container {
	float: left;
	margin: 42px 0 0 7px;
	width: 500px;
}

.img_container{
	float: left;
	margin: 0 0 5px 0;
	width: 125px;
}

.img_container a {
	float: left;
	border: none;
	display: block;
	width: 90px;
	height: 90px;	
}

.img_container a img {
	border: 1px dotted #6d6d6d;
}

.image a {
	width: 90px;
	height:90px;
	margin: 0 0 10px 0;
	display:inline;
}

.image a:hover img {
	filter:alpha(opacity=50);
  	opacity: 0.5;
}

/*-- Discography --*/

.static_discography{
	float: left;
	width: 251px;
	height: 21px;
	margin: 0 0 0 0;
	background: url('../images/static_discography.png');
}

.cd_cover{
	margin:42px 0 0 8px;
	float:left;
	width: 280px;
	height:269px;	
}

.playlist_container{
	margin-bottom:10px;
	width:500px;
	height:200px;
}

.playlist{
	float:left;
	width:200px;
	height:225px;
	float: right;
	margin: 5px 10px 0 0;
}

#play_list li {
	margin: 12px 0 0 0;
	display: block;
}

#play_list li span{
	display: none;	
}

#play_list #song1 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -5px;
}

#play_list #song1 a:hover{
	background-position: 0px -225px;
}

#play_list #song2 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

#play_list #song2 a:hover{
	background-position: 0px -245px;
}

#play_list #song3 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -45px;
}

#play_list #song3 a:hover{
	background-position: 0px -265px;
}

#play_list #song4 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -65px;
}

#play_list #song4 a:hover{
	background-position: 0px -285px;
}

#play_list #song5 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -85px;
}

#play_list #song5 a:hover{
	background-position: 0px -305px;
}

#play_list #song6 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -105px;
}

#play_list #song6 a:hover{
	background-position: 0px -325px;
}

#play_list #song7 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -125px;
}

#play_list #song7 a:hover{
	background-position: 0px -345px;
}

#play_list #song8 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -145px;
}

#play_list #song8 a:hover{
	background-position: 0px -365px;
}

#play_list #song9 a {
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -165px;
}

#play_list #song9 a:hover{
	background-position: 0px -385px;
}

#play_list #song10 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -185px;
}

#play_list #song10 a:hover{
	background-position: 0px -405px;
}

#play_list #song11 a{
	width: 200px;
	height:15px;
	background-image: url('../playlist_images/playlist.png');
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -205px;
}

#play_list #song11 a:hover{
	background-position: 0px -425px;
}

.player{
	margin-top:10px;
	float: left;
	width:334px;
	height:153px;
}

.paypal{
	float: right;
	margin: 17px 20px 0 0;	
}

/*-- Contact --*/

.static_contact{
	float: left;
	width: 251px;
	height: 21px;
	margin: 0 0 0 0;
	background: url('../images/static_contact.png');
}

.contact_title {
	float: left;
	width: 500px;
	margin: 42px 0 0 0;
	color: #ffffff;
	font-family:Arial;
	font-size:14px;
}

.contact_links {
	float: left;
	width: 500px;
	margin: 5px 0 0 0;
	color: #6d6d6d;
}

.contact_links p {
	float: left;
	margin: 15px 0 0 0;
	font-family:Arial;
	font-size:13px;
}

.contact_links a {
	text-decoration: none;
	color:#ffffff;
	font-family:Arial;
	font-size: 13px;
}

.contact_links a:hover{
	color:#6d6d6d;	
}

#twitter_div{
	float: left;
	width: 500px;
	margin: 20px 0 15px 0;
	color: #ffffff;
}

#twitter_update_list a {
	text-decoration: none;
	color:#6d6d6d;
	font-family:Arial;
	font-size: 13px;
}

#twitter_update_list a:hover{
	color:#ffffff;	
}

#twitter-link{
	display:block;
	text-align:left;
	text-decoration:none;
	color:#ffffff;
	font-family:Arial;
	font-size: 13px;
}

#follow-me{
	float: left;
	width: 500px;
	margin: 20px 0 20px 0;
	color: #6d6d6d;
}

#follow-me a {
	text-decoration: none;
	color:#6d6d6d;
	font-family:Arial;
	font-size: 13px;
}

#follow-me a:hover{
	color:#ffffff;	
}


.icontact{
	margin-top: 20px;
	margin-bottom:20px;
	float: left;
	clear:both;
}

.networking{
	float:left;
	margin: 20px 0 0 0;
}


span{
	display: none;
}

