/* -------------------------------------------------------------------------------
	Theme Name: Tresor de Fafnir
	Version: 1.02
	Author: Jocelyn L
	Author URI: http://www.jojo-leroy.com/
	Tags: fixed width, widget ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */

/* general */
body{
	margin:0px auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#e900d0;text-decoration: underline;}
a:hover {color: #ED1B23;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 20px;
	margin: 20px 20px 10px 20px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.alignleft {float: left; text-align: left;}
.alignright {float: right; text-align: right;}
.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
.clear{
	clear:both;
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/***** layout *****/
#base{
	margin:0px auto;
	background: #f4f0df url(images/bg.jpg) repeat-x left top;
}
#base2{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:934px;
}
#header{
	position:relative;
	width: 960px;
	height: 298px;
	background: #f2eddc url(images/bg_top.jpg) no-repeat left top;
}



#container{
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:100%;
	padding: 5px 20px 0px 20px;
	background: #f4f0df url(images/container_topbg.jpg) repeat-x left top;
}

#sidebar{
	float:left;
	width:188px;  /*208px*/
	padding:33px 0px 0px 20px;
	color:#e900d0;
	margin-left: 31px;
	border-right: #83acbc 3px solid;
}
#content{
	float:right;
	width:673px; /* 683 */
	padding:35px 4px 0 0;
	margin:0px 0px 0 0px;
}
#footer{
	position:relative;
	clear:both;
	/* 454px 934px */
	 /* 80px */
	line-height:1.3em;
	background:url('images/footer_bg.jpg') repeat-x left top;
	color:#2c7286;
}
#footer a,#footer a:hover{
	color:#e900d0;
	text-decoration:underline;
}

#footerimg {
	height:80px;
	background:url('images/footer_img.jpg') no-repeat left top;
	padding: 80px 80px 5px 400px;
}
/**** header ****/
/*#frame{
	position:absolute; 
	top:113px;
	left:462px; 
	width:315px;
	height:255px;
	border:0px red solid;
	background:url('images/frame-img.php') no-repeat;
}*/

#blogtitle {
	position:absolute; 
	top:35px;
	left:0px; 
	width:620px;
	height:90px;
	font-family: Arial,Verdana; 
	font-size:32px; 
	font-weight:bold;
	text-align:left;
	color:#fffffe; 
	overflow:hidden;
	padding:40px 0px 0px 18px;
	border:0px red solid;
	background:none;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#fffffe; 
	text-decoration:none;
}
	
/*#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: 'MS Sans Serif', Verdana, Tahoma; 
	font-style:italic;
	font-weight:bold;
	width:400px; 
	height:40px;
	left:10px; 
	top:90px; 
	text-align:center; 
	font-size:14px;
	letter-spacing: 2px;
	color:#fffffe; 
}*/
#header img.rss{
	position: absolute;
	left: 50px;
	top: 200px;
	height:88px;
	width:145px;
}

.searchbox {
	position:absolute;
	top:13px; 
	right: 30px;
	width:242px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:6px;
	left:10px;
	width:162px; 
	height:18px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#67bdd5; 
	padding:5px 3px 0px 3px;
	border:0px;
	background:none;
}
.search-but input {
	position:absolute;
	top:6px;
	right:3px;
	width:40px; 
	height:20px; 
	background:none;
	border:0px;
}

/***** sidebar *****/

#sidebar a{color:#000000;text-decoration:none;}
#sidebar a:hover {color:#e900d0;text-decoration:none;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family:Verdana,Arial;
}
#sidebar ul ul li{
	line-height: 1.7em;
	font-size:11px;
	font-family:Verdana,Arial;
	list-style-image: url('images/sb_arrow.jpg');
	list-style-position: outside;
	margin: 3px 0px 0px 14px;
	padding:0 5px 2px 0px;
	background: url('images/sb_line.jpg') no-repeat bottom right;
}

