﻿/*
Theme Name: Boverie.eu Lifestream
Author: Cédric Boverie
*/

body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background-color: white;
color: black;
margin: 0;
}

#header {
background: #333333 url('images/bg.png') repeat-x;
font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
float: left;
width: 100%;
height:90px;
}

#header a {
padding: 5%;
font-size:1.5em;
color:#FFFFFF;
text-decoration:none;
}


#menu-wrap{
margin-left: 4em;
}
#menu{
height:50px;
margin:0 auto;
}
#menu ul{
list-style:none;
line-height:normal;
margin:0;
padding:0;
}
#menu li{
display:inline;
}
#menu a{
float:left;
margin-right:6px;
background:#006699;
border:1px #555555 solid;
text-decoration:none;
text-transform:uppercase;
font-weight:700;
font-size:11px;
color:#FFF;
padding:5px 20px;
}
#menu a:hover{
text-decoration:none;
background:rgb(71,116,199);
border:1px rgb(0,32,253) solid;
}
#menu .active{
text-decoration:none;
background:rgb(71,116,199);
border:1px rgb(0,32,253) solid;
}

#title {
font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
color: #006699;
margin-left:2%;
font-size:2em;
}


#content {
float:left;
margin-left:4%;
width:45%;
}

.date {
color: gray;
font-size:1.5em;
margin-top:0.5em;
margin-bottom:0.3em;
}

.heure {
background-color: black;
color: white;
font-weight: bold;
padding: 2px 2px;
}

.more {
font-size: 0.8em;
}

.separator {
text-align: left;
margin: 0 auto 0 0;
color: black;
background-color: black;
height: 1px;
border: 0;
width:100%;
}

.item {
font-size:1em;
margin-left:3%;
line-height: 20px;
}

.services {
font-size:1.1em;
margin-left:1%;
margin-top:0.9em;
padding-left: 23px;
background-repeat: no-repeat;
}

.twitter {
background-image: url(images/services/twitter.png);
}
.googlereader {
background-image: url(images/services/gr.png);
}
.delicious {
background-image: url(images/services/delicious.jpeg);
}
.facebook {
background-image: url(images/services/facebook.png);
}
.youtube {
background-image: url(images/services/youtube.png);
}
.Boverie\.eu {
background-image: url(images/services/boverie.png);
}

#sidebar {
float: right;
margin-left:4%;
width:45%;
}

#socialnetworks{
margin-left:-50px;
}

#socialnetworks li{
list-style-type:none;
display: inline;
}

#snbg {
padding-left:20px;
background: url(images/user.png) no-repeat;
}

#footer {
color:white;
font-size: 1em;
background:#858585;
padding: 10px 0 0;
clear: both;
width: 100%;
text-align: center;
}

#footer a {
color:white;
}

a {
color: rgb(13,61,140);
text-decoration: none;
}

a:hover {
color: #777;
text-decoration: underline;
}

img {
border: 0;
}
