/*
Theme Name: ApertaContrada
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: KgFree
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e6e4e1;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #fbfaf4;
	text-align: left;
	}

#header {
	background: url('images/bkg_head.png') no-repeat top center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	width: 740px;
	}

#content {
	font-size: 1.2em;
    line-height: 1.5em;
	}

.widecolumn .entry p {
	font-size: 1em;
	}
	
.widecolumn .entry-pdf p {
	font-size: 1em;
	padding-left:20px;
	background: url('images/acrobat_document.png') no-repeat top left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
    margin: 0 0 16px 0;
	}
.entry a{
	text-decoration:underline;
	}

.widecolumn {
	line-height: 1.6em;
	}

.widecolumn .postmetadata {
    display: none;
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #958e7f;
	}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	}

small-oss {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #777;
	}
	

h1, h2, h3, h4, h5 {
	font-family: Palatino, Times, Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	}

#cerca h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
        color: #7d7566;
	}

#sidebar h2  {
	font-family: Palatino, Times, Serif;
	font-size: 1.4em;
        border-bottom: 1px solid #cbcac7;
	}

#sidebar2 h2  {
	font-family: Palatino, Times, Serif;
	font-size: 1.4em;
        border-bottom: 1px solid #cbcac7;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.2em;
    color: #7d7566;
	padding: 0;
	margin: 6px 0 0 0;
	text-transform:uppercase;
	}

h5 {
	font-size: 1.1em;
	padding: 0 0 4px 0;
	margin: 0;
	}

h3 a, h4 a, h5 a{
	text-decoration: none;
	}


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, h4 a, h4 a:visited, h5, h5 a, h5 a:visited {
	color: #950028;
	text-decoration: none;
	}

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 li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar #sidebar2 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #6f6f6f;
	text-decoration: none;
	}

a:hover {
	color: #cbcac7;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next 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;
	}

#page {
	margin: 0 auto 20px;
	padding: 0;
	width: 1024px;
	}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 156px;
	width: 1024px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 20px 20px 13px;
	border-left: 1px solid #cbcac7;
	float: right;
	margin: 20px 0 0 0;
	width: 688px;
	}

.homecolumn {
	float: right;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	width: 732px;
	}

.widecolumn {
	padding: 0 20px 20px 13px;
	border-left: 1px solid #cbcac7;
	float: right;
	margin: 20px 0 0 0;
	width: 688px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 13px 0 20px 0;
        padding-top: 4px;
        border-top: 1px solid #cbcac7;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	clear: both;
        height: 32px;
	}

#footer p {
        color: #fff;
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: left;
	}

#footer a {
        color: #fff;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 5px 0;
	}

h2.pagetitle {
	margin: 14px 0 24px 0;
	text-align: center;
}


#sidebar h2 {
	margin: 8px 0 6px 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 3px 0;
	}

h3#respond {
	padding: 0;
	margin:30px 0 3px 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
	}

a.more-link {
        font-size: 9px;
        color: #950028;
        float:right;
        padding: 0;
        margin: 0 0 0 0;
        }

.navigation a{
        font-size: 9px;
        color: #950028;
	text-decoration:underline;
        }

/* 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: "";
	}

.entry ul li:before, #sidebar2 ul ul li:before {
	content: "";
	}

.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;
	}


#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 11px;
	list-style-type: none;
	list-style-image: none;
    text-transform: uppercase;
	}


#sidebar2 ul li {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 11px;
	list-style-type: none;
	list-style-image: none;
    text-transform: uppercase;
	}

#sidebar2 ul li .cat {
        font-size: 11px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 15px 10px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 15px 10px;
        font-family: Helvetica, Arial, Sans-serif;
	}

#sidebar ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 8px 0 0;
	padding: 0;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 8px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 0px auto 30px;
	padding: 8px 0px;
	text-align: left;
	}

#searchform-2 {
	margin: 0px auto 10px;
	padding: 8px 0px 0px 0px;
	text-align: left;
	}


#searchsubmit {
	color: #fff;
	font-size: 1px;
	width: 24px;
	height: 23px;
	padding: 0;
	border: 0;
	background: transparent url(images/freccia.gif) no-repeat center top;
	text-indent: -1000px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	height: 12px;
	}

#sidebar #searchform-2 #s {
	width: 80px;
	padding: 2px;
	height: 12px;
	}


#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

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: 10px 0 10px 20px;
	margin-left: 0px;
	width: 224px;
	}

#sidebar2
{
	padding: 23px 0 10px 20px;
	margin-left: 0px;
	width: 224px;
	}

#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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/* Custom */

