/*  
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-image: url(images/SfondoMenu.gif);
	background-repeat: repeat;
}

.widecolumn {
	line-height: 1.6em;
	}

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



h1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin-left: 40px;
}

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


h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin-left: 40px;
}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #ContainerSinistro h2, #wp-calendar caption, cite {
	}

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

small, #ContainerSinistro ul ul li, #ContainerSinistro ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	
	}

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

a, h2 a:hover, h3 a:hover {
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar a {
	text-decoration: none;
	}
/* End Typography & Colors */



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

#ContainerDestro {
	position: absolute;
	left: 234px;
	top: 20px;
	width: 612px;
	height: 421px;
	z-index: 2;
}

#header {
	background-image: url(images/api2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 234px;
	top: 20px;
	width: 612px;
	height: 44px;
	z-index: 6;
	}

#MenuSopra {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 180px;
	height: 115px;
	z-index: 3;
}

#MenuCentro {
	position: absolute;
	left: 20px;
	top: 135px;
	width: 180px;
	height: 306px;
	z-index: 4;
	background-image: url(images/sinistra/centro.gif);
}

#MenuSotto {
	position: absolute;
	left: 20px;
	top: 438px;
	width: 180px;
	height: 75px;
	z-index: 5;
}


#Main_Homepage {
	position: relative;
	left: 234px;
	top: 48px;
	width: 612px;
	z-index: 7;
	background-image: url(images/api1.jpg);
	background-repeat: repeat-y;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	background-color: #C59400;
	padding-left: 10px;
	position: relative;
	padding-right: 10px;
	margin-right: 200px;
	margin-left: 10px;
	top: 8px;
}
	
	


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.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-top: 20px;
	top: 20px;
	width: 612px;
	height: 44px;
	position: relative;
	margin-left: 0px;
	z-index: 8;
	border: none;
	background-image: url(images/api3blog.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



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

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	margin-right: 200px;
	background-color: #6A6686;
}

#ContainerSinistro h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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. */


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

#ContainerSinistro ul, #ContainerSinistro ul ol {
	margin: 0;
	padding: 0;
	}

#ContainerSinistro ul li {
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#ContainerSinistro #searchform #s {
	width: 108px;
	padding: 2px;
	}

#ContainerSinistro #searchsubmit {
	padding: 1px;
	}

.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: 95%;
	padding: 2px;
	}

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



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

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	}

.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 navigazioneWordpress */


#ContainerSinistro {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 194px;
	height: 453px;
	z-index: 1;
}


#ContainerSinistro form {
	margin: 0;
	}
/* End navigazioneWordpress */



/* 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;
	}

/* End Various Tags & Classes*/

#navigazioneWordpress {
	position: absolute;
	left: 650px;
	top: 235px;
	width: 190px;
	height: 300px;
	z-index: 9;
	display: visible;
	padding: 0 0 10px 0;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#navigazioneWordpress h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

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

small, #navigazioneWordpress ul ul li, #navigazioneWordpress ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #222;
	}

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

#navigazioneWordpress ul, #navigazioneWordpress ul ol {
	margin: 0;
	padding: 0;
	}

#navigazioneWordpress ul li {
	list-style-type: none;
	list-style-image: none;			

	}
	


#navigazioneWordpress ul p, #navigazioneWordpress ul select {
	margin: 0 0 8px;

	}

#navigazioneWordpress ul ul, #navigazioneWordpress ul ol {
	margin: 0 0 0 10px;
	}

#navigazioneWordpress ul ul ul, #navigazioneWordpress ul ol {
	margin: 0 0 0 10px;

	}

ol li, #navigazioneWordpress ul ol li {
	list-style: decimal outside;

	}

#navigazioneWordpress ul ul li, #navigazioneWordpress ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#navigazioneWordpress #searchform #s {
	width: 108px;
	padding: 2px;
	}

#navigazioneWordpress #searchsubmit {
	padding: 1px;
	}
#navigazioneWordpress form {
	margin: 0;
	}

.indicatorePosizione {
	background-color: #918EA7;
	margin-left: 0px;
	text-align: left;
	list-style-type: none;
}

ol.indicatorePosizione li {
	display: inline;
	padding-left: 0.5em;
	background: url(images/freccia.jpg) right no-repeat;
	padding-right: 30px;
	margin-left: 10px;
}

ol.indicatorePosizione li#last-item {
	background: none;
}



.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #C0B999;
	display: block;
	padding: 6px;
	margin-right: 10px;
	width: 80px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #6A6686;
	display: block;
	padding: 6px;
	margin-right: 10px;
	width: 80px;
}


.navigationPosts .alignleft {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #6A6686;
	position: relative;
	margin-left: 4px;
	display: inline;
	padding: 6px;
	margin-right: 10px;
}

.navigationPosts .alignright {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #6A6686;
	display: inline;
	position: absolute;
	text-align: right;
	margin-top: 0px;
	padding: 6px;
	right: 10px;
	z-index: 10;
}


.paginaincuisono, .paginaincuisono:hover  {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #C0B999;
	display: block;
	padding: 6px;
	margin-right: 10px;
	width: 80px;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin-left: 40px;
}


li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin-left: 40px;
}



.partitaIva {
	background-color: #918EA7;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	line-height: 11px;
	font-weight: normal;
}

.links {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #6A6686;
	display: block;
	padding: 6px;
	margin-left: 30px;
	margin-right: 10px;
	width: 130px;
}



#webmaster_email {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #918EA7;
	display: inline;
	padding: 3px;
	margin-left: 22px;
	margin-right: 10px;
	width: 130px;
}

#scroller span h4#copyright {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 220px;
	left: 40px;
	font-family: georgia, verdana, arial, sans-serif;
	font-weight: normal;
}


#scroller b#thumbs a:hover small {
	display: block;
	position: absolute;
	top: 200px;
	left: 40px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;

}

#navigazioneWordpress h2{
	color: #FFF;
}
#navigazioneWordpress ul {
 	background-color: #918EA7;
}


img { behavior: url(iepngfix.htc); }


a {
	color: white;
}
