/*
Theme Name: Basic Template
Theme URI: http://www.gorosiri.com
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: Manuel Siabato based on Keenan Payne http://slackrmedia.com
Author URI: http://www.gorosiri.com
Version: 0.0
*/


body{  
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    background: #d9d9d9;
    color: #000000;
}
 
a:link, a:visited{
    text-decoration: none;
    color: #000000;
}
 
a:hover{
    color: #5f5f5f;
}
 
h1 {
    font-size: 54px;
}
 
h3 {
    font-size: 24px;
}
 
#wrapper{
    margin: 0 auto;
    width: 750px;
    text-align: left;
    background: #fff;
    padding: 20px;
     
}
 
#header{
    width: 750px;
    height: 100px;
}
 
#blog{
    float: left;
    width: 520px;
    padding: 0 10px 10px 10px;
}
 
.sidebar{
    float: left;
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 14px;
    list-style: none;
}
 
#footer{
    clear: both;
    text-align: center;
    height: 50px;
    background: #ccc;
    padding: 10px;
}

/* .nav fait la mise en page du menu 
*/

.nav{
    width:750px;
    background: #000;
    display:block;
    float:left;
    position:relative;
}
 
.nav ul{
    list-style:none;
}
 
.nav li{
    float:left;
    position:relative;
}


/* Now we will finish the styling of our navigation by adding styles to the links and dropdown menus. 
*/


.nav a{
    display:block;
    text-decoration:none;
    color:#fff;
    padding:0 15px 10px 0;
    font-size:13px;
    font-weight:bold;
}
 
.nav ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    float:left;
    z-index:99999;
    background: #212121;
}
 
.nav ul ul ul{
    top: 30%;
    left:100%;
    background: #343434;
}
 
.nav ul ul a{
    height:auto;
    line-height:1em;
    padding:10px;
    width:130px;
}
 
.nav li:hover > a,.nav ul ul:hover > a{
    color:#ccc;
}
 
.nav ul li:hover > ul{
    display:block;
}