#txt-head  {
    position: relative;
    font-family: Palatino, Times, Serif;
    color: #797979;
    background: url('images/bkg_txthead.gif') repeat-x bottom;
	height: 136px;
	padding: 0px ;
	margin: 0 20px;
}

#redaz {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    visibility: hidden;
    width: 635px;
    height: 130px;
	padding: 8px 0 0 50px ;
	margin: 9px 0px 0px 0px;
    z-index: 10;
}
#redaz p {
	padding: 2px 0 0 0;
	margin: 0px;
}

#linkk p, #present p, #contatti p, #newsletter p{
	padding: 10px 0 0 0;
	margin: 0px;
}

#linkk, #contatti, #newsletter {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    visibility: hidden;
    width: 635px;
    height: 130px;
    padding: 8px 0 0 50px ;
    margin: 9px 0px 0px 0px;
    z-index: 10;
}

#goethe {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 635px;
    height: 130px;
	padding: 8px 0 0 50px ;
	margin: 9px 0px 0px 0px;
    z-index: 10;
}


#present {
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
	visibility: hidden;
    width: 635px;
    height: 130px;
	padding: 8px 0 0 50px ;
	margin: 0px;
    z-index: 10;
}

#redaz {
    font-size: 13px;
    line-height: 16px;
}

#cerca  {
    width: 230px;
    float: right;
	padding: 35px 0 0 0;
	margin: 0px;
}

#evidenza  {
    line-height: 16px;
    width: 984px;
	padding: 0px 0px 5px 0px ;
	margin: 16px 20px 10px 20px;
    background: #e9e3d0 url('images/bkg_generalia.gif') repeat-y left top;

}

#generalia  {
	padding: 0px ;
	margin: 8px 0 20px 0;
    background:  url('images/bkg_analisi.gif') repeat-y left top;
    border: 1px solid #cbcac7;
}

#analisi  {
	padding: 0px ;
	margin: 0 0 20px 0;
    background:  url('images/bkg_analisi.gif') repeat-y left top;
    border: 1px solid #cbcac7;
}

#sottolente  {
	padding: 0px ;
	margin: 0 0 20px 0;
    background: url('images/bkg_analisi.gif') repeat-y left top;
    border: 1px solid #cbcac7;
}

#testatacat1  {
    width: 32px;
	margin: 0 20px 0 0;
    float: left;
}
#testatacat2  {
    width: 32px;
	margin: 0 20px 0 0;
    float: left;
}
#testatacat3  {
    width: 32px;
	margin: 0 20px 0 0;
    float: left;
}

#navbar {
        width: 1024px;
        height: 32px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font: 11px Helvetica, Arial Sans-Serif;
        background-color: #d7d6d2;
} 

#navbar a {
        padding: 0px 18px 8px 17px;
        background: color: #fff;
        text-decoration: none;
}

#navbar a:hover {
        background: #fbfaf4 url('images/frecciamenu.gif') no-repeat  top;
        padding: 0px 18px 0px 17px;
} 

#navbar li a:hover {
        background: #fbfaf4 url('images/frecciamenu.gif') no-repeat  top;
        padding: 0px 18px 0px 17px;
} 

#navbar ul li a:hover {
        background: #fbfaf4 url('images/frecciamenu.gif') no-repeat  top;
        padding: 10px 18px 8px 17px;
} 


