#small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 594px;
	}

.tableau td {
	text-align: -webkit-center;
	xfont-size: 10px;
	}

.date{
	width: 105px;
}

.widget .date{
	width: 100px;
}

#dateoriz label {
	float:left;
	display:block;
	padding:0 6px 0 0;
}

#xdateoriz label {
	float:left;
	width:215px;
	display:block;
	padding:6px;
	border:1px solid transparent;
	margin-right:30px;	
}

#surheader p img {
	padding:0 5px;
}


	/* some styling for triggers */
	#triggers {
		text-align:center;
	}
	
	#triggers img {
		cursor:pointer;
		margin:0 5px;
		background-color:#fff;
		border:1px solid #ccc;
		padding:2px;
	
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		
	}
	
	
	
	/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}

#headerimage {
	padding:0;
	overflow:hidden;
	text-align:center;
}

#headerimage img {
	position:relative;
	height:120px;
	margin:0 -2px;
	padding:0;
}

/* root element for single scroll */
	.scroll {
		position:relative;
		overflow:hidden;
		width: 394px;
		height: 266px;
		float:left;
	}
	
	/* root element for the scroll pics */
	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scroll item */
	.pics div,.pics img {
		float:left;
		cursor:pointer;
		width:400px !important;
		height:300px;
		margin:0px;
	}
	
	/* possible settings for the active scroll */
	.scroll.active {	
	}


/*
	root element for the scrollable. per la testata
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 594px;
	height:140px;
}

.scrollable img {
	height:140px;
	margin:0;	
}
.scrollable img.hover {
	background-color:#123;	
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0;
	background-color:#fff;
	padding:0;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

	
/* field label */
label {
	display:block;
	font-size:11px;
}

/* typography */
#myform p 	{ font-size:11px; }

/* input field */
#myform input {
	font-size:12px;
}

/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	margin-left:-2px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

#errors {
	background-color:yellow;
	text-align:center;
	font-size:11px;
	color:#000;
	padding:3px;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;			
}

.nascosto {
	display:none;
}

/* Stile immagine galleria nella barra laterale */

.ngg-widget img{
border-bottom-color: darkGray;
border-bottom-style: solid;
border-bottom-width: 2px;
border-left-color: darkGray;
border-left-style: solid;
border-left-width: 2px;
border-right-color: darkGray;
border-right-style: solid;
border-right-width: 2px;
border-top-color: darkGray;
border-top-style: solid;
border-top-width: 2px;
color: #4B5BAD;
cursor: auto;
display: inline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 100;
height: 70px;
line-height: 20px;
list-style-type: none;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 2px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
text-align: left;
text-decoration: none;
width: 105px;
}

/* pagrafi giustificati come ama sabina*/

.xpost p {
	text-align: justify;
}

/* prima lettera grande tolta */

.xpost p:first-letter {
		font-size:20px;
}



