/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Sans-Serif;
	background: url(images/body-bg.png) repeat-x #d0c9a5;
	color: #333;
	text-align: center;
	}

#page {

	background-color:#cdc8a7;
	border-left: 2px solid #504a3e;
	border-right: 2px solid #504a3e;
	border-bottom: 2px solid #504a3e;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 930px;
	}


#header {
	background-color:inherit;
	margin: 0 0 5px 16px; 
	padding: 0; 
	height: 200px; 
	width: 900px;
	}
	
#consiglia{
margin:0;
padding:0;
float:right;
width:224px;
height:200px;
background-image:url(images/zecchiconsiglia.png);
background-repeat:no-repeat;
}
#consiglia a{
display:block;
text-transform:uppercase;
font-size:12px;
text-align:center;
color:#fff;
margin:180px 0 0 5px;
font-weight:bold;
width:215px;
padding:0;
}
#consiglia a:hover{
}
#topheader{
margin: 0 0 5px 16px; 
	padding: 0;
	height:41px; 
	width: 900px;
	background-image:url(images/topheader-bg.png);
	background-repeat:repeat-x;
}
#topheader p{
width:160px;
margin:0;
padding:20px;
font-weight:bold;
line-height:18px;
}
#topheader p img{
margin:0 0 0 5px;
padding:0;
}
#menu{
width:900px;
height:20px;
background-color:#6f6851;
margin: 0 0 5px 16px; 
padding: 0; 

}
#menu ul{
margin:0;
padding:0;
text-align:left;
}
#menu ul li{
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

#menu ul li a{
line-height:20px;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
color:white;
margin:0;
padding:0 15px;
}
#menu ul li a:hover{
text-decoration:none;
}
div.cerca{
width:225px;
float:right;
margin:0;
padding:0;

}
#content {
	font-size: 1.2em;
	width:670px;
	margin:0 0 0 16px;
	float:left;

	}

#content p{
padding:0 15px;
}
 .entry p {
	font-size: 1.05em;
	width:640px;
	padding:0 15px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Arial, Sans-Serif;
	
	}

h1 {
	font-size: 2em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	height:30px;
background-image:url(images/topheader-bg.png);
background-repeat:repeat-x;
background-position:top;
text-align:left;
width:665px;
margin:0;
padding:0 5px 0 0;
line-height:30px;
font-size:18px;
color:#333;
font-weight:normal;
font-family:Arial, sc, serif;
text-transform:uppercase;

	}
	h2.pagetitle span{
	font-size:14px;
	}

#sidebar h1 {
	font-size: 1.4em;

	background-image:url(images/sidebar-h2-bg.png);
	background-repeat:repeat-x;
	height:28px;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	line-height:28px;
	color:#333;
	}
	

h3 {
	font-size: 1.3em;
	
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	list-style-type:none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 100%;
	height:118px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear: both;
	}

#footer p {
	margin: 0;
	padding:80px 0 0 0;
	text-align: center;
	font-size:12px;
	}
	#footer p a{
	color:#666633;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 0 0;
	padding: 0;
	}

h3 {
	padding:20px 0 5px 35px;
	margin: 20px 0 5px 0;
	border-bottom:1px dashed #ccc;
	/*border-top:1px solid #b7b669;*/
	color:#336633;
	font-family: Arial, sc, serif;
	text-transform:uppercase;
	text-align:left;
	}
	h3 a{
	color:#336633;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*#sidebar ul{
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom:1px solid #996633;
		margin: 0;
	padding: 0;
	}

#sidebar ul li a{
	display:block;
	}
	#sidebar ul li a:hover{
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li ul{
	margin: 0 0 0 0;
	padding:0;
	border:none;
}
#sidebar ul li ul li {
	margin: 0 0 0 0;
	border:none;
	list-style-type:none;
	list-style-image:none;
	padding:0;
	
	}
	#sidebar ul li ul li a{
	display:block;
	font-size:11px;
	margin: 0 0 0 0;
	border:none;
	padding:0;
	}
	#sidebar ul li ul li a:hover{
	background-color:#FFFFCC;
	text-decoration:none;
	margin: 0 0 0 0;
	border:none;

	
	}*/
	
	 #sidebar ul
{
width:220px;
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, Helvetica, sans-serif;

}

#sidebar li { 
width:100%;
list-style-type:none;
list-style-image:none;
margin: 0 0 0 0; 
border-top:1px solid  #666633;
}

#sidebar a, #sidebar h2{
	 font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
font-weight:bold;
padding:2px 0 2px 5px;
width: 215px;
color:#fff;
text-decoration: none;

}


#sidebar a:hover
{
background-color:#6f6851;
color:#fff;
text-decoration:none;
background-image:url(images/back-aeeow.png);
background-position:right;
background-repeat:no-repeat;
}

