/* Reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

:focus { outline: 0; }

ins { text-decoration: none; } del { text-decoration: line-through; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
}
pre, code, kbd, samp, tt {
	font-size: 0.9em;
	font-family: "Droid Sans Mono Regular",monospace;
}
textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Fonts
-------------------------------------------------------- */
@font-face {
	font-family: 'Charis SIL Regular';
	src: url('fonts/CharisSILR.eot');
	src: local('Charis SIL Regular'), local('CharisSIL-Regular'), url('fonts/CharisSILR.ttf') format('truetype');
}
@font-face {
	font-family: 'Droid Sans Regular';
	src: url('fonts/DroidSans.eot');
	src: local('Droid Sans Regular'), local('DroidSans-Regular'), url('fonts/DroidSans.ttf') format('truetype');
}
@font-face {
	font-family: 'Droid Sans Mono Regular';
	src: url('fonts/DroidSansMono.eot');
	src: local('Droid Sans Mono Regular'), local('DroidSansMono-Regular'), url('fonts/DroidSansMono.ttf') format('truetype');
}

/* Defaults
-------------------------------------------------------- */
body {
	background: #fff url(img/body_bg.png) repeat-x top left;
	color: #000;
	font: 14px "Droid Sans Regular",sans-serif;
}
a {
	text-decoration: none;
	color: #0084c4;
}
a:hover, a:focus {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.8em 0;
}
h1 {
	font-size: 2em;
	font-family: "Charis SIL Regular",serif;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	font-family: "Charis SIL Regular",serif;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-family: "Charis SIL Regular",serif;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}

/* Layout
-------------------------------------------------------- */
#top, #page, #footer {
	width: 848px;
	margin: 0 auto;
}

#top {
	position: relative;
	height: 120px;
	margin-top: 30px;
	background: transparent url(img/top_bg.png) no-repeat 0 3px;
}
#top h1 {
	text-indent: -5000px;
	font-size: 0;
}
#top h1 a {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	height: 100px;
	width: 320px;
}
#top h1 a:hover {
	text-decoration: none;
}
#top span {
	display: block;
	padding-top: 90px;
	margin-right: 24px;
	color: #666;
	font-size: 30px;
	font-style: oblique;
	text-align: right;
}

#map {
	position: absolute;
	top: -26px;
	right: 24px;
}
#map li {
	float: left;
	padding: 4px 0;
	margin: 0 0 0 10px;
}

#map li.feed a {
	display: block;
	padding: 2px 20px 2px 0;
	text-indent: -5000px;
	background: transparent url(img/feed.png) no-repeat 100% 0;
}

#page {
	padding-top: 20px;
	padding-bottom: 2px;
	background: #FDFDFD url(img/page_bg.png) repeat-y top center;
}
#content {
	padding: 0 20px;
}

#footer {
	padding: 20px 0 20px;
	background: transparent url(img/footer_bg.png) no-repeat top center;
	font-size: 0.9em;
	text-align: center;
}


/* Days navigation
-------------------------------------------------------- */
ul.nav {
	overflow: hidden;
	margin-bottom: 10px;
	
}
/*
ul.nav a {
	color: #89A1AD;
}
ul.nav a:hover {
	color: #0084c4;
	text-decoration: none;
}*/
ul.nav li {
	padding: 6px 0;
}
ul.nav li.previous {
	width: 30%;
	float: left;
}
ul.nav li.top {
	width: 40%;
	float: left;
	text-align: center;
}
ul.nav li.next {
	width: 30%;
	float: right;
	text-align: right;
}
ul.nav.nav-entry li {
	width: 48%;
}

a.button {
	padding: 5px 10px 4px;
	font-size: 11px;
	border: 1px solid #ddd;
	background: #eee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 1em;
}
a.button:hover, a.button:focus {
	text-decoration: none;
	border-color: #ccc;
	background: #eaeaea;
}

