/*
	Web Portal Now
	Theme: terre
	Script: main.css
	Author: Danilo Cicognani
	Version: 2.01
	Date: 28/05/2011
	Use: Cascading Style Sheet
	Copyright (c) 2009-2011 Danilo Cicognani
*/
/* Struttura */
body {
	margin: 0px 0px 10px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #deb407 url("img/piedibg.png") 50% bottom repeat-x;
}
div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.brown {
	font-size: 15px;
	color: #7e4300;
}
p {
	margin: 3px 0px 3px 0px;
}
blockquote {
}
a:link {
	font-weight: bold;
	color: #7e4300;
}
a:visited {
	font-weight: bold;
	color: #572e00;
}
a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #7e4300;
}
div#head {
	position: relative;
	width: 950px;
	height: 265px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#headbg {
	position: relative;
	width: 950px;
	height: 250px;
	top: -134px;
	background-color: #7e4300;
	z-index: 0;
}
div#headfg {
	position: relative;
	width: 950px;
	height: 134px;
	top: 131px;
	z-index: 1;
	background: transparent url("img/frastaglio.png") left bottom no-repeat;
}
div#logo {
	background: transparent url("img/logo.png");
	margin-left: 50px;
	width: 154px;
	height: 134px;
	border: 0px;
}
div#menu {
	position: relative;
	width: 735px;
	height: 30px;
	left: 215px;
	top: -150px;
	z-index: 1;
	height: 30px;
	font-size: 13px;
}
div#menu a {
	display: block;
	float: left;
	height: 20px;
	padding-left: 9px;
	font-weight: bold;
	text-decoration: none;
}
div#menu a:link, div#menu a:visited {
	color: #572e00;
}
div#menu a:hover, div#menu a:active {
	color: #7e4300;
	text-decoration: underline;
}
div#menu p {
	margin: 0px;
}
div#body {
	float: left;
	background: #d4d1e9 url("img/sfondo.gif");
	margin-top: 10px;
}
div#submenu {
	float: left;
	width: 140px;
	background-color: #ffcb04;
	padding: 5px 0px;
	text-align: center;
}
div#submenu div {
	margin-bottom: 5px;
	font-size: 14px;
	color: #572e00;
	font-weight: bold;
}
div#submenu a {
	display: block;
	width: 100px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	text-align: center;
}
div#submenu a:link, div#submenu a:visited {
	color: #572e00;
}
div#submenu a:hover, div#submenu a:active {
	color: #7e4300;
	text-decoration: underline;
	background-color: #deb407;
}
div#submenu div.skype {
	margin-bottom: 15px;
	font-size: 12px;
	color: #572e00;
	text-align: center;
}
div#submenu div.skype a {
	width: 140px;
	margin: 0px;
	padding: 0px;
}
div#submenu div.skype a:hover, div#submenu div.skype a:active {
	background-color: transparent;
}
div#submenu img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div#banner {
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffcb04;
	padding: 5px 0px;
	text-align: center;
	overflow: hidden;
	height: 600px;
}
div#banner p {
	margin: 0px;
}
div#banner ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}
div#banner ul li {
	list-style-type: none;
}
div#banner a {
	display: block;
	margin: 0px 10px 0px 10px;
	width: 120px;
	text-align: center;
}
div#banner a:link, div#banner a:visited {
	color: #572e00;
}
div#banner a:hover, div#banner a:active {
	color: #7e4300;
	text-decoration: underline;
	background-color: #deb407;
}
div#banner img {
	padding: 10px;
	width: 100px;
	border: 0px;
}
div#content {
	float: left;
	width: 650px;
	padding: 10px;
	background-color: #d4d1e9;
	text-align: justify;
}
a#newsletter {
	display: block;
	width: 668px;
	height: 17px;
	text-align: center;
	background: url('img/newsletter-off.gif');
	color: #ffffff;
	margin: -10px 0px 10px -10px;
	padding-top: 1px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #ffffff;
	text-decoration: none;
}
a#newsletter:hover {
	background: url('img/newsletter-on.gif');
	color: #7e4300;
	border: 1px solid #7e4300;
}
div#footer {
	clear: both;
	font-size: 12px;
	height: 100px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#footer p {
	margin: 0px;
}
div#map {
	width: 926px;
	height: 400px;
	border: 1px solid black;
	color: black;
	background-color: #ffffff;
}

