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

body{
	margin:0px; 
	padding:0px;
	}
html {
	padding:0px;
	margin:0px;
	height:100%;
}

#top{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-shadow: #fff 1px 1px 2px;
	height:70px; 
	width:100%; 
	margin:0px; 
	padding:0px;
	background:#FFF url("images/social/bg.jpg") repeat-x;
	border-bottom:solid 1px #CCC;
	}
#icon img{
	margin-right:20px;
	}
#icon a:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
	}


/* NAVBAR STYLE */
#navbar 			{ font-family:Arial, Helvetica, sans-serif; font-size:.8em; font-weight:bold; height:40px; overflow: hide; margin-top:0px;}
#navbar li 			{ list-style:none; display:inline; }
#navbar a 			{ width:100px; color:#fff; text-decoration:none; float:left; padding:12px 0px 13px 0px; margin:0; text-indent: -99999px; }
#navbar a.home 		{ width:63px; background:url("images/navbar-blue.png") 0 0 no-repeat; }
#navbar a.programmi { width:111px; background:url("images/navbar-blue.png") -63px 0 no-repeat; }
#navbar a.community { width:108px; background:url("images/navbar-blue.png") -174px 0 no-repeat; }
#navbar a.webtv 	{ width:77px; background:url("images/navbar-blue.png") -282px 0 no-repeat; }
#navbar a.concerti 	{ width:92px; background:url("images/navbar-blue.png") -359px 0 no-repeat; }
#navbar a.magazine 	{ width:96px; background:url("images/navbar-blue.png") -451px 0 no-repeat; }
#navbar a.stylerock { width:109px; background:url("images/navbar-blue.png") -547px 0 no-repeat; }
#navbar a.frequenza { width:105px; background:url("images/navbar-blue.png") -656px 0 no-repeat; }
#navbar a.giochi 	{ width:70px; background:url("images/navbar-blue.png") -761px 0 no-repeat; }
#navbar a.home:hover 		{ background-position: 0 -37px; }
#navbar a.programmi:hover 	{ background-position: -63px -37px; }
#navbar a.community:hover 	{ background-position: -174px -37px; }
#navbar a.webtv:hover 		{ background-position: -282px -37px; }
#navbar a.concerti:hover 	{ background-position: -359px -37px; }
#navbar a.magazine:hover 	{ background-position: -451px -37px; }
#navbar a.stylerock:hover 	{ background-position: -547px -37px; }
#navbar a.frequenza:hover 	{ background-position: -656px -37px; }
#navbar a.giochi:hover 		{ background-position: -761px -37px; }
#navbar a:active { background-position:0 -37px; }
/* NAVBAR STYLE */