#dirett {
        width:150px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 9px;
        color: #6f6f6f;
        line-height: 10px;
        position: absolute;
        top: 40px;
        right: 10px;
        }


#dirett a:link {
        text-decoration: underline;
        }
		
#boxsin p, #boxcen p, #boxdx p, #analisi-cont p, #analisi-cont-1 p, #analisi-cont-2 p, #sottolente p {
        margin: 7px 0;
		text-align:justify;
		font-size: 12px;
        }

#boxsin {
        font-size: 12px;
        line-height: 1.5em;
        margin: 10px 10px 10px 0;
        padding: 0 10px 0 0;
        width:286px;
        float:left;
        }
		

#boxcen {
        font-size: 12px;
        line-height: 1.5em;
        width:286px;
        margin: 10px 10px 10px 365px;
        padding: 10px 0 10px 0;
        }

#boxdx {
        font-size: 12px;
        line-height: 1.5em;
        float:right;
        margin: 10px 10px 10px 10px;
        padding: 0 0px 0 8px;
        width:286px;
        }

a.more-link {
        font-size: 9px;
        color: #950028;
        float:right;
        padding: 0;
        margin: 0 0 0 0;
        }

.filo {
        border-top: 1px solid #cbcac7;
        padding-bottom: 15px;
        }
.filo2 {
        border-top: 1px solid #cbcac7;
        padding: 0px;
        }

#analisi-cont, #analisi-cont-1, #analisi-cont-2 {
        margin: 10px 10px 10px 52px;
        padding: 0;
        }

#gen {
        font-size: 9px;
        color: #6f6f6f;
        background: #e6e4e1;
        padding: 4px 0 0 20px;
        }

.dx {
        text-align: right;
}

#analisi-cont h3 a, #analisi-cont-1 h3 a, #analisi-cont-2 h3 a {
        color: #90a0af;
        }
#analisi-cont h3 a:visited, #analisi-cont-1 h3 a:visited, #analisi-cont-2 h3 a:visited {
        color: #90a0af;
        }

#sottolente h3 a {
        color: #9eb38c;
        }
#sottolente h3 a:visited {
        color: #9eb38c;
        }
		
#generalia h3 a {
        color: #CA8337;
        }
#generalia h3 a:visited {
        color: #CA8337;
        }


#analisi-cont h3 a:hover, #analisi-cont-1 h3 a:hover, #analisi-cont-2 h3 a:hover {
        color: #cbcac7;
        }

#testata1, #testata2, #testata3, #testata6 {
        margin: 10px 0 0 -46px;
        width: 32px;
        float: left;
        position: absolute;
        }

#testata1 {
	background: url('images/evidenza_vert.gif') no-repeat;
	height: 166px;
        }

#testata2 {
        background: url('images/analisi-vert.gif') no-repeat;
        height: 214px;  
        }

#testata3 {
        background: url('images/sottolalen-vert.gif') no-repeat top left;
        height: 181px;  
        }
		
#testata6 {
        background: url('images/generalia_vert_ok.gif') no-repeat top left;
        height: 123px;  
        }

.post h2 {
		color: #7d7566;
        font-weight: normal;
        font-size: 2em;
        line-height: 1.2em;
        padding-bottom: 4px;
        border-bottom: 1px solid #cbcac7;
	}

.post-oss h2 {
		color: #7d7566;
        font-weight: normal;
        font-size: 1.2em;
        line-height: 1.2em;
        padding-bottom: 4px;
        border-bottom: 1px solid #cbcac7;
		text-align:center;
	}

#apici  {
        position: absolute;
        width:60px;
        height: 49px;
        background: transparent url('images/apici.gif') no-repeat;
        top: 6px;
        right: 260px;
        z-index: 0;
}


/* End custom */



/* Current page highlighting */

#navbar li {
list-style-type:none;
float: left;
margin: 1px 1px 0 1px;
padding: 0;
line-height: 33px;
}

#navbar ul {
margin: 0;
padding: 0 2px 0 19px;
}

#navbar .current_page_item {
        background: #fbfaf4 url('images/frecciamenu.gif') no-repeat  top;
}

