/*
Theme Name: Fondazione Corazzin
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/
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:url(images/body_bg.jpg) repeat-x;
	}

#page {
	background-color:#fff;
	width:950px;
	border:1px solid #eee;
	border-bottom:none;
	border-top:none;
	margin:0 auto;
	overflow:hidden;
	}

#header {
	}

#headerimg .description	{
	display:none;
	position:absolute;
	top:80px;
	width:250px;
	background-color:#FFFFFF;
	border:2px solid #120F82;
	color: #120F82;
	padding:8px;
	line-height:1.5em;
	}

#headerimg h1 {
	margin:0;
	padding:0:inherit}

#content {
	}


.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}
	
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li ul li {
	font-size: 1em;
}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a, h3 a {
	color: #120F82;
	text-decoration:none;
	}

a:hover {
	color: #120F82;
	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 */

.post {
	}

.post hr {
	}
	
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* 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 Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	}

#sidebar form {

	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#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 .ec3_eventday a.eventday{
	background-color: #C3D9FF;
	color:#120F82 !important;
	font-weight:bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	 
}

#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;
	}

input:active, a:active { 
	outline: none; 
	} 
input:focus, a:focus { 
	-moz-outline-style: none; /* No more dotted borders in Firefox! */ 
	} 
button::-moz-focus-inner { 
	border: 0; 
	} 

/* 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: #eee;
	padding-top: 4px;
	-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.alignright{
	margin: 0 0 2px 7px;
	display: inline;
	}

.wp-caption.alignleft{
	margin: 0 7px 2px 0;
	display: inline;
	}


.section-evidenza .wp-caption {
	background-color:#FFFFFF;
	}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Header & Header menu */

#headerimg h1 a{
	text-indent:-9999px;
	line-height:78px;
	display:block;
	width:470px;
	}

#header{
	background:#120F82 url(images/header_logo.jpg) no-repeat top left;
	color:#fff;
	}

#header a{
	color:#fff;
	text-decoration:none;
	}

#headermenu{
	height:78px;
	overflow:hidden;
	}

#toptools{
	float:right;
	margin-bottom:30px;
	margin-left:30px;
	}

#header ul{
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	float:right;
	}

#header li{
	display:inline;
	}
	
#header li.current_parent a{
	background-color:#eee;
	color:#120F82;
	}

#header li a{
	margin: 0;
	font-size:1.2em;
	margin: 5px;
	margin-bottom:0;
	padding:3px;
	float:left !important;
	}
	
#header li ul{
	display:none;
	}

#topmenu_current{
	background:#eee url(images/header_logo.jpg) no-repeat 0 -78px;
	height:43px;
	}

#header #topmenu_current li {
	float:right !important;
	}

#header #topmenu_current li a{
	background-color:#eee;
	color:#120F82;
	margin:5px 8px 0;
	padding:0;
	white-space:nowrap;
	}

#header #topmenu_current ul{
	text-align:right;
	font-size:0.9em;
	width:600px;
	}

#topmenu,
#toptools {
	text-align:right;
	}

#header #toptools li a{
	text-transform:uppercase;
	font-size:0.95em;
	border-right:1px solid #fff;
	padding:0 8px 0 0;
	line-height:14px;
}

#header #toptools li.rss a{
	border:none;
	background:url(images/header_rss.jpg) no-repeat center right;
	padding-right: 12px;
}

#content,
.section-evidenza{
	background:#eee url(images/header_logo.jpg) no-repeat 0 -120px;
	padding-top:20px;
	}

/* End Header & Header menu */

/* In evidenza  e Single*/

.section-item{
	overflow:hidden;
}

#content h2.pagetitle,
.section-evidenza .post{
	padding:0 30px 15px;
	margin-bottom:0;
}

#content .page_wrap .entry,
#content .post .entry,
.section-evidenza .post .entry{
	font-size:1.2em;
}

h2.pagetitle{
	font-size:2em;
	}

div.page_wrap,
div.post_wrap{
	background-color:#FFFFFF;
	}

#content div.entry{
	padding:15px 15px 15px 30px;
	line-height:1.8em;
	}

#content div.sidebar{
	padding:15px 30px 15px 15px;
	}

#content .event div {
	display:inline;
	}

.ec3_schedule {
	margin-bottom:30px;
	padding:8px;
	background-color:#eee;
	border: 1px solid #ccc;
	color:#666666;
	}

.section-evidenza .border {
	border-right:1px solid #FFFFFF;
	}

/* End In evidenza e Single */

/* Widget */

div.widget{
	padding:15px;
	margin-bottom:15px;
	font-size:1.1em;
	overflow:hidden;
	}

