﻿/*
Bienvenue dans l&rsquo;éditeur CSS de l&rsquo;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, input, textarea {
	color: #373737;
/*fh	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; */
/*fh	font-weight: 300; */
/*fh	line-height: 1.625; */
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
/*fh	margin: 0 270px 3.65625em 0;*/
	margin: 0 270px 20px 0;
}

#page {
	margin: 2em auto;
	max-width: 1500px;
}

#access ul ul a {
/*fh    background: #f9f9f9;*/
	background: #000000;
	border-bottom: 1px dotted #ddd;
/*fh	color: #444; */
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 168px;
}

#access a:focus {
/*fh    background: #efefef;*/
	background: #cfcfcf;
}

.entry-title {
	clear: both;
	color: #222;
/*fh	font-size: 26px; */
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
/*fh	padding-top: 15px;*/
	padding-top: 0;
/*fh */
	margin-top: -20px;
	margin-bottom: -10px;
/*fh */
}

.entry-header hgroup .entry-title {
/*fh    padding-top: 15px;*/
	padding-top: 0;
}

.singular .entry-title {
	color: #000;
/*fh	font-size: 36px; */
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
/*fh */
/*	width: 100%; */
/*fh */
}

.widget-area {
/*fh    font-size: 12px;*/
	font-size: 10px;
}

.widget ul li {
	color: #777;
/*fh	font-size: 13px;*/
	font-size: 12px;
}

.widget a {
/*fh      font-weight: bold;*/
	font-weight: 500;
	text-decoration: none;
}

.commentlist {
	list-style: none;
/*fh	margin: 0 auto; */
	margin: 0;
/*fh	width: 68.9%; */
	width: 74.4%;
}

#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*fh	margin: 0 auto 1.625em; */
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
/*fh	width: 68.9%; */
	width: 94.5%;
}

#site-title {
	margin-right: 270px;
/*	padding: 3.65625em 0 0; */
	padding: 1em 0 0;
}

#branding #searchform {
	position: absolute;
/*	top: 3.8em; */
	top: 2em;
	right: 7.6%;
	text-align: right;
}

.singular .entry-meta .edit-link a {
	bottom: auto;
/*    left: 50px; */
	left: -50px;
	position: absolute;
	right: auto;
	top: 80px;
}

.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}