@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("images/bg.jpg");
	background-repeat:repeat;
}

#wrapper {
	width:1006px;
	height:700px;
	margin:auto;
	margin-top:30px;
}


#wrapper2 {
	width:400px;
	height:600px;
	margin:auto;
	padding-top:100px;
}


#main {
	width:794px;
	height:595px;
	background-image:url("images/main.png");
	background-repeat:no-repeat;
	float:left;
}


#musicplayer {
	width:1006px;
	height:30px;
	padding-bottom:15px;
	
}

#content {
	width:290px;
	height:550px;
	margin-top:20px;
	margin-left:30px;
}


#navigation {
	margin-top:15px;
	width:212px;
	height:400px;
	background-repeat:no-repeat;
	float:left;
}

#socialicons {
	width:540;
	height:40px;
	margin-left:245px;
	float:left;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	margin:0px;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:underline;
}


#kevinp {
	background-image:url("images/kevinp.png");
	background-repeat:no-repeat;
	width:212px;
	height:130px;
	float:right;
}


#line {
	background-image:url("images/line.png");
	background-repeat:no-repeat;
	width:212px;
	height:21px;
	float:right;
}



/*---------------------------------- */
/*---------NEWS PAGE---------------- */
/*---------------------------------- */
#news
{
	display: block;
	width: 73px;
	height: 25px; 
	background: url("images/news.png") no-repeat 0 0;
	float:right;
}

#news:hover
{ 
	display: block;
	width: 73px;
	height: 25px; 
	background: url("images/hover/news.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}

#audioplayer_1 { position:absolute; }



/*---------------------------------- */
/*----------BIO PAGE---------------- */
/*---------------------------------- */
#biography
{
	display: block;
	width: 132px;
	height: 24px; 
	background: url("images/biography.png") no-repeat 0 0;
	float:right;
}

#biography:hover
{ 
	display: block;
	width: 132px;
	height: 24px; 
	background: url("images/hover/biography.png") no-repeat 0 0;
	cursor:default;
		float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*---------TOUR PAGE---------------- */
/*---------------------------------- */
#tour
{
	display: block;
	width: 64px;
	height: 23px; 
	background: url("images/tour.png") no-repeat 0 0;
	float:right;
}

#tour:hover
{ 
	display: block;
	width: 64px;
	height: 23px; 
	background: url("images/hover/tour.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*---------MUSIC PAGE--------------- */
/*---------------------------------- */
#music
{
	display: block;
	width: 76px;
	height: 23px; 
	background: url("images/music.png") no-repeat 0 0;
	float:right;
}

#music:hover
{ 
	display: block;
	width: 76px;
	height: 23px; 
	background: url("images/hover/music.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*-----------MEDIA PAGE------------- */
/*---------------------------------- */
#media
{
	display: block;
	width: 107px;
	height: 24px; 
	background: url("images/media.png") no-repeat 0 0;
	float:right;
}

#media:hover
{ 
	display: block;
	width: 107px;
	height: 24px; 
	background: url("images/hover/media.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*---------CONTACT PAGE------------- */
/*---------------------------------- */
#contact
{
	display: block;
	width: 107px;
	height: 24px; 
	background: url("images/contact.png") no-repeat 0 0;
	float:right;
}

#contact:hover
{ 
	display: block;
	width: 107px;
	height: 24px; 
	background: url("images/hover/contact.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*---------SHOP PAGE---------------- */
/*---------------------------------- */
#shop
{
	display: block;
	width: 64px;
	height: 27px; 
	background: url("images/shop.png") no-repeat 0 0;
	float:right;
}

#shop:hover
{ 
	display: block;
	width: 64px;
	height: 27px; 
	background: url("images/hover/shop.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*---------FACEBOOK PAGE------------ */
/*---------------------------------- */
#facebook
{
	display: block;
	width: 102px;
	height: 33px; 
	background: url("images/facebook.png") no-repeat 0 0;
	float:right;
}

#facebook:hover
{ 
	display: block;
	width: 102px;
	height: 33px; 
	background: url("images/hover/facebook.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*----------MYSPACE PAGE------------ */
/*---------------------------------- */
#myspace
{
	display: block;
	width: 109px;
	height: 33px; 
	background: url("images/myspace.png") no-repeat 0 0;
	float:right;
}

#myspace:hover
{ 
	display: block;
	width: 109px;
	height: 33px; 
	background: url("images/hover/myspace.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*----------TWITTER PAGE------------ */
/*---------------------------------- */
#twitter
{
	display: block;
	width: 100px;
	height: 33px; 
	background: url("images/twitter.png") no-repeat 0 0;
	float:right;
}

#twitter:hover
{ 
	display: block;
	width: 100px;
	height: 33px; 
	background: url("images/hover/twitter.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}






/*---------------------------------- */
/*----------YOUTUBE PAGE------------ */
/*---------------------------------- */
#youtube
{
	display: block;
	width: 87px;
	height: 33px; 
	background: url("images/youtube.png") no-repeat 0 0;
	float:right;
}

#youtube:hover
{ 
	display: block;
	width: 87px;
	height: 33px; 
	background: url("images/hover/youtube.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}







/*---------------------------------- */
/*----------ITUNES PAGE------------ */
/*---------------------------------- */
#itunes
{
	display: block;
	width: 114px;
	height: 33px; 
	background: url("images/itunes.png") no-repeat 0 0;
	float:right;
}

#itunes:hover
{ 
	display: block;
	width: 114px;
	height: 33px; 
	background: url("images/hover/itunes.png") no-repeat 0 0;
	cursor:default;
	float:right;
}

#hover span
{
	display: none;
}







