/*

"Ribbon" web template by Scaracco
www.scaracco.net


colori base (rgb):
244,240,229 - body
136,0,0 - link
163,146,120 - marrone chiaro
80,70,55 - marrone scuro

*/

body { 
	color: rgb(80,70,55);
	background: rgb(244,240,229);
	font-family: georgia, serif;
	/* font-size: 87.5%; */ /* ~14px */
	/*font-size: 76%;*/   /* ~12px */
}

#container { 
	width: 960px;
	background: url("back.png") 0 0 repeat-y;
	/*margin-left: 0;*/
}

#page, #ribbon, #aux {
	padding: 1.5em;
	margin: 0;
}

#page p { 
	text-indent: 1.5em; 
	margin-bottom: 0;
	text-align: justify;
}

/* if you want a paragraph not indented */
#page p.noindent {
	text-indent: 0; 
}

#aux p { 
	font-size: 93%;
	margin-bottom: 5px;
}

#ribbon {
	text-align: center;
}

#ribbon p { 
	font-size: 90%;
}


/* footer ================================================================ */

#footer {
	clear: both;
	background: url("bottom.png") center bottom no-repeat;
	padding-bottom: 1em;
	text-align: center;
}

#footer p {
	 padding-left: 2em; 
	 margin-right: 25%; 
	 padding-right: 2em; 
	 margin-left: 50%;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* nav menu ============================================================== */

#ribbon ul#menu li {
	display: block;
	font-size: 1.5em;
	line-height: 2;
	border-bottom: 2px solid rgb(163,146,120);
}

#ribbon a:link, #ribbon a:visited {
	text-decoration: none;
}

#ribbon a:hover {
	color: #fff;
}

/* standards ============================================================= */

a:link, a:visited {
	color: #800;
	text-decoration: none;
}

a:hover {
	color: #800;
	text-decoration: underline;
}

h1 {
	color: rgb(163,146,120);
}

strong, b { 
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong, b, em, i {
	color: rgb(80,70,55);
}

/* lists ================================================================= */

#page dt {
	font-weight: bold;
	margin-top: 1.5em;
	font-variant: small-caps;
}

#page dd {
	margin-left: 1em;
}

#page ol {
	list-style-type: decimal;
}

#page ul {
	list-style: square;
}

#page ul, #page ol {
	margin-left: 1em;
	padding-left: 1em;
}

/* nested list: no vertical margin */
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* image floating ======================================================== */

#page img.imgright {
	float: right;
	margin-left: 1em;
}

#page img.imgleft {
	float: left;
	margin-right: 1em;
}

/* table ================================================================= */

table, dl, ul, ol {
	margin-top: 1.5em;
}

table caption {
	font-style: italic;
}

td, th {
	background: rgb(244,240,229);
	border-top:  1px dotted rgb(163,146,120);
	border-bottom: 1px dotted rgb(163,146,120);
	padding: 0 0.5em;
	text-align: left;
	font-size:95%;
}

.album a img {
	border: 1px solid rgb(163,146,120);
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.album a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
}

img.foto {
	border: 1px solid rgb(163,146,120);
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.addthis_toolbox p {
	margin-bottom:5px;
}
