.frontend h1
{
	color: #007EBF;
	font-size:2.2em;
	margin: 10px 0 30px;
}

.frontend h2
{
	color: #007EBF;
	font-size:1.6em;
	margin: 20px 0 5px;
	clear: both;
}

.frontend h3
{
	font-size: 1.4em;
	color: #007EBF;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0;
}

.frontend p
{
	font-size:1.3em;
}

.frontend ul {
	list-style-type: square;
	font-size:1.3em;
}

.frontend a
{
	text-decoration: none;
	color: #007EBF;
}

.frontend a:hover
{
	color: #007EBF;
	text-decoration: underline;
}

.frontend strong {
	font-weight: bold;
}
	
.frontend iframe#come_arrivare
{
	margin-left: 5px;
	border: 2px solid #007EBF;
	padding: 1px;
	float: left;
	margin-bottom: 0px;
	margin-top: 6px;
	margin-right: 15px;
}

.frontend .didascalia
{
	font-size: 1.1em;
	margin-bottom: 15px;
}

.frontend iframe {
	border: 2px solid #007EBF;
	padding: 1px;
}

.frontend img
{
	margin-left: 5px;
	border: 2px solid #007EBF;
	padding: 1px;
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 15px;
}


.frontend img.cdcover {
	float: none;
	margin-bottom: 15px;
	margin-top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.frontend img.dvdcover {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
}

.frontend .audioplayer {
	height: 38px;
	width: 82px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.frontend img.pubblicazioni {
	float: none;
	margin-left: 15px;
	margin-top: 0;
}

.frontend #pubblicazioni {
	text-align: center;
}


/*********** SIDEBAR ***********/
.rightbox_wrapper
{
	color: #333;
	font-size:11px;
	padding:5px;
	margin-bottom: 20px;
	width:277px;
	overflow: hidden;
	line-height: 18px;
	border: 2px solid #CC0000;
	background: #f6f6f6 url(images/bg_reverse.gif) repeat-x 0 bottom;
}

.rightbox
{
	width:275px;
	overflow: hidden;
	padding-bottom:6px;
}

.rightbox .attachments {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px dashed #CC0000;
	vertical-align: middle;
}

.rightbox .attachments li
{
	background-image: url(../../img/icons/attachment_small.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 0px 21px;
}
	
.product_image
{
	float: left;
	border: 2px solid #CC0000;
	padding: 1px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}

.product_wrapper
{
	float: right;
	width:200px;
}

.lastbox
{
	margin:0;
}

.product_wrapper h4
{
	font-size: 1.6em;
	font-weight: bold;
	padding-top:10px;
	color: #CC0000;
	font-variant: small-caps;
}

.product_wrapper p
{
	font-size:1em;
}

.product_wrapper a {
	color: #333;
}

.product_wrapper a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.frontend .rightbox_wrapper:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Nasconde da IE-mac \*/
* html .rightbox_wrapper {height: 1%;}
/* Fine dell'hack per IE-mac */


/***********  BACHECA delle PREGHIERE  ***********/
.frontend .bacheca
{
}

.frontend .bacheca .pray
{
	border: 1px solid silver;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
.frontend .bacheca .pray .header {
	background: #efefef;
	padding: 3px 10px;
}
.frontend .bacheca .pray .header #author {
	float: left;
}
.frontend .bacheca .pray .header #created {
	float: right;
}

.frontend .bacheca .pray .body {
	padding: 5px 10px;
}

/* HACK PER IE6*/
.frontend .bacheca:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* Nasconde da IE-mac \*/
* html .frontend .bacheca {height: 1%;}
/* Fine dell'hack per IE-mac */


/***********  ARCHIVIO NEWS  ***********/
.frontend .news-preview {
	border: 1px solid silver;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

.frontend .news-preview .header{
	background: #efefef;
	padding: 3px 10px;
}

.frontend .news-preview .header #date{
	float: left;
	font-weight: bold;
}

.frontend .news-preview .header #attachments{
	float: right;
}

.frontend .news-preview #title{
	font-size: 1.3em;
	padding: 5px 10px;
	font-weight: bold;
}

.frontend .news-preview #body{
	padding: 5px 10px;
}


/***********  NEWS COMPLETA  ***********/
.frontend .news-completa {
	padding: 0px;
	/*margin: 0 0px 20px;*/
}

