/*
Theme Name: papillon
Description: Theme inspired by default apparence of Papillon
Theme URI:
Version: 
Author: Nim
Author URI: http://blog.peacefrogs.net/nim/
Tags: dark, blue, fixed width, two columns, widgets, widget ready, css, valid xhtml, valid css, ajax, clean, simple, white, right sidebar, 
*/
/************resetter*************/
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: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********end resetter***********/
body{
	background: #fff;
	margin:0px;
	font-family: Arial; 
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight:normal; 
	text-decoration:none;
background-color:#ced3e1;
}

.header{
	position: relative;
	width: 746px;
margin:20px auto 0 auto;
padding:0;
background-color:#fff;
border:1px solid black;
border-bottom:None;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

.blog_title {
display:block;
border-bottom:1px solid black;
padding:15px 10px;
font-family: Times;
background: #6f819d url(http://www.peacefrogs.net/~etienne/images/xfce_logo.png) no-repeat;
background-position:right center;
}

.blog_title a{
color:white;
font-size:32px;
text-decoration:None;
line-height: 32px;
}

.blog_title a span{
	color: #7791db;
}
.description{
	font-size: 10px;
margin:0 10px;
}

.menu{
margin:20px 0 0 0;
border:1px solid black;
width: 746px;
height: 35px;
border-right:None;
border-left:None;
font-family: Times;
background-color:#6f819d;
}

.menu ul li {
	float: left;
	height: 35px;
	margin: 0 1px 0 0;
background-color:#97aed4;
}

.menu ul li:first-child {
background-color:#6f819d;
}

.menu ul li a{
	color: #fefefe;
	display: block;
	padding: 10px 17px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}

.search{
display:None;
        position: absolute;
	left: 572px;
	height: 35px;
	width: 174px;
	background: #fff url(images/bg-search.gif) no-repeat;
	bottom: 0px;
}
.search input{
	margin: 12px 0px 0px 29px;
	height: 10px;
	width: 135px;
	border: none;
	color: #636f90;
	font-size: 9px;
}
.middle{
	position: relative;
	width: 746px;
	margin:0px auto;
background-color:#FFF;
border:1px solid;
border-top:None;
border-bottom:None;
padding-top:15px;
}
.content{
	float: left;
	width: 566px;
padding:0 0 0 10px;
}
.sidebar{
	float: left;
	width: 164px;
}
.sidebar .top{
	height: 47px;
	background-image: url(images/bg-sidebar-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.sidebar .bottom{
	height: 47px;
	background-image:url(images/bg-sidebar-bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.sidebar .main{
	background-image: url(images/bg-sidebar.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 18px;
}
.sidebar ul.list{
	padding-bottom: 15px;
	color: #566aa8;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
}
.sidebar ul.list li ul{
	margin-left: 21px;
	color: #566aa8;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
}
.sidebar ul.list li ul li{
	background: url(images/list.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 21px;
}
.sidebar ul.list li ul li a{
	color: #20273a;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.sidebar ul.list li ul li ul{
	margin: 0px 0px 0px -10px;
}
li#calendar{
	margin-top: -20px;
	margin-bottom: 10px;
}
li#calendar table tbody tr td{
	padding: 2px;
	color: #000;
	font-weight: normal;
}
li#calendar table thead tr th{
	padding: 2px;
	color: #000;
}
li#calendar table tbody tr td a, li#calendar table tfoot tr td a{
	font-weight: bold;
	color: #000;
}
li#calendar table caption{
	margin-left: -37px;
}
li#tag_cloud{
	margin-bottom: 10px;
}
li#tag_cloud a{
	color: #000;
	text-decoration: none;
}
form#searchform{
	margin-bottom: 15px;
}
.textwidget{
	color: #000;
	font-weight: normal;
}

h1, h2 {
	font-size: 25px;
	font-family: Times;
	color: #1c2232;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 25px;
    font-style:italic;
}

h2{
    font-size: 20px;
}

h1 a {
	color: #1c2232;
	text-decoration: none
}

