@font-face {
	font-family: 'Champagne';
	
  	src: url('../fonts/Champagne.eot');
	src: url('../fonts/Champagne.eot?#iefix') format('embedded-opentype'),
		/*url('../fonts/Champagne.woff') format('woff'),*/
       	url('../fonts/Champagne.ttf') format('truetype'),
       	url('../fonts/Champagne.svg#Champagne') format('svg');
  	font-weight: normal; font-style: normal;
}

html, body {
	background: url(../img/logo.png) center no-repeat, #000;
	behavior: url(css/PIE.htc);
}

body {
	font-family: "Champagne", Arial;
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	min-height: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bgimg {
	position:absolute;
	z-index: -1;
	padding-top: 50px;
}

.prev:after {
	content: "\2190";
	font-size: 3em;
	display: inline-block;
	color: #f4d98a;
	opacity: 0.9;
}

.next:after {
	content: "\2192";
	font-size: 3em;
	display: inline-block;
	color: #f4d98a;
	opacity: 0.9;
}

#container{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
/*** MENU NORMALE*****/
#menu {
	/*transition: top 1s;*/
	height: 90px;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: url(../img/menu-bar.png) repeat-x scroll left bottom, none repeat scroll 0 0 black;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    behavior: url(css/PIE.htc);
}

/*** MENU GALLERY*****/
/*#menu.up {
	top: -300px;
}
#menu.down {
	top:0;
}*/

#menu.no-background {
	background: url(../img/menu-bar.png) repeat-x scroll left bottom, none repeat scroll 0 0 transparent;
	height: 75px;
	behavior: url(css/PIE.htc);
}

#menu-controls {
	z-index: 1000000;
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#menu-controls.up {
	background: url(../img/button-tray-up.png) no-repeat scroll center;
	behavior: url(css/PIE.htc);
}
#menu-controls.down {
	background: url(../img/button-tray-down.png) no-repeat scroll center;
	behavior: url(css/PIE.htc);
}
.occhiello {
	display: block;
    font-size: 1.3em;
    text-align: center;
}

/*** MENU NORMALE*****/
#menu ul {
	border: 0 none;
    font-weight: bold;
    margin: 0 0 0 auto;
    padding: 0 10px 0 0;
    width: 1200px;
    list-style: none;
}

#menu ul li {
	float: left;
    font-size: 1.5em;
    text-align: center;
    width: 150px;
    font-weight: lighter;
    padding-top: 25px;
    /*text-decoration: line-through;*/
}

#menu ul li#logo-menu {
	width: 250px;
	padding: 0;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:focus {
	color: #f4d98a;
}

#menu ul li.active a {
	color: #F4D98A;
}

/*** MENU GALLERY*****/
#menu.no-background ul {
	width: 850px;
}
#menu.no-background ul li {
	padding-top: 5px;
}

#menu.no-background a:visited, #menu.no-background a:link {
	color: #f4d98a;
}
#menu.no-background ul li a:hover, #menu ul li a:focus {
	color: #fff;
}

#menu.no-background ul li.active a {
	color: #fff;
}

/***INDEX***/
#preview-home {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 100px;
    width: 330px;
    height: 65px;
    opacity: 0.5;
}
#preview-home:hover {
    opacity: 1;
}

/***BAND***/
#band {
	width: 1200px;
}
#band li {
	float: left;
	width: 300px;
}
#container #bio {
    color: #fff;
    font-size: 1.2em;
    margin: auto;
    padding-top: 150px;
    width: 800px;
    text-align: left;
}
#container #faces {
	margin-bottom: 50px;
}
.capo-lettera {
	color: #f4d98a;
	font-weight: bold;
	font-size: 2em;
}
.capo-apici {
    color: #f4d98a;
    font-size: 2em;
}

/***VIDEO***/
#video {
	border: 2px solid #F4D98A;
    border-radius: 5px 5px 5px 5px;
    margin-top: 180px;
    margin-bottom: 50px;
    behavior: url(css/PIE.htc);
}

.boxshadow #video {
	-webkit-box-shadow: 0 0 50px #F4D98A;
    -moz-box-shadow: 0 0 50px #F4D98A;
    box-shadow: 0 0 50px #F4D98A;
    behavior: url(css/PIE.htc);
}

.no-boxshadow #video {
	border: 1px solid #F4D98A;
}

/***MUSIC e CONTACTS**/
#layer {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 10000;
	display: none;
}

#player {
	position: absolute;
	display: none;
	z-index: 100000;
}

#container #music, #container #contacts {
	padding-top: 200px;
	text-align: left;
	padding-left: 150px;
	color: #fff;
}
#container #music p {
	float: left;
}

#container #music img {
	-webkit-box-shadow: 0 0 50px #F4D98A;
    -moz-box-shadow: 0 0 50px #F4D98A;
    box-shadow: 0 0 50px #F4D98A;
    behavior: url(css/PIE.htc);
}

#container #music ul {
	width: 250px;
	padding-top: 20px;
	padding-left: 50px;
	float: left;
}
#container #contacts ul {
	width: 410px;
	padding-top: 20px;
	padding-left: 50px;
	float: left;	
}

#container #music ul li , #container #contacts ul li {
	height: 25px;
}

#container #music ul li.side, #container #contacts ul li.side {
	font-size: 23px;
	height: 30px;
}

#container #music ul li.space , #container #contacts ul li .space {
	height: 25px;
}

a.song-preview {
	color: #F4D98A;
}

a.song-preview span {
    font-size: 0.8em;
}

#preview {
	float: left;
	width: 400px;
}

#container #contacts ul li.side a:hover, #container #contacts ul li.side a:focus {
	color: #F4D98A;
}

#store {
    color: #FFFFFF;
    float: right;
    font-size: 1.3em;
    margin-right: 150px;
    text-shadow: 1px 1px 0 #000000;
    background: none repeat scroll 0 0 rgb(0,0,0);
    background: none repeat scroll 0 0 rgba(0,0,0,0.75);
    border: 1px solid #F4D98A;
    border-radius: 0 15px 15px 15px;
    padding: 15px;
    behavior: url(css/PIE.htc);
}

/***CONTACTS FACEBOOK***/
#container #contacts ul li#fb {
	min-height: 115px;
}
#box_facebook {
    background: none repeat scroll 0 0 black;
    border: 2px solid #F4D98A;
    border-radius: 0 15px 15px 15px;
    bottom: 50px;
    box-shadow: 0 2px 4px black;
    opacity: 0.85;
    padding: 15px;
    right: 20px;
    z-index: 1000;
    min-height: 95px;
	behavior: url(css/PIE.htc);
}
#box_facebook p {
	padding-bottom: 5px;
}
#box_facebook hr {
	margin-bottom: 10px;
	color: #F4D98A; 
}
#box-facebook p img {
	vertical-align: bottom;
}
.fb_edge_widget_with_comment {
	width: 100%;
}
#youtube {
	text-align: center;
	padding-top: 20px;
}

@media(min-width: 0) and (max-width: 1057px) {
	#menu-controls {
		right: 0;
	}
	#menu ul li {
		padding-top: 35px;
		font-size: 1em;
		width: 60px;
	}
	#menu ul li#logo-menu {
		width: 180px;
	}
}