#sidebar ul ul li { margin: 0 0 0 0;
list-style-type:none; 
border-top:none;
/*border-bottom:1px solid white;*/
}

#sidebar ul ul a
{
font-weight:normal;
font-size:12px;
padding:1px 0 1px 15px;
width:204px;
color:#666;
text-decoration: underline;
display:block;
background-image:none;
text-transform:lowercase;
}
#sidebar ul ul a:before{
content: "\00BB \0020"
}

#sidebar ul ul a:hover
{
color: #fff;
text-decoration: none;
/*background-image:url(images/arrow.png);*/
background-image:none;
background-position:left;
background-repeat:no-repeat;
}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 10px 3px 5px 3px; 
	
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	border:1px solid #666;
	background-image:url(images/cerca-bg.png);
	background-repeat:repeat-x;
	}

#searchsubmit {
	padding:0px 3px;
	background-image:url(images/cerca.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	border:1px solid #666;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:0 0 0 0;
	margin:0 14px 0 0;
	float:right;
	width: 220px;
	background-image:url(images/sidebar-bg.png);
	background-repeat:repeat-y;
	border-top:1px solid #504a3e;
	border-bottom:1px solid #504a3e;
border-left:1px solid #504a3e;
border-right:1px solid #504a3e;
	background-position:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	#sidebar ul ul.children li{
	list-style-type:none;
	list-style:none;

	
	}
	
	/*PRODOTTI PRODOTTI PRODOTTI*/
	
.box{
background-image:url(images/content_bg.gif);
background-repeat:repeat-x repeat-y;
height:135px;
width:200px;
border:1px solid #666633;
float:left;
margin:11px 32px 19px 0;
}	
.box2{
background-image:url(images/content_bg.gif);
background-repeat:repeat-x repeat-y;
height:135px;
width:200px;
border:1px solid #666633;
float:left;
margin:11px 0 19px 0;
}
.box a img{
margin:0;
padding:0;
width:200px;
height:113px;

}
.box h2{
width:190px;
margin:0;
padding:3px 5px;
font-size:12px;
color:#336633;
text-transform:uppercase;
text-align:center;
font-family:Lucida, Helvetica, sans-serif;
}
.box p{
width:190px;
color:#333333;
font-size:12px;
margin:0;
padding:0 5px;
}
.box h2 a{
color:#669933;
}
.box h2 a:hover{
color:#669933;
}
.box h2 a:visited{
color:#669933;

}
.box p a{
color:#336633;
}
.box2 img{
margin:0;
padding:0;
width:200px;
height:113px;
}
.box2 h2{
width:190px;
margin:0;
padding:3px 5px;
font-size:12px;
color:#336633;
text-transform:uppercase;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.box2 p{
width:190px;
color:#333333;
font-size:12px;
margin:0;
padding:0 5px;
}
.box2 h2 a{
color:#669933;
}
.box2 h2 a:hover{
color:#669933;
}
.box h2 a:visited{
color:#669933;
}
.box2 p a{
color:#336633;
}
	
	/*HOME PAGE HAOME PAGE HOME PAGE*/
	
#chi_siamo{
width:670px;
margin:0;
padding:0;
background-color:#b7b669;
background-image:url(images/content_bg.gif);
background-repeat:repeat-x repeat-y;
min-height:470px !important;  
padding-bottom:100px;
}
#chi_siamo2{
width:670px;
margin:0;
padding:0;
background-color:#b7b669;
background-image:url(images/content_bg.gif);
background-repeat:repeat-x repeat-y;
}
#chiu{
width:670px;
margin:0;
padding:0;
background-image:url(images/chigiu.png);
background-repeat:no-repeat;
height:30px;
}
#chi_siamo  h1{
height:30px;
background-image:url(images/h1.png);
background-repeat:no-repeat;
background-position:top;
text-align:center;
width:670px;
margin:0;
padding:0 0px 0 0px;
line-height:30px;
font-size:18px;
color:#333;
font-weight:normal;
font-family:Arial;
text-transform:uppercase;
background-color:#cdc8a7;
}
#chi_siamo2  h1{
height:30px;
background-image:url(images/h1.png);
background-repeat:no-repeat;
background-position:top;
text-align:center;
width:670px;
margin:0;
padding:0 0px 0 0px;
line-height:30px;
font-size:18px;
color:#333;
font-weight:normal;
font-family:Arial;
text-transform:uppercase;
background-color:none;
}
#chi_siamo div p{
font-size:14px;
width:300px;
margin:0;
padding:10px 25px 10px 0 ;
text-align:justify;
color:#333;
float:right;
}
#chi_siamo2  p{
font-size:14px;
width:90%;
margin:0;
padding:1% 5%;
text-align:justify;
color:#333;
float:right;
}#chi_siamo  p{
font-size:12px;
width:90%;
margin:0;
padding:1% 5%;
text-align:justify;
color:#333;
float:right;
}
#the_news{
margin:30px 0 0 5px;
padding:0;
width:310px;
/*border-bottom:1px solid #b7b669;
border-left:1px solid #b7b669;
border-right:1px solid #b7b669;
border-top:1px solid #b7b669;*/
background-image:url(images/box.png);
background-repeat:no-repeat;
background-color:none;
float:left;
height:150px;
}
#the_news h2{
width:90%;
margin:0 5% 10px 5%;
padding:5px 0 5px 0;
color:#6f6851;
height:20px;
background-position:top;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px dashed #666;
}
#the_news a{
color:#669933;
}
#the_news a:hover{
color:#003300;
}
#chi_siamo #the_news p{
width:290px;
padding:1% 0 0 0;
margin:0 0 0 20px;

}
 #zecchi_con{
