/**
 * BuoniPasto.it
 * Stile di Sidebar
 *
 * marco(dot)pegoraro(at)gmail(dot)com
 * 11-01-10
 */

#research {
	position:								relative;
	
	display:								block;
	height:									111px;
	overflow:								hidden;
	
	background-image:						url(buonipasto/sprite_page.jpg);
	background-position:					0 0;
}
	#research h4 {
		font-family:						Verdana;
		font-size:							1em;
		color:								#006b79;
	}
	
	#research label {
		color:								#c2bda7;
		font-size:							0.9em;
	}
	
	#research .fld1 input,
	#research .fld2 input {
		border:								1px solid #e1ded3;
		color:								#c2bda7;
		
		width:								200px;
	}
	
	#research .submit * {
		color:								#ff7902;
		font-size:							1.1em;
		font-weight:						bold;
		font-style:							italic;
		background:							transparent;
		border:								0px solid black;
	}
	
	#research .link a {
		color:								#ff7902;
		font-size:							0.9em;
	}
	
	
	/**
	 * Posizionamento degli elementi
	 */
	#research h4, #research .fld1, #research .fld2, #research .submit, #research .link {
		position:							absolute;
		top:								500px;
		left:								20px;
	}
	
	#research h4 {
		top:								15px;
	}
	
	#research .fld1 {
		top:								40px;
	}
	
	#research .fld2 {
		top:								60px;
	}
	
	#research .submit {
		top:								58px;
		left:								220px;
	}
	
	#research .link {
		top:								85px;
	}





/**
 * Ricerca veloce inserita nel contenuto.
 */
#content #research {
	background: none;
}









/**
 * CSS per OverLabel
 */
.OverLabel {
	position:								relative;
}

.OverLabel label {
	position:								absolute;
	top:									2px;
	left:									3px;
	
	z-index:								999;
}






/**
 * Menu Laterale (sidebar)
 */
.side_menu {
	position:								relative;
	
	display:								block;
	height:									95px;
	overflow:								hidden;
	
	background-image:						url(buonipasto/sprite_page.jpg);
	background-position:					0 0;
	
	padding: 10px 20px;
	color:#FF7902;
}
.side_menu ul li {
	line-height: 1.5em;
}
