﻿/*

"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 */
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	overflow: hidden;
	position: relative;
    line-height:normal;
}


#container { 
	width: 960px;
	background: url('../images/menuback/back1.png') 0 0 repeat-y;
	/*margin-left: 0;*/
}

#page, #ribbon, #aux {
	padding: 1.5em;
	text-align: center;
}

#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('../images/menuback/bottom.png') center bottom repeat;
	padding-bottom: 1em;
	text-align: center;
}

#footer p {
	 padding-left: 2em; 
	 margin-right: 1px; 
	 padding-right: 2em; 
	 margin-left: 1px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* nav menu ============================================================== */
#menu {
	padding: 0 3px 0 3px;
	/*font-size: 1.5em;*/
	background: url('../images/menuback/menuback.png');
}

#ribbon a:link, #ribbon a:visited {
	text-decoration: none;
	color: #000000;
}

#ribbon a:hover {
	color: #fff;
	background: url('../images/menuback/menuover.png') ;
}


/* standards ============================================================= */

a:link, a:visited {
	color: #FF0000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: rgb(163,146,120);
}

strong, b { 
	font-weight: bold;
}


em, i {
	font-style: italic;
}

strong, b, em, i {
	color: #800000;
}
.strong, b, em, i {
	color: #ffffcc;
}
.spacing{
 line-height:normal	
}
/* 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: 1.5em;
	padding-left: 1.5em;
}

/* 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;
}

