/*******************************/
/*          flowplayer         */
/*******************************/

#player {
	/*margin: 0 0 0 30px;*/
	padding-top: 10px;
	}


/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }


/* container has a background image */
a.player {
	display:block;
	width:640px;
	height:360px;
	padding:0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	border:0;
}


.playlist {
	height:123px;
	background:#666666 url(images/bg-slider.gif) no-repeat;
	padding:7px 0px 0px 0px;
	width:640px;
	/*margin: 10px 0 0 30px;*/
	position: relative;
}

.playlist div.clips {
	width: 600px;
	overflow: hidden;
	height:115px;
	margin: 0 auto;
}

.playlist div.clips a {
	background:transparent url(images/bg-clips.gif) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:95px;
	margin:0 5px 0 5px;
	padding:10px;
	text-decoration:none;
	width:120px;
	line-height:11px;
}

.playlist div.clips a:hover {
	background-position:-140px 0;
	color:#000;
}

.playlist div.clips a.playing {
	background-position:-280px 0;
	color:#fff;
}

.playlist div.clips a.paused {
	background-position:-420px 0;
	color:#fff;
}

.playlist div.clips a.progress {
	opacity:0.8;
}

.playlist a.up, .playlist a.down {
	display:block;
	width:11px;
	height:11px;
	background:url(images/right.gif) no-repeat;
	cursor:pointer;
	position: absolute;
	top: 55px;
}

.playlist a.up:hover, .playlist a.down:hover {
	background-position:0px -11px;
}

.playlist a.up {
	background-image:url(images/left.gif);
	left: 0px;
}

.playlist a.down {
	right: 0px;
}

/*******************************/
/*        accordian menu       */
/*******************************/


#navigation {
    margin:5px 0 0 0;
    padding:0;
    text-indent:10px;
    background-color:#D9D7D5;
    width:180px;
}
#navigation a.head {
    cursor:pointer;
    background:#D9D7D5 url(images/accordian-off.gif) top left no-repeat;
    color:#666666;
    display:block;
    font-weight:bold;
    margin:0px;
    padding:6px 0 6px 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
#navigation a.head:hover {
    background: url(images/accordian-on.gif) top left no-repeat;
    color:#ffffff;
    background-color:#5675CF;
}
#navigation a.selected {
    background: url(images/accordian-on.gif) top left no-repeat;
    background-color:#5474CE;
    color:#ffffff;
}
#navigation a.current {

}
#navigation ul {
    border-width:0px;
    margin:0px;
    padding:0px;
    text-indent:0px;
}
#navigation li {
    list-style:none outside none; display:inline;
}
#navigation li li a {
    color:#666666;
    display:block;
    margin-left: 10px;
    text-decoration: none;
    padding: 2px 0;
}
#navigation li li a:hover {
    color:#8C8C8C;
}

#navigation li ul {
    display: none;
}

#navigation li.current_page_item ul {
    display: block;
}

#navigation li.current_page_item a.head {
    background: url(images/accordian-on.gif) top left no-repeat;
    background-color:#5474CE;
    color:#ffffff;
}


#sidebar ul ul li:before {
	content: none;
	}

