/*
 *  Copyright 2010 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
/** Personalize the css for the multimedia plugin here */

/* @group GENERIC CLASSES */


.multimedia_player {
	text-align: center;
	float:left;
	border: 1px solid #DFDFDF;
}

.multimedia_player div { 
	background:#000000 url(../img/multimedia-sample/play.png) no-repeat scroll center center;
	cursor: pointer;
	display:block;
	margin-left: auto;
  	margin-right: auto;
}

.multimedia_player .no-script {
	color: #404040;
	font-style:italic;	
	margin: 0px;
	padding-bottom: 5px;
}

.multimedia_clips {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	float:left;
}

.multimedia_clips ul {
	list-style:none;
	padding-left: 10px;
}

.multimedia_clips ul li {
}

.multimedia_clips a {
	color: #006BB1;
	display: block;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: url('../img/play_off_20.png') no-repeat 0 2px;
}

.multimedia_clips a.play {
	background: url('../img/play_on_20.png') no-repeat 0 2px;
	text-decoration: none;
	font-weight: bold;
}

.multimedia_info {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

/** audio */
.audio_player {
	text-align: center;
	float:left;
	border: 1px solid #DFDFDF;
}

.audio_player div { 
	background:#000000 url(../img/multimedia-sample/play.png) no-repeat scroll center center;
	cursor: pointer;
	display:block;
	margin-left: auto;
  	margin-right: auto;
}

.audio_player .no-script {
	color: #404040;
	font-style:italic;	
	margin: 0px;
	padding-bottom: 5px;
}

.audio_clips {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	float:left;
}

.audio_clips ul {
	list-style:none;
	padding-left: 10px;
}

.audio_clips ul li {
}

.audio_clips a {
	color: #006BB1;
	display: block;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: url('../img/play_off_20.png') no-repeat 0 2px;
}

.audio_clips a.play {
	background: url('../img/play_on_20.png') no-repeat 0 2px;
	text-decoration: none;
	font-weight: bold;
}

.audio_info {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

/*******************************/


/** flux RSS **/
.col-content .rightcolumn .syndication ul, 
.col-content .maincolumn .syndication ul {
	margin-left: 0px;
	padding-left: 0px;
}

.col-content .maincolumn .syndication p,
.col-content .rightcolumn .syndication p {
	margin: 0px;
	color: #4D4D4D;
}

.col-content .rightcolumn .syndication p.date, 
.col-content .maincolumn .syndication p.date {
	font-style: italic;	
	font-size: 0.9em;
}

.col-content .rightcolumn .syndication p,
.col-content .rightcolumn .syndication ul, 
.col-content .rightcolumn .syndication h2 {
	padding : 5px;	
}

/*******************************/
