/*
Theme Name: MonAE
Theme URI: http://blog.monae.fr/
Description: Theme pour MonAE
Author: Olivier Ruffin
Author URI: http://www.veilleperso.com/
Template: veilleperso
Version: 1.0

*/
	
@import url("../veilleperso/style.css");

#header {
  width:auto;
}

#page {
  width:100%;
  background-color: #FFF;
}

#content {
	margin:0; padding:0px 10px 15px 15px;
}

body {
  background-color: #f0f0f0;
}

#container {
  display: block;
  background-color: white;
  border: 3px solid #aaa;
}

#header {
  height:120px; 
  padding-top:0px;
  background: url("http://www.monae.fr/images/top.gif") 0px -10px repeat-x;
  background-color: #FFF;
  padding-left:5px;
  border-bottom: 2px solid #aaa;
  color: #ccc;
}


#header #blog_title a,
#header #blog_title a:hover {
  margin-left:10px;
  color: rgb(51,51,51);
}
#header #blog_subtitle {
  clear:both;
  color: #888;
	font: normal 12px Verdana, Arial, sans-serif; 
	margin-left:15px;
	float:none;
	font-size:13px;
}
#header #title_preview {
  color: #444444;
}

#subheader {
  padding-left:5px;
}

#submenu {
  border:none;
  margin:0px;
  padding-left:18px;
  border-bottom: 2px solid #aaa;
  background-color:#DBDBDB;
  color: #333;
}
#submenu a,
#submenu a:hover {
  color:#333;
  font-weight:bold;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.post_title,
.post_title a,
.post_title a:hover {
  color:#23AA00 !important;
}

a {
  color:#23AA00;
  color:#333;
}

li.widget {
  padding:0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border:2px solid #DFDFDF;
}
div.framed,
.widget ul {
  border-top:0px;
  background-color:#FFF;
}
.widget h2 {
  background:none;
  background-color: #3F3F3F;
  background-color: #E7F7FE;
  color:#039ceb;
}

#sidebar a {
  color: #23AA00;
  color: #333;
}
#sidebar .widget_text a {
  color: #333 !important;
}

#footer {
  border-top: 2px solid #aaa; 
}

div.archives_links a {
  color: #a21300;
}