/* Varie */
SPAN.error {
	color: red;
}

/* Forms */
form {
	margin: 0px;
	padding: 0px;
}
form.admin {
	width: 100%;
	text-align: center;
	margin: 0px 5px 2px 5px;
}
form.admin_module {
	margin: 5px 0px 5px 0px;
}
input.admin {
	width: 107px;
	border: 1px solid #ffffff;
	margin-right: 2px;
	height: 20px;
	color: #ffffff;
	background-color: #7e4300;
	padding-bottom: 2px;
}
input.admin-over {
	width: 107px;
	border: 1px solid #7e4300;
	margin-right: 2px;
	height: 20px;
	color: #7e4300;
	background-color: #deb407;
	padding-bottom: 2px;
}

/* Moduli */
div.module_head {
	margin: 10px 0px;
/*	font-style: italic;*/
}
div.module_head h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	width: 650px;
}
div.module_head h2 {
	margin: 0px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.module_attributes {
	font-style: normal;
	margin-bottom: 5px;
}
div.module_body {
}
div.module_body img, div.module_head img {
	border: 0px;
}
hr.module {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	clear: both;
}

/* News comments */
div.news_comment {
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 15px;
	background: #ffcb04 url("img/quoteup.gif") left top no-repeat;
}
div.comment_text {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
	background: #ffcb04 url("img/quotedw.gif") right bottom no-repeat;
	min-height: 20px;
}
div.comment_attributes {
	padding-left: 40px;
}
span.comment_author {
	font-weight: bold;
}
span.comment_alert {
	font-weight: bold;
	font-style: italic;
}
.news_title {
	font-size: 14px;
}
img.news {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.comment_text th {
	width: 140px;
	vertical-align: top;
	padding-top: 4px;
}
div.comment_text textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 470px;
	height: 50px;
	padding: 2px;
	border: 1px solid #7e4300;
}
div.comment_text input.text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 96px;
	padding: 2px;
	border: 1px solid #7e4300;
	margin-bottom: 3px;
}
div.comment_text img.captcha {
	border: 1px solid #7e4300;
}
input.submit {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 102px;
	padding: 2px;
	color: #7e4300;
	border: 1px solid #7e4300;
	background-color: #deb407;
}
input.submit-over {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 102px;
	padding: 2px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #7e4300;
}

/* Gallery */
div.category {
	margin-bottom: 15px;
}
.category_title {
	font-size: 15px;
}
div.category img {
	border: 10px solid #ffcb04;
}
div.image {
	float: left;
	width: 206px;
	margin: 5px;
	text-align: center;
}
div.image_clear {
	float: left;
	clear: left;
	width: 206px;
	margin: 5px;
	text-align: center;
}
span.image_title {
	font-weight: bold;
}
span.image_author_date {
	font-size: 11px;
}
span.image_author {
	font-style: italic;
}
div.image_head {
	width: 206px;
	height: 175px;
	padding: 13px 0px;
}
div.image a {
	display: block;
	background-color: #ffcb04;
	text-decoration: none;
}
div.image_clear a {
	display: block;
	background-color: #ffcb04;
	text-decoration: none;
}
div.image a:hover {
	background-color: #deb407;
}
div.image_clear a:hover {
	background-color: #deb407;
}
div.image_img {
	width: 206px;
	height: 120px;
	padding: 0px 0px 13px 0px;
}
div.image_text {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
div.image_text p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* Gallery in tiny_mce */
div.imagegal {
	float: left;
	margin: 5px;
	text-align: center;
	background-color: #ffcb04;
}
div.imagegal_title {
	font-weight: bold;
	margin: 10px;
}
div.imagegal a {
	display: block;
	background-color: #ffcb04;
	text-decoration: none;
}
div.imagegal a:hover {
	background-color: #deb407;
}
div.imagegal_img img {
	margin: 10px;
}

/* Agenda */
table.agenda {
	width: 100%;
}
table.agenda th {
	background-color: #7e4300;
	padding: 5px;
	white-space: nowrap;
	color: #ffffff;
}
table.agenda td {
	background-color: #ffcb04;
	padding: 5px;
	vertical-align: top;
}