* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Verdana, Geneva, sans-serif;
	color: #000000;
}

h1, h2, h3 {	

}

h1 {
	font-size:18px;
	text-shadow: 2px 2px 2px #999;
}

h2 {
	font-size:14px;
	text-shadow: 2px 2px 2px #999;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

hr {
	color: #FF8F39;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {

}

img{
	border: none;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style:none;
}

ul li {

}

ol {
	list-style-position: inside;
}

ol li {

}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Logo sito */

#logo {
	width: 1024px;
	height: 110px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: 2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
	padding: 30px 0 0 0;
	text-transform: lowercase;
	color: #000000;
}

#logo a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF
}

.link-1 { display:inline-block; line-height:25px; height:25px; background:url(images/marker.gif) no-repeat 13% 11px #969696; padding:0 14px 0 18px; color:#fff; text-decoration:none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;  margin-right:10px; cursor:pointer; position:relative;}
.link-1:hover { background:url(images/marker.gif) no-repeat 13% 11px #000; text-decoration:none; color:#fff}
.link-2 { display:inline-block; line-height:25px; height:25px; background:url(images/marker.gif) no-repeat 13% 11px #00bff3; padding:0 14px 0 18px; color:#fff; text-decoration:none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;  margin-right:10px; cursor:pointer; position:relative; font-size:.916em}
.link-2:hover { background:url(images/marker.gif) no-repeat 13% 11px #000; text-decoration:none; color:#fff}
.link-3 { display:inline-block; line-height:25px; height:25px; background:url(images/marker.gif) no-repeat 13% 11px #94d142; padding:0 14px 0 18px; color:#fff; text-decoration:none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;  margin-right:10px; cursor:pointer; position:relative; font-size:.916em;}
.link-3:hover { background:url(images/marker.gif) no-repeat 13% 11px #000; text-decoration:none; color:#fff}
.link-4 { display:inline-block; line-height:25px; height:25px; background:url(images/marker.gif) no-repeat 13% 11px #6b6b6b; padding:0 14px 0 18px; color:#fff; text-decoration:none; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;  margin-right:10px; cursor:pointer; position:relative; font-size:.916em;}
.link-4:hover { background:url(images/marker.gif) no-repeat 13% 11px #000; text-decoration:none; color:#fff}

/* Menu */

#menu {
	width: 1024px;
	height: 50px;
	margin: -50px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #FF8E2F;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #B6E340;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 1024px;
	margin: 0 auto;
}

/* Blocchi laterali DX */

#col-one {
	float: right;
	width: 180px;
}

#col-one .boxed {
	margin-bottom: 10px;
}

#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-one .boxed .content {
	padding: 9px;
	background: #E8EDE5 url(images/img03.gif) repeat-x;
	border: 1px solid #B6E340;
	border-top: none;
}

#col-one .boxed .content form {

}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
}

#col-one .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

#col-one .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.links {
	margin-left: 20px;
}

/* Blocchi principali */

#col-two {
	float: left;
	width: 645px;
}

#col-two .boxed {
	margin-bottom: 10px;
}

#col-two .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img07.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-two .boxed .content {
	padding: 8px 5px 0 5px;
	background: #fff url(images/sfondo_col_2.png) no-repeat;
	border: 1px solid #000000;
	border-top: none;
}

#col-two .boxed blockquote {
	background: #E5ECED url(images/img08.gif) repeat-x;
}

/* Blocco centrale */

#col-three {
	float: right;	
	width: 180px;
	margin-right: 10px;
}

#col-three .boxed {
	margin-bottom: 10px;
}

#col-three .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img09.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-three .boxed .content {
	padding: 2px 2px 0 2px;
	background: #EFEBE2 url(images/img10.gif) repeat-x;
	border: 1px solid #FF8F39;
	border-top: none;
}

#col-three .boxed .content li {
	margin-left: -1em;
	padding-left: 1em;
	background: url(images/img12.gif) no-repeat 0 9px;
	letter-spacing: normal;
}

#barra {
	background: url(../../../media/bar1.jpg) no-repeat;
	height: 30px;
	padding: 2px 2px 0 2px; 
}

#barra1{
	background: url(../../../media/bar2.jpg) no-repeat;
	height: 30px;
	padding: 2px 2px 0 2px; 
}

#barra2 {
	background: url(../../../media/bar3.jpg) no-repeat;
	height: 30px;
	padding: 2px 2px 0 2px; 
}

/* Parte bassa */

#footer {
	clear: both;
	padding: 30px 0 50px 0;
	background: #464646 url(images/img13.gif) repeat-x;
}

#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}

#footer a {
	color: #FF8E2F;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/* YT */

button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#F6F6F6 none repeat scroll 0 0;
border:1px solid #CCCCCC;
cursor:pointer;
float:left; margin-left:2px;
height:2.0833em;
overflow:visible;
padding:0 0.5em;
vertical-align:middle;
white-space:nowrap;
}

.like_button{background:url(images/yes-dis.JPG) center left no-repeat; padding-left:18px;}
.like_button:hover{
	background:url(images/yes-enb.JPG) center left no-repeat;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.dislike_button{background:url(images/no-dis.JPG) center center no-repeat; padding-left:18px;}

.dislike_button:hover, .dislike_button:visited{
	background:url(images/no-enb.JPG) center center no-repeat;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.tooltip{ height:13px;display: none;width:120px; text-align:left;overflow:visible;opacity:0.7;filter:alpha(opacity=40)}
.tooltip2{ height:13px;display: none;width:140px; text-align:right; overflow:visible;opacity:0.7;filter:alpha(opacity=20)}
.tooltip3{ height:13px;display: none;width:200px; text-align:right; overflow:visible;opacity:0.7;filter:alpha(opacity=40)}



.ilikethis, .idislikethis, .totalstats{
		display: none;
		font-size: 1.0em;
		height:17px;
		padding:7px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		width:60px;
		background-color:#333333;
		color:#FFFFFF;
		text-shadow: #fff 0px 0px 20px;
	}
	
.totalstatsbutton{ width:80px; vertical-align:top;background:#F6F6F6 none repeat scroll 0 0;}
.totalstatsbutton .greenBar{background-color:#DDDDDD;  height:5px; margin-bottom:3px; height:6px;}		
.totalstatsbutton .redbar{background-color:#DDDDDD;  height:5px; height:6px;}		


#voting_result{ border:solid #666666 1px; height:120px; margin-top:19px;-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; width:500px; margin-left:12px; display:none
		}
.mesgbox{ background:url(images/tick.gif) top left no-repeat; padding-left:25px;  margin:5px;font-family:Arial, Helvetica, sans-serif; font-size:12px; height:20px;  width:427px; float:left}
.close{ border:solid #666666 1px; float:left; width:20px; margin-top:6px;-webkit-border-radius: 4px;-moz-border-radius: 4px;  text-align:center; font-size:12px; cursor:pointer}

.bigGreenBar{background-color:#AADA37;  height:5px; margin-bottom:3px; height:11px; margin-top:7px; margin-left:10px;}		
.bigRedBar{background-color:#CF362F;   height:5px; margin-bottom:3px; height:11px; margin-top:7px; margin-left:10px;}

.thumbUp{ background:url(images/yes-dis.JPG) center left no-repeat;height:25px; margin-top:5px; margin-left:20px; padding-left:28px}
.thumbDown{ background:url(images/no-dis.JPG) center left no-repeat;height:25px; margin-left:20px; padding-left:28px}
.thumbUp div{ float:left; font-size:12px; }
.thumbDown div{ float:left; font-size:12px; }

.twitter-share-button {
	margin-top: 3px;
}
