@charset "utf-8";
/* CSS Document */
@import url("reset.css");

/* i6png hack */
img, div, a, input, h2, h4, ul, li, form, table {
	behavior: url(_css/_img/iepngfix.htc);
}
html {
	background-image: url(_img/htmlSf.gif);
}

body {
	background-image: url(_img/sf.jpg);
	background-color: #404445;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
img {
	margin: 0 auto;
	padding: 0px;
}

.container {
	width: 1000px;
	height: 1000px;
	background-image: url(_img/sfContainer.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.top{
	height:200px;
	overflow:hidden;
	background-image: url(_img/sftTop.jpg);
}

.main{
	width:550px;
	float: left;
	margin-bottom:20px;
	margin-top: 30px;
 	clear: left;
}

.container .colonna {
	width: 440px;
	float: right;
	margin-top: 30px;
	clear: right;
}
.main .post h2 {
	background-image: url(_img/postTopSf.png);
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 20px;
	width:510px;
}
.main .post {
	width: 550px;
	margin-bottom: 25px;
}
.post .corpo {
	background-image: url(_img/postTestoSf.png);
	background-position: bottom right;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 30px;
	width: 500px;
}
.main .post .link {
	padding-left: 20px;
}
.colonna .cerca {
	background-image: url(_img/cercaSf.png);
	height: 46px;
	padding: 4px 0 0 6px;
}
.colonna .cerca .bottone {
	background-color: #002A5B;
	color: #FFFFFF;
	font-size: 17px;
	padding: 5px 0;
	border: 1px solid #0097DD;
	height: 32px;
	width: 85px;
}
.colonna .cerca .campo {
	font-size:19px;
	margin:0 3px 0 0;
	height: 26px;
	padding: 2px 4px;
	width: 322px;
	border: 1px solid #0097DD;
}
.cerca form {
	height: 32px;
}
.cerca form * {
	float: left;
}
.colonna .banner {
	background-image: url(_img/bannerSf.png);
	height: 95px;
}

.colonna > div{
	margin-bottom:5px;
}.colonna .social ul {
	float: left;
	display: block;
	background-image: url(_img/socialSf.png);
	height: 42px;
	width: 235px;
	overflow:hidden;
	margin-left:10px;
}
.colonna .social li{
	display: inline;
	margin-right: 2px;
}
.colonna .social li a{
	display:block;
	float:left;
	height: 42px;
	width: 45px;
	text-indent: -999999px;
}
.colonna .social h4 {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.colonna .social {
	height: 42px;
	width:440px;
}
.colonna .palinsesto {
	width: 160px;
}
.container .colonna .colonna2 {
	float: right;
	width: 160px;
}
.colonna .palinsesto h4 {
	height: 70px;
	background-image: url(_img/palinsestoSf.png);
	background-position: center 55px;
	background-repeat: no-repeat;
	padding-top:15px;
}
.colonna .palinsesto .corpo {
	background-image: url(_img/palinsestoSf.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom:25px;
	width: 160px;
}
.colonna .colonna3 {
	width: 270px;
	padding-top: 20px;
}
.colonna .siti .banner {
	height: 75px;
	width: 270px;
	background-position: right bottom;
}
.colonna .colonna3 > * {
	margin-bottom: 15px;
}
.colonna3 .siti > * {
	margin-bottom: 10px;
}
.main .post .commenti {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.post .commenti .corpo {
	width: auto;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 27px;
	padding-left: 20px;
	margin-top: 25px;
	background-image: url(_img/postCommentoSf.png);
}

.box2 {
	width: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
	background-image: url(_img/postTestoSf.png);
	background-position: right bottom;
	color: #999999;
}
.main .post .aggiungiCommento {
	background:none;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.main .post .aggiungiCommento span {
	display:block;
	height: 5px;
}
.main .post .aggiungiCommento  #txtCommento {
	border-style: none;
	width: 90%;
	height: 100px;
	padding: 5px;
}

.main .post .aggiungiCommento input {
	background:none;
	background-image: url(_img/bannerSf.png);
	background-position: right bottom;
	border-style: none;
	padding:5px 10px 15px 5px;
	width: 200px;
}
.main .post .aggiungiCommento #btnInvia {
	float: none;
	background:none;
	background-color:#006699;
	border: #003366 1px solid;
	border-width: 0 1px 1px 0;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top:5px;
}

.main .post .aggiungiCommento #btnInvia:hover {
	background-color:#009999;
}

.cornice{
	padding: 0 10px 10px 0;
	background-image: url(_img/cornice.png);
	background-position: right bottom;
}
