/*
Design by Patricia Perez
http://www.patricia.perez2.free.fr
for Agrobase-Logigram
*/

body {
	margin: 0;
	padding: 0;
	background-color: #e3e985;
	text-align: left;
	font-size: 13px;
	color: #2F4600;
	font: Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
	background-color: #FFF
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#wrap{		
	width:980px;
	margin:0 auto;
	background-color: #FFF;
}
input, textarea, select {
	font: Arial, Helvetica, sans-serif;
}


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

h1 {
	letter-spacing: -1px;
	font-size: 2em;
	font-style: italic;
}

h2 {
	font-size: 12px;
	font: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	color: #f29153;
}


h3 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #588859;
}

h4 {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #315836;
	
}


p, ul, ol {

}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.light {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #588859;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}
ul {
}

ol {
}

a {
	color: #588859;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	/*border: #D9D785 1px dashed;*/
	text-decoration: none;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	/*border: #D9D785 1px dashed;*/
}

/* Header */

#header {
	height: 200px;
	margin-top: 0px;
	background-image: url(../images/header_new.png);
	letter-spacing: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;

}



/* Logo */

#logo {
/*	position:absolute; 
	top:-2px; 
	left:330px; */ 
	float: left;
	padding-top: 14px;
	padding-left: 10px;	
	padding-bottom: 0px;
	width: 175px;
}

#logo h1, #logo h2, #logo p {
	position:absolute;
	margin: 0;
	text-transform: lowercase;
}



/* Page */


#latest-post1 {
	width: 900px;
	padding: 20px 20px 0px 20px;
	margin-left: 20px;
	line-height: 25px;
	font-size: 16px;
	border-right: #e3e985 1px dashed;
	border-left: #e3e985 1px dashed;
	
}

.entry p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.entry h2{
	font-size: 1.4em;
	font: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	color: #f29153;
}
.entry li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #588859;
}
.entry li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}	
.entry ul a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #588859;
}


}
.post .title {
	margin: 0;
	line-height: 18px;
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #315836;
}

.post .italic {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-style: italic;
}
.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 15px;
	color: #e3e985;
	font:Arial, Helvetica, sans-serif;
}

.post .meta a {
	color: #315836;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	
	border-bottom: #fff 1px dashed;
	
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 980px;
	height: 20px;
	background: #fff;
}

/* Footer */

#footer {
	width: 980px;
	height: 60px;
/*	margin: 0 auto;
*/	padding-top: 0px;
	background: #588859;
	
}

#footer p {
	margin: 0;
	padding: 10px;
}

#legal {
	float: left;
	color: #315836;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#wrapper {
	width: 100%;
	background: #5C8400;
}