margin:30px 0 0 5px;
padding:0;
width:310px;
height:150px;
/*border-bottom:1px solid #b7b669;
border-left:1px solid #b7b669;
border-right:1px solid #b7b669;
border-top:1px solid #b7b669;*/
background-image:url(images/box.png);
background-repeat:no-repeat;
background-color:none;
float:left;
}
#chi_siamo #zecchi_con p{
width:290px;
padding:1% 0 0 0;
margin:0 0 0 20px;
}
#zecchi_con p a{
font-size:14px;
color:#669933;
}
#zecchi_con p a:hover{
font-size:14px;
color:#003300;
}
#zecchi_con h2{
height:20px;
width:90%;
/*background-image:url(images/topheader-bg.png);
background-repeat:repeat-x;*/
background-position:top;
text-align:center;
margin:0 5% 10px 5%;
padding:5px 0 5px 0;
color:#6f6851;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px dashed #666;

}

/*TABELLE PRODOTTI TABELLE PRODOTTI*/

.single table.tre{
width:670px;
margin:10px 0 0 0;
padding:0;
background-color:#f0f0f0;
border-top:1px solid #ccc;
clear:right;
}
#chi_siamo table.tre{
width:670px;
margin:0 0 0 0;
padding:10px 0 0 0;
background-color:#f0f0f0;
clear:right;
}
.single table.tre tr.thead, #chi_siamo table.tre tr.thead{
margin:0;
padding:0;
height:20px;
background-image:url(images/topheader-bg.png);
background-repeat:repeat-x repeat-y;
background-position:top;
text-transform:uppercase;
text-align:center;
font-weight:bold;

}	
.single table.tre tr.thead td, #chi_siamotable.tre tr.thead td{
height:15px;
background-image:url(images/topheader-bg.png);
background-repeat:repeat-x repeat-y;
background-position:top;
margin:0;
padding:0;
border-bottom:1px solid #ccc;
}

.single table.tre tr{

}	
.single table.tre tr td, #chi_siamo table.tre tr td{
margin:0;
background-color:#FFFFFF;
padding:5px;
border-bottom:1px solid #ccc;
}
.single table.tre tr td p{
width:420px;

}	
.single table.tre tr td.prezzo{
background-color:#FFFFFF;
width:90px;
margin:0;
padding:5px;
font-weight:bold;
text-align:center;
background-color:#f0f0f0;
border-left:1px solid #ccc;
}	
.single table.tre tr td.articolo, #chi_siamo table.tre tr td.articolo{
background-color:#f0f0f0;
width:120px;
margin:0;
padding:5px;
border-right:1px solid #ccc;
text-align:center;
}


/*SINGLEE SINGLE SINGLE SINGLE*/

.single{
width:670px;
margin:0;
padding:0 0 30px 0;
background-color:#b7b669;
background-image:url(images/chi-siamo.png);
background-repeat:repeat-y;
border-bottom:1px solid #b7b669;
border-left:none;
}
.single p{
font-family:Arial, Helvetica, sans-serif;
width:660px;

line-height:1.5;
margin:0;
margin-top:30px;
}
.single img{
float:left;
border:1px solid #666633;
margin-right:5px;
}
.single h1{
height:30px;
background-image:url(images/topheader-bg.png);
background-repeat:repeat-x;
background-position:top;
text-align:right;
width:665px;
margin:0;
padding:0 5px 0 0;
line-height:30px;
font-size:18px;
color:#333;
font-weight:normal;
font-family:Arial, sc, serif;
text-transform:uppercase;
}
a .fotina{
width:190px;
height:108px;
float:right;
padding:3px;
margin:20px 8px 0 0;
background-color:#FFFFFF;
}
a:hover .fotina{
background-color:#CCCCCC;
}
	
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

