/*
	General Stylesheet for layout and typography
	Initial Build : 01.2009
	Author : Francesco Prosperi
*/

/* -------------------------------------------------------------------- RESET */

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline:none;
}

a {
	text-decoration:none;
}

body {
	font-size:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background:url(../img/backdots.gif) repeat-x top;
}

html {
/*	overflow-y:scroll;  */
}

abbr {
	cursor:help;
}

h2 {
	font-size:11px;
	font-weight:normal;
	margin-bottom:4px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:2px;
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
}

/* -------------------------------------------------------------------- MAIN */

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 560px;
}

div#warp {
	position:relative;
	width:830px;
	height:560px;
	margin:30px auto 5px;
}

div#mainWrap {
	position:relative;
	width:830px;
	height:455px;
	overflow:hidden;
}

div#main {
	position:relative;
	top:455px;
	width:820px;
	height:430px;
	padding:7px 10px 0 0;
	background:#fff;
	font-size:11px;
	line-height:14px;
	text-align:justify;
}

div#text {
	padding-top:3px;
	padding-left:20px;
	height:430px;
	float:left;
}

	div#text a:link, div#text a:visited {
		color:#999;
	}
	
	div#text a:hover, div#text a:active {
		color:#000;
	}


div#bottom {
	position:relative;
	width:830px;
	height:90px;
	background:#fff;
}

img#logo {
	position:relative;
	float:right;
	width:225px;
	height:83px;
	margin:3px 10px 0 5px;
}

.pic {
	margin:2px 0 2px 0;
	float:right;
	text-align:right;
	width:320px;
	border:1px solid #ddd;
	padding:4px;
}

div.picWrap {
	margin:2px 0 2px 0;
	float:right;
	text-align:right;
	width:328px;
}

	div.picWrap img {
		border:1px solid #ddd;
		padding:4px;
	}

	div.picWrap a:link, div.picWrap a:visited {
		color:#999;
		text-decoration:none;
	}
	
	div.picWrap a:hover, div.picWrap a:active {
		color:#000;
	}
	
	div.picInfo {
		font-size:10px;
		color:#999;
	}

div.coverWrap {
	width:158px;
	margin:0px 5px 4px 0px;
	float:left;
}

.cover {
	padding:3px;
	float:left;
	width:150px;
	border:1px solid #ddd;
}

div.contentDisco {
	width:634px;
	float:left;
	margin-bottom:8px;
}

div.tracklist {
	clear:both;
	width:100%;
	background:#eee;
	margin-bottom:25px;
	border-bottom:1px dotted #999;
	padding:2px 0;
	color:#6a6a6a;
}

a.shop:link, a.shop:visited {
	color:#ff0000 !important;
	font-weight:bold;
}

a.shop:hover, a.shop:active {
	color:#000 !important;
	font-weight:bold;
}

div.tracklist em {
	font-style:normal;
}

img.icon {
	vertical-align:middle;
	margin:0 4px 3px 0;
}

input, textarea {
	border:1px solid #999;
	margin: 0 0 3px 0;
	padding:1px;
	background:#eee;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.bottone{
	border:1px solid #777;
	background:#aaa;
	font-weight:bold;
	padding:5px 1px;
}

textarea {
	width:475px;
}

p.error {
	color:#ff0000;
	margin-bottom:5px;
	width:100%;
	background:#eee;
	padding:1px 2px;
	font-weight:bold
}



/* -------------------------------------------------------------------- MENU */

ul#menu {
	position:relative;
	width:91px;
	height:90px;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

	ul#menu li {
		display:inline;
		margin:0;
		padding:0;
		width:91px;
		height:15px;
		line-height:15px;
		background-position:top left;
	}
	
	ul#menu a {
		float: left;
		padding: 15px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:15px; /* for IE5/Win */
		width: 91px;
	}
	
	ul#menu a:hover, ul#menu a:active {
		background-position:top right;
	}

	ul#menu a.selected {
		cursor:default;
		background-position:top right;
	}
		
	li#mHome a {
		background: url(../img/m_home.gif) top left no-repeat;
	}
	
	li#mBio a {
		background: url(../img/m_bio.gif) top left no-repeat;
	}
	
	li#mDisco a {
		background: url(../img/m_disco.gif) top left no-repeat;
	}
	
	li#mTour a {
		background: url(../img/m_tour.gif) top left no-repeat;
	}
	
	li#mStampa a {
		background: url(../img/m_stampa.gif) top left no-repeat;
	}
	
	li#mContatti a {
		background: url(../img/m_contatti.gif) top left no-repeat;
	}
	
	div.comments {
		font-size:0.95em;
		color:#999;
	}

/* -------------------------------------------------------------------- FOOTER */

div#bottom img {
	border:0;
}

.fade {
	position:absolute;
	height:25px;
	width:830px;
	bottom:0;
	right:0;
}

div#copy {
	text-align:right;
	color:#c9c9c9;
	font-size:10px;
	padding-right:8px;
}

div#copy a:link, div#copy a:visited {
	color:#c9c9c9;
}

div#copy a:hover, div#copy a:active {
	color:#888;
}

/* -------------------------------------------------------------------- SCROLLBOX */

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 9px;
}

.scrollbox_scrollbar {
	background-color: #ddd;
	height:421px;
	margin-top:3px;
	width:9px;
}

.scrollbox_up_button {
	background: transparent url(../img/arrow_up.gif) top right no-repeat;
	height:6px;
	width:9px;
	cursor:pointer;
}

.scrollbox_down_button {
	background: transparent url(../img/arrow_down.gif) top right no-repeat;
	height:6px;
	width:9px;
	cursor:pointer;
}

.scrollbox_handle {
	background-color:#bbb;
	width: 9px;
}
