/* @override http://www.john-noone.com/wp-content/themes/sandbox/style.css */

@charset "UTF-8";
/*
THEME NAME: Chocolat
THEME URI: http://www.john-noone.com/
DESCRIPTION: 
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.0
AUTHOR: <a href="http://www.john-noone.com/">Xavier Barbosa</a>
AUTHOR URI: <a href="http://www.john-noone.com/">Xavier Barbosa</a>

*/
/*
color scheme

orange: #f34c20;
grey: #dcb
light brown: #5e4526
dark brown: #432b09
blue: #b8e0df
*/

/* @group General */
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 18px;
	line-height: 27px;
	font-family: "Hoefler Text", "Garamond", Cambria, Georgia, serif;
	color: #333;
	background: #fff url(./img/background.gif) no-repeat 15% 100%;
}
:focus {
	outline: 0;
}


a:link {
	color: #db0305;
	text-decoration: none;
}
a:visited {
	color: #db0305;
	text-decoration: none;
}
a:hover {
	color: #db0305;
	text-decoration: underline;
}
a:active {
	color:#f00;
	text-decoration:underline;
}
a img {
	padding: 2px;
	border: 2px solid #c00;
}
p, ul, ol { 
	margin-bottom: 27px; 
}
h1, h2, h3, h4 {
	font-family: Textile, "Apple Chancery", "Zapf Chancery", Vivaldi, "French Script MT", "Monotype Corsiva", cursive;
	font-style: italic;
	text-shadow: #ffb98c 0px 1px 1px;
}
.alt h1, .alt h2, .alt h3, .alt h4 {
	text-shadow: #160e05 0 2px 1px;	
}
h1 {
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 27px;
	font-weight: normal;
}
h2 {
	font-size: 52px;
	line-height: 52px;
	font-weight: normal;
}
h2 {
	/*font-size: 52px;
	line-height: 104px;
	font-weight: normal;*/
}
h3 {
	font-size: 27px;
	line-height: 52px;
	font-weight: normal;
}

/* @end */

/* @group Layout */

div.sidebar {
	float: left;
	overflow: hidden;
	padding: 10px 1.9%;
	width: 46%;
}
div#primary {
	clear: both;
}
div#footer {
	display: none;
}



#header {
}
#blog-title a {
	margin: auto;
	height: 250px;
	display: block;
	background: transparent url(./img/logo.png) no-repeat 50% 0;
	text-indent: -9999em;
}
.skip-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px .5em;
	opacity: .2;
}
.skip-link:hover {
	opacity: 1;
}
#blog-description {
	display: none;
}
#menu {
	text-align: center;
	margin: auto;
	margin-top: -85px;
	opacity: .2;
}
#menu:hover {
	opacity: 1;
}
#menu ul {
	max-width: 480px;
	margin: auto;
	text-decoration: none;
}
#menu ul li {
	display: inline;
}
#menu ul li+li:before {
	content: " ❀ ";
	color: #5e4526;
}
#container {
	clear: both;
}
.page-title {
	padding-left: 30px;
}
.archive-meta {
	margin: 40px auto 0;
	max-width: 500px;
	font-style: italic;
	text-align: center;
}
.archive-meta * {
	display: inline;
}
.archive-meta:before {
	content: "“";
	font-size: 27px;
}
.archive-meta:after {
	content: "„";
	font-size: 27px;
}
.hentry {
	padding-top: 18px;
	padding-left: 30px;
	border-bottom: 3px solid #c00;
}
.hentry.alt {
	background: #291a06;
	/*background: #432b09;*/
	color: #eee;
}
.adsense {
	text-align: center;
	background: #c00;
	border-bottom: 3px solid #c00;	
}
.entry-content {
	margin-top: 18px;
	margin-left: 140px;
	margin-right: 10px;
	max-width: 700px;
}
.entry-content p {
	text-align: justify;
}
.entry-content ul, 
.entry-content ol, 
.entry-content dl {
	margin-left: 2em;
}
.entry-content dl.xfolkentry {
	margin-left: 0;
}
.entry-content dl.xfolkentry a.taggedlink{
	font-size: 27px;
	line-height: 52px;
	font-weight: normal;
}
.entry-title {
	display: inline;
}
.entry-date {
	font-family: Charcoal, Chicago, Corbel, sans-serif;
	font-size: 13px;
	display: inline;
	display: inline-block;

}
abbr.published, abbr.dtend, abbr.dtstart {
	text-decoration: none;
	border: 0;
}
.entry-meta {
	font-family: Charcoal, Chicago, Corbel, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 9px;
	padding-bottom: 18px;
}
.more-link {
	display: block;
	text-align: right;
	padding-right: .5em;
}
.hl-surround {
	color: #000;
}
input#s {
	width: 50%;
}
/* @end */