.widget h2{
	font-size:1.2em;
	font-weight:bold;
	}

.widget .event{
	display:inline;
	}

.widget .event,
.widget h2 .date{
	color: #120F82;
	}

.widget .event{
	margin-bottom:5px;
}	
	
.widget h2 a{
	color: #000;
	}

.widget .entry-content,
.widget .entry-summary{
	line-height:1.7em;
	}

h2.widgettitle{
	font-size:1.2em;
	color:#999;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	background:url(images/widgettitle.jpg) no-repeat right center;
	}
h2.widgettitle a {color:#999}

.widget .post{
	margin-bottom:10px;
	padding-bottom:9px;
	border-bottom:1px dotted #ccc;
}

div.edit{
	float:right;
	background:url(images/edit.gif) no-repeat center center;
	width:20px;
	height:20px;
}

div.edit a{
	text-indent:-9999px;
	display:block;
}

/* End Widget */


/* List */
#content ul,
.widget ul {
	list-style-type:none;
	margin:0;
	}

#content li,
.widget li {
	padding-left:15px; /* move text away from image */
	background:url(images/li.jpg) no-repeat 0 5px; /* use image position to align to text */
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
	letter-spacing:normal;
	margin-left:0;
	word-spacing:normal;
}

#content li li,
.widget li li{
	border-bottom:none;
}

#content li ul li{margin-top:5px; border-bottom:none;}

.entry-icon{
	float:left;
	margin:0 10px 5px 0;
}

/* End list */

/* Footer */ 

div#footer{	
	background-color:#eee;
	margin:0;
	padding:15px;
	background:#eee url(images/footer_logo.gif) no-repeat right bottom;
	}
	
div#footer p {	
	margin:0;
	}
	
div#footer div.footermenu	{
	float:left;
	width:184px;
	margin:0;
	padding:0;
	overflow:hidden;
	}

div#footer div.footermenu ul {
	list-style:none;
	padding:0 5px;
	margin:0;
	}
	
div#footer div.footermenu li {
	list-style:none;
	padding:5px 0;
	margin:0;
	color:#666;
	}
	
div#footer div.footermenu li a {
	color:#666;
	text-decoration:none;
	}

div#footer div.footermenu li.parent,
div#footer div.footermenu li.parent a {
	color:#666;
	font-weight:bold;
	}

div#credits p{
	margin-bottom:5px;
	color:#999;
	text-align:center;
	}

div#credits p a{
	color:#999999;
	}
	
div#credits{
	padding:10px 0;
	}

/* End Footer */

/* Archive */

#p2c-header h2{
	padding:0;
	margin:0;
	}

#p2c-header .p2c-entry{
	padding:15px 0;
	font-size:1.2em;
	line-height:1.8em;
	}

.archive-section{
	padding:0 30px;
	margin-bottom:0;
}

#content.archive .entry{
	font-size:1.2em;
	}

#content.archive .entry li{
	overflow:auto;
	}	
	
#content.archive .entry small.date{
	clear:left;
	float:right;
	display:block;
	color:#666666;
	padding:0 0 15px 15px;
	}
#content.archive .entry small.excerpt{
	clear:left;
	display:block;
	padding:5px 0;
	}

#content.archive .entry small.date .ec3_schedule {
	margin-bottom:0;
	background-color:#fff;
	border: none;
	color:#666666;
	padding:0 0 0 15px;
	}

#content.archive .entry small.date a{
	color:#666666;
	}

.navigation{
	padding:0 30px;
	}

/* End Archive */

.entry h1{
	font-size:1.7em;
	}

.entry h2{
	font-size:1.5em;
	}

.entry h3{
	font-size:1.3em;
	}

thead th {
	background:#fff none repeat scroll 0 0;
}

div.searchform{
	float:right;
	margin-right:20px;
}

div.searchform form{
	float:rigth;
	width:182px;
	text-align:right;
	padding-top:3px;
}

div#footer div.searchform{
	float:left;
	clear:both;
}
div#footer div.searchform form{
	float:left;
}
div.searchform form input{
	border:none;
	margin:0;
	width:150px;
	height:16px;
	padding:2px 4px 2px 0;
	background:url(images/menu-search.png) no-repeat top center;
	float:left;
	font-size:11px;
	text-align:left;
	color:#999999;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
div.searchform form .pre-search{
	background:url(images/menu-search.png) no-repeat top left;
	width:10px;
	height:22px;
	float:left;
}
div.searchform form .post-search{
	background:url(images/menu-search.png) no-repeat top right;
	width:17px;
	height:22px;
	float:left;
}
