/* @group reset */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #906;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #906;
	margin-bottom: 18px;
	font: 24px/36px Comfortaa, Arial, sans-serif;
}

h2 {
	margin-bottom: 18px;
	font: 18px/36px Comfortaa, Arial, sans-serif;
}

h3 {
	margin-bottom: 18px;
	font: 12px/18px Comfortaa, Arial, sans-serif;
}

h4 {
	line-height: 18px;
	margin-bottom: 18px;
}

ul, ol {
	margin-bottom: 18px;
}

a:focus {
	outline: none;
}

/* @end */

body {
	color: #FFFFFF;
	background: #330033 url(immagini/fondobody.jpg) no-repeat fixed right bottom;
	width: 100%;
	font: 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 90%;
	min-width: 860px;
	max-width: 1280px;
	margin: 10px auto;
}

#header {
	background-color: #603;
	font-size: 1.2em;
	padding: 10px;
	box-shadow: 7px 7px 30px #000;
	opacity:  0.9;
	position: relative;
	height: 130px;
}

#header img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 130px;
}

#header h1 {
	color: #FFF;
	position: absolute;
	left: 170px;
	top: 18px;
	letter-spacing: 0.09em;
	text-shadow: 5px 5px 5px #330033;
}

#header h2 {
	color: #FFF;
	position: absolute;
	left: 240px;
	top: 45px;
	font-size: 12px;
}

#header p {
	width: 30%;
	text-align: center;
	position: absolute;
	top: 27px;
	right: 10px;
}

#nav {
	width: 100%;
	position: absolute;
	top: 127px;
	left: 0;
}

#nav ul {
	list-style-type: none;
	text-align: center;
	margin-bottom: 0;
	font: 14px Comfortaa, Arial, sans-serif;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	color: #FFF;
	padding: 0.2em 1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

#nav li a:hover, #nav ul li a.on {
	background-color: #906;
}

#main {
	float: left;
	margin-top: 18px;
	width: 50%;
}

.content {
	color: #330033;
	background-color: #eaeaea;
	padding: 2%;
	box-shadow: 7px 7px 30px #000;
	opacity: 0.9;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	width: 96%;
	margin-bottom: 18px;
	overflow: hidden;
}

.content p {
	animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
}

.cd {
	min-width: 420px;
	height: 580px;
	background: url(immagini/grammofono.jpg) repeat;
}

.tube {
	min-width: 420px;
}

#desc {
}

#placeholder {
	animation: fadein 2s;
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
}

.cdL {
	width: 62.5%;
	min-width: 365px;
	box-shadow: 2px 2px 10px #333;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
}

#side {
	float: left;
	margin-top: 18px;
	width: 50%;
}

#side.centered {
	text-align: center;
}

#side img, #side iframe {
	margin-left: 18px;
	margin-bottom: 18px;
	box-shadow: 7px 7px 30px #000;
	border: 1px solid #eaeaea;
}

#side a img:hover {
	border: 1px solid #000;
}

.data {
	color: #609;
}

#footer {
	background-color: #606;
	text-align: center;
	padding: 1%;
	width: 98%;
	clear: both;
	box-shadow: 7px 7px 30px #000;
	opacity:  0.9;
	position: relative;
}

#footer p {
	margin: 9px 0;
}

.controls {
	position: absolute;
	top: 15px;
	left: 10px;
}

@keyframes fadein {
	from {opacity: 0.0;}
	to {opacity: 1.0;}
}

@-moz-keyframes fadein {
	from {opacity:0.0;}
	to {opacity: 1.0;}
}

@-webkit-keyframes fadein {
	from {opacity: 0.0;}
	to {opacity:  1.0;;}
}
