@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#2e4c7b;
}
a:active, a:link, a:visited{
	text-decoration:none;
	color:#ffe400;
}
a:hover{
	color:#FFFFFF;
}
h1{
	margin:1px;
	padding:1px;
}
#container{
	margin:0 auto;
	width:930px;
}
#content{
}
#header{
	margin-bottom:10px;
	text-align:center;
	
}
#cleft{
	width:220px;
	float:left;
	min-height:640px;
	text-align:center;
}
#cleft a:hover{
	text-decoration:none;
	color:#0066CC;
}
#cright{
	width:692px;
	float:left;
	padding:4px;
	border-left:1px #708bb5 dotted;
}
#photo{
	float:left;
	margin-right:8px;
	width:324px;
	margin:3px;
}
#photo img{
	border:2px #FFCC00 solid;
}
#photo a{
	display:block;
}
#status{
	background-color: #FFCC00;
}
#html{
	float:left;
	width:340px;
}
.date_line{
	display:block;
}
.date_line .left{
	float:left;
	width:106px;
	height:16px;
	line-height:16px;
	margin:1px;
	color:#dedede;
}
.date_line .right{
	float:left;
	font-weight:bold;
}
.date_line .line_height{
	clear:both;
}
.header{
	display:inline;
}
.name{
	font-weight:bold;
	color:#FFCC00;
	display:inline;
	text-transform:capitalize;
}
#box{
	padding:10px;
	margin:3px;
	border:1px #3399CC solid;
	background-color:#3f5f92;
}
#box strong{
	color:#13233c;
}
#others #profile{
	float:left;
	margin:4px;
}
#others #profile img{
	border:1px #DEDEDE solid;
}
#tags{
	margin:3px;
}
#tags h2{
	font-size:13px;
	margin:1px;
	padding:1px;
}
#tags a{
	display:block;
	color:#3399CC;
	text-decoration:none;
}
#tags a:hover{
	color:#FFFFFF;
	background-color:#3f5f92;
}
#menu{
	text-align:left;
}
#menu a{
	display:block;
	height:20px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#33CC33;
	padding:2px;
	margin:1px;
	border-bottom:1px #708bb5 solid;
}
#menu a:hover{
	color:#FFFFFF;
	background-color:#3c5b8d;
}
#links{
	text-align:center;
}
#clear{
	clear:both;
}
#cleft #register{
	display:block;
	background-image:url(imgs/iscriviti.jpg);
	width:210px;
	height:50px;
	background-repeat:no-repeat;
	background-position:0 -50px;
	line-height:50px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	margin-left:5px;
	margin-top:6px;
	margin-bottom:6px;
}
#cleft #register:hover{
	background-position:0 0;
	color:#000000;
}
#pblock img{
	
}
#nav {
	padding:5px;
	background-color:#708bb5;
	color:#2e4c7b;
}
#nav a{
	color:#ffc000;
}
#nav a:hover{
	color:#000000;
}
#titlec{
	background-color:#708bb5;
	padding:3px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
#footer{
	text-align:center;
	margin:6px;
	background:#708bb5;
	height:60px;
	padding:3px;
}
#intro{
	margin-bottom:10px;
}
#rest a{
	display:block;
	border-bottom:1px #708bb5 dotted;
	margin:1px;
	height:20px;
	line-height:20px;
}#rest a:hover{
	background-color:#708bb5;
	font-weight:bold;
}