/*
Theme Name: WordPress Richard
Theme URI: http://wordpress.org/
Description: The original WordPress theme adapted to my layout.
Version: 0.8.3
Author: Richard Ying
*/

body {
	background-color: #FFF;
	margin: 0 auto 0 auto;
	background-image:url(http://richard.ying.fr/interface/fond.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 900px;
	height:100%;
	padding: 0;
	text-align: justify;
}

#rap {
	width: 900px;
	margin: 0;
	padding: 0;
	color:inherit;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: #010101;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #010101;
	background-color: inherit;
}

a img {
	border: none;
}

a:visited {
	color: #010101;
	background-color: inherit;
}

acronym, abbr {
	border-bottom: 1px dashed #010101;
}

acronym, abbr, span.caps {
	font-size: 11px;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

#commentlist blockquote {
	background-image: url(http://richard.ying.fr/blog/wp-content/themes/richard/bquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 5px solid #010101;
	margin-left: 10px;
	padding-left: 5px;
}

blockquote {
	background-color:#eef;
	background-image: url(http://richard.ying.fr/blog/wp-content/themes/richard/bquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: inherit;
}

cite {
	font-size: 10px;
	font-style: normal;
}

h2 {
	border-bottom: 1px solid #000;
	font-size:  16px;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	clear: both;
	text-align: left;
}

h3 {
	border-bottom: dotted 1px #ccc;
	font-size:  14px;
	padding-top: 5px;
	text-align: left;
}

h4 {
	font-size:  12px;
	font-weight: bold;
}

#otherpages{
	clear: both;
	text-decoration:none;
	text-align:right;
	font-size:  13px;
	color:#069;
	background-color:inherit;
}

#otherpages a{
	text-decoration:none;
	color:#069;
	background-color:inherit;
}

#otherpages a:hover{
	text-decoration:underline;
	color:#069;
	background-color:inherit;
}

#content h3 a{
	text-decoration:none;
	color:#069;
	background-color:inherit;
}

#content h3 a:hover{
	text-decoration:underline;
	color:#069;
	background-color:inherit;
}

ol#comments li p {
	font-size: 100%;
}

ol#commentlist li {
	background:#efe;
	color:#000;
	padding-left: 5px;
	padding-right: 5px;
}

p, li, .feedback {
	font-size:  11px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: inherit;
	border-top: 0;
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
}

.meta {
	font-size: 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #010101;
	background:inherit;
	font-weight: normal;
	letter-spacing: 0;
}

.more-link {
	font-size: 12px;
	font-weight: bold;
}

.post {
	clear: both;
	padding:0 0 15px 0;
	border-bottom: 1px dotted #000;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent {
	line-height:140%;
}

.storycontent a {
	text-decoration: none;
	color:#069;
	background-color: inherit;
}

.storycontent a:hover {
	text-decoration: underline;
	color: #010101;
	background-color: inherit;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
	color:inherit;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	position: absolute;
	top: 175px;
	left: auto;
	width: 580px;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	float:left;
	font-size: 11px;
	color:inherit;
	background: #FFF;
}

#header {
	position: absolute;
	top: 0px;
	left: auto;
	width: 901px;
	height: 175px;
	margin: 0px;
	padding:0px;
	background-color: #333;
	color:#FFF;
}

#muni {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 120px;
	height: 30px;
	margin: 0px;
	padding:0px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 60%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu {
	width: 275px;
	margin: 0px;
	padding: 180px 10px 15px 10px;
	float:right;
	border-left: 1px solid #000;
	color: #000;
	background-color: inherit;
}

#menu ul{
	margin: 0px;
	padding: 0;
}

#menu ul li{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	list-style-type:none;
	list-style-position: inside;
	text-align: left;
	margin: 10px 5px 0px 0px;
	padding: 0;
	color: #333;
	background: inherit;
}

#menu ul ul li{
	margin: 0px 5px 0px 0px;
	list-style-type:square;
	list-style-position: inside;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	padding: 0;
}

#menu ul ul li.nothing {
	margin: 0px 5px 0px 0px;
	list-style-type:none;
	list-style-position: inside;
	padding: 0;
}

#menu ul ul li li{
	margin: 0px 5px 0px 0px;
	list-style-type:circle;
	list-style-position: inside;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	padding: 0px 0px 0px 25px;
}

#menu p{
	font-size: 10px;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding: 0;
	color: #000;
	background-color:inherit;
}

#menu p a{
	text-align: left;
	text-decoration:none;
	color: #000;
	background-color:inherit;
}

#menu li a{
	text-align: left;
	text-decoration:none;
	color: #000;
	background-color:inherit;
}

#menu a:hover{
	text-align: left;
	text-decoration:none;
	color:#069;
	background-color:inherit;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 9px;
	margin: 0;
	width: 80%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 12px;
	font-variant:small-caps;
	text-align: center;
	background:inherit;
}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background:inherit;
}

#wp-calendar td.pad:hover {
	background: #fff;
	color:inherit;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar #today a {
	background: #ddd;
	color: #000;
	text-align: center;
}

#wp-calendar #today a:hover {
	background: #eee;
	color: #333;
	text-align: center;
}

#wp-calendar td a {
	color: #000;
	text-align: center;
	background:inherit;
}

#wp-calendar td a:hover {
	background: #eee;
	color: #333;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	width:14%;
}
