/*
Theme Name:     Base WP Child
Theme URI:      http://example.com/
Description:    Th¸me enfant pour le th¸me Base WP
Author:         Votre nom ici
Author URI:     http://example.com/about/
Template:       base-wp                             
Version:        0.1.0
*/

@import url("../base-wp/style.css");

/*--------------------------------------------------------------
TABLE OF CONTENTS: 
----------------------------------------------------------------
1.0 - Reset2.0 - Typography 
3.0 - Elements 
4.0 - Inputs and buttons 
5.0 - Navigation	5.1 - Links	5.2 - Menus 
6.0 - Accessibility 
7.0 - Alignments 
8.0 - Clearings 
9.0 - Widgets 
10.0 - Content	10.1 - Posts and pages 
	10.2 - Asides 
	10.3 - Comments 
	10.7 - Pagination11.0 - Infinite scroll 
12.0 - Media 
13.0 - Footer
--------------------------------------------------------------*/



/*--------------------------------------------------------------
 2.0 Typography 
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Georgia', serif;
	font-weight:300;
	font-size: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
	 word-wrap: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
     hyphens: auto;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color:#000A5F;
	font-weight:300;
}
h1 {font-size: 1.8em}
h2 {font-size: 1.6em}
h3 {font-size: 1.2em}
h4 {font-size: 1.1em}
h5 {font-size: 1em}
h6 {font-size: 0.9em}

p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}



/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-spacing: 10px;
}
th {
	font-weight: bold;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.header-image{
	margin-bottom:-1.4em;
}
.site-header{
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0px 1px 3px #ddd;
	-webkit-box-shadow: 0px 1px 3px #ddd;
	box-shadow: 0px 1px 3px #ddd;
	background:#fff;
}
.site-branding {
	border-bottom: 1px solid #eee;
	text-align:center;
	padding-bottom:1em;	
}

.site-branding a {
	text-decoration:none;	
}
.site-title, .site-title a {
	margin-top:1em;
}
.site-description{
	font-size:1.25em;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #D51313;
	font-weight:300;
	text-decoration:none;
}
a:visited {
	font-weight:300;
	color: #E5999E;
}
a:hover,
a:focus,
a:active {
	font-weight:300;
	color: #000A5F;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.navmenu{
	text-align:center;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display:block;
	list-style: none;
	margin: 0;
	padding-left: 0;	
}
.main-navigation li {
	display:inline-block;
}
.main-navigation a {
	display:block;
	text-decoration: none;
	padding:1em;
	text-align:center;
	color:#000A5F;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
 	top:auto;
	background:#444;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top:100%;
	margin-top:-57px;
}
.main-navigation ul ul a {
	width: 200px;
	text-align:left;
}
.main-navigation ul ul li {
	display:block;
	text-align:left;
}
.main-navigation li:hover > a {
	background: #D51313;
	color:#fff;
}
.main-navigation ul ul:hover > a {
	background: #D51313;
	color:#fff;
}
.main-navigation ul ul a:hover {
	background: #D51313;
	color:#fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	border: 1px solid #e5e5e5;
	padding:0.5em 0.8em;
	background:#fff;
	-moz-box-shadow: 0px 2px 0px #eee;
	-webkit-box-shadow: 0px 2px 0px #eee;
	box-shadow: 0px 2px 0px #eee;

}

.widget ul{
	margin-left: 0px !important;
	list-style:none;
	
}
.widget li{
	border-bottom: 1px solid #eee;
	margin: -8px -12px 10px;
	padding: 10px;
	
}
.widget ul.children, .widget ul.children li,.widget ul.sub-menu li {
	border-bottom:none;
	padding:5px 0px 0px 10px;
	margin:0px !important;
}
.widget ul.children li:before , .widget ul.sub-menu li:before {
	content: "-";
	padding:5px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget h3.widget-title {
	text-shadow: 1px 1px 0 #fff;
	color:#333;
	background-color: #f9f9f9;
	margin: -7px -12px 10px;
	padding: 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	font-weight:300;
}
.widget_archive h3.widget-title {
	background-image:url(images/news.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_categories h3.widget-title {
	background-image:url(images/wallet.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_recent_comments h3.widget-title {
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_recent_entries h3.widget-title {
	background-image:url(images/note.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_calendar h3.widget-title {
	background-image:url(images/calendar.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_nav_menu h3.widget-title {
	background-image:url(images/link.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}
.widget_tag_cloud h3.widget-title {
	background-image:url(images/tags.png);
	background-repeat:no-repeat;
	background-position: 10px 50%;
	padding-left:34px;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content {
	padding-top:2em !important;
	padding-bottom:2em !important;	
}
#primary {
	padding-bottom:1em !important;	
}
.wide.contenitor{
		background: url(images/shadow.png) top center no-repeat;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
article {
	border: 1px solid #e5e5e5;
	padding:1em;
	background:#fff;
	-moz-box-shadow: 0px 2px 0px #eee;
	-webkit-box-shadow: 0px 2px 0px #eee;
	box-shadow: 0px 2px 0px #eee;
}
.entry-meta {
	border-top: 2px dotted #eee;
	border-bottom: 2px dotted #eee;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	color:#666;
	font-size:0.8em;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size:0.8em !important;
}
.comment-body {
	margin-top:10px;
}
.comment-author{
text-shadow: 1px 1px 0 #fff;
	color:#666;
	background-color: #f9f9f9;
	margin: -16px -16px 10px;
	padding: 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	font-weight:300;
	}
.comment-metadata {
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.8em;
	padding-bottom:0.5em;
	margin-bottom:10px;
	}
b.fn{
	margin-bottom:6em !important ;
	}
.error-404 .page-header, .error-404 .message-404 {
	text-align:center;
	}
.error-404 .message-404 input.search-field {
	width:50%;
	padding:0.6em;
	margin-bottom:1em;
	}
.sitemap ul {
	list-style: circle;
	margin-left:1.3em;
	}
.sitemap ul ul {
	list-style: circle;
	padding-left:1em;
	}
.sitemap li {
	padding:2px 0;
	}


/*--------------------------------------------------------------
13.0 Footer
--------------------------------------------------------------*/
.site-footer {
	background: url(images/shadow.png) top center no-repeat #fff;
	padding:1em 0em;
	border-top: 1px solid #ccc;
}
.site-info {
	text-align:center;
}
.site-info a {
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
}
.social-url  {
	text-align:center;
	width:100%;
	display:block;
	padding-top:0.6em;
	padding-bottom:0.8em;

}
.social-url a {
	text-align:center;
	display:inline-block;
	margin:0px 2px;
	width:32px;
	height:32px;
}	
.social-url a.facebook-icon {
	background: url(images/social/social-facebook.png);
}
.social-url a.facebook-icon:hover {
	background: url(images/social/social-facebook-hover.png);
}
.social-url a.twitter-icon {
	background: url(images/social/social-twitter.png);
}
.social-url a.twitter-icon:hover {
	background: url(images/social/social-twitter-hover.png);
}
.social-url a.google-icon {
	background: url(images/social/social-google-plus.png);
}
.social-url a.google-icon:hover {
	background: url(images/social/social-google-plus-hover.png);
}
.social-url a.pinterest-icon {
	background: url(images/social/social-pinterest.png);
}
.social-url a.pinterest-icon:hover {
	background: url(images/social/social-pinterest-hover.png);
}

