/*

"Ribbon" web template by Scaracco
www.scaracco.net -- scaracco@gmail.com


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("../img/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; 
}

#ribbon {
	text-align: center;
}


/* footer ================================================================ */

#footer {
	clear: both;
	background: url("../img/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;
}

#ribbon a.current {
	color: #fff
}
/* standards ============================================================= */

a:link, a:visited {
	color: #800;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: rgb(163,146,120);
}

h2.title {
	margin-top: -10px;
	color: rgb(163,146,120);
	font-size: 1.8em;
}

strong, b { 
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strong, b, em, i {
	color: #000;
}

/* lists ================================================================= */

#page dt {
	font-weight: bold;
}

#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;
}

th, table caption {
	font-weight: bold;
}

th {
	background: rgb(163,146,120);
	color: #fff;
	font-weight: bold;
}

td {
	background: #fff;
}

td, th {
	border-left:  1px solid rgb(163,146,120);
	border-right: 1px solid rgb(163,146,120);
	padding: 0 0.5em;
	text-align: center;
}

tfoot th, tfoot td {
	background: rgb(80,70,55);
	color: #fff;
}

