/*
Theme Name: Les âmes d'Atala
Theme URI: http://www.zamdatala.net
Description: nice red and black theme
Author: U. Uhlig
Author URI: http://www.curlybracket.org
*/


* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: DustismoRoman;
	src: url(fonts/Dustismo_Roman.ttf) format("truetype");
}

body {
	font: 12px Dustismo_Roman, Georgia, "Times New Roman", "Times", serif;
	color: #333;
	margin: 0 auto;
    text-align: center;
	background: #ccc;
}

hr {
    display: none;
}

a {
	color: #666;
	text-decoration: underline;
}

a.more-link {
	display: block;
	font-weight: bold;
	margin-top: 2em;
	text-align: right;
	color: #CC0033;
}

a:hover {
color:			#111;
text-decoration:	none;
}

img {
border: none;
}

blockquote {
	background: url(images/quote.png) top left no-repeat;
	text-indent: 2.5em;
}

#wrap {
	width: 720px;
	padding: 10px 15px 5px;
	text-align: center;
	margin: auto;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#header {
        text-align: left;
}

#header h1 {
	font: 4em;
	color: #fff;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block;
	background: url(images/titre.jpg) 0 0 no-repeat;
	width: 720px;
	height: 66px;
}

#header h1 a:hover {
	background-position: 0 -68px;
}

#sidebar {
	padding: 1em 5px 2em;
	font-size: 1.1em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#sidebar li {
	display: inline;
	padding-left: 1.2em;
	letter-spacing: 0.01em;
	padding-left: 1.2em;
}

#sidebar li.current-cat a, #sidebar li.current_page_item a {
   color: #222 !important;
}

#sidebar a {
	color: #666;
	text-decoration: none;
}

#sidebar a:hover {
	color: #cc0033;
}

#sidebar li.current-cat a {
	color: #222;
}

#content {
	text-align: left;
	margin: 0 0 5px;
	overflow: auto;
	clear: both;
}

#content ul,ol,blockquote {
	margin: 15px 0 10px 15px;
}

#content h2 {
	font: 1.7em DustismoRoman, "Georgia", "Times", "Times New Roman", serif;
	padding: 0;
	margin: 0 0 10px 0;
}

#content h2 a {
	color: #333;
	text-decoration: none;
}

#content h2 a:hover {
	color: #cc0033;
}

#content p {
	padding: 2px 0;
	font-size: 1.05em;
    line-height: 1.6em;
}

#content ul li {
	margin: 0;
	list-style-type: square;
	padding: 0 0 5px 5px;
}

.post {
	background: #F8F8F8 url(images/paper.jpg) no-repeat right bottom;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 1em 0 2em;
	padding: 0.8em 1.5em 1em;
	color: #333;
	overflow: hidden;
}

* html .post {
	height: 1%;
}

.post img {
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
}

.details {
	color: #666;
	margin: 0 0 5px 0;
	float: right;
	text-align: right;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}

.details p {
	margin:0;
	padding:0;
}

.details p a:link, .details p a:visited {
	color: #666;
}

.details p a:hover {
	color: #333;
}

#footernav {
	font-family: Arial, sans-serif;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}

#footernav .next {
	float: left;
	padding: 5px 0 2px;
}

#footernav .previous {
	float: right;
	padding: 5px 0 2px;
}

#footernav a {color: #333; text-decoration: none;}
#footernav a:hover {color: #cc0033;}

#footer {
	clear: both;
	padding-top: 10px;
	text-align: left;
	font-size: 1em;
	border-top: 1px dotted #ccc;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #666;
}

#footer h2 {
	font-size: 1.1em;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	line-height: 1.3em;
	overflow: hidden;
	list-style: none;
}

#footer li {
	float: left;
	margin-right: 10px;
	padding: 0.1em;
	padding-left: 0;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
}

#search {
	margin: 10px;
	float: right;
}

.inputbox {
	padding: 1px 2px 0px 1px;
	vertical-align: top;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #333;
	background: #fff;
}

.inputbox:focus {
	border-color: #333;
}

#search .inputbox {
	width: 100px;
}

.button {
	display: inline;
	margin-left: 0.5em;
	font-size: 0.9em;
	background:	#fff;
	color:	#666;
	border: 1px solid #ccc;
	cursor: pointer;
}

.button:hover {
	color: #333;;
	border-color: #333;
}

.error {
	color: #cc0033;
}
h3#comments {
    color: #666;
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	font-weight: normal;
	cursor: pointer;
}
h3#comments:hover {
	color: crimson;
}
.commentlist {
    color: #666;
    font-family: Arial, sans-serif;
}
.commentlist .avatar {
    float: left;
}
.commentlist li {
    clear: both;
    margin-bottom: 0.5em;
}
.commentmetadata, .commentlist cite {
    display: inline;
    margin-right: 1em;
}

#commentform {
    color: #666;
    font-family: Arial, sans-serif;
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	font-weight: normal;
	font-size: 0.9em;
}
textarea#comment {
	width: 99%;
}
/* jquery */
h3#respond {
	margin-top: 1em;
	color: crimson;
	font-weight: normal;
	cursor: pointer;
}
