@charset "UTF-8";
/* CSS Document */

/* @import "mp3player.css"; */

/*
===============================
Na Palapalai Style Guide
===============================
*/

Body {	
	background:#000000;
	color: #ffffff;
}

#container {
	width: 1024px ;
  	margin-left: auto ;
 	margin-right: auto ;
	margin-top: 30px;

}

/*
===============================
CD Pop-up pages
===============================
*/

.numbers {
	color:#666666;
	font-size: 70%;
}

.tracklisting {
	color:#666666;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	padding-left: 20px;
}

.tracklisting a {
	text-decoration: none;
	color: #FFFFFF;

}

.tracklisting a:hover,
.tracklisting a:focus {
	text-decoration: none;
	color: #3F88B2;

}

.tracklisting a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.footer {
	color: #FFFFFF;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	padding-left: 7px;
}

.footer a {
	text-decoration: none;
	color: #3F88B2;
	font-weight: bold;

}

.footer a:hover,
.footer a:focus {
	text-decoration: none;
	color: #FFFFFF;

}

.footer a:visited {
	text-decoration: none;
	color: #3F88B2;
}



/*
===============================
Twitter Feed Variables
===============================
*/

#tweet {
	margin: 10px 0 5px 0;
	font-family: Helvetica, "Times New Roman", Times, serif;
}

#tweet a {
	text-decoration: none;
	color: #3F88B2;

}

#tweet a:hover,
#tweet a:focus {
	text-decoration: underline;
	color: #00CCFF;

}

#tweet a:visited {
	text-decoration: none;
	color: #3F88B2;
}

#tweet ul {
  font-size: 62.5%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: inherit;

}

#tweet ul li {
}

/* Hidden Styles Not Working

.twitterPrefix {
	text-decoration: none;
	color: #666666;

}

.twitterStatus {
	text-decoration: none;
	color: #000000;
}

.twitterTime {
	text-decoration: none;
	color: #3F88B2;
}
*/


