/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 1000px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}



/*
 Styles that apply to the 
 content area:
*/


blockquote p {
	color: #BF2016;
}



/* Crix modifiche */

#poesie p {
	color: #000000;
	line-height: 200%;
}

.image { background: #FFF;
	float: left; 
	padding: 1px; 
	margin: 5px 8px 5px 0; 
	color: #333; 
	border: 1px solid #e0e0e0; 
	}
	
/* Inizio popup immagini */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

/* Fine popup immagini */

#innerpage {
	/* Background image: */
	background-image: url("../site/images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}


#innerpage2 {
	/* Background image: */
	background-image: url("../site/images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 30em;
}

#innerpage3 {
	/* Background image: */
	background-image: url("../site/images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em 1em 1em 24em;
	height: 30em;
}

/* Styles that apply to the content2 area:*/


#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=80);
	-moz-opacity: .8; 
	opacity: .8; 
	float: right; 
	width: 40em; 
	height: 36.5em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content h4 {
	font-size: 1.1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}


#content2 {
	background-color: #ffffff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;s
	/*float: left;*/
	width: 48em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}

#content2 p {
	font-size: 0.9em;
}

/* heading */
#content2 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content2 a:link {
	color: #C2361D;
}

#content2 a:hover, #content a:active {
	color: #33201D;
}

#content2 a:visited {
	color: #892614;
}

/* Styles that apply to the content3 area:*/

#content3 {
	background-color: #ffffff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	/*float: left;*/
	width: 726 px;
	height: 36.5em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content3 p {
	font-size: 0.9em;
}

/* heading */
#content3 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content3 a:link {
	color: #C2361D;
}

#content3 a:hover, #content a:active {
	color: #33201D;
}

#content3 a:visited {
	color: #892614;
}


#content4 {
	background-color: #ffffff;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	/*float: left;*/
	width: 20em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content4 p {
	font-size: 0.9em;
}

/* heading */
#content4 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content4 a:link {
	color: #C2361D;
}

#content4 a:hover, #content a:active {
	color: #33201D;
}

#content4 a:visited {
	color: #892614;
}

#content5 {
	background-color: #ffffff;
	filter: Alpha(opacity=80);

	-moz-opacity: .8;
	opacity: .8;
	/*float: left;*/
	width: 30em;
	height: 36.5em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content5 p {
	font-size: 0.9em;
}

/* heading */
#content5 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content5 a:link {
	color: #C2361D;
}

#content5 a:hover, #content a:active {
	color: #33201D;
}

#content5 a:visited {
	color: #892614;
}



#content6 {
	background-color: #ffffff; 
	filter: Alpha(opacity=80);
	-moz-opacity: .8; 
	opacity: .8; 
	float: left; 
	width: 40em; 
	height: 36.5em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content6 p {
	font-size: 0.9em;
}

/* heading */
#content6 h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content6 h4 {
	font-size: 1.1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content6 a:link {
	color: #C2361D;
}

#felicita {
	/* Background image: */
	background-image: url("../site/images/felicita.jpg");
	background-repeat: repeat;
	padding: 1em;
	height: 30em;
}

#fratelli {
	/* Background image: */
	background-image: url("../site/images/fratelli.jpg");
	background-repeat: repeat;
	padding: 1em;
	height: 30em;
}

#casa {
	/* Background image: */
	background-image: url("../site/images/casa.jpg");
	background-repeat: repeat;
	padding: 1em;
	height: 30em;
}

#rondine {
	/* Background image: */
	background-image: url("../site/images/rondine.jpg");
	background-repeat: repeat;
	padding: 1em;
	height: 30em;
}


p.date {
	/* Fine Crix modifiche */
	text-align: right;
	font-weight: bold;
	background-color: #FF9966;
	}
	

#news {
	text-align: center;
	color: #CC3300;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin: 0 auto;
	margin-bottom: 0.6em;
}

#news a:link, #news a:visited, #news a:hover, #news a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #CC3300;
}
