/* =Content
-------------------------------------------------------------- */

body {
    color: #000;
}


h1.page-title,
h1.entry-title {
    border-bottom: none;
}

article {
    border-bottom: none;
}

footer,
article .entry-meta {
	border-top:none;
}

#site-generator {
	color: inherit;
}

#access ul ul, .widget .menu ul {
    background: none repeat scroll 0 0 #FFF;
    border-top: none;
}

.entry-content .menu .current_page_item a,
.current-menu-item a, 
.current_page_item a, 
.current_page_ancestor a, 
.current_page_parent a {
	color:#000;
	font-weight:400; !important;
}

#menu-mainnav-fr li.current_page_ancestor a,
#menu-mainnav-fr li.current-page-ancestor a,
#menu-mainnav-fr li.current_page_parent a,
#menu-mainnav-fr li.current-page-parent a,
#menu-mainnav-fr li.current_post_ancestor a,
#menu-mainnav-fr li.current_post_parent a {
	color: #000; !important;
	font-weight:400; !important;
}

#branding hgroup,
#access {
    /*padding: 0;*/
	border-bottom:none;
}

#site-description {
	color:#424242;
}

#secondary .widget {
    border-bottom: none;
}


/* Plugin Recherche Ciel variable
-------------------------------------------------------------- */

.list .portfolio .entry-content a,
.list .portfolio .entry-content .entry-header a, 
.single-portfolio .portfolio .entry-header a  {
	color:#666;
}

.list .portfolio .entry-content a:hover,
.list .portfolio .entry-content .entry-header a:hover, 
.single-portfolio .portfolio .entry-header a:hover  {
	color: #000;
}


/* Responsiveness
-------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	
	#secondary {
		border-top:solid 1px #CCC;
		padding-top:5px;		
	}
	article {
		margin: 0;
/*		border-bottom:solid 1px #CCC;
*/	}
}