/*
made by www.paolobeltrando.com. 
All artwork copyright (c) 2009 Azienda Agricola Cascina Verdesole
*/


/* Page body style */

body
{
	margin: 0;
	padding: 0;
	color: #393b4a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0 0;
}


/* Standard paragraph style */

p, ul
{
	margin: 0 0 1.4em 0;
}


/* Links */

a:link, a:active
{
	color: #85B817;
	background-color: inherit;
	text-decoration: none;
}

a:visited
{
	color: #85B817;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
  color: #000;
}


/* Headings */

h1, h2, h3
{
	font-weight: normal;
	color: #484743;
	padding-top: 0.8em;
	text-decoration: none;
}

h1
{
	font-size: 1.4em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
}

h2
{
	font-size: 1.2em;
	line-height: 1em;
	margin: 0 0 10px 0;
	text-decoration: none;
}

h3
{
	font-weight: bold;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	text-decoration: none;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-color: #FFFFFF;
	text-decoration: none;
}


/* Page header area */

#page-header
{
	float: left;
	width: 160px;
	margin: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(img/logo_small.jpg);
	background-repeat: no-repeat;
}

#page-header h1
{
	margin: 83px 0 15px 0;
	font-size: 3.5em;
	line-height: 0.85em;
	color: #000;
}

#page-header h1 a
{
  text-decoration: none;
  color: #000;
}


/* Menu */

ul#menu
{
	padding: 0;
	text-align: left;
	width: 0px;
	margin-top: 168px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	white-space: normal;
}

ul#menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 120px;
}

#menu a:link, #menu a:visited
{
	color: #85B817;
	text-decoration: none;
}

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


/* Top image */

#main-image
{
	float: right;
	width: 600px;
}


/* Page body */

#page-body
{
	float: right;
	width: 600px;
	margin-top: 18px;
	text-decoration: none;
}

div.homepage #page-body
{
  float: right;
  width: 560px;
  margin-top: 40px;
}


/* Main content area */

#main-content
{
	float: left;
	width: 380px;
	text-decoration: none;
}


/* Sidebar area */

#sidebar
{
	float: right;
	width: 190px;
	font-size: 0.90em;
	line-height: 1.2em;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
  margin: 10px 0 0 0;
	padding: 20px 0;
	background: transparent url(images/footer-rule.png) repeat-x 0 0;
}
 
#page-footer p
{
  margin-left: 220px;
}

/* Clearing element */

.clear
{
	position: relative;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

