/*
Theme Name: twentythirteen-neoglyphe
Description: Thème enfant pour twentythirteen
Author: Ivan Foucault
Template: twentythirteen
*/

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

/* structure */
::-moz-selection {
	background-color: #ccccff;
	color: #48386f;
}

 h5 {
	 font-size: 16px;
	 margin: 0 0 15px;
 }
 
 .espace {
	 margin-bottom: 40px;
 }
 
 .entry-content {
	 max-width: 704px;
 }
 
 .hentry {
	 padding: 10px 0;
 }
 
 div#main.site-main {
	 background-color: #ffe;
 }
 
 .entry-content a, .comment-content a {
	 color: #7b7095;
 }
 
 .entry-content a:hover,
.comment-content a:hover {
	color: #48386f;
}
 
/* Autres Navigateurs */
::selection {
	background: #ccccff;
	color: #48386f;
}

/* Style menu */
.nav-menu li a {
	font-size: 20px;
}
.navbar {
	background-color: #7b7095;
	text-align: center;
}

.site-header .search-field {
	padding: 0 30px 0 40px;
}

.site-header .search-form {
	position: absolute;
	right: 0;
	top: 1px;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-style: normal;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #48386f;
	color: #fff;
}

.site-header .search-field {
	margin: 5px 0;
}

.site-header .search-field:focus {
	border: 2px solid #b1abc0;
}

.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #48386f;
		color: #fff;
	}

/* style subfooter et footer */
.site-footer .sidebar-container {
	background-color: #7b7095;
}

.site-footer {
	background-color: #ccccff;
}

#secondary {
	/*padding: 0 25%;*/
}

.site-footer .widget-area {
	max-width: 704px;
}

.site-info {
	padding: 10px 0;
}

.site-info p {
	margin: 0 !important;
	font-size: 11px;
}

.site-footer .widget a {
	color: #fff;
	font-size: 13px;
}

div.widget-area.masonry {
	height: 80px;
}

.site-footer .widget {
	margin-right: 0;
}

.widget {
	margin: 0 0 0 25px;
	padding: 0;
}

/* traitement des images */

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}















