body
{
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #d5d6d7;
}

#page
{
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header { background-color: #cbc7b7; }

#headerimg
{
	height: 140px;
	width: 760px;
	position: relative;
}

.clear { clear: both; }
.clearight { clear: right; }
.clearleft { clear: left; }
a img { border: none; }

#content
{
	width: 760px;
	font-size: 1.2em;
}

#main
{
	width: 720px;
	/*aggiustare secondo padding*/
	padding: 0 0 20px 20px;
	float: left;
}

#pagebar {
	background: url(../img/pagebar.jpg);
	width: 760px;
	height: 17px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0;
	margin: 0;
}

#pagebar li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
}

#pagebar a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333;
	font-size: 1.4em;
	display: block;
	float: left;
	padding: 0 5px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 17px;
}

#pagebar .children .children,
#pagebar .sub-menu .sub-menu {
	margin: 0 0 0 12px;
	padding: 0;
}

#pagebar ul {
	display: none;
	position: absolute;
	top: 36px;
	left: -1px;
	margin: -1px 0 0;
	padding: 0;
	float: left;
	z-index: 99999;
	border-top: 1px solid #000;
}

#pagebar .children li, #pagebar .sub-menu li {
	margin: 0;
	padding: 0;
	min-width: 85px;
	border-left: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

#pagebar .children ul.children, #pagebar .sub-menu ul.sub-menu {
	border-top: 0;
}

#pagebar ul a {
	background-color: #f1f1f1;
	width: 81px;
	padding-bottom: 2px;
}

#pagebar li:hover > ul {
	display: block;
}

/* you-are-here styles */
#pagebar li.current_page_item > a,
#pagebar li.current_page_parent > a,
#pagebar li.current_page_ancestor > a,
#pagebar li.current-cat > a,
#pagebar li.current-menu-ancestor > a,
#pagebar li.current-menu-item > a,
#pagebar li.current-menu-parent a {
	color: #000;
	text-decoration: none;
}
#pagebar li a:hover,
#pagebar li:hover > a {
	background-color: #cecece;	
	color: green;
	text-decoration: none;
}

/*
.menu
{
	height: 20px;
	line-height: 20px;
	background-color: white;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	font-weight: normal;
}
.menu a{
	color: black;
	text-decoration: none;
}
.menu a:hover{
	color: green;
	text-decoration: none;
}
.menu .sel{
	color: green;
	font-weight: bold;
	text-decoration: none;
}
*/

#footer { /*background-color: #f5f5f5;*/ }

h1, h2, h3
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

#headerimg h1
{
	font-size: 5em;
	position: absolute;
	margin-left: 9900px;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a /*coloro dark*/
{
	color: #196316;
	text-decoration: none;
}

a:hover
{
	color: #2cb727;
	text-decoration: underline;
}

#headerimg
{
	margin: 0;
	height: 192px;
	width: 100%;
}

#headerimg p
{
	position: absolute;
	bottom: 0;
	left: 12px;
	margin: 0;
	padding: 0;
}

.natura #headerimg
{
	background-image: url(../img/natura-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oggi #headerimg
{
	background-image: url(../img/oggi-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.storia #headerimg
{
	background-image: url(../img/storia-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.trovare #headerimg
{
	background-image: url(../img/trovare-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tradizione #headerimg
{
	background-image: url(../img/tradizione-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tv #headerimg
{
	background-image: url(../img/tv-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer
{
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer p
{
	margin: 0 20px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid silver;
}

#searchform
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit { padding: 1px; }
select { width: 130px; }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center { text-align: center; }
.hidden { display: none; }

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*iframes ======================*/
#mappe { margin: 0 0 20px 20px; }

/*video ======================*/
.video
{
	width: 560px;
	padding-bottom: 12px;
}

/*Images =====================*/
.floatright /*single images*/
{
	float: right;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid silver;
}

.floatleft /*single images*/
{
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid silver;
}

.imgright
{
	float: right;
	width: 328px;
	margin-left: 10px;
}

.imgright img
{
	padding: 2px;
	border: 1px solid silver;
}

.center { text-align: center; }
