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

*/


*
{
  padding: 0;
  margin: 0;
}

body
{
  font-size:   13px;
  line-height: 18px;
  font-family: Verdana;
  color:#333333;
  /*font-style:italic;*/
  /*margin:      20px;*/
  background:url(images/fondoweb.jpg) top center #FFFFFF;
  width: 100%;
  display: table;

}

#page
{
  width: 950px;
  margin: 0 auto;
  /*overflow: hidden;*/
  background-color:#CCCCCC;
  /*background-image:url(images/sfondonepng.png);
  background-position:center;*/
}

#cazzo
{
  width: 946px;
  margin: 0 auto;
 
  background-color:#ffffff;
  /*overflow: hidden;*/
  /*background-image:url(images/sfondonepng.png);
  background-position:top center;*/
  float:left;
  border-left:#000000 solid 2px;
  border-right:#000000 solid 2px;
  
}

#sidebar {

/*width: 250px;*/
width: 342px;
/*overflow:hidden;*/
/*margin-left: 596px;*/
margin-left:20px;
background-color:#ffffff;
/*background-image:url(images/alberone.jpg);*/
}

#footer {
clear:both;
/*background-image:url(images/sottone.png);
background-repeat:no-repeat;
min-height:200px;*/
/*padding-left:40px;*/
background-color:#000000;
}

#content {
/*float:left;*/
float:right;
width: 536px;
/*background-image:url(images/content-bg.png);*/
min-height:800px;
background-color:#ffffff;
padding: 0px 20px 0px 0px;


}

#contentsolo {
/*float:left;*/
float:right;
width: 920px;
/*background-image:url(images/content-bg.png);*/
min-height:800px;
background-color:#ffffff;
padding: 0px 0px 0px 0px;


}

#header {
margin-top: 0px;
/*height:406px;*/
/*background:url(images/soprone.jpg) no-repeat bottom left;*/
height:257px;
/*padding-left:40px;*/
background-color:#000000;

}

img.centered, .aligncenter, div.aligncenter {
	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;
	}
	
	.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;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:20px;
color: #404040;
margin-bottom:10px;
}

.post {
	margin-bottom:20px;
}

img {
border:0 none;
}

/*h2 {

font-size:18px;
color: #404040;
margin: 20px 0px 8px 0px;
text-align:center;
}*/

/*h3 {

font-size:14px;
color: #404040;
margin: 8px 0px 4px 0px;
/*text-align:center;
}*/

h3, h2 {

font-size:16px;
border-bottom:4px solid #ff0066;
color:#ff0066;
margin: 8px 0px 4px 0px;
padding-bottom:2px;
}

.testoseattle {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

.testoseattle p {
margin-bottom:8px;
}

#recent-posts h2 {
/*display:none;*/
}

.wp-captionmio {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;}
	
	/*ul, li {display:inline;}*/
	
	#headerimg {
	width:950px;
	margin:0 auto;
	height:257px;
	background-image:url(testata3.jpg);
	background-color:#CCCCCC;
	}
	
	#footerimg {
	width:940px;
	margin:0 auto;
	height:150px;
	background-image:url(footer.jpg);
	background-color:#000000;
	padding: 0px 5px 0px 5px;
	}
	
	.dataetitolo {
	color:#ff0066;
	}
	
		
	hr {
	color:#ffffff;
	}
	
	.titolone {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 3px 0px 3px 0px;
	margin-bottom:8px;
	}
	
	.titoloricerca {
	border-top:1px solid #CCCCCC;
	
	padding: 3px 0px 3px 0px;
	
	}
	
	/*#sidebar a {
	text-decoration:none;
	color:#000000;
	}*/
	
	#content a, #contentsolo a {
	text-decoration:none;
	color:#ff0066;
	font-weight:bold;
	}
	
	.titolone a, .titoloricerca a {
	color:#474747 !Important;
	}
	
	#footerimgcontent {
	padding-top:50px;
	text-align:center;
	color:#999999;
	}
	/*.widgettitle {
	display:none;
	}*/
	/*.widget {
	padding-top:45px;
	}*/
	
	.widget {
	margin-bottom:30px;
	}
	
	#tag_cloud {
	background:url(images/tags.jpg) no-repeat top center;
	
	}
	
	#archives {
	background:url(images/archivi.jpg) no-repeat top center;
	
	}
	
	#recent-posts {
	background:url(images/postrecenti.jpg) no-repeat top center;
	
	}
	
	#search {
	background:url(images/ricerca.jpg) no-repeat top center;
	
	}
	
	.widget_categories {
	background:url(images/categorie.jpg) no-repeat top center;
	
	}
	
	#calendar {
	background:url(images/calendario.jpg) no-repeat top center;
	
	}
	
	/*.widget .advman_widget {
		padding:0px;
		margin: 0px;
	}*/
	
ol,ul,li {
	text-decoration:none;
	list-style:none;
}

.commentlist li {
	border-bottom:#999 solid 1px;
	margin-bottom:4px;
	padding-bottom:7px;
	font-size:12px;
}

.titolomio {
	width:326px;
	padding:0px 5px 0px 5px;
	line-height:30px;
	height:30px;
	background-color:#DDD;
	color:#ff0066;
	font-weight:bold;
	margin-bottom:8px;
}

.pannellocontrollo ul, .pannellocontrollo li {
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:8px;
}

.widget_recent_comments ul, .widget_recent_comments li  {
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:8px;
}

#sidebar a {
	text-decoration:none;
	color:#ff0066;
	font-weight:bold;
}

.postmetadata {
	font-size:10px;
}

#fbc_login small {
	display:none;
	visibility:hidden;
}

#fbc_login {
	width:100%;
	margin:0px;
	padding:0px;
}

/*.wp-polls-ul li {
	float:left;
}*/

.ccsmall {

font-size:12px;
border-bottom:1px solid #CCCCCC;
color:#ff0066;
margin: 8px 0px 4px 0px;
padding-bottom:2px;
}

.commentarios input, textarea, .comeinput {

width: 422px;

margin-top: 6px;

padding-top: 6px;

padding-right: 6px;

padding-bottom: 6px;

padding-left: 6px;


border:1px solid #999999;

margin-right: 6px;


}

#commentform textarea, textarea {
	height:120px;
	overflow:hidden;
}

#commentform input, #commentform textarea, #commentform .comeinput {
	width: 422px;

margin-top: 6px;

padding-top: 6px;

padding-right: 6px;

padding-bottom: 6px;

padding-left: 6px;


border:1px solid #999999;

margin-right: 6px;
}

.pulizia {
	clear:both;
	margin-bottom:10px;
}

.advd {
	margin:5px 0px; 5px 0px;
	text-align:center;
}

	
h2.widgettitle {
	width:326px;
	padding:0px 5px 0px 5px;
	line-height:30px;
	height:30px;
	background-color:#DDD;
	color:#ff0066;
	font-weight:bold;
	margin-bottom:8px;
	border:0px;
	font-size:13px;
}

