/* @override
	http://fdcl.dev/wp-content/themes/fdcl/styles/01_layout.css?ver=3.6 */

html {
   overflow: auto;
   font-size: 100%; 
}

body {
    background-color: #eee;
    padding:0;
    margin:0;
}

img {
max-width:100%
}

#grid {
	position: absolute;
	width: 100%;
	height: 100%;
}
#ribbon {
    background-color: #b40022;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 43px;
    border-top: 1px solid #f7e7ea;
    border-bottom: 1px solid #ce5a70;
    opacity: 1;
    display: none;
}

div.archivelisting-excerpt > a > img.wp-post-image,
div.archivelisting-excerpt > a > img.publication-cover {
	float: left;
	border: 1px solid #888;
	margin-left: 0;
	margin-bottom: 21px;
	margin-right: 11px;
	margin-top: 0;
}

#page {
    clear: both;
    width:1000px;
	 margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: #fff;
}

hgroup {
    display: table-row;
    width: 100%;
}

hgroup > * {
    display: table-cell;
    vertical-align: top;
}

#ullink, #footer {
	float: none;
   clear:both;
   width: 100%;
	margin-top: -31px;
}


#row-header {
    position: relative;
    height: 188px;
}
#row-content {
    height: 100%;
}
footer {
    background-color: #222 !important;
    display: block;
    height: auto; 
}

#copyright {
    color: #aaa;
    padding: 8px 15px;
    text-align: right;
}

#content {
    padding: 24px 21px 21px 42px;
}
#content-header {
    padding: 44px 21px 0px 42px;
}

#aside-header {
    margin-top: 44px;
}

#content-header h1 {
	margin: 0;
}

#content-header h2 {
	margin: 0;
	margin-top: 2px;
	margin-bottom: -2px;

	font-size: 17px;

	font-weight: 400;
	color: #333;
}

table.singlepost-meta {
	position: relative;
}
tr.meta-title td {
	font-weight: bold;
	line-height: 21px;
	font-size: 12px;
	padding-top: 6px;
}

#header-aside,
#content-aside {
    padding: 24px 21px 21px 21px;
}

#content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

ul.category_menu ~ #sidebar {
	/*border: 1px solid #fff;*/
	margin-top: -1px;
}


#row-content-header > *:nth-child(2),
#row-content > *:nth-child(2),
#ullink > *:nth-child(2) {
    border-left: 1px solid #ccc;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.04) 5%, rgba(0,0,0,0) 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.10)), color-stop(5%,rgba(0,0,0,0.04)), color-stop(20%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: linear-gradient(to right,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );

}

#main {
width: 100%;
background: none;
margin: 0;
padding: 0;
display:flex;
}

header#branding {
clear:both;
float:none;
width:100%;
display:block;
margin: auto;
}

#logo {
    margin-top: 17px;
}

#languages-menu {
height:25px;
margin-top: -25px;
}

#primary {
	float: left;
   padding: 0;
   width: 709px;
	flex-wrap: wrap;
}

#secondary {
    float: right;
    width:240px;
    margin-left: 10px;
    margin-top: 0px;
	 padding: 20px;
    border-left: 1px solid #ccc;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.04) 5%, rgba(0,0,0,0) 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.10)), color-stop(5%,rgba(0,0,0,0.04)), color-stop(20%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    background: linear-gradient(to right,  rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.04) 5%,rgba(0,0,0,0) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}

