/*
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/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	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 */

* {
outline:none;
}

a, a:hover, a:active, a:focus {
outline:none;
}
	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	background-color:#fff;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	width:470px;
	}
	
.entry p a, .entry p a:visited  {
color:#06c;
}

.small_link {
font-size:11px;
margin-right:30px;
}

.small_link img {
margin-right:5px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-size: 11px;
	}

h1 {
	font-size: 17px;
	font-weight:normal;
	width:100%;
	border-bottom:1px solid #ddd;
	padding:60px 0 5px 0;
	margin:0;
	text-align:left;
	}

h2 {
	font-size: 11px;
	}
	
h2 em {
font-weight:normal;
font-style:normal;
}

#sidebar h2 {
	font-size: 11px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555;
	}

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;
	}
	
small.data_autore {
display:block;
float:left;
}

a.link_commenti {
display:block;
float:right;
font-size:11px;
margin-bottom:10px;
}

#img_big {
margin-top:24px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	margin: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	font-size:12px;
	text-transform: none;
	}

#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 12px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #555;
	text-decoration: none;
}

a:hover, h2 a:hover, h3 a:hover, h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 12px auto;
	margin-bottom:0;
	padding: 0;
	width: 969px;
	}

#header {
	background:url('images/bg_header.gif') no-repeat;
	margin: 0;
	padding: 0 7px 0 13px;
	height: 144px;
	width: 949px;
	font-size:11px;
	font-weight:bold;
	}

#header a {
float:right;
width:85px;
margin:12px 5px 0 0;
padding-top:10px;
padding-left:5px;
height:70px;
}

#header a:hover {
background-color:#fff;
}

#header a em {
font-weight: normal;
font-style: normal;
color:#aaa;
}

#header a#logo {
float:left;
width: 93px;
}

#header a#logo:hover {
background:none;
}

#header a.language {
float:left;
width:21px;
font-weight:normal;
color:#aaa;
}

#header a.language:hover {
color:#000;
}

#header strong {
display:block;
float:left;
margin-top:12px;
padding-top:10px;
}

#header a.language:hover {
background:none;
}
	
#home_pic {
clear:both;
margin:0 auto;
width:945px;
padding-top:24px;
}

#home_title {
width:375px;
float:left;
display:inline;
font-size:12px;
margin:26px 0 0 12px;
}

#home_title h1 {
margin-bottom:14px;
padding-top:0;
}

.narrowcolumn {
	float: left;
	display:inline;
	padding: 0 0 23px 0;
	margin: 0 0 0 12px;
	width: 565px;
	}

.post_in_archive, .post_in_progetti {
width:565px;
height:46px;
margin-bottom:5px;
}

.post_in_progetti {
width:470px;
}

.post_in_archive img, .post_in_progetti img {
float:left;
}

.post_in_archive div, .post_in_progetti div {
float:left;
margin:8px 0 0 20px;
}

.post_in_archive div small a, .post_in_archive div small a:hover, .post_in_archive div small a:visited {
color:#06c;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: justify;
	}
	
.post p {
	margin:18px 0 0 0;
}

.post hr {
	display: block;
	}

.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;
}

.i_tag, .le_categorie {
clear:both;
float:left;
width:100%;
margin-top:20px;
font-size:11px;
}

.i_tag a, .le_categorie a {
	display:block;
	height:20px;
	float:left;
	margin-right:1px;
	margin-top:5px;
	padding:0 12px;
	background: url('images/bg_categoria.gif');
}

.i_tag a:hover, .le_categorie a:hover {
	background: url('images/bg_submit.gif');
	color:#fff;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	width: 969px;
	height:186px;
	background:#fff url('images/bg_footer.gif') no-repeat;
	clear: both;
	}

#footer p {
font-size:11px;
float:right;
text-align:right;
padding-right:13px;
margin-top:8px;
width:600px;
}

/* End Structure */

/*	Begin Headers */

h2 {
	width:100%;
	border-bottom:1px solid #ddd;
	margin:0 0 5px 0;
	padding-bottom:5px;
	}
	
#content h2, #home_pic h2 {
	border:none;
	padding-left:110px;
	width:300px;
}

#content .entry h2, h3 {
	border-bottom:1px solid #ddd;
	font-size:17px;
	font-weight:normal;
	padding-left:0;
	padding-top:23px;
	padding-bottom:5px;
	width:470px;
	clear:both;
	margin-bottom:0;
}
	
h2 span {
font-weight:normal;
}

#sidebar h2 {
	padding: 0 0 5px 0;
	margin:0 0 5px 0;
	clear:both;
	}
	
#sidebar h2.delicious-banner a {
display:block;
padding:0 0 0 17px;
margin:0;
background:#fff url('images/delicious.gif') no-repeat;
}
	
#sidebar h2.right_nopadding {
border:none;
width:240px;
padding-left:110px;
}

