/*  
NOME DEL TEMA: ECOLFER
Version: 1.1
Author: Jgor Buzziol
WebSite: www.jmmaginario.it
*/






	body {
		margin: 0 auto;

		font-family: Helvetica,Arial, sans-serif; 
	font-size: 90%;
		color: #000;
		background-color:#a6f0a7;
		}

	#header {
		margin: 0 auto;
		width: 1000px;
		height:220px;
		background-repeat:no-repeat;

	
		}
	
	#contenuto {	width: 1000px;
			height: auto;
			background-color: #fff;
			margin: 0 auto;



			}
	
	#wrapper {
		text-align:justify;
		width: 460px;
		float:right;
	}
	

	#footer { 


		font-size: 75%;
  		text-align: center;
		padding-top: 15px;
		border-top: 1px solid #008f00;


		}
		
	#sidebar {
		margin-right:20px;
		width: 220px;	
		float:left;
		}

	#sidebar-right {
		margin-left:20px;
	width: 220px;
		float:right;
		height:100%;

		}
	
		
/*********** NAVIGAZIONE *************/
	
		#menu_laterale li {
			display:inline;
			list-style: none;

			}

	
		#menu_laterale li a {
			display:block;
			text-decoration:none;
			text-align:left;
			font-weight:bold;
			color:#008f00;
			width:180px;
			padding-top:2px;
			padding-bottom:2px;
			clear:left;


		}
	
		#menu_laterale li a:hover {
			text-align: right;
			background-color:#008f00;
			color: #fff;
			width:100%;
			padding-top:2px;
			padding-bottom:2px;

			}


/*********** IMMAGINI *************/


	img {
		border: 0;}
/* LOGO */	
	#logo {
		position:relative;
		left:0%;
		margin-left:0px; /*POSIZIONO AL CENTRO IL LOGO*/
		width:220px;
		height:220px;}
		
		
		
/*********** LINK *************/

	a img {
		border-style: none;
		}

	* a {
		position: relative;
		text-decoration: none;
		}

	a:link {
		color: #000;
		text-decoration: none;
		}

	a:visited {
		color: #7e9235;
		text-decoration: none;
		}

	a:hover {
		color: #000;
font-weight:bold;
		text-decoration: underline;
		}

	a:active {
		color: #ff0000;
		}
		
/*********** FONT STYLE *************/


	h1,h2,h3 {
		color: #008f00;
		}
	.titolo-verde {
		border: 4px solid #008f00;
		background-color: #008f00;
		color: #fff;
		}

	.img-sidebar {
		border-top: 4px solid #fff;
		}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


