/**
 * Poggioleone
 * Layout's structure
 *
 * marco(dot)pegoraro(at)gmail(dot)com
 * 25/06/2010
 */

body {
	text-align:						center;
	font-family:					Arial;
	font-size:						10pt;
	color:							#a29779;
	background:						url(poggioleone/bg_body.gif) repeat-x;
}


a {
	color:							#a29779
}
a:hover {
	color:							#736b54;
}


h1, h2, h3, h4, h5, h6 {
	display:						block;
	color:							#2d6a41;
	font-size:						11pt;
	font-style:						italic;
	margin-bottom:					5px;
	font-weight:					normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:							#2d6a41;
}

p {
	margin-bottom:					15px;
	font-size:						8.5pt;
	line-height:					1.2em;
}










#layout-wrapper {
	display:						block;
	width:							920px;
	margin:							auto;
	overflow:						hidden;
	
	background:						url(poggioleone/bg_layout.gif) no-repeat;
}

#page-wrapper {
	margin:							0 10px 0 10px;
}











#header {
	position:						relative;
	display:						block;
	height:							480px;
	overflow:						hidden;
}
	
	/* Logo con sostituzione d'immagine */
	#header h1 {
		display:					block;
		height:						92px;
		text-align:					left;
	}
	
	#header h1 a span {
		position:					absolute;
		top:						0;
		left:						0;
		
		display:					block;
		width:						900px;
		height:						92px;
		overflow:					hidden;
		
		background:					url(poggioleone/header_logo.jpg) no-repeat;
		cursor:						pointer;
	}
	
	/* Menu di lingua */
	#header ul {
		position:					absolute;
		top:						0;
		right:						10px;
		margin:						0;
		padding:					0;
		list-style-position:		inside;
		
	}
	#header ul li {
		display:					inline;
		border-right:				1px solid #d6cfbe;
		padding:					5px;
	}
	#header ul li.last {
		border:						none;
		padding-right:				0;
	}
	#header ul li a {
		margin-top:					5px;
		color:						#d6cfbe;
		line-height:				2em;
	}
	#header ul li a:hover, #header ul li a.active, #header ul li.active a {
		color:						#a3987a;
	}
	
	/* Gallery */
	#gallery {
		position:					absolute;
		top:						92px;
		left:						0;
		
		display:					block;
		width:						900px;
		height:						388px;
		overflow:					hidden;
		
		/*background: url(poggioleone/bg_gallery.jpg) no-repeat;*/
	}










#menu {
	display:						block;
	height:							39px;
	overflow:						hidden;
}
	#menu ul {
		margin:						0;
		padding:					0;
		list-style:					none;
		list-style-position:		inside;
	}
	
	#menu ul li {
		display:					inline;
		
	}
	
	#menu ul li a {
		display:					block;
		float:						left;
		padding:					18px 40px 30px 10px;
		
		color:						#a29779;
		background:					url(poggioleone/bg_main_menu_off.gif) 0 0 no-repeat;
		
	}
	
	#menu ul li a:hover, #menu ul li a.active, #menu ul li.active a {
		background-image:			url(poggioleone/bg_main_menu_on.gif);
		text-decoration:			none;
		color:						#736b54;
	}






/**
 * Definizone generica per il contenuto della pagina.
 * Le definizioni di template sono definite nei files "layout.*.css"
 */
.page {
	display:						block;
	margin:							20px 0 0 0;
	padding:						10px;
	
	border:1px solid #D3D2BE;
	background-position: 0 0;
	background-repeat: no-repeat;
	
	text-align:						left;
}	
	.colLeft {
		width:						58%;
		text-align:					justify;
	}
	
	.colRight {
		float:						right;
		width:						40%;
	}










#footer {
	margin:							20px 0 30px 0;
}
	#footer p {
		font-size:					8pt;
		margin:						0;
		line-height:				1.4em;
	}
	#footer a {
		color:						#2d6a41;
	}






