﻿/* 
Theme Name: Encore Sur Le Net
Description: Mode Tendance et Décoration 
Author: Christophe Allouis 
Author URI: http://www.chrysalus.fr/ 
Version: 1.0 
*/ 

@font-face {
	font-family: "Dancing";
	src: url('font/DancingScript-Regular.ttf');
}

body {
	background-color: #C1B1AB;
	font-family: arial, sans-serif;
	margin: 0 auto;
	width: 880px;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}
	
.pousseur {
clear:both;
background:red
}	

img {
	border: 0;
	}
	
h1 {
	margin: 0;
	}
	
h2, h1 {
	margin: 0;
	font-family: "Dancing", arial, sans-serif;
	}
	
a {	
	text-decoration: none;
	}
	
/*------------------------------------------article--------------------------------------------------------*/
	
#content {
	width: 590px;
	float: left;
	}
	
#content img {
		max-width: 500px;
		}
	
.post {
	background : #FFF;
	padding: 15px 20px 25px 50px;
	color: #A08A7B;
	font-size: 1em;
	margin: 40px 0 0 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
.entry img {
	margin: 0 auto;
	}
	
.post h2 a, .postmetadata a, .post a, .post h1 a{
	color: #5D3C34;
	}
	
.post h2 a:hover, .postmetadata a:hover, .post a:hover{
	color: Black;
	text-decoration: underline;
	}

.post h2 {
	font-size: 2.4em;
	}
	
.post h1 {
	font-size: 2.4em;
	}

.postmetadata {
	font-size: 0.8em;
	}
	
.puce_article {
	margin: 5px -45px;;
	float: left;
	}
	
.bookmark ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
	
.bookmark li {
	display: inline;
	}
.puce_comment {
	float: left;
	margin: 0 5px 5px 0;
	}
	
.tags {
	margin: 20px 0 15px 0;
	}
	
.wp-pagenavi a {
	border: 0;
	font-size: 0.8em;
	color: #5D3C34;
	background: none;
	display: block;
	padding: 5px 0;
	}

.wp-pagenavi a:hover {
	border: 0;
	color: #000;
	background: none;
	}
	
.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
.edit_post {
	margin: 20px 0 0 0;
	}
	
.post_path {
	color: #5D3C34;
	font-size: 0.7em;
	float: left;
	margin: 13px;
	}

.post_path  a{
	color: #5D3C34;
	}
	

	
/*-----------------------------------------sidebar-----------------------------------------------------------*/	
#sidebar {
	width: 250px;
	float: right;
	height: 100%;
	margin: 40px 0 0 0;
	background: #AF9D95 url('images/fond_sidebar.png') top right no-repeat;
	border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	}
	
#menu ul {
	list-style-image: url('images/puce1.png');
	font-family: "Dancing", arial, sans-serif;
	font-size: 1.5em;
	}
	
#menu li {
	height: 30px;
	}
	
#menu a {
	color: #FFF;
	}
	
#menu a:hover {
	color: black;
	text-decoration: underline;
	}
	
/*-----------------------------------------------------widgets-----------------------------------------------------*/

#widget {
	font-size: 0.75em;
	list-style: none;
	}
	
#widget>li{
	margin: 0 0 30px 0;
	}
	
#widget ul{
	list-style: none;
	padding: 0 0 0 15px;
	}
	
#widget h2 {
	font-size: 2em;
	color: #FFF;
	font-weight: normal;
	}
	
#widget h2:before {
	content: url('images/puce1.png');
	margin: 0 5px 0 0;
	}
	

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

#widget a {
	color: #6E5A57;
	}
	
#widget:nth-child(5) {
	color: #FFF;
	}
	
.textwidget {
	margin: 0 10px 10px 10px;
	}

.textwidget img {
	margin: 5px auto;
	}
	
#tag_cloud-2 h2~div {
	margin: 0 15px;
	}	
/*-----------------------------------------------------Search-----------------------------------------------*/

fieldset {
	border: 0;
	margin: 0 5px;
	}

.search_title {
	color: #FFF;
	font-weight: normal;
	}

.search_title:before {
	content: url('images/puce1.png');
	margin: 0 5px 0 0;
	}
	
/*--------------------------------------------------Footer-------------------------------------------------*/

#footer {
clear: both;
color: #FFF;
width: 590px;
text-align: center;
font-size: 0.7em;
}

#footer  a{
color: #5D3C34;
}

/*----------------------------------------------Comments------------------------------------------------------*/
#comment {
	width: 500px;
	}

.commentlist {
	list-style: none;
	color: #5D3C34;
	padding: 0 0 0 10px;
	}

.commentlist li{
	padding: 5px;
	background: #F4F1F0;
	margin: 10px 0;
	width: 486px;
	}
	
.commentlist a {
	color: #A08A7B;
	}
