/*
 *  Copyright 2012 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.
 */

/*
CSS FOR FEEDS
*/

/*.col-content .syndication h3,
.syndication h4,
.syndication h5
{
	margin: 0 !important;
	padding: 0 !important;
}*/
.syndication p.rss-title {
    color: rgb(35, 42, 44);
    font-size: 1.3em;
    font-weight: normal;
}

.syndication .content-illustration img{
	float:left;
	max-width:100px;
	max-height:100px;
	margin-right:20px;
}

.col-right .syndication .content-illustration img{
	max-width:60px;
	max-height:60px;
}

.syndication > p.description {
	font-size : 1.6em;
	font-style : italic;
}

.ametys-cms-service.syndication p.description:after{
	display:none;
}

.syndication .date{
	margin-left: 20px;
	margin-top:0;
}
.syndication .feed-image {
	float: right;
	margin-right: 10px;
}
.syndication ul {
	margin-top: 10px;
	margin-left: 0 !important;
	padding-top: 5px;
	padding-left: 0 !important;
	clear: right;
	font-size:1.2em;
}

.syndication ul h1,
.syndication ul h2,
.syndication ul h3,
.syndication ul ul,
.syndication ul ol,
.syndication ul p{
	font-size:inherit;
}
.syndication ul li {
	background-image: none;
	padding-left: 0 !important;
	clear: both;
	overflow: auto;
	list-style-type: none;
	border-bottom: 1px solid #D8D3CC
}

.syndication ul li h1,
.col-right .syndication ul li h2,
.syndication ul li h2,
.col-right .syndication ul li h3,
.syndication ul li h3,
.col-right .syndication ul li h4{
	background: url("../../img/menu_fd.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    color: #23292C;
    display: inline-block;
    font-weight: bold;
    padding-left: 20px;
    text-transform: uppercase;
    font-size : 1.2em;
    margin-bottom:0;
}

.syndication ul li h1 a:link,
.col-right .syndication ul li h2 a:link,
.syndication ul li h2 a:link,
.col-right .syndication ul li h3 a:link,
.syndication ul li h3 a:link,
.col-right .syndication ul li h4 a:link{
	color : #232a2c;
}

.syndication ul li.last {
	border-bottom: none;
}
.syndication ul li  .feed-entry-date {
	font-size: 0.9em;
}

.syndication ul li .description,
.syndication ul li p {
	clear: right;
	color: #242424;
    font-size: 1.2em;
    line-height: 1.5;
    margin-top : 0;
    margin-left:20px;
}

.syndication ul li .description img,
.syndication ul li p img{ float:left; margin-right:10px; margin-bottom: 5px; }

.syndication ul li .enclosures {
	margin: 5px 15px 5px 15px;
}

.syndication ul li  .enclosure {
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}

.syndication ul li  .enclosure.video {
	background-image: url('../../img/mimetype/video.png');
}
.syndication ul li .enclosure.audio {
	background-image: url('../../img/mimetype/audio.png');
}

.syndication ul li .enclosure.image {
	background-image: url('../../img/mimetype/image.png');
}
.syndication ul li .enclosure.unknown {
	background-image: url('../../img/mimetype/unknown.png');
}

.syndication ul li .feed-entry-author {
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
}

.syndication img{
	border: 1px solid #DAD9D7!important;
	padding:5px;
}

.ametys-cms-service.syndication ul.feed-list li span[style='color:#777']{
	display:none;
}

.ametys-cms-service.syndication div.link{
    display:inline-block;
    margin-left:5px;
    background: url("../../img/a_venir_fleche-contrast.png") no-repeat scroll left center transparent;
    color: #AD1700/* AMETYS ("default.default.contrast.dark") */ ;
    font-family: "Istok Web", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 33px;
    text-transform: uppercase;
    margin-bottom:5px;
}

.ametys-cms-service.syndication div.link a:link{
	color: #AD1700 /* AMETYS ("default.default.contrast.dark") */ ;
}

/** BEGIN Multi-columns */
.syndication-columns .feed-list .rss-title {
	text-transform: uppercase;
	font-size: medium;
}

.syndication-columns ul.feed-list li ul.rss-items li {
    border-bottom: 1px dashed;
    padding: 5px 0;
}

.syndication-columns ul.feed-list li ul.rss-items li.last {
    border-bottom-width: 0;
}

.syndication-columns ul.feed-list > li { 
    clear: none;
    width: 30%;
    float: left;
    content: " "; 
    display:block;
    box-sizing: border-box;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.syndication-columns ul.feed-list:after {
    clear: both;
    content: " ";
    display: block;
}

.syndication-columns ul.feed-list > li.first-li { 
    clear:both; 
}

.syndication-columns ul.feed-list li ul.rss-items .date {
	font-size: smaller;
}
/** END Multi-columns */

/** BEGIN Form */
.feed-config-link {
	float: right;
}

.feed-config-form .input span
{
    margin-top: 0 !important;
}

.feed-config-form .checkbox
{
    margin-top: 10px !important;
}

.feed-config-form .label
{
    margin-left: 30px !important;
}

.feed-config-form .label input
{
    width: 270px;
}
/* END Form */
