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

/* .ametys-cms-content.news.view-main, */
/* .ametys-cms-content.news.view-main p, */
/* .ametys-cms-content.news.view-main ul, */
/* .ametys-cms-content.news.view-main ol, */
/* .ametys-cms-content.news.view-main dl, */
/* .ametys-cms-content.news.view-main address, */
/* .ametys-cms-content.news.view-main table, */
/* .ametys-cms-content.news.view-main .error{ */
/* 	font-size: 13px; */
/* } pb taille des titres : MCANNES-451 */

.ametys-cms-content.news .content-date
{
	text-align: left;
	margin-top: 0;
}


.ametys-cms-content.news abbr.dtstart,
.ametys-cms-content.news abbr.dtend
{
    border: none;
}

.filtered-contents > ul > li > ul > li div.news.view-abstract{
/* 	width:310px; */
	margin-right:20px;
}

.sidebar .filtered-contents > ul > li > ul > li div.news.view-abstract{
	width:290px;
}

.filtered-contents > ul > li > ul > li.even div.news.view-abstract{
	margin-right:0;
}

/* if fullpage */
.col-content.large .filtered-contents > ul > li > ul > li div.news.view-abstract{
	margin-right:35px;
}


/* Abstract view */
.news.view-abstract h1 span.content-subtitle
{
	font-weight:normal;
}

.news.view-abstract h1{
	font-size:1.4em;
	font-family:Ubuntu, Arial, Helvetica, Sans-serif;
	font-weight:500;
	margin-bottom:0;
	color:#4A4C52;
}

.news.view-abstract .content-illustration img{
	border-radius:5px;
}

.news.view-abstract .content-tag{
	font-size:1em;
	text-transform:uppercase;
}
.news.view-abstract .content-tag strong{
	font-weight:600;
	color:#4A4C52;
}
.news.view-abstract .content-read-more{
	margin:8px 0 0;
	font-weight:500;
	font-size:1em;
}
.news.view-abstract .content-read-more a{
	color:#4A4D52;
	font-style:italic;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news.view-abstract .content-read-more a:hover{
	color:#858585;
}

.news.view-abstract .content-read-more a span{
	position: absolute;
	left: 100px;
	bottom: 4px;
	right: 0;
	display: block;
	height: 20px;
	width: 100px;
}
.news.view-abstract .target{
	margin:0;
}

/* view main */
.ametys-cms-content.news.view-main .postheader{
	margin-bottom:0;
/* 	font-size: 1.8em; pb taille des titres : MCANNES-451 */
}

.ametys-cms-content.news.view-main .news-header{
	border-top: 2px solid #4C5052;
	border-bottom: 2px solid #4C5052;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
	height: 20px;
}

.ametys-cms-content.news.view-main .content-date,
.ametys-cms-content.news.view-main .content-tag{
	display:inline-block;
	font-size: 1em;
	margin: 0;
}

.ametys-cms-content.news.view-main .content-date{
	float: right;
	font-size: 13px;
}

.ametys-cms-content.news.view-main .content-tag{
	float:left;
	text-transform:uppercase;
	font-size: 13px;
}


.ametys-cms-content.news.view-main span.content-title{
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 800;
}

.ametys-cms-content.news.view-main span.content-subtitle{
	margin-top: 15px; 
	margin-bottom: 15px;
	font-style: italic;
}

.ametys-cms-content.news.view-main span.content-title,
.ametys-cms-content.news.view-main span.content-subtitle{
	display: block;
}

.filtered-contents-main.news .content-list-item h2 span.content-title{
	line-height: 1.4em;
}



