@charset "utf-8";
/* CSS Document */

.clear{width:100%;height:1px;clear:both;}
.right{float:right;}
.left{float:left;}

/* tipografia */
body{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000;
}
h1,h2,h3,h4,h5{
	display:none;
	overflow:hidden;
	top:-9999px;
}
	.small-caps{font-variant:small-caps;}
	.white{color:#fff;font-size:14px;}
a{color:#7cbc00;background-color:#fff;text-decoration:none;}
p, li{font-size:15px;line-height:18px;}
strong{font-weight:bold;}

#wrapper{
	width:980px;
	margin:10px auto;
}
#header{
	width:980px;
	height:111px;
	background:url(../img/header.png) no-repeat top center transparent;
}
#bag{
	position:relative;
	float:left;
	margin:10px 0;
}
.trasp{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:980px;
	background:#fff;
	opacity:0.80;
	border-radius:10px
}
.traspContent{
	width:100%;
	position:relative;
	float:left;
}
#blog{
	width:980px;
	background:url(../img/blog.png) no-repeat top left transparent;
	margin:10px 0 0;
	padding-top:20px;
}
#tweet{
	width:980px;
}
	#tweet .single{
		width:245px;
		float:left;
	}
	#tweet p{
		font-size:13px;
		line-height:15px;
		margin:5px;
	}	
	#tweet a.time{
		background:none;
		color:#000;
		font-style:italic;
		font-size:10px;
		margin:0;
	}
#about, #what, #portfolio{
	width:310px;
	margin:5px 0 10px;
	float:left;
	padding-top:25px;
}
#about p, #what p, #portfolio p{
	margin-bottom:5px;
	text-align:justify;
}
#about{
	background:url(../img/about.png) no-repeat top left transparent;
	margin: 5px 0 10px 5px;
}
	#contatti{
		background:url(../img/contatti.png) no-repeat top left transparent;
		padding-top:25px;
		margin-top:15px;
	}	
		#contatti li{
			clear:both;
			font-size:20px;
			line-height:26px;
		}
		#contatti img{
			margin-top:10px;
		}
		#contatti a{
			color:#000;
			background:none;
		}
#what{
	background:url(../img/service.png) no-repeat top left transparent;
	margin:5px 20px 10px 20px;
}
	#what li, #skills li{
		background:url(../img/list.png) no-repeat 0px 1px transparent;
		padding-left:20px;
		margin-bottom:5px;
	}
	#skills{
		background:url(../img/skills.png) no-repeat top left transparent;
		padding-top:25px;
		margin-top:15px;
	}
		#skills li img{
			float:right;
			margin-top:7px;
		}
#portfolio{
	background:url(../img/portfolio.png) no-repeat top left transparent;
	margin:5px 5px 10px 0;
}
	#portfolio img{
		float:left;
		margin-bottom:10px;
	}
	.imgright{float:right;}
	#portfolio a{
		background:none;
	}
#footer{
	width:980px;
	height:27px;
	clear:both;
	background:url(../img/footer.png) no-repeat top left transparent;
}
	#footer p{
		display:none;
		overflow:hidden;
		top:-9999px;
	}
