/*   
Theme Name: Vlou
Theme URI: http://www.vlou.net/
Description: Th&egrave;me maison pour vlou.net
Author: Julien Lamy & Valérie Dulaey
Author URI: http://www.seasofcheese.net/
Version: 2.0
*/

body {
    background: #fff;
    margin-left: 0px;
    margin-top: -20px;
}

#title {
    height: 282px; 
    background: url("images/header.png") no-repeat top left;
    /*border: 1px red solid;*/
}

#title h1 {
    margin-left: 162px;
    padding-top: 30px;
}

#wrapper {
    margin-top: -20px;
    background: url("images/loop.jpg") repeat-y 0px 40px;
    /*border: 1px blue solid;*/
}

#menu {
    position : fixed;
    top : 200px;
    left: 50px;
}

#content {
    margin-top: -60px;
    margin-left: 270px;
    padding-bottom: 40px;
    width: 700px;
    /*border: 1px green solid;*/
}


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5
{
    color: #59493f;
}

.post_date {
    color: #cbc5c3;
}

.postmetadata {
    color: #cbc5c3;
    font-size: small;
    text-align: center;
}

#menu_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu_list li {
    padding-bottom: 10px; 
}

#footer {
    height: 70px;
    margin-top: -20px;
    background: url("images/footer.png") no-repeat;
}

#copyright {
    font-size: small;
    margin-top: 10px;
    margin-left: 270px;
    width: 700px;
    text-align: center;
}

#comment {
    width: 100%;
}

.navigation {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.navigation img {
    border: 0px;
}

a:link
{
    color : #887e00;
}

a:visited
{
    color : #59493f;
}

.g2image, .g2imageLeft, .g2imageRight {
    border: 0px solid black;
    margin: 3px;
    /*
    display:block;
    margin-left: auto;
    margin-right: auto;*/
}

.g2imageNoBorder {
    border: 0px;
    margin: 3px;
    /*
    display:block;
    margin-left: auto;
    margin-right: auto;*/
}

.g2imageLeft {
    float: left;
    margin: 5px;
}

.g2imageRight {
    float:right;
    margin: 5px;
}

.addthis_image {
    text-decoration:none; 
    vertical-align:-30%;
}
