/*
Theme Name: Blog V2
Theme URI: http://www.lelevier.fr/
Description: Blog V2
Version: 0.1
Author: Thibaut LE LEVIER
 
Creation Theme by Thibaut LE LEVIER || http://www.lelevier.fr
 
*/

body {
	/*background: #2f2f2f url(images/paper.jpg) no-repeat center !important;*/
	/*background-color: #dedfd9 !important;*/
	background: #dedfd9 url(images/road2.jpg) no-repeat fixed top center !important;
	font-family: arial,monospace,serif !important;
	

}
body, p, h1, h2, h3, h4, h5 {

	color: #202020 !important;
}
h1, h2, h3, h4, h5, a {
	font-family: bold !important;
}
ul, li {
	list-style-type: none !important;
}
.container {
	padding: 3%;	
}
.title a{
	color:#000 !important;
	text-shadow: 6px 6px 6px #999;
}
.title a:hover{
	color:#666 !important;
	text-shadow: 6px 6px 6px #999;
}
.title h1{
	color:#000 !important;
	text-shadow: 6px 6px 6px #999;
}
.title h1:hover{
	color:#666 !important;
	text-shadow: 6px 6px 6px #999;
}
a{
	text-decoration: none !important;
	color: #666699 !important;	
}
a{
	text-decoration: none !important;
	color: #666699 !important;

}

div.text {
	padding: 2%;
}

div.post{
/* border:1px solid red;*/
	background-color: #FFF;
	margin-bottom: 5%;
}
.postcontent, .postmetadata{
	margin: 3%;
}
.posttitle {
	margin: 4%;
	
}
.posttitle a{
	color:#000 !important;
	font-weight: bold !important;
}
.posttitle a:hover{
	color:#666 !important;
	font-weight: bold !important;
}
.sidebar {
	margin: 2%;
	padding: 1%;
	margin-top: 8%;
	background-color: #FFF;
}

.nextprev a{
	color: #FFF !important;
	text-shadow: 4px 4px 4px #000 !important;
}
.widget_tag_cloud {
	padding: 2%;
}
.widget_tag_cloud a {
	color:#666 !important;
}
.widget_tag_cloud a:hover {
        color:#000 !important;
}

.widgettitle a {
	color: #202020 !important;
}
.widget_twitter {
	padding-right:5%;
}

/*shadow post*/
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .post {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
