/** Gen **/

body
{
background-color:#eaeaea; 
scrollbar-face-color: #EEEEEE;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CC3333;
scrollbar-darkshadow-color: #CC3333;
scrollbar-track-color: #DDDDDD;
scrollbar-arrow-color: #CC3333; 
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
}

/*** Header ***/
.headerRSS {
	background-image:url(http://www.buonissimo.org/images/header_icon/feed_50.png);
	background-position: right 20px;
	background-repeat:no-repeat;
}
.headerRSS ul{
	list-style-image:url("/images/header_icon/feed_16.png");
	list-style-position:inside;
}
.headerRSS ul li {
	margin-bottom:2px;
}
.headerRSS ul li a {
	margin-left:3px;
}

.welcome {
	float:left;
	color:#e06203;
}


#header {
	height:90px;
	padding:10px 0;
	float:left;
	background-color:#fff;
}

.logo {
	float:left;
	width:256px;
	margin-right:5px;
	display:inline;
}

.banner {
	float:left;
	width:715px;
	display:inline;
}

/** Nav **/

#nav {
	background-image:url(http://www.buonissimo.org/nav.jpg);
	background-repeat:repeat-x;
	height: 30px;
	width:998px;
	/*background-color:#fff;*/
}

.utenti {
	padding-left:820px;
	font-style:italic;
}

table
{
	background:white;
	font-size:12px;
}

table img {
	float:left;
}

/*** Main ***/

#main {
	float:left;
	width:1000px;
	text-align:left;
	margin:10px 0;
}

#left {
	float:left;
	width:200px;
	margin-right:10px;
}

.left-nav {
	float:left;
	width:159px;
}

.left-random {
	padding:10px;
	float:left;
	width:180px;
	background-color:#eaeaea;
	margin-bottom:10px;
}

.left-sagre {
	float:left;
	width:180px;
	padding:10px;
	background-color:#eaeaea;
}

#middle-left {
	float:left;
	width:234px;
	margin-right:10px;
}

.newsletter {
	float:left;
	width:214px;
	padding:10px;
	margin-bottom:10px;
	background-image:url(newsletter.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#c3e2f9;
}

.cucina-a-tema {
	float:left;
	width:214px;
	padding:10px;
	margin-bottom:10px;
	background-color:#c3e2f9;
}

.banner {
	float:left;
	width:234px;
	margin-bottom:10px;
}

.tema-del-mese {
	float:left;
	width:234px;
	margin-bottom:10px;
}

#right {
	width:526px;
	float:right;
}

.primo-piano1, .primo-piano2 {
	width:243px;
	float:left;
	padding-top:10px;
	margin-bottom:10px;
}

.banner-centrale {
	width:300px;
	float:left;
	margin-bottom:10px;
}

.press-room {
	width:300px;
	float:left;
}

/*** Footer ***/

#footer-container {
	width:100%;
}

#footer-cont {
	width:1010px;
	margin:0 auto;
}

#footer {
	border-top:5px solid #daa00b;
	background-image:url(http://www.buonissimo.org/footer.jpg);
	background-repeat:repeat-x;
	background-color:#daa00b;
	float:left;
	width:100%;
	text-align:left;
	
}

.footer-column {
	float:left;
	width:230px;
	padding:4px;
	display:inline;
}

.footer-column-final {
	background-image:url(http://www.buonissimo.org/footer-dec.jpg);
	background-position:160px 0;
	background-repeat:no-repeat;
	float:left;
	width:231px;
	padding:4px;
	display:inline;
}

#notes-cont {
	text-align:center;
}

#notes {
	margin-top:5px;
	margin-bottom:10px;
}

/*** Lists ***/

ul, ol {margin:0;padding:0;}

ul {
	list-style-type:none;
}

ol {
	margin-left:30px;
}

#nav ul li {
	float:left;
}

.left-nav ul li {
	background-color:#DFDFDF;
	padding:5px 10px;
	margin-bottom:3px;
	background-image:url(http://www.buonissimo.org/left-nav-hover.jpg);
	background-repeat:no-repeat;
	background-position:134px 1px;
}

.left-nav ul li:hover {
	background-color:#f8d47a;
	background-image:url(http://www.buonissimo.org/left-nav.jpg);
	background-repeat:no-repeat;
	background-position:134px 1px;
}

#footer ul {
	margin-bottom:10px;
}

#footer ul li {
	margin-bottom:2px;
}

/*** Links ***/

a:link, a:visited {
	text-decoration:none;
	color:#e06203;
}

a:hover {
	color:#6d3409;
	text-decoration:none;
}

#nav a:link, #nav a:visited {
	color:#666;
	font-weight:bold;
	float:left;
	display:block;
	height:16px;
	padding:7px 10px;
}

#nav a:hover {
	background-image:url(http://www.buonissimo.org/nav-hover.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#fff;
}

.left-nav a:link, .left-nav a:visited {
	color:#6d3409;
}

#footer a:link, #footer a:visited {
	color:#6d3409;
}

#footer a:hover {
	color:#ebd1be;
}

#notes a:link, #notes a:visited {
	color:#4a95f2;
}

#notes a:hover {
	color:#245086;
}

h2 a:link, h2 a:visited {
	color:#6d3409;
}

h2 a:hover {
	color:#e06203;
}

.newsletter h2 a:link, .newsletter h2 a:visited, .cucina-a-tema h2 a:link, .cucina-a-tema h2 a:visited{
	color:#0b75c6;
}

.newsletter h2 a:hover, .cucina-a-tema h2 a:hover {
	color:#C4E2FA;
}

/*** Heading and paragraphs ***/

h1,h2,h3, h4 {
	font-weight:normal;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:22px;
	color:#e06203;
}

h2 {
	font-size:20px;
	color:#e06203;
	}

#footer h3 {
	color:#fff;
	font-size:18px;
}

p {
	margin-bottom:5px;
	color: #666;
}

/*** Forms ***/

form {margin:0;padding:0;}

.searchform {
	float:right;
	text-align:right;
	display:inline;
/*	margin-right:10px;
	margin-top:5px;
*/	height:40px;
	width:295px;
}
.searchform-input {
	border:1px solid #e06203;
	height:23px;
	padding:2px;
	width:150px;
	margin:0;
	margin-right:5px;
	float:left;
}
.searchform-button {
	background-image:url(cerca.jpg);
	width:100px;
	height:30px;
	color:#fff;
	background-color:transparent;
	border:none;
}
.searchform-button:hover {
	background-image:url(cerca-hover.jpg);
}
#livesearch {
	text-align:left;
	padding:5px;
	background-color:#FFC;
	font-size:10px;
	visibility:hidden;
	border: 1px solid #A5ACB2;
	position:absolute;
	margin-top:33px;
}
/*** Img ***/

img {
	border:none;
}

.left-random img, .tema-del-mese img,.primo-piano1 img, .primo-piano2 img{
	border:5px solid #ccc;
	padding:5px;
}

.tema-del-mese img {
	margin-bottom:5px;
}

