/*

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

	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: Arial, Sans-Serif;
	background-color: #DCDCDC;
	color: #666666;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #FFFFFF url('images/lg-header.jpg') no-repeat top center;
	position:relative;
	}

#headerimg 	{
	height: 133px;
	width: 955px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	font-size: 13px;
	text-align:left;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	background-color:#E9E9E9;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

#footer {
	background: #eee url('images/lg-footer.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	padding:4px 0 0 9px;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	background: url(images/bg-h2-sidebar.gif) no-repeat;
	width: 237px;
	height: 19px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
	
h1, .description {
	display:none;
	}	

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

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 { margin:0 0 15px 0; padding:0; }
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}

.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 {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Arial, Sans-Serif;
	}

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

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: #F5C5D3;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 955px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0;
	padding: 0;
	height: 133px;
	width: 955px;
	}

#headerimg {
	margin: 0;
	height: 133px;
	width: 955px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 38px;
	margin: 0px 0 0;
	width: 572px;
	}

.widecolumn {
	padding: 0 0 20px 38px;
	margin: 0;
	width: 572px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .widecolumn .postmetadata {
	background:#DCDCDD url(images/bg-postmetadata.gif) repeat-x;
	border:1px solid #DCDCDD;
	margin-top:20px;
}

.postmetadata { min-height:22px; height:auto !important; height:22px; position:relative; }
.postmetadata p { padding: 4px 0 4px 7px; margin:0; font-size: 0.95em; }
.postmetadata a, .postmetadata a:visited { color:#AD315B !important; }

.postmetadata.alt { height:auto; }

.postmetadata_inizio { float:left; width:50px; }
.postmetadata_inizio p { width:auto; padding:4px 0 4px 7px; }

.postmetadata_tags { float:left; width:324px; }
.postmetadata_tags p { width:auto; padding:4px 0 4px 7px;  }

.postmetadata_condividi { float:left; width:246px; }
.postmetadata_condividi p { text-align:right; padding: 4px 7px 4px 7px; }

.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;
	font-size:1px;
	line-height:1px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 955px;
	clear: both;
	height:28px;
	}

#footer p {
	margin: 0;
	padding: 9px 0 0 38px;
	text-align: left;
	}
/* End Structure */



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

h2 {
	margin:0;
	}

h2.pagetitle {
	margin:0;
	text-align: center;
	color:#C00437;
	padding:10px 0 0 0;
	line-height:10px;
}

#sidebar h2 {
	margin: 0 0 6px 0;
	padding:6px 0 0 13px;
	}

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h3#comments { color:#C10336; }	

/* 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;
	width:50%;
	text-align:right;
	}

.alignleft {
	float: left;
	width:50%;
	text-align: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 {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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;
	}
	
#sidebar ul { padding-top:10px; }


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 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 !important;
	}

.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;
	}

#commentform p a {
	color:#C00437;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 668px;
	width: 190px;
	}

#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;
	}

h2.center { color:#C00437; padding-top:24px; }

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.navigation a { color:#C00437; }

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


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


/* ///// FABRIZIO ////////////////////// */

.header_logo_lg { position:absolute; top:53px; left:34px; }

.link_blog_intern { width:120px; height:19px; text-align:right; position:absolute; top:7px; right:43px; }
.link_blog_intern img { margin-left:4px; } 

