/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(../images/img01.jpg) repeat-x left top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cc0000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #990000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
}

ul {
}

ol {
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 2px 15px 2px 2px;
	border: #990000 1px dashed;
}

img.right {
	float: right;
	margin: 2px 2px 2px 15px;
	border: #990000 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 139px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FEEDB9 url(../images/img01.jpg) repeat-x left top;
}

#headerbg {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(../images/ban.png) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	margin-top: 30px;
	text-align: center;
	font-size: 4em;
	color: #FEEDB9;
}

#logo h2 {
	margin-top: 40px;
	padding-top: 40px;
	
	margin-left: -200px;
	text-align: center;
	font-size: 4em;
	color: #FEEDB9;	
	background: url(../images/logo.png) no-repeat right top;
	width: 350px;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo h2 a {
	margin-left: -120px;
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	font-size: 1.8em;
	color: #FEEDB9;
	float: right;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 100px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

/* Page */

#wrap {
	background: #F5E7AC;
	width: 920px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#page {
	width: 920px;
	background: #F5E7AC;
	margin: 0 auto;
	height: 100%;
}

#content {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(../images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post-footer {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
}

.post-footer a {
	
}

.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

.category-box {
	float:left; 
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	width: 160px; 
	height: 170px	
}

.category-box img {
	border: #990000 1px dashed;	
}
/* Sidebar */

#sidebar {
	float: left;
	width: 22%;
	margin: 0;	
	padding: 0;
	padding-left: 5px; 
	display: inline;
	text-align: left;
	color: #990000;
}

#sidebar h2 {
	margin: 30px 0 10px 0;
	padding-left: 30px;
	background: url(../images/puce.png) no-repeat left 50%;
	color: #e67f04;
}

#sidebar a {
	text-decoration: none;
	color: #990000;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:2px 0 2px 15px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border-bottom: #990000 1px dashed;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	min-height:10px;
}
#sidebar ul.sidemenu a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F5E7AC;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}


