@import "/Theme/Layout";

html {
	font-family: Georgia, serif;
  background: #F6F6F6;
}

body {
  background: #fff;
  border: 2px solid #F0F0F0;
  -moz-border-radius: 1em;
}

blockquote {
  background: #f0f0ff url(../images/quote.gif) no-repeat 10px 10px;
  margin:2em;
  padding:3px 2em;
  -moz-border-radius : 18px;
}

#Commentaires blockquote {
  background: none;
}


a {
  color: #4786BF;
}
a:hover {
  background: #EAF0FF;
}

h1 {
	letter-spacing: -0.2ex;
	font: bold 300%/0.8em Georgia, serif;
}
h1 span {
	font: bold 80%/0.8em Verdana, sans-serif;
  color: #ddd;
}
h1 a {
	color: #03ACEB;
	text-decoration: none;
}
h1 a:hover {
  background: #fff;
}
h2 {
	color: #03ACEB;
	letter-spacing: -0.1ex;
	font: bold 170% Verdana, serif;
}

h2 a {
  text-decoration: none;
  color: #03ACEB;
}

p {
	text-align: justify;
}

textarea, input[type="text"], input[type="password"] {
	font-family: Georgia, serif;
  border: 1px solid #ccc;
  font-size: 90%;
  padding: 0.1em;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #000;
}
fieldset {
	border: 0;
}

#Menu a {
  padding: 0.3ex;
  color: #777;
  text-decoration: none;
  font-size: 130%;
}
#Menu a:hover, #Menu a.active {
  border-bottom: 1px dotted #777;
  background: #fff;
}

#SousMenu {
  background: #eee;
  border: 1px solid #bbb;
  border-left: 0;
  border-right: 0;
  color: #000;
  font: 80% Verdana, sans-serif;
}

.feed a {
  color: #FF7A0F;
}

.PostInfo {
	font: normal 70% Verdana, sans-serif;
  color: #aaa;
  margin-bottom: 2em;
  text-align: left;
}
.post-chapo {
  font-size: 110%;
  color: #777;
  font-style: italic;;
}

.me cite {
  padding-left: 17px;
  background: url(../images/star_yellow.gif) no-repeat;
}

div.vcard {
	display: none;
}

::-moz-selection {
  background: #03ACEB;
  color: #fff;
}