/*  
Theme Name: Tabula Rasa
Theme URI: http://www.astrance.com
Description: Theme pour Tabula Rasa
Version: 1.0
Author: Astrance
Author URI: http://www.astrance.com

*/
body{
	margin: 20px;
	font-family: "Trebuchet MS", Georgia, Arial, Sans-serif;
	font-size: 12px;
	background: #142626;
	color: #aab9b9;
}

input, textarea {
	font-family: "Trebuchet MS", Georgia, Arial, Sans-serif;
	font-size: 12px;
	background: #142626;
	color: #aab9b9;
  padding: 2px;
  border: 1px #3C4E4E solid;
}

a:link, a:visited{
	text-decoration: none;
	color: #AAD0D0;
}

a:hover{
	text-decoration: none;
	color: #80FAFF;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

#header {
  padding-right: 20px;
}

#footer {
  font-size: 10px;
}

.post_date {
	color: #AAD0D0;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
}

.post_time {
  font-size: 10px;
  font-weight: normal;
}

.post_title {
  padding: 4px 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.post_content {
  text-align: justify;
  line-height: 18px;
  padding-bottom: 5px;
  list-style-image: url(images/list_tw.png);
}

.post_img{
  border: 1px #3C4E4E solid;
  margin: 4px;
}

.sidebar{
	display: inline;
}

.sidebar ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li{
  padding: 0 0 0 10px;
}

.sidebar ul li h2{
  padding: 10px 0 0 0;
  font-size: 16px;
}

.sidebar ul ul li {
  padding: 0;
  margin: 0 0 1px 0;
  line-height: 18px;
}
.sidebar ul ul li a{
  display: block;
  padding: 0 0 0 8px;
  border-left: 1px #3C4E4E dotted;
}
.sidebar ul ul li a:hover{
  border-left: 1px #80FAFF dotted;
  background: url(images/puce.gif) no-repeat left;
}
