/*#############################################################
Author: Catia Battista
Date: 0ttobre 2007
Description: css for site www.igiardinieri.com
URL: http://baitac.org

Feel free to use and modify but please provide credits.
#############################################################*/

* {
	margin: 0;
	padding: 0;
}
a {color: #982;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url(img/bg12.gif) repeat-y center top;
	color: #333;
	font: normal 65% "Lucida Sans Unicode",sans-serif;
}


p,cite,code {
	font-size: 12px;
	padding-bottom: 12px;
}

ul {
	font-size: 12px;
	padding-bottom: 12px;
}


h1 {font-size: 22px; color: #fff;}
h2 {font-size: 18px;
color:  #330000;
font-family: Arial;
}
h3 {font-size: 12px;}
h4 {font-size: 20px;}
h5 {font-size: 14px; color: #fff;}
p {color: #500;
font-size: 14px}

/* misc */
.clearer {clear: both;}


/* structure */
.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 1000px;
}
.container li {
	color: #500;
}
/* top */
.top {
	background: #188B04;
	color: #fff;
	font: normal 30px Verdana,sans-serif;
	height: 70px;
	margin: 0 auto;
	width: 1000px;
	

}
.top a {
	color: #FFF;
	display: block;
	line-height: 30px;
	text-decoration: none;
	width: 100%;
}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	background: url(img/prova.jpg) no-repeat;
	height: 168px;
	margin: 0 auto;
	width: 1000px;
}

/* item */
.item {clear: both;}

.item .content {
	float: center;
	width: 780px;
}
.item h1 {
	background: #188B04;
	color: #FFF;
	line-height: 35px;
	padding-left: 18px;
}
.item h5 {
	background: #20C005;;
	color: #FFF;
	line-height: 30px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	width: 220px;
}
.navigation h1 {
	background: #20C005;
	color: #FFF;
	font-size: 15px;
	line-height: 35px;

	padding-left: 18px;
}
.navigation ul {margin: 0 auto; padding: 0;}
.navigation li {
	border-bottom: 1px solid #20C005;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x ;	
	color: #500;
	display: block;
	padding: 10px 6px 10px 14px;
	text-decoration: none;
	

}
.navigation li a:hover {
	background: #87F574;
	color: #500;
	
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
a img { 
	border: 2px solid #20C005; 
	padding: 3px;
	}
img {
	margin: 0px;
	padding: 2px;
	}