/* Before list
-------------------------------------------------------- */
#before {
	margin-top: 20px;
}
#before h2 {
	font-size: 1.3em;
}
#before ul {
	padding: 0 0 0 10px;
}
#before li {
	display: list-item;
	list-style: disc inside none;
	margin: 0.5em 0;
}

/* Sections titles
-------------------------------------------------------- */
h2.ici, h2.avant, h2.ailleurs {
	width: 64px;
	height: 64px;
	font-size: 1px;
	float: left;
	margin: -15px 0 0 -90px;
	text-indent: -5000px;
}
h2.ici {
	background: transparent url(img/ici.png) no-repeat top left;
}
h2.ailleurs {
	background: transparent url(img/ailleurs.png) no-repeat top left;
}
h2.avant {
	background: transparent url(img/avant.png) no-repeat top left;
}

/* Archives
-------------------------------------------------------- */
#archives h2 {
	float: left;
	width: 130px;
	color: #ABABAB;
}
#archives div {
	margin-left: 140px;
	margin-bottom: 2em;
	padding-left: 10px;
	border-left: 1px solid #b8b5ac;
}
#archives h3 {
	margin: 0 0 0 0;
	padding: 0.1em 0 0 0;
}
#archives h3 span.comment-count {
	padding: 2px 5px;
	vertical-align: middle;
	font: normal 11px sans-serif;
	color: #0084c4;
}
#archives p {
	color: #999;
	line-height: 1.3;
	margin: 0.5em 0 1em 0;
}
#archives em {
	color: #444;
}
#archives.onindex h3 a {
	color: #000;
}
#archives.onindex h3 a:hover, #archives.onindex h3 a:focus {
	color: #0084c4;
	text-decoration: none;
}

/* Ailleurs
-------------------------------------------------------- */
#external {
	margin: 20px 0 40px;
	overflow: hidden;
}
#external h3 {
	color: #888;
}
#external .column {
	width: 260px;
	padding-right: 9px;
	float: left;
}
#external .column.size2of3 {
	width: 520px;
}
#external p {
	margin-top: 0.5em;
}
#indicible ul, #mixli ul {
	overflow: hidden;
}
#indicible li, #mixli li {
	float: left;
	margin: 0 5px 15px 0;
}
#indicible img, #mixli img {
	display: block;
	border: 1px solid #ccc;
	width: 120px;
	height: 74px;
}

#tweets li {
	margin: 0 0 0.7em 0;
	font-style: oblique;
}
#tweets li a {
	color: #444;
}
#tweets li a:hover, #tweets li a:focus {
	text-decoration: none;
	color: #0084c4;
}

/* Entries
-------------------------------------------------------- */
div.entry {
	margin: 0 0 20px 0;
	/*background: transparent url(img/separator.png) no-repeat 0 100%;*/
	font-size: 17px;
}
div.entry div.content {
	color: #444;
}
.entry-title {
	margin-bottom: 0;
	font-size: 2.1em;
	color: #000;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover, h2.entry-title a:focus {
	color: #0084c4;
	text-decoration: none;
}
p.entry-date {
	margin-bottom: 2em;
	font-size: 0.9em;
	color: #999;
}

div.entry p.photo img {
	display: block;
	border: 2px solid #777;
}

div.entry h3.img-title {
	padding-top: 400px;
	background-position: middle center;
	font-size: 1.6em;
}

div.entry h3.img-title span {
	display: block;
	padding: 0.3em;
	background: #202020;
	background: rgba(32, 32, 32, 0.7);
	color: #fff;
}