#navbar .current_page_item a, .current_page_item a:hover {
        background: #fbfaf4 url('images/frecciamenu.gif') no-repeat  top;
}

#navbar ul li.current_page_item a:link, #navbar ul li.current_page_item a:visited{
        background: transparent url('imfages/frecciamenu.gif') no-repeat  top;
}


#logo {
	margin: 55px 0 0 23px;
	padding: 0;
	height: 100px;
	width: 230px;
	float:left;
	}

#minlogo {
    background: transparent url('images/min.logo.gif') no-repeat  top;
	margin:20px 0 0 0;
	height: 36px;
	width: 156px;
	float:left;
	}

#contsmall {
        height: 26px;
        margin-bottom: 30px;
        padding-top: 4px;
        border-bottom: 1px solid #cbcac7;

	}

#smallsin {
        float: left;
        padding-top: 5px;
	}

#smalldx {
        float: right;
        font-weight: bold;
        color: #950028;
	}

#print {
       font-family: Helvetica, Arial, Sans-serif;
       float: right;
       font-size: 10px;
       margin: 0;
	}

#print  {
       color: #000;
	}

#smallsin p {
       margin: 6px 0 0 0;
	}


#riquadro {
       padding: 22px 0 0 0;
       border-top: 1px solid #cbcac7;
	}


input.search_input {
	width: 175px;
	border: 0;
	background: url(images/campo.gif) no-repeat;
	padding: 5px;
	color: #777;
	margin: 0;
	float: left;
	}

input.search_input2 {
	width: 250px;
	border: 0;
	background: url(images/campo2.gif) no-repeat;
	padding: 5px 0px 5px 0px; 
	color: #777;
	margin: 0;
	float: left;
	}

.bullets li {
	margin: 0;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;

}

.post ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;

}


.yafootnote_body {
	font-size:0.8em;
	line-height:1.2em;
	color: #5E5E5E;
	}
	
sup a{
	color: #950028;
	}
	
.spazio {
	width: 158px;
	}
	
#blocco-nav {
	position:absolute;
	top: 165px;
	margin-left: 735px;
	width: 250px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #6f6f6f;
	}

#blocco-nav a:hover{
	color: #fbfaf4;
	}

.entry {
	text-align:justify;
	}
	
.citazione {
	font-size: 0.9em;
	}
	
.icocomment {
	background:  url('images/commenti.gif') no-repeat left top;
	padding-left:20px;
	padding-top:4px;
	margin-bottom:10px;
	}

.car-monthlisting a{
	text-decoration:none;
	}
	
.car-yearmonth{
	text-decoration:underline;
	font-family: Palatino,Times,Serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #7d7566;
	}

.forms ul, .forms li {
	list-style-type: none;
	list-style-image: none;
	}
.forms {
	margin-left: 16px;
	margin-top: 40px;
	}
	
.catArchive {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
	
.catArchive ul{
	margin: 0px;
	padding: 0px;
	}

.catArchive ul li{
	margin: 0px;
	padding: 0px;
	}

.catArchive ul ul li{
	margin: 0px;
	padding: 0px;

	}

.catArchive ul ul li a{
	margin: 0px;
	padding: 0px;
	}

.catArchive ul li ul{
	margin: 0px;
	padding: 0px;
	}

.catArchive ul li {
    font-size: 10px;
	line-height:12px;
	}
.catArchive li ul li{
	margin-bottom: 6px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	text-align:justify;
	}

.catArchive h3 a{
    font-size: 14px;
	}

.catArchive p{
    margin: 0px;
    padding: 0px;

	}
	
.arc-gen a{
    font-size: 10px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	}
	
.osservatorio img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar2 h4{
	font-family: Palatino,Times,Serif;
	font-size: 1.1em;
	color: #950028;
	padding: 0px;
	margin: 3px 0 3px 0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcac7;
}
	
.HardBreak {
	width: 300px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	-ms-word-wrap: break-word;
}

