/*  
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 {
	
	background-color: #000000;
	color: #333;
	text-align: center;
	}

#page {
background-color:#ffffff;
text-align: left;
	}


#header {
width:760px;
height:337px;
	background-image: url('images/bg_header.jpg');
	background-repeat:no-repeat;
	}




.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {

	}

.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-top:1px solid #999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	height:45px;
	padding-top:15px;
	width:760px;
	}

small {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}

h1, h2, h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


h1 {
	
	text-align: center;
	}



h2 {
	font-size: 1.6em;
	}



#sidebar h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h3 {
	
	}

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 {
	color: #00AC36;
	}

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;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	border:1px solid #cc0000;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited {
	color: #00AC36;
	text-decoration: none;
	}

a:hover {
	color: #999999;
	text-decoration: none;
	}




/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
background-image:url(images/bg_narrow.jpg);
background-position:top left;
background-repeat:no-repeat;
	background-color: #ffffff;
	margin:0 auto;
	padding: 0;
	width: 760px;
	height:auto;
	}

#header {
	margin:0; 
	padding: 0; 
	height: 337px; 
	width: 760px;
	}

.logo_verdenero{
width:215px;
height:135px;
margin:0px 0 0 20px;
padding-top:5px;
}


.menu_orizz{
clear:both;
width:760px;
background-color:#000000;
height:30px;
padding-top:10px;

}

#menu_ithem {
float:right;
height:20px;
font-size:14px;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;

}
#menu_ithem ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menu_ithem li{
display: inline;
margin: 0;
padding: 0;
}
#menu_ithem a:link, #menu_ithem a:visited{
float: left;
background: #000000;
color: #00ac36;
margin: 0em;
padding:0 1.5em 0 1.5em;
text-decoration: none;
border-left: 1px solid #666666;
font-weight:bold;
}
#menu_ithem a:hover, #menu_ithem a:focus, #menu_ithem a:active{
color: #ffffff;
background: #00ac36;
}



.narrowcolumn {
	float: left;
	padding:40px 10px 0 0;
	margin: 0 0 0 10px;
	width: 490px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:inline;
	}


	

.post {
	margin: 0 0 50px 0;
	text-align: justify;
	font-size:13px;
	color:#333333;
	}
.post a:hover{
color:#999999;
text-decoration:underline;
	}
	
.entry a, .entry a:visited{
color:#00AC36;
font-weight:bold;
text-decoration:underline;
	}

.entry a:hover{
color:#999999;
text-decoration:none;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	border-top:1px solid #cccccc;
	}

.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;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin:0;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	
	}

/*	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 {
	
	}

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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
line-height:16px;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	border:1px solid #000000;
	font-size:11px; 
	margin:13px 5px 0 20px;
	float:left;
	}

#sidebar #searchsubmit {
	padding:0;
	margin:2px 0;
    width:58px;
	height:38px;
	}

.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;
	border:1px solid #32B659;
	}

#commentform textarea {
width:480px;
	padding: 2px;
	border:1px solid #32B659;
	}

#commentform #submit {
width:100px;
height:46px;
border:none;
float:right;
margin-bottom:20px;
	}
img a{
border:none;
	}
	
/* End Form Elements */



/* Begin Comments*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.alt {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	border:none;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width:485px;
	background-color:#FFFFFF;
	font-size:14px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#333333;
		border:none;
		font-weight:normal;
		}


.commentlist p {
	margin: 0 0 10px 0;
	padding:15px 10px;
	background-color:#F8F8F8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	}

#commentform p {
	margin: 5px 0;
	font-weight:bold;
	font-size:12px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	font-size:12px;
	}
	
#commentform input, #commentform textarea {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	}



.commentlist cite, .commentlist cite a {   /* Nome del commentatore */
	font-weight: bold;
	font-style: normal;
	color:#333333;
	font-size:18px;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
float:right;
	padding: 20px 0 0 10px;
	width: 230px;
	margin:0 0 0 0;
	background-image:url(images/spruzzo1.gif);
	background-repeat:no-repeat;
	background-position:top right;
	display:inline;
		border-left:1px solid #999999;

	}

#sidebar ul{
list-style-type:none;
margin-left:5px;
padding:0;
}

#sidebar li{
list-style-type:none;
margin:0;
padding:0;
}

#sidebar a, #sidebar a:visited{
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#00AC36;
}

#sidebar a:hover{
color:#999999;
text-decoration:underline;
}


.benvenuti{
position:relative;
width:220px;
margin:40px 0 15px 0;
text-align:justify;
float:left;
font-size:12px;
color:#666666;
}

.iniziativa{
width:220px;
border-bottom:1px solid #999999;
background-image:url(images/bg_iniziativa.gif);
background-repeat:no-repeat;
background-position:top center;
padding-top:20px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.cercamelo{
width:220px;
background-color:#ffffff;
height:80px;
}

.cercameglio{
width:220px;
background-color:#e6e6e6;
margin:0;
padding:0;
height:46px;
}

#sidebar form {
	margin: 0;
	}
	
.sideobject{
font-family:Geneva, Arial, Helvetica, sans-serif;
width:220px;
margin:15px 0 0 0;
padding:0;
border-bottom:1px solid #cccccc;
padding-bottom:10px;
font-size:12px;
	}
	
	.sideobject ul{
	list-style-type:none;
	margin-left:5px;
	padding:0;
	}
	
	.sideobject ul{
	list-style-type:none;
	margin-left:5px;
	padding:0;
	}
	
	.redaz_ithem{
	margin:5px 0 0 0;
	padding:0 0 5px 5px;
	}
	
	.ruolo{
	font-size:12px;
	font-weight:bold;
	}
	
/* 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: 30px;
	height:30px;
	border-bottom:1px solid #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." */

