/*
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------
*/
body {
	font : 11pt serif;
	margin: 0;
	color: #000;
	background: #fff;
}

/*#logo, #prelude, #sidebar, .pagination, #comment-form, .supranav, .post-info, .day-date, .feed, #footer {
	display: none;
}*/
#logo, #prelude, #sidebar, .pagination, #comment-form, .supranav, .post-date, .post-info, .post-author, .day-date, .feed, #footer {
	display: none;
}

p {
	margin: 0.2em 0 0.8em 0;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}

/*h2 {
	margin: 2em 0 0.2em 0;
	font-weight: bold;
}*/
h1 { font-size: 150%; text-align: center; padding-top: 0; margin-top: 0; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

#subcategories .post-cat a {
	font-style: italic;
  	font-size: 100%;
  	border-style: none;
}
.post-cat a {
	/*font-weight: bold;*/
	font-style: italic;
  	font-size: 80%;
	border-style: none;
  	/*display: none;*/
}

#content-info h2 {
	text-align: center;
	font-style: italic;
  	padding-bottom: 1.5em;
}

.post-tags li, .post-series li {
	display: inline;
}

.post-series li {
  	font-style: italic;
}
a {
  	color: #ad3f4c;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
.post {
	/*background: transparent url(img/filet.png) repeat-x left bottom;*/
	background: url(img/filet.png) center bottom no-repeat transparent;
	position: relative;
	padding-bottom: 1.4em;
}

/*.post-content a[href^="http"]:after, #comments a[href^="http"]:after,
#trackbacks a[href^="http"]:after {
	content: " ("attr(href)") ";
	color: #333;
}*/