/* http://www.yoyodesign.org/doc/w3c/css2/box.html */

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #ffffff;
padding-top: 85px;
background-image:url(rothko.jpg);
color: #000;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
width: 80%;
color: #000;
}

#header {
font-family:  Sans-serif, Verdana, Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia;
position: absolute;
top: 0;
left: 0;
padding: 10px;
padding-left: 20px;
width: 100%;
font-size: 1em;
}

/* Title header */

#header_title{
    width: 25%;
    float:left;
    border: 0;
    font-size: 22px;
    font-family: verdana;
}

#header_menu{
    width: 73%;
    float:right;
    font-size: 1.2em;
    font-family: verdana;
    border: 0
}

/* menu header */
#header ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}

#header li{
display: inline ;
padding-left: 10px;
}

/* end menu header */

#header a:hover{
text-decoration: underline;
}

#content {
float: left;
width: 70%;
margin-bottom: 20px;
/*background: #FFFF99;*/
padding: 0;
}

/* sidebar */

.sidebar {
float: right;
width: 20%;
margin: 20px 0 20px 25px;
font-size: 1.5em;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}


.sidebar h2 {
font-size: 1.2em;
}

a{
text-decoration: none;
color: #c04040;
border: 0;
}

a:hover{
text-decoration: underline;
color: gray;
border: 0;
}

#header a{
color: #000;
text-decoration: none;
}

#header a:hover{
color: #000;
text-decoration: underline;
}
/* Footer */

#footer {
font-size: 10px;
padding: 10px 10px 0 0;
clear: both;
width: 740px;
}

#footer p{
text-align: right;
font-size: 10px;
padding: 0 10px 20px 0;
}

/* Customisation du contenu */

.postmetadata {
font-size: 0.8em;
color: #000;
BORDER-BOTTOM: 1px solid #e0e0e0;
}

.post{
color: #000;
}

.actualidad{
border: 1px solid #e0e0e0;
background-color: #F5F5F5;
margin: 10px;
padding: 10px;
color: #000;
}

/* Customisation du corps de l'article */

.post_content {
font-size: 1em;
color: #000;
}