/*
Theme Name: EFJblogs
Version: 1.0
Description: A child theme of twentyfourteen
Template: twentyfourteen
*/

@import url("../twentyfourteen/style.css");


/*
TEST
*/



a:hover{
	color: #777;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}



/*------------------------------------------------*/
/*--------------------[CESURE]-------------------*/
/*------------------------------------------------*/




.body {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}


.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

.nav-links {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

.widget {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}



li.nlposts-ulist-litem {
	height: 40px;
}


/*------------------------------------------------*/
/*--------------------[COULEUR]-------------------*/
/*------------------------------------------------*/

a {
	color: #0bb;
	text-decoration: none;
}

a:active,
a:hover {
	color: #0bb;
}


.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #0bb;
		color: #fff;
	}

.widget a:hover {
	color: #0bb;
}


.search-toggle {
	background-color: #0bb;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #0bb;
}

.search-box {
	background-color: #0bb;
}

.entry-title a:hover {
	color: #0bb;
}

.entry-meta a:hover {
	color: #0bb;
}

.cat-links a:hover {
	color: #0bb;
}

.entry-meta .tag-links a:hover {
	background-color: #0bb;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #0bb;
}

.entry-content .edit-link a:hover {
	color: #0bb;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #0bb;
}

.page-links a:hover {
	background: #0bb;
	border: 1px solid #0bb;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #099;
}

.paging-navigation a:hover {
	border-top: 5px solid #0bb;
	color: #2b2b2b;
}


/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/


.footer-sidebar .widget .widget-title,
	.primary-sidebar .widget .widget-title {
		font-size: 11px;
		font-weight: 900;
		line-height: 1.6363636363;
		margin-bottom: 3px;
	}