.post{
	padding: 0px 20px 30px 0px;
	margin: 0px;
}
.post .body{
	background: #fff url(images/h1-border.gif) no-repeat left top;
	padding: 10px 0px 0px 0px;
}
.post .date{
	color: #505c7e;
	padding: 0px 0px 10px 20px;
	background: #fff url(images/date-icon.gif) no-repeat;
}
.post .date a{
	color: #000;
}
.post .text p{
	margin-bottom: 12px;
}
.post .text ol, .post .text ul{
	margin-bottom: 12px;
	margin-left: 25px;
}
.post .text ol li ol, .post .text ul li ol{
	margin-bottom: 0px;
}
.post .text ul li{
	list-style: circle;
}
.post .text ol li{
	list-style: decimal;
}
.post .text a{
	color: #000;
}
.post .text dt{
	font-weight: bold;
}
.post .text dd{
	margin-bottom: 12px;
}
.post .meta{
	position: relative;
	background: #fff url(images/bg-meta.gif) no-repeat 40px top;
	height: 18px;
	padding: 0px 0px 0px 59px;
	font-weight: bold;
	margin-top: 20px;
}
.post .meta img{
	margin: 0px 3px 2px 0px;
}
.post .meta img.rating{
	margin-bottom: -3px;
}
.post .meta a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.post span.edit a{
	float: right;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
.clear{
	clear: both;
}
.footer{
    clear: both;
    text-align: center;
width: 746px;
margin:0 auto 20px auto;
padding:10px 0;
background-color:#6f819d;
border:1px solid black;
border-top:None;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
color:#fff;
}

.footer a{
    text-decoration: underline;
color:#fff;
}
.response{
}
.response .title{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.comment{
	position: relative;
	margin-bottom: 5px;
	background: #f6f6f6 url(images/bg-comment.gif);
	padding: 10px;
	margin-right: 10px;
}
.comment .meta{
	float: left;
	width: 98px;
	background: #eee url(images/comment-arrow.gif) no-repeat right top;
}
.comment .meta img{
	margin-bottom: 7px;
}
.comment .meta .name{
	line-height: 10px;
}
.comment .meta .date{
	font-size: 10px;
}
.comment .meta .name a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.comment .text{
	float: left;
	width: 427px;
	padding: 0px 10px;
}
.comment .text a{
	color: #000;
}
.comment .text p{
	margin-bottom: 7px;
}
.response .line{
	background: #fff url(images/h1-border.gif) no-repeat left top;
	height: 1px;
}
.response .form{
	padding: 15px 0px 15px 0px;
	margin: 0px 10px 0px 0px;
	background: #e8e4fb;
}
.response .form .title{
	margin-left: 10px;
}
form.comment a{
	color: #000;
}
form.comment{
	padding: 0px 0px 0px 25px;
	background: none;
	position: relative;
}
form.comment p{
	margin-bottom: 5px;
}
form.comment .left{
	float: left;
	width: 170px;
}
form.comment .right{
	float: left;
}
form.comment input{
	border: none;
}
form.comment textarea{
	border: none;
	width: 340px;
	height: 96px;
}
.search-alert {display: none; background: url(images/alert-search.gif) no-repeat left bottom; padding: 10px 15px 20px 15px; top: -55px; left: 0px; margin-top: 5px; position: absolute; font-size: 10px; cursor: pointer; color: #000; z-index: 10; width: 160px;}
.tags-alert {display: none; background: url(images/alert-up.gif) no-repeat left top; padding: 20px 15px 10px 15px; top: 15px; left: 72px; margin-top: 5px; position: absolute; font-size: 11px; color: #000; z-index: 100; width: 160px; font-weight: normal; color: #000;}
.date-alert {display: none; background: url(images/alert-up.gif) no-repeat left top; padding: 20px 15px 10px 15px; top: 15px; left: 97px; margin-top: 5px; position: absolute; font-size: 11px; color: #000; z-index: 100; width: 180px; font-weight: normal; color: #000;}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.pagination{
	text-align: center;
}
.pagination a {
	color: #000;
}

/* new */
.rsswidget{
    text-decoration:none;
    color: #566aa8;
}

acronym{
    border-bottom: 1px black dotted;
}

/* specific pages */
#chimere-page{
background: #fff url(http://www.peacefrogs.net/~etienne/images/Arezzo_chimere.jpg) no-repeat;
background-position:left bottom;
}

#papillon-page{
background: #fff url(http://www.peacefrogs.net/~etienne/images/papillon.jpg) no-repeat;
background-position:right top;
}

