﻿/*
 * -----------------------------------------------
 * www.happyworm.com
 * silvia benvenuti
 * 
 * jPlayer.css
 * -----------------------------------------------
 */

#container {
	width: 100%;
	overflow: hidden;
}

#branding {
	width: 280px;
	margin-left: 20px;
}

#menu {
	text-align: left;
	font-size: 0.8em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px;
	margin-left:300px;
	margin-top:-57px;
	margin-right:278px;
	overflow: hidden;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a{
	display: block;
	width: 95px;
	height: 57px;
}

#menu li a span{
	display: block;
	text-indent:-999px;
}


#home a{
	background:  0 -57px no-repeat;
}

#home a:hover{
	background:  0 0 no-repeat;
}

body.jplayer #home a{
	background:  0 -114px no-repeat;
}

#demos a{
	background:  -95px -57px no-repeat;
}

#demos a:hover{
	background:  -95px 0 no-repeat;
}

body.demos #demos a{
	background:  -95px -114px no-repeat;
}

#download a{
	background:  -190px -57px no-repeat;
}

#download a:hover{
	background:  -190px 0 no-repeat;
}

body.download #download a{
	background:  -190px -114px no-repeat;
}

#about a{
	background:  -285px -57px no-repeat;
}

#about a:hover{
	background:  -285px 0 no-repeat;
}

body.about #about a{
	background:  -285px -114px no-repeat;
}

#breadcrumbs {
	list-style-type:none;
	margin: 0 ;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size:.9em;
}

#breadcrumbs li{
	float: left;
	color: #666;
	padding-right: .5em;
}

#menu_download {
	float: right;
	width: 206px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#menu_download li{
	float: left;
}

#menu_download a{
	display: block;
	width: 206px;
	height: 94px;
}

#menu_download #plugin a{
	background:  0 0 no-repeat;
}

#menu_download #plugin a:hover{
	background:  0 -94px no-repeat;
}

#menu_download a span{
	display: block;
	text-indent:-999px;
}

#content_main {
	width: 70%;
	float: left;
	font-size: 0.8em;
}


#content_main img{
	float: right;
	margin: 0 0 20px 20px;
}

.float_right {
	clear: both;
	float: right;
}

#footer {
	width: 70%;
	font-size: 0.6em;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer p{
	width: 540px;
	float: left;
	margin-left: 20px;
	margin-top: 40px;
}

.section {
	border-bottom:1px dotted #009be3;
	padding:1em 0 ;
	margin-left:20px;
	width:100%;
	overflow: hidden;
}

#content_sub {
	width: 30%;
	margin-left:70%;
	margin-top: 3.2em;
	font-size:.7em;
/*	background-color:#f2f9fc;*/
}

#content_sub h2 {
	font-size:1.1em;
	color: #666;
	margin-top: 0;
}

#content_sub .section{
	padding: 0 0 20px 30px;
	border: none;
}

#content_sub ul{
	margin: 0;
	padding: 0;
	list-style-type:none;	
}

.date {
	margin: 0;
	padding: 0;
	font-style:oblique;
}

/* styles for the player */
 
#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url('../../discs/images/spirites.jpg') no-repeat 0 0;
}
#player_play.jqjp_hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -41px 0;
}
#player_pause {
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -42px;
}
#player_pause.jqjp_hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -41px -42px;
}
 
#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -112px;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_prev:hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -29px -112px;
}
 
#ctrl_prev.disabled {
	background: url('../../discs/images/spirites.jpg') no-repeat -58px -112px;
	cursor:default;
}
 
#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -141px;
	width:28px;
	height:28px;
	cursor: pointer;
}
 
#ctrl_next:hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -29px -141px;
}
 
#ctrl_next.disabled {
	background: url('../../discs/images/spirites.jpg') no-repeat -58px -141px;
	cursor:default;
}
 
 
#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -83px;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -29px -83px;
}
#player_progress {
	position: absolute;
	left:164px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url('../../discs/images/bar_load.gif') repeat-x left top;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url('../../discs/images/bar_buffer.gif') repeat-x left top;
}
#player_progress_play_bar {
	background: url('../../discs/images/bar_play.gif') repeat-x left top ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -170px;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url('../../discs/images/spirites.jpg') no-repeat 0 -186px;
	width:18px;
	height:15px;
	cursor: pointer;
}
 
#player_volume_min.jqjp_hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -19px -170px;
}
 
#player_volume_max.jqjp_hover {
	background: url('../../discs/images/spirites.jpg') no-repeat -19px -186px;
}
 
#player_volume_bar {
	position: absolute;
	left:314px;
	top:37px;
	background: url('../../discs/images/volume_bar.gif') repeat-x left top;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url('../../discs/images/volume_bar_value.gif') repeat-x left top;
	width:0px;
	height:5px;
}
 
#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}
 
#total_time {
	text-align: right;
}
 
#playlist_list {
	width:418px;
}
 
#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}
 
#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
 
#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
 
#playlist_list li.playlist_hover {
	color:#0d88c1;
}
/* styles for the player */




