﻿

/*Definisce lo stile Generico della Struttura di Ogni Pagina Web*/



/*
==================================================================
			Contenitore tutti gli elementi di pagina
==================================================================
*/
.SectionPageBox
{
	margin: 0;
	width: 100%;
	font-family: Arial,Tahoma,verdana;
	font-size: 1.2em;
	color: #c1bdbd;
	line-height: 2.2em;
	padding-bottom: 10px;
	position: relative;
}


/*
==================================================================
						Intestazioni Sezioni
==================================================================
*/

.SectionPageBox .SectionPageName h1
{
	-x-system-font: none;
	border-bottom: solid 0.059em #c1bdbd;
	color: #c1bdbd;
	font-family: Romance Fatal Serif,arial,monaco,sans-serif;
	font-size: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	letter-spacing: 0.059em;
	line-height: normal;
	margin-top: 0.5em;
	padding: 0.66em 0 0.5em 10px;
	margin-left: 0px;
	text-transform: uppercase;
	width: 250px;
}


/*
==================================================================
						Descrizioni Sezioni
==================================================================
*/
.SectionDescription
{
}





/*Definisce lo stile di Ogni Pagina Web*/

/*
==================================================================
						Login
==================================================================
*/
#BoxLogin
{
	width: 400px;
}

.SectionPageBox .SectionPageName h1.login
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

.LoginMain
{
	margin: 0 auto;
	margin-top: 30px;
	width: 550px;
	padding-left: 10px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	color: #3e68a2;
	font-family: Arial;
	font-size: 1em;
	line-height: 2.2em;
	padding-bottom: 10px;
}

.LoginLabel
{
	-x-system-font: none;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-align: left;
	font-size: 0.8em;
	padding-right: 3px;
}
.LoginTextBox
{
	height: 12px;
	color: #221100;
	font-size: 0.9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1.8em;
}

/*
**************************************************************
Definisco lo stile della About Page
**************************************************************
*/
#AboutDescription
{
}

.PortraitAboutPage
{
	margin: 5px 5px;
	padding: 5px;
	float: left;
	border: 3px solid black;
}


/*
================================================================
	Definisce lo stile Generico della Lista di Gallerie e Foto
================================================================
*/



.GalleryName, .PhotoName, .TitleLink
{
	color: #c13402;
	font-family: Arial;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
}


/*
================================================================
	Definisce lo stile della Lista di Gallerie
================================================================
*/

.BoxGallery
{
	margin-bottom: 20px;
	margin-right: 40px;
	width: 320px;
	height: 360px;
	border-right: solid 3px #33373b;
}

.BoxGalleryBody
{
	margin: 0px;
	padding: 20px 0px;
	position: relative;
	height: 150px;
}
.BoxGalleryBodyDescription
{
	color: #3e68a2;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	width: 230px;
	position: absolute;
	top: 10px;
	line-height: 20px;
}

.BoxGalleryBodyThumbnail
{
	width: 300px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 60px;
	border: solid 3px #415168;
}

.BoxGalleryBodySelect
{
	position: absolute;
	top: 300px;
	right: 10px;
	padding: 5px 10px;
}
.BoxGalleryBodySelect a
{
	color: #c13402;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 5px;
}
.BoxGalleryFooter
{
	background: url(../images/Gallery/gallery_border_bottom.png) repeat-x;
	width: 100%;
	height: 2px;
}

/*
======================================================
	Definisce lo stile della Galleria Photo
======================================================
*/


.BoxPhoto
{
	margin-bottom: 20px;
	margin-right: 40px;
	width: 280px;
	height: 350px;
	border-right: solid 3px #33373b;
}

.BoxPhotoBody
{
	margin: 0px;
	padding: 20px 0px;
	position: relative;
	height: 270px;
}

.BoxPhotoBodyDescription
{
	color: #3e68a2;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	width: 300px;
	position: absolute;
	top: 0px;
	line-height: 20px;
}

.BoxPhotoBodyInfoPhoto
{
}

.BoxPhotoBodyThumbnail
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	border: solid 3px #415168;
}


/*
==================================================================
						Sezione Links
==================================================================
*/
.LinksPageDescription
{
}
.LinksDescription
{
}
.LinksListBox
{
	width:640px;
	margin:0 auto;
}

/*	 Definisco lo Stile della Collezione di Links	*/

/* Wrapper Interno del Singolo Link */
.LinkContainer
{	
	border-bottom: dashed 1px #33373b;
	width: 640px;
	height:60px;			
	position: relative;
	margin-bottom:20px;
}
/* Wrapper del Contenuto Principale del Singolo Link*/
.LinkBody
{
	
	
}
.ImageLink
{
	position: absolute;
	top: 8px;
	left: 5px;
}
.TitleLink
{
	position: absolute;
	top: 0px;
	left: 30px;
}
.LinkDescription
{
	position: absolute;
	bottom: 0px;
	left: 30px;
}
.URLLink
{
	position: absolute;
	bottom: 3px;
	right: 5px;
}

/*
==================================================================
						Sezione Contatti
==================================================================
*/
.ContactMain
{
	margin: 0;
	margin-left: 20px;
	width: 550px;
	padding-left: 10px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	color: #3e68a2;
	font-family: Arial;
	font-size: 1em;
	line-height: 2.2em;
	padding-bottom: 10px;
}

.ContactLabel
{
	-x-system-font: none;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	margin-right: 1%;
	text-align: right;
	width: 25%;
}
.ContactTextBox
{
	height: 12px;
	color: #221100;
	font-size: 0.9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1.8em;
}
.ContactButton
{
	color: #c13402;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 5px;
}
.CampoObbligatorio
{
	color: #C02626;
	font-size: 9px;
}
.asterisco_obbligatorio
{
	color: #C02626;
}
.CampoValidazione
{
	color: red;
	font-weight: 900;
	line-height: 1.8em;
}
.MailResponse
{
	text-align: left;
	color: #C02626;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Georgia,Times,Serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}