.frontend .news-completa h1{
	color: #007EBF;
	font-size:2.2em;
	margin: 10px 0 5px;
}

.frontend .news-completa .header{
	background: #efefef;
	padding: 3px 10px;
	border-top: 1px solid #ccc;
}

.frontend .news-completa .header #date{
	float: left;
}

.frontend .news-completa .header #indietro{
	float: right;
}

.frontend .news-completa #body{
	padding: 5px 10px;
	margin-top: 20px;
}

.frontend .news-completa .footer{
	background: #efefef;
	padding: 0 10px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.frontend .news-completa .footer .attachments {
	list-style: none;
	margin: 0;
	vertical-align: middle;
	padding: 5px 0;
}

.frontend .news-completa .footer .attachments li {
	background: url(images/attachment_small.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0 0px 21px;
}



/***********  FORM  ***********/
.frontend form {
}

.frontend fieldset {
	border: 1px solid #007EBF;
	background-color: #f6f6f6;
	padding: 10px;
	margin-bottom: 20px;
}

.frontend fieldset legend {
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #007EBF;
	padding-right: 10px;
	padding-left: 10px;
}

.frontend form div.input {
	margin-bottom: 1em;
	padding: 0;
	vertical-align: text-top;
	color: #333;
	clear: left;
	width: 100%;
}

.frontend input, .frontend textarea {
	font-size: 1.3em;
}

.frontend input[type=hidden] {
	display: none;
}

.frontend input[type=text], .frontend input[type=password], .frontend textarea {
	border: 1px solid #bbb;
	width: 100%;
}

.frontend input[type=checkbox] {
	float: left;
	margin: 5px 6px 0 2px;
}

.frontend input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

.frontend form .actions {
	padding:0;
	display: table;
	margin:0 auto;
	clear: both;	
}

.frontend form .actions img, .frontend form .actions input {
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	width: 32px;
	height:32px;
	margin: 0 5px;
	padding: 10px;
}

.frontend form .actions img:hover, .frontend form .actions input:hover {
	border-color: gold;
	background-color: #ffffdd;
}

.frontend label {
	display: block;
	font-size: 110%;
}

.frontend select {
	clear: both;
	font-size: 115%;
	vertical-align: text-bottom;
}

.frontend select[multiple=multiple] {
	width: 100%;
}

.frontend option {
	font-size: 1.3em;
	padding: 0 3px;
}

.frontend form div.required {	
}

.frontend form div.required label{
	font-weight: bold;
}

.frontend form div.required label:after{
	content: " *";
	color: #CC0000;
}

.frontend form fieldset .form-error,
.frontend .error .mceEditor>table. {
	/* input with a validation error */
	border-color: #CC0000;
	background-color: #FFE4E1;
}



/***********  PRENOTATIONS FORM  ***********/

.frontend .prenotationsform{
}

.frontend .prenotationsform #infobaseContainer{
	width: 550px;
	margin: 0 auto;
}

.frontend .prenotationsform fieldset#prenotante {
	float: left;
	width: 245px;	
}

.frontend .prenotationsform fieldset#pellegrini {
	float: right;
	width: 245px;	
}

.frontend .prenotationsform #altreinfoContainer{
	width: 550px;
	margin: 0 auto;
}

.frontend .prenotationsform fieldset#altreinfo {
}

/*.frontend .prenotationsform input[type=text],
.frontend .prenotationsform input[type=password],
.frontend .prenotationsform textarea {
	border: 1px solid #bbb;
}*/

/*.frontend .prenotationsform .altreinfo textarea {
	border: 1px solid #bbb;
	width: 535px;
	clear: both;
}*/

.frontend .prenotationsform fieldset#altreinfo #privacy{
	color: #999;
	font-size: 1em;
	line-height: 110%;
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 10px;	
	height: 60px;	
	overflow: auto;
	margin: 0;
}

.frontend .prenotationsform fieldset#altreinfo label{
	margin-top: 15px;
}

/*.frontend .prenotationsform .actions img, .frontend form .actions input {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 32px;
	height:32px;
	margin: 0 5px;
	padding: 10px;
}*/

.frontend .prenotationsform fieldset .form-error {
	/* input with a validation error */
	border-color: #CC0000;
	background-color: #FFE4E1;
}

