/*****
* AERIS HTML TEMPLATE
* Affichage des zones avec box-shadow
*/

body {
	background:#fafafa;
}

[id="breadcrumbs"] {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
   }

[id="breadcrumbs"] > div::before {
    border-color: #ddd transparent transparent;
}

[id="breadcrumbs"] > div::after {
    border-color: #f5f5f5 transparent transparent;
}

.sidebar:not(.archives)[id="content-area"] main,
.default[id="content-area"] main,
aside > section,
.home main > article,
[role="listNews"] article,
[role="homepage-mdleft-widget-area"] > section,
.widget[class*="feed"] ul,
.widget.widget_media_image figure {
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.sidebar[id="content-area"] main,
.default[id="content-area"] main  {
    margin-bottom: 20px;
    margin-top: 20px;
}

.default[id="content-area"] main  {
    padding-bottom: 40px;
}

article > figure,
[role="listNews"] article > header > figure
 {
	margin:0;
}

.wrapper-content,
.textwidget {
    padding: 20px 50px;
}

aside > section {
    padding: 0 0 20px;
}

aside > section > *:not(h2),
.widget > ul {
    padding-left:20px;
    padding-right: 20px;
}

section.widget_calendar {
	padding-bottom: 0;
}

aside > section .calendar_wrap,
[role="listNews"] article > header > :not(figure),
.post-excerpt,
[role="homepage-mdleft-widget-area"] > section > h2{
	padding:20px;
}

.widget[class*="feed"] ul {
	padding:10px;
}

[role="listNews"] article {
	border:none;
	padding: 0;
}

[role="listNews"] article[role="short-embed-post"]:not(:last-child) {
    border:none;
}

[role="listNews"] article[role="short-embed-post"] header > figure ~ * {
    padding: 0 0 0 10px;
}
[role="listNews"] article[role="short-embed-post"] {
    margin-bottom:20px;
    padding: 10px;
}

[role="listNews"] article > header > h3 {
	margin-bottom:0; 
}

[role="listNews"] article.format-quote > header > blockquote {
    margin:0;
    box-shadow: none;
    color: white;
    font-size: 1.2em;
}