/* Comments
-------------------------------------------------------- */
div.comment-count {
	margin-bottom: 5px;
}
div.comment-thanks {
	margin: 1em 0;
	padding: 0.5em;
	border: 2px solid #363;
	background: #ffc;
	color: #030;
}
div.comments {
	position: relative;
	padding: 10px 0 0 180px;
}
div.comments p.empty {
	margin-left: -180px;
	margin-bottom: 1em;
}
div.comments div.comment {
	position: relative;
	clear: left;
	padding: 10px 10px 10px 60px;
	margin: 10px 0;
	font-size: 0.9em;
	color: #444;
}
div.comments div.comment span.num {
	position: absolute;
	top: 0;
	left: 10px;
	color: #f3f3f3;
	z-index: 100;
	font-size: 4.5em;
}
div.comments div.comment cite {
	display: block;
	position: relative;
	z-index: 200;
	font-style: normal;
	margin-bottom: 5px;
}
div.comments div.comment cite span {
	font-weight: bold;
}
div.comments div.b {
	position: relative;
	z-index: 200;
}

/* Comment form
-------------------------------------------------------- */
form.comment {
	display: none;
	font-size: 14px;
}
form.comment div {
	margin: 0.3em 0;
	padding: 0.3em 0;
}
form.comment p.submit {
	margin-left: 240px;
}
form.comment p.submit input {
	padding: 2px 10px 2px;
	border: 1px solid #ddd;
	background: #eee;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 1em;
}
form.comment p.submit input:hover, form.comment p.submit input:focus {
	border-color: #ccc;
	background: #eaeaea;
}
form.comment label {
	display: block;
	float: left;
	width: 230px;
	margin-top: 4px;
	margin-right: 10px;
	color: #444;
	text-align: right;
	cursor: pointer;
}
form.comment span.help {
	display: block;
	margin-left: 240px;
	font-style: oblique;
}
form.comment input[type=text], form.comment textarea {
	border: 1px solid #ccc;
	padding: 2px;
	font: inherit;
}
form.comment input[type=text]:focus, form.comment textarea:focus {
	border-color: #999;
}
form.comment textarea {
	width: 520px;
	padding: 5px;
	line-height: 1.4;
}
form div.with-errors {
	border: 2px solid #900;
	background: #ffc;
}
form ul.errorlist li {
	margin-left: 240px;
	margin-bottom: 0.5em;
	color: #900;
	font-weight: bold;
}

/* basic class (b) - always on a div
-------------------------------------------------------- */
div.b p, div.b li, div.b dd {
	text-align: justify;
	line-height: 1.5;
}
div.b p, div.p, div.b table, div.b pre {
	margin: 0 0 1em 0;
}
div.b h1 { font-size:1.7em; }
div.b h2 { font-size:1.5em; }
div.b h3 { font-size:1.3em; }
div.b h4 { font-size: 1.1em; }
div.b h5 { font-size: 1em; }
div.b h6 { font-size: 0.8em; }
div.b h1, div.b h2, div.b h3, div.b h4, div.b h5, div.b h6 {
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
}
div.b abbr, div.b acronym {
	border-bottom:1px dotted #000000;
	cursor:help;
}
div.b em {
	font-style:italic;
}
div.b pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;

	font-size: 0.8em;
	line-height: 1.3;
	padding: 0.8em;
	background: #f1f1f1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.b blockquote {
	margin: 1em 30px;
	padding: 1em 1.5em 0.5em 1.5em;
	background: #FBFBF8 url(img/quote.png) no-repeat 0 0;
}
div.b ul, div.b ol, div.b dl {
	margin: 1em 0 1em 2em;
}

div.b ol li {
	list-style: decimal outside none;
}
div.b ul li {
	list-style: disc outside none;
}
div.b dl dt {
	font-weight: bold;
}
div.b dl dd {
	margin: 0.2em 0 1em 0.5em;
}
div.b table {
	margin-left: 1px;
}
div.b th, div.b td {
	border:1px solid #000;
	padding:0.5em;
}
div.b th {
	font-weight:bold;
	text-align:center;
}
div.b.caption {
	margin-top: 0.5em;
	margin-bottom:0.5em;
	text-align:center;
}
div.b fieldset {
  display: block;
  margin: 1em 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}
div.b legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  white-space: nowrap;
}