#sidebar h2.right_padding {
border:none;
padding-top:27px;
width:240px;
padding-left:110px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.feedlink {
	font-weight:normal;
	color:#ff7700 !important;
}

a.feedlink:hover {
	color:#000 !important;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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  */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding:0;

	}
	
.plain_container, .delicious-posts {
width:375px;
margin-bottom:31px;
float:left;
display:inline;
clear:both;
}

#related {
margin-bottom:66px;
overflow:hidden;
height:148px;
}

#flickr_stream {
margin-top:5px;
margin-bottom:30px;
overflow:hidden;
height:97px;
position:relative;
}

#flickr_container {
margin:0;
padding:0;
width:380px;
position:absolute;
top:0px;
left:0px;
}

#flickr_stream img {
margin:0 5px 5px 0;
}

.no_title {
margin-top:24px;
}
	
.scroll_container {
position:relative;
width:375px;
height:46px;
overflow:hidden;
margin-bottom:31px;
}

.scroll_container ul {
position:absolute;
top:0px;
left:0px;
z-index:1;
}
	
.scroll_container ul li, .plain_container ul li, .delicious-posts ul li {
	clear:both;
	float:left;
	display:block;
	width:375px;
	height:46px;
	margin:0 0 5px 0;
}

.textonly ul li a, .delicious-posts ul li a {
display:block;
margin-top:8px;
}

.scroll_container ul li img, .plain_container ul li img {
	float:left;
	margin:0;
}
	
.scroll_container ul li div, .plain_container ul li div {
	display:block;
	float:left;
	margin:8px 0 0 20px;
}

p.delicious-extended {
font-size:11px;
margin:0 !important;
padding:0;
}

.scroll_up, .scroll_down {
position:absolute;
z-index:10;
right:0px;
display:block;
width:18px;
height:23px;
}

.scroll_up {
top:0px;
background:url('images/scroll_up.gif') no-repeat;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}

.scroll_down {
top:23px;
background:url('images/scroll_down.gif') no-repeat;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 101px 0 0 12px;
	width:380px;
	}

#searchform #s {
	width: 180px;
	padding: 2px;
	border:none;
	background:none;
	color:#555;
	cursor:text;
	}

#searchsubmit {
	padding: 1px;
	background:none;
	border:none;
	padding-left:40px;
	color:#fff;
	cursor:pointer;
	}

select {
	width: 130px;
	}

#commentform input, .category-privato .entry form label input {
	width: 179px;
	padding: 3px 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #eaeaea;
	background:#f4f4f4 url('images/bg_form.gif') repeat-x;
	font-size:12px;
	color:#555;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 464px;
	padding: 2px;
	border:1px solid #eaeaea;
	background:#f4f4f4 url('images/bg_form.gif') repeat-x;
	font-size:12px;
	margin-top:5px;
	color:#555;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit, .category-privato .entry form input {
	margin: 5px 0 0 0;
	padding:2px;
	width:183px;
	background:#191919 url('images/bg_submit.gif') repeat-x;
	color:#fff;
	border:1px solid #eaeaea;
	}
	
#commentform label small {
font-size:11px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:10px 0 0 0;
	text-align: justify;
	list-style-type:none;
	list-style-image:none;
	}

.commentlist li {
	margin: 0 0 17px 0;
	padding: 0 0 17px 0;
	list-style-type: none;
	list-style-image:none;
	background:#fff url('images/bg_comment.gif') bottom no-repeat;
	border:none;
	width:470px;
	}
.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;
}

.commentlist p {
	margin:18px 0;
	width:470px;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 4px 0 0 0;
	display: block;
	border-top:1px solid #ddd;
	padding-top:4px;
	width:150px;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar, #project_details {
	padding: 0;
	margin:0 12px 0 0;
	width: 375px;
	float:right;
	display:inline;
	}
	
#project_details {
height:325px;
margin-bottom:66px;
font-size:12px;
}

#flickr_link {
width:100%;
height:15px;
padding-top:4px;
}

#rss_link {
width:100%;
height:20px;
padding-top:4px;
}

#flickr_pics {
width:90px;
margin:0 20px 0 0;
padding:0;
float:left;
display:inline;
}

#flickr_pics img {
margin:5px 0 0 0;
}

#project_details p {
float:left;
width:220px;
margin:0;
}

#project_details p strong {
display:block;
clear:both;
font-size:11px;
margin-top:12px;
}

p.big {
font-size:17px;
margin:3px 0 0 0 !important;
}

#tutte_le_immagini {
font-size:11px;
}

#tutte_le_immagini img {
margin-right:4px;
}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 35px;
	margin-bottom: 60px;
	width:441px;
	font-size:11px;
	}
	
.navigation div.alignleft a {
background:#fff url('images/precedenti.gif') center left no-repeat;
padding-left:18px;
}

.navigation div.alignright a {
background:#fff url('images/successivi.gif') center right no-repeat;
padding-right:18px;
}

/* 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 */