/* @group Navigation */
.nav-previous,
.nav-next {
	display: inline;
}
.nav-previous+.nav-next:before {
	content:  "§ ";
}
.navigation {
	text-align: right;
	padding-right: .5em;
}

/* @end */

/* @group Comments */
#comments-list h3,
#trackbacks-list h3 {
	padding-left: 20px;
}
#comments-list > ol {
	width: 400px;
	margin: auto;
	margin-bottom: 18px;
}
#trackbacks-list > ol {
	max-width: 700px;
	margin-left: 170px;
	margin-right: 10px;
	margin-bottom: 18px;	
}
#trackbacks-list > ol li {
	font-size: 15px; /* grossi le n# */
}
#comments-list > ol li {
	font-size: 54px; /* grossi le n# */
	line-height: 54px;
}
#comments-list > ol li > * {
	line-height: 27px;
	font-size: 15px; /* reset des tailles */
}
#comments-list > ol li .avatar {
	vertical-align: middle;
}
/* doudouille */
#comments-list .comment {
	padding: 3px;
}
#comments-list .comment.alt {
	border: 2px solid #dcb;	
	background: #fff;	
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#comments-list .comment-author {
	position: absolute;
	margin-left: 400px;
}
#comments-list .comment-author {
	font-size: 36px;
	line-height: 36px;
}
#comments-list .comment-author span {
	/*display: block;*/
	padding: 3px;
}
#comments-list .comment p {
	margin: 0;
	margin-top: 9px;
}
/* fin doudouille */
#comments-list+#respond {
	border-top: 3px solid #c00;
}
#respond h3 {
	padding-left: 20px;
}

.formcontainer {
	background: #dcb;
	padding: 20px;
	width: 400px;
	margin: auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

.form-submit {
	text-align: center;
	padding: 3px;
}

/* @end */

/* @group Disqus Comments */
#disqus_thread h3,
#trackbacks-list h3 {
	padding-left: 20px;
}
#dsq-content {
	width: 400px;
	margin: auto;
	position: relative;
}
#disqus_thread #dsq-comments {
	width: 400px;
	margin: auto;
	margin-bottom: 18px;
}
#trackbacks-list #dsq-comments {
	max-width: 700px;
	margin-left: 170px;
	margin-right: 10px;
	margin-bottom: 18px;	
}
#trackbacks-list #dsq-comments li,
#disqus_thread #dsq-comments li {
	line-height: 27px;
	font-size: 15px; 
}
.dsq-header-avatar {
	vertical-align: middle;
	position: absolute;
	right: -120px;
}
/* doudouille */
#disqus_thread .comment {
	padding: 3px;
}
#disqus_thread .comment.alt {
	border: 2px solid #dcb;	
	background: #fff;	
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#disqus_thread .comment-author {
	position: absolute;
	margin-left: 400px;
}
#disqus_thread .comment-author {
	font-size: 36px;
	line-height: 36px;
}
#disqus_thread .comment-author span {
	/*display: block;*/
	padding: 3px;
}
#disqus_thread .comment p {
	margin: 0;
	margin-top: 9px;
}
/* fin doudouille */
#disqus_thread+#respond {
	border-top: 3px solid #c00;
}
#respond h3 {
	padding-left: 20px;
}

#dsq-post-add {
	background: #dcb;
	padding: 20px;
	width: 400px;
	margin: auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}

.form-submit {
	text-align: center;
	padding: 3px;
}

/* @end */

/* @group Gallery */
.gallery {
	overflow: auto;
	padding: 5px;
	display: table;
	width: 100%;
	padding-bottom: 10px;
}
.gallery+.gallery {
	b-order-top: 1px solid #5e4526;
	overflow: auto;
}
.gallery .gallery-item {
	display: table-cell;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.gallery .gallery-item .gallery-icon {
	display: table-row;
}
.gallery .gallery-item .gallery-caption {
	font-family: Charcoal, Chicago, Corbel, sans-serif;
	font-size: xx-small;
	line-height: 9px;
	display: table-row;
	padding-top: 5px;
}

/* @end */

/* @group Sidebar */
.sidebar ul {
	list-style: none;
	margin: 0;
}
.sidebar ul li li {
	display: inline;
}
.sidebar ul li li+li:before {
	content: " ❀ ";
	color: #5e4526;
}

/* @end */

