/*
Theme Name: Vivien Urtiaga
Theme URI: http://www.vivien-urtiaga.com/
Author: Vivien Urtiaga
 
*/
body {
 font-family:Georgia, "Times New Roman", Times, serif font-size: 0.8em;
	text-align: left;
	line-height:0.8em;
	letter-spacing:0.1em;
	background: #202020;
	color: #fff;
	margin: 0;
}
#header {/*header*/
	margin:70px 0 50px 30px;
	width:308px;
	height:45px;
	background: #202020;
}
#content {
	font-size: 0.7em;
	margin:0 0 0 180px;
}
.post { /*style des projets de la home */
	margin: 0 10px 10px 0;
	padding:10px 10px 0px;
	float:left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #000;
	color:#fff;
	text-align:center;
}
.post_content {
}
#content h2 {
	
	font-size: 1.1em;
	font-variant:small-caps;
	padding:3px 0 3px 0;
	margin:5px 0 5px 0;
}
#sidebar {
	float:left;
	margin:0 30px 0 30px;
	width: 120px;
	/*line-height:1.8em;*/
}
#sidebar a {
}
#sidebar a:hover {
	color:#666;
}
#sidebar li.current_page_item {
	background-color:#23ab83;
	color:#FFF;
}
#sidebar li.current_page_item a:hover{
	background-color:#23ab83;
	color:#FFF;
}
.projet { /*affichage du contenu de la page d'un projet*/
	display: table;/*pour que la largeur s'adpte au contenu, comme un tableau*/
}
.page { /*mise en forme des pages*/
	width:415px;
}
.page_content p{
	margin: 0 0 40px 0;
}
.page_content h1{
	margin: 0 0 0 0;
}
h1 {
	font-size: 1.75em;
	font-style:oblique;
	color:#707070;
	border-top: solid 1px #363636;
	border-bottom: solid 1px #363636;
	padding:5px 0px 7px 0px;
}
.projet_content p {
	margin-bottom:40px;
	padding:0px 0px 7px 0px;
	border-bottom: solid 1px #363636;
}
.projet_content h1{
	margin: 0 0 0 0;
}
#footer {
	width:95%;
	text-align:center;
	margin:0 auto 40px auto;
	padding-top:80px;
	clear:both;
	font-size:0.5em;
	line-height:1.1em;
	color:#666;
	border-bottom: solid 1px #363636;
}

/* Listes */ 
ul {
	width:inherit;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:0.8em;
	letter-spacing:0.1em;
	font-variant:small-caps;
	border-bottom: solid 1px #363636;
}
li {
	width:auto;
	padding: 6px 0 6px 6px;
	border-top: solid 1px #363636;
}
a {
	color: #fff;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover {
	color: #23ab83;
	text-decoration: none;
}

