@import  "http://fonts.googleapis.com/css?family=Oxygen:700";

/*
Bienvenue dans l’éditeur CSS de l’extension Design !

CSS (Cascading Style Sheets) est un langage qui fournit des informations à
votre navigateur concernant le style de la page web que vous visitez. Vous
pouvez maintenant supprimer ces commentaires et commencer à ajouter votre
propre code CSS.

Par défaut, cette feuille de style sera chargée après la feuille de
style de votre thème, ce qui veut dire que les nouvelles règles que vous
ajouterez ici pourront remplacer celles créées par le thème.

Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à
votre thème, sans avoir à copier la feuille de style existante de
celui-ci, ou avoir à recréer toutes les règles de style de votre thème.
*/
body {
	background-color: transparent;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	margin: 0;
	padding: 0;
	background: url(https://nuajpale.net/fnd.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
/* pour Chrome et Safari */
	-moz-background-size: cover;
/* pour Firefox */
	-o-background-size: cover;
/* pour Opera */
	background-size: cover;
/* version standardisée */
}

h1, h2, h3, #comment-header {
	font-family: 'Oxygen', sans-serif;
	color: #6386a2;
	font-family: "Droid Serif", serif;
	font-weight: bold;
	line-height: 1.23;
	margin-bottom: 10px;
}

h4, h5, h6, #comment-header {
	font-family: 'Oxygen', sans-serif;
	color: #778ea0;
	font-family: "Droid Serif", serif;
	font-weight: bold;
	line-height: 1.23;
	margin-bottom: 10px;
}

/* #Links
================================================== */
a:link, a:visited {
	color: #6386a2;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #fff;
}

p a, p a:visited {
	line-height: inherit;
}

/* #HEADER
================================================== */
#header {
	background-color: transparent;
	background-color: rgba(255,255,255,0);
	border-bottom: none;
}

#site-title a:link {
	font-family: 'Oxygen', sans-serif;
	font-size: 30px;
	line-height: 62px;
	color: #fff;
	text-shadow: 2px 2px 3px #6386a2;
	margin: 0;
	text-transform: lowercase;
}

#site-title a:hover {
	color: #222
}

#site-description {
	display: none;
}

#searchform input, .sm-top a, #get-cats, select {
	border: 1px solid #D2DFDC;
	box-shadow: 2px 2px 3px #6386a2;
	display: block;
	float: left;
	margin: 0;
	position: relative;
}

/* #NAV
================================================== */
#primary-nav {
	font-family: 'Oxygen', sans-serif;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.7);
	font-size: 13px;
	text-transform: uppercase;
}

#primary-nav .sixteen {
	border-bottom: 15px solid transparent;
	border-top: 20px solid transparent;
	height: 28px;
	overflow: hidden;
}

#top-nav ul a:link, #top-nav ul a:visited {
	color: #fff;
	text-decoration: none;
}

#primary-nav ul.nav-listing li a {
	color: #6386a2;
	display: block;
	padding: 0;
	text-decoration: none;
}

#primary-nav ul.nav-listing li a span {
	background-color: #6386a2;
	background-position: -9999px 0;
	border-radius: 3px 3px 3px 3px;
	display: block;
	float: left;
	height: 18px;
	margin-right: 5px;
	width: 18px;
}

#primary-nav ul.nav-listing li a:hover, #primary-nav ul.nav-listing li a.selected {
	color: #6386a2;
}

#primary-nav ul.nav-listing li a.selected span {
	background-color: #6386a2;
	background-position: 2px -104px;
}

/* #ARTICLES CONTENT
================================================== */
p strong {
	color: #666;
}

#page-not-found-message h2, article.post .post-title, article.post .post-title a, #page-not-found-message h3 a {
	color: #93545f;
	font-family: 'Oxygen', sans-serif;
	font-size: 17px;
}

#content-wrapper {
	background: transparent;
	padding: 20px 0;
	min-height: 400px;
}

#content {
	background: none;
}

div.entry.clearfix p a {
	color: #6386a2;
}

.overflow-hidden.cat-listing > a:hover, .post.sticky.corner-stamp .meta a:hover, .url.fn.n:hover, .col > a:hover {
	color: #666;
}

.overflow-hidden.cat-listing > a:link, .post.sticky.corner-stamp .meta a:link, .url.fn.n:hover, .col > a:link {
	color: #999;
}

.overflow-hidden.cat-listing > a:visited, .post.sticky.corner-stamp .meta a:visited, .url.fn.n:hover, .col > a:visited {
	color: #999;
}

/* #SIDEBAR WIDGETS
================================================== */
#sidebar {
	background-color: rgba(40,70,90,0.4);
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.container .four.columns {
	width: 200px;
}

.widget .widget-title {
	font: bold 17px/21px 'Oxygen', sans-serif;
	margin-bottom: 15px;
	color: #eaeaea;
	text-shadow: 1px 1px 1px #6081a2;
}

.widget a {
	color: #efefef;
	text-decoration: none;
}

/* FOOTER 
================================================== */
#footer {
	background-color: rgba(255,255,255,0.7);
}

/* COMMENTAIRES 
================================================== */
.count-comment a {
	background: none repeat scroll 0 0 #cbcbcb;
	border-radius: 10px 10px 10px 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 7px;
	text-align: center;
}

#respond P {
	padding-bottom: 0;
}

#reply-title {
	margin-bottom: 10px;
}

#comment-header h3, #comments-title, #comment-form-title, #reply-title {
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #6386a2;
}

#comment-header h3, #comments-title, #comment-form-title, #site-description, .widget .widget-title, #page-not-found-message h3, #reply-title {
	font-family: 'Oxygen', sans-serif;
	color: #fff;
}