#sidebar { position:relative; }
.titolo_post { border-bottom:1px solid #FFFFFF; width:572px; min-height:45px; height:auto !important; height:45px; margin:30px 0 0 0; padding:0 0 5px 0; background:#C00135 url(images/bg-h2-post.gif) 0px 0px no-repeat; }
.titolo_post h2 { padding-right:10px; text-align:left; }
.titolo_post small { color:#FFFFFF; padding-left:10px; }
.titolo_post small a { color:#FFFFFF; }
.titolo_post small a:hover { color:#F5C5D3; }
.titolo_post .small_1 { display:block; float:left; }
.titolo_post .small_2 { display:block; float:right; padding-right:10px; }


.widget { width:248px; background:#FFFFFF url(images/bg_widget.gif) bottom no-repeat; }
.widget a { color:#C10437; }


#tag_cloud { padding:34px 10px 10px 10px; width:228px; height:auto; position:relative; }
#tag_cloud a { color:#C10437 !important; }
#tag_cloud h2 { position:absolute; top:0; left:0; }

#wpcumuluswidgetcontent { padding-left:14px; }

#flickrrss { padding-bottom:4px; }
#flickrrss h2 { background:url(images/bg-h2-sidebar-flickr.gif) no-repeat; }
#tubepress { background-color:#000000; overflow:hidden; padding-bottom:13px; }
#tubepress h2 { background:url(images/bg-h2-sidebar-youtube.gif) no-repeat; }
#tubepress a { color:#FFFFFF; font-size:11px; line-height:12px; }

#calendar_wrap { width:248px; padding-bottom:10px; }
#calendar_wrap caption { width:180px !important; margin-top:6px; }
#wp-calendar { margin-top:5px; }
#wp-calendar th { text-align:center; font-weight:bold; color:#333333; }
#wp-calendar th, #wp-calendar td { padding:0 6px 0 6px; }

#rss-icon { background:none !important; background-color:#FFFFFF; position:absolute; top:-124px; left:-163px; width:auto; z-index:100; }
li#rss-icon { padding:2px 0 2px 0 !important; }

.ricerca_header { position:absolute; top:34px; right:40px; width:265px; height:89px; }
.cont_ricerca { width:248px; height:auto; position:absolute; top:56px; right:0 !important; right:-7px; }
.txt_ricerca { width:109px !important; width:106px; float:left; }
.txt_ricerca p { font-size:x-small; padding:2px 0 0 9px; background:url(images/puntino-rosa.gif) 0px 7px no-repeat; margin:0; text-align:left; }
#searchform { width:248px; } 
#s { background:url(images/bg-ricerca.gif) repeat-x; border:none; width:75px; float:left; font-size:11px; height:18px; padding-top:2px; color:#666666; }
#searchsubmit { background:url(images/bg-submit-ricerca.gif) no-repeat; border:none; float:left; width:34px; height:18px; font-size:x-small; font-style:bold; color:#C00437; }
#searchsubmit:hover { background:url(images/bg-submit-ricerca-hover.gif) no-repeat; }

/* Gruppi //////////////////////////////////// */
.cont_categ { text-align:center; }
.cont_categ img { margin:0; }

/* Gruppi //////////////////////////////////// */
#text-358358441 h2, #text-381526721 h2 { background:url(images/bg-h2-sidebar-facebook.gif) no-repeat; }
.gruppi_container { width:238px; height:85px; margin:0; padding:0 0 0 10px; }
.gruppi_container img { margin-right:4px; } 
.gruppi_container p { margin:2px 0 5px 0; }
.gruppi_container a { color:#333333; }
.gruppi_container a:hover { color:#c10437; text-decoration:underline; }


/* FlickrRSS ///////////////////////////////// */
div#wn{ 
    position:relative; 
    width:224px;
	height:50px; 
    overflow:hidden;
	margin-bottom:7px;
}
.flickr_container { width:224px; height:50px; overflow:auto; margin:0 12px 0 12px; }
.flickr_slider { width:580px; height:50px; }
.flickr_slider a { display:block; float:left; margin-right:8px; }

.flickr_slider a img { width:50px; height:50px; }

.scroll_flickr { width:224px; height:23px; margin:0 12px 3px 12px; }


/* YouTube ///////////////////////////////// */
.widget_tubepress { background:none; background-color:#000000;  }
div#wn2	{ 
    position:relative; 
    width:248px;
	height:140px; 
    overflow:hidden;
	margin-bottom:7px;
}

.youtube_slider { width:1400px !important; height:68px; }

.scroll_youtube { width:228px; height:23px; margin:0 10px 0 10px; }


/* Twitter ///////////////////////////////// */
#twitter-1 { padding-bottom:10px; }
#twitter-1 h2 { background:url(images/bg-h2-sidebar-twitter.gif) no-repeat; }
#twitter-1 h2 a { color:#FFFFFF; }
#twitter-1 h2 a:hover { color:#e4e4e4; }
#twitter-1 ul { width:228px; }
#twitter-1 ul li { margin-bottom:7px !important; }
#twitter-1 li.twitter-item { padding-bottom:10px !important; }
#twitter-1 a.twitter_title_link { color:#FFFFFF !important; }
#twitter-1 a:hover.twitter_title_link { color:#FFFFFF !important; }

#twitter h2 { background:url(images/bg-h2-sidebar-twitter.gif) no-repeat; }
#twitter ul li { padding:5px 9px 0 4px !important; margin-bottom:7px !important; }


.divColor {
  display: none; 
  position: absolute;
  right:44px;
  top:23px; 
  width: 216px; 
  height: 21px;
  padding:5px 0 0 0;
  background-color:#FFFFFF; 
  border-left:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  z-index: 1;	
}
.divColor img { display:block; float:right; margin:0 4px; }

.comment a { color:#C00437; }
#respond h3 { color:#C00437; }

.footer_privacy { float:right; padding-right:134px !important; }
.footer_privacy a { color:#C00437; }
.footer_privacy a:hover { color:#C00437; text-decoration:underline; }

.subscribe_form { width:248px; height:40px; position:absolute; top:18px; right:0 !important; right:-7px; }
.subscribe_form p { margin:0; padding:0; visibility:hidden; }
.subscribe_form .sociable { visibility:hidden; }
.input_subscribe { width:139px; height:18px; float:right; }
div.required { width:137px; height:auto; text-align:center; clear:both; color:#CC0000; }
p.required  { visibility:visible; font-size:x-small; padding:0 0 0 9px; line-height:10px; background:url(images/puntino-rosa.gif) 0px 3px no-repeat; margin:0; text-align:left; }
.input_subscribe #email { background:url(images/bg-ricerca.gif) repeat-x; border:none; width:75px !important; width:72px; float:left; font-size:11px; height:18px; padding-top:2px; color:#666666; }
#contactsubmit { background:url(images/bg-submit-ricerca.gif) no-repeat; border:none; float:left; width:34px; height:18px; font-size:x-small; font-style:bold; color:#C00437; }
#contactsubmit:hover { background:url(images/bg-submit-ricerca-hover.gif) no-repeat; }
.subscribe_mess_finale { width:265px; height:auto; position:absolute; }
.subscribe_mess_finale h3 { color:#666666; margin:0; padding:0; }


.ico_tv { background:url(images/ico_cat_tv_small.gif) no-repeat; padding:0 0 4px 22px !important; line-height:19px;  }
.ico_telefonia { background:url(images/ico_cat_telefonia_small.gif) no-repeat; padding:0 0 4px 13px !important; line-height:19px;  }
.ico_audiovideo { background:url(images/ico_cat_audiovideo_small.gif) no-repeat; padding:0 0 4px 15px !important; line-height:19px;  }
.ico_elettrodomestici { background:url(images/ico_cat_elettrodomestici_small.gif) no-repeat; padding:0 0 4px 20px !important; line-height:19px;  }
.ico_informatica { background:url(images/ico_cat_informatica_small.gif) no-repeat; padding:0 0 4px 27px; line-height:19px; }

.postmetadata .ico_tv { background:none; padding:0 !important; line-height:12px;  }
.postmetadata .ico_telefonia { background:none; padding:0 !important; line-height:12px;  }
.postmetadata .ico_audiovideo { background:none; padding:0 !important; line-height:12px;  }
.postmetadata .ico_elettrodomestici { background:none; padding:0 !important; line-height:12px;  }
.postmetadata .ico_informatica { background:none; padding:0 !important; line-height:12px;  }

.entry p a { color:#c3073b; }
.entry p a:hover { color:#b85b5a; text-decoration:underline; }
.entry p a:visited { color:#b85b5a; }

.entry ol li a { color:#c3073b; }
.entry ol li a:hover { color:#b85b5a; text-decoration:underline; }
.entry ol li a:visited { color:#b85b5a; }


#sidebar ul li { padding-bottom:10px; }
#sidebar ul li ul { margin:0 0 0 10px; padding:0 !important; }
#sidebar ul li ul li { margin:0; padding:0; }
#sidebar ul li ul li ul { margin:0 0 0 10px; padding:0 0 0 7px !important; }

li#archives ul, li#linkcat-2 ul { margin:10px 13px 5px 13px !important; }

