@charset "UTF-8";


/*Popup overlay*/
.chiudi{ font-size:18px; color:#000; font-weight:bold;position:absolute; right:4%; top:17%;  cursor:pointer;}
 
.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
 
}

.testo-box {
	padding: 0;
	margin: 0;
}
 
#box{
	width:600px;
	height:652px;
	display:none;
	z-index:+300;
	position:absolute;
	left: 50%;
	margin-left: -300px;
	margin-top: 30px;
	padding: 0;
}
 
#box-container{ margin:0px;}








#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 963px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	padding-top: -10px;
	margin-top: -10px;

}

#fb-root {
	height:0px;

}

#youtube {
	background-color:#932f51;
	border:none
}

#date {
	background-color:#00625c;
	border:none;
}

#bio {
	background-color:#fff9d4;
	border:none;
}

#mike {
	background-color:#00625c;
	border:none;
}

ul#menu {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
  
ul#menu li {
    background-color: #FF831C;
    border-bottom: 5px solid #54BAE2;
    display: block;
    width: 150px;
    height: 30px;
    margin: 2px;
    float: left; /* elementi su singola riga */
}
  
ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 150px;
    height: 30px;
    text-align: center;
}
  
ul#menu li.active, ul#menu li:hover {
    background-color: #54BAE2;
    border-bottom: 5px solid #FF831C;
}




#left  {
	width: 450px;
	float: left;
}

#right  {
	width: 250px;
	float:right;
}

#middle {
	width: 213px;
	float:right;
	padding: 0;
	margin: 0 25px 0 25px;
}

#fb {
	height: 305px;
	background-color:#FFFFFF
	}
	


a:visited {
	color: #006666;
	text-decoration: none;
}
a:link{
	color: #006666;
	text-decoration: none;
}
a:hover{
	color: #006666;
	text-decoration: none;
}
a:active{
	color: #006666;
	text-decoration: none;
}

a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(img/moondog_mask_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color:#FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color:#663300;
	border:none;
}
h1 {
	left: 5000px;
	top: auto;
}

#tit{
	color: #FFFFFF;
	background-color:#990033;
	text-decoration: none;
	padding: 0 0 0 5px;
	font-weight: bold;
}

.viola {
	background-color:#990033;
	color:#FFFFFF
}
