 /*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	float:none;
	border: solid 2px #669900;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}



/* Menu */

#menu {
	width: 768px;
	height: 40px;

	margin: 0px auto;
	background-color: #734D04;
	border-top: solid 1px #734D04;
	border-bottom: solid 1px #734D04;
	border-left: solid 2px #734D04;

}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 35px;
	padding: 5px 0 0 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #FFFFAA;
}

#menu a:hover {
	color: #669900;
}

#menu .active a {
	background: #FFFFAA;
	color: #666600;
	font-weight: bold;
}

#menu .language a{
	float: left;
	text-align: right;
	font-size: 100%;
    width: 10px;
	height: 35px;
	margin-left: 30px;
	text-transform: uppercase;

}

/* Header */

#header {
	width: 770px;
	height: 230px;
	margin: 0px auto;
	background: url(images/Banner_WWOOF_EN770.png) no-repeat;
}

#header_RO {
	width: 770px;
	height: 230px;
	margin: 0px auto;
	background: url(images/Banner_WWOOF_RO770.png) no-repeat;
}


/* Page */

#page {
	width: 766px;
	margin: 0 auto;
	padding: 15px 0;
	border-left: solid 2px #734D04;
	border-right: solid 2px #734D04;
}
.photo {
	width: 700px;
	margin: 20px 10px;
	padding: 20px 20px;
	background-color: #000000;
	}
	
/* Content */

#content {
	float: left;
	width: 548px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.apply_background {
	background-color:#99CC66;
	font-size: 12px;
	color: #000000;
}

/* Sidebar */




#sidebar {
	float: right;
	width: 210px;
	border: solid 1px #734D04;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFAA;
}

#sidebar h3 {
	font-size: medium;
	padding: 10px 5px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #734D04;
}

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

#sidebar li {
	padding: 3px 0px;
	text-align: left;
}

#sidebar a {
	color: #FFFFAA;
	text-decoration: none;
}

.logo {
	width: 200px;
	height: 166px;
	margin: 5px auto;
	background: #000000;
	background: url(images/sigla2_ecoruralisw200.png) no-repeat;
}

#sidebox img{
	float: inherit;
	right: 500px;
	border: solid 2px #669900;	
}

.orangebox {
	background: #669900;
}

.orangebox h2 {
	background: #666600;
}

.logobox {
	background: #000000;
}


/* Footer */

#footer {
	width: 768px;
	height: 50px;
	margin: 0px auto;
	background-color: #734D04;
	border-left: solid 2px #734D04;
	clear: both;
	height: 100px;
	padding: 0px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 77%;
	color: #FFFFAA;
}

#footer a {
	color: #FFFFAA;
}