/*
	Autore: Danilo Cicognani
	Script: main.css
	Applicazione: www.santalusa.it
	Versione: 1.00
	Data: 10/07/2009
	Scopo: Cascading Style Sheet
	Copyright (c) 2009 Danilo Cicognani
*/
/* Struttura */
body {
	background: #6e8d3d url("img/sfondo.gif") 50% repeat-y;
	margin: 0px 0px 10px 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #222c13;
}
div#container {
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
p {
}
blockquote {
}
a:link {
	color: #222c13;
}
a:visited {
	color: #33421c;
}
a:active {
	color: #33421c;
}
a:hover {
	text-decoration: none;
	color: #33421c;
}
div#head {
	position: relative;
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#headbg {
	position: relative;
	width: 750px;
	height: 400px;
	top: -116px;
	background: #6e8d3d url("img/head.jpg");
}
h1 {
	color: #000000;
	font-size: 25px;
	width: 750px;
	height: 35px;
	margin: 0px auto 0px auto;
	background: #6e8d3d url("img/titolo.png");
}
h1 span {
	display: none;
}
div#menu {
	margin: 20px 5px 0px 5px;
	border-left: 1px solid #605e51;
	border-right: 1px solid #605e51;
	height: 30px;
	background: #b2dbdd url("img/menu.gif");
}
div#menu a {
	display: block;
	float: left;
	height: 18px;
	padding: 6px;
	border-right: 1px solid #605e51;
	font-weight: bold;
	text-decoration: none;
}
div#menu a:link, div#menu a:visited, div#menu a:active {
	background: #b2dbdd url("img/menu.gif");
}
div#menu a:hover {
	background: #f5f18f url("img/menuh.gif");
}
div#menu p {
	margin: 0px;
}
div#content {
	margin: 0px 5px 20px 5px;
	border-left: 1px solid #605e51;
	border-right: 1px solid #605e51;
	padding: 5px;
	background-color: #f0f1f1;
}
div#footer {
	font-size: 12px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
div#map {
	width: 726px;
	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-bottom: 1px solid #605e51;
	border-left: 1px solid #605e51;
	border-right: 1px solid #605e51;
	border-top: 1px transparent;
	margin-right: 2px;
	height: 20px;
	background: #b2dbdd url("img/menu.gif");
	padding-bottom: 2px;
}
input.admin-over {
	width: 107px;
	border-bottom: 1px solid #605e51;
	border-left: 1px solid #605e51;
	border-right: 1px solid #605e51;
	border-top: 1px transparent;
	margin-right: 2px;
	height: 20px;
	background: #f5f18f url("img/menuh.gif");
	padding-bottom: 2px;
}

/* Moduli */
div.module_head {
	margin: 10px 0px;
	font-style: italic;
}
div.module_head h2 {
	margin: 0px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.module_head h3 {
	margin: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
div.module_body h2 {
	margin: 0px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.module_attributes {
	font-style: normal;
	margin-bottom: 5px;
}
div.module_body {
}
hr.module {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	clear: both;
}

/* News comments */
div.news_comment {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-left: 15px;
	background: #f5f18f url("img/quoteup.gif") left top no-repeat;
}
div.comment_text {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
	background: #f5f18f url("img/quotedw.gif") right bottom no-repeat;
}
div.comment_attributes {
	padding-left: 40px;
}
span.comment_author {
	font-weight: bold;
}
span.comment_alert {
	font-weight: bold;
	font-style: italic;
}

/* Gallery */
div.category {
	margin-bottom: 15px;
}
.category_title {
	font-size: 15px;
}
div.image {
	float: left;
	width: 172px;
	margin: 5px;
	text-align: center;
}
div.image_clear {
	float: left;
	clear: left;
	width: 172px;
	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: 172px;
	height: 160px;
	padding: 10px 0px;
	background-color: #f5f18f;
}
div.image a {
	text-decoration: none;
}
div.image_clear a {
	text-decoration: none;
}
div.image_img {
	width: 172px;
	height: 105px;
	padding: 10px 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;
}