#sidebar ul ul ul li {
	list-style-position: outside;
	font-size:11px;
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	list-style-image: url('images/sb_arrow.jpg');
	margin: 0px 0px 0px 14px; 
	padding: 0px 0px 0px 0px;
	border:0px; 
	background:none;
}
#sidebar ul ul ul ul ul li{
	background:none;
}
#sidebar h1 {
	color: #fffffe;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	height: 18px;
	font-family:Verdana,Arial;
	background:#83acbc;
}

#sidebar select{
	margin:5px 0px 2px 15px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}


/** menu **/
#menu ul {
	position:absolute;
	top: 10px;
	left: 280px;
	height: 18px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#menu ul li {
	display: inline;
	font-size: 12px;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#000000;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 16px;
	color: #000000;
	padding: 0px 8px 0px 8px;
	margin:0px 8px 0 0 ;
	text-decoration:none;
	border: 1px #BB985F solid;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#ffffff;
	background:#BB985F;
}

/***** content *****/
.spacer {height:25px;}
.archivetitle {
	height:25px;
	color: #000000;
	font-size: 11px;
	font-variant: normal;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.page_top{
	padding:0;
	margin:0;
	min-height:108px;
	background:url('images/page_bg_top.jpg') no-repeat top;
}

.post_top{
	padding:0;
	margin:0;
	background:url('images/post_bg_top.jpg') no-repeat top;
}
.post{
	position:relative;
	width:670px;
	background:url('images/post_bg.jpg') repeat-y;
	margin:0 5px 11px 0;
	
}
.post_bottom{
	padding:0px 0 0px 0;
	background:url('images/post_bg_btm.jpg') no-repeat bottom;
}
.post_content{
	margin: 0px 0px 0 0px;
	padding: 3px 30px 20px 35px;
	/*border:1px #f3eada solid;*/
}

.posttitle{
	position:absolute;
	left:103px;
	top: 56px;
	height: 25px;
	font-size:17px;
	padding:5px 5px 0 5px;
}
.posttitle a,a:hover{
	color: #1d5700;
	text-decoration:none;
}

.date_d {
	position:absolute;
	font-size: 28px;
	left:56px;
	top:67px;
	font-family:Arial, Verdana;
	font-weight:bold;
}
.date_m {
	position:absolute;
	font-size: 13px;
	left:62px;
	top:54px;
	font-family:Arial, Verdana;
	font-weight:bold;
	color:#fffffe;
}
.date_y{
	position:absolute;
	left:62px;
	top:93px;
	font-size:10px;
	font-family:Arial, Verdana;
}
.entry {
	position:relative;
	color: #1b2416;
	line-height: 1.6em;
	text-align: justify;
	padding: 24px 10px 10px 15px;
	margin:0px 0 0 0 ;
}

.info {
	position:relative;
	line-height: 1.6em;
	font-size: 10px;
	padding:2px 5px 5px 5px;
	color:#000000;
	margin:84px 14px 0 67px;
}
.info a{
	color:#bb985e;
}
.postauthor {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#999999;
	background: url('images/author.jpg') no-repeat top left;
}

.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/category.jpg') no-repeat top left;
	color:#999999;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#999999;
	background: url('images/tags.jpg') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#999999;
	background: url('images/bubble.jpg') no-repeat top left;
}

.navigation {
	font-size: 12px;
	margin: 40px 0px 0px 0px;
	padding: 2px 10px 17px 10px;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #B1A074;
	background:#ffffff;

}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #1d5700;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 11px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	background:#F2ECCE;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #B1A074;
	background:#F2ECCE;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 11px;
	list-style-type: none;
	margin: 0px 0px 10px 25px;
	padding: 0px 5px 1px 5px;
	background:#F2ECCE;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #B1A074;
	background:#F2ECCE;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #B1A074;
	background: #F2ECCE url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	background:#F2ECCE;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #F2ECCE;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #1d5700; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #1d5700; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #bb985e;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #a98f3e;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #a98f3e;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 170px;
	margin:0 0 0 10px;
	text-align: center;
	font-size:11px;
	color:#B1A074;
}
.textwidget {
	margin:2px 2px 0 14px;
}
