/*
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;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-family: "Verdana","Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #844805;
}

a:hover {
	text-decoration: none;
	color: #d9b844;
}

/* Header */

#header {
	height: 300px;
	margin: 0px auto;
    background: url(images/bg01.png) repeat-x top left;
}

/* Logo */

#logo {
background: url(images/header.jpg) no-repeat top center;
height: 300px;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
    height: 100px;
    padding: 0px 0px 0px 100px;
    margin: auto;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.5em;
	color: #000000;
}

#menu a:hover, .active a {
	text-decoration: underline;
}


/* Page */

#page {
	width: 890px;
    padding-top: 30px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
}

.post {
	padding: 20px 20px;
	background: url(images/bg04.png) no-repeat top left;
}

.title {
/*
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
 */
margin: 0px;
font-family:Georgia,serif;
color:#4E443C;
font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
}

.byline {
/*
	margin: 0;
	color: #b16d21;
*/
font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
margin-top: .5em; color: #666;
}


.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
    padding-bottom: 140px;
    background: url(images/map.png) no-repeat right bottom;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#categ{
	margin: 0;
	padding: 40px 0 0 60px;
	background: url(images/img07.png) no-repeat left center;
}

#archives{
	margin: 0;
	padding: 25px 0 0 60px;
	background: url(images/img06.png) no-repeat left center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
}

#footer-large {
	margin: 0px;
	height: 80px;
    background: url(images/bg-footer.png) repeat-x top left;
}

#footer-fond {
    height: 80px;
    background: url(images/footer.png) no-repeat top center;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

/* Class global */

.right {
    text-align: right;
}
