/* Generated by KompoZer */
body {
  margin: 0px;
  padding: 0px;
  background: white url(media/llp_background.jpg) repeat fixed center top;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
#page {
}
h1 {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: white;
  font-size: 16px;
}
h2 {
  border-style: none;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: bold;
  color: white;
  font-family: Verdana;
  font-size: 24px;
}
h3 {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	color: white;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	color: white;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
}
#footer {
}
#menu1 {
  font-size: small;
  color: white;
  text-decoration: none;
}
#menu1 ul {
  border: thin solid #003300;
  display: inline;
  background-position:  center center;
  background-image: url();
}
#menu1 li {
}
#menu1 a {
}
#menu1 a:hover, #menu1 a:focus {
}
#menu1 a:active {
}
#menu2 {
}
#menu2 ul {
}
#menu2 li {
}
#menu2 a {
}
#menu2 a:hover, #menu2 a:focus {
}
#menu2 a:active {
}
#footer p {
  padding-left: 20px;
  padding-right: 20px;
}
#list {
  padding-top: 20px;
  padding-bottom: 20px;
}
a {
}
a:hover {
}
#extra1 {
}
#extra2 {
}
#extra3 {
}
#extra4 {
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
h5 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
h6 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
}

/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

#playlist {
	width:150px;		
}


/* overlay play button */
div.play {
	background:url(../img/btn/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	background:url(img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

#playlist a.playing, #playlist a.paused {
	color:#000;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}
