@charset "utf-8";
/* CSS Document */
a.top
{
display:block;
margin-bottom:0px;
}
a.top img
{
display:block;
margin:0px;
}
div.menu {
	border: 1px solid #663300;
	background-color:#eeddbb;
	padding:0px 10px;
}
ul.menu
{
	display:block;
	list-style-type:none;
	margin:auto;
}
ul.menu li
{
	display:inline;
	padding:5px;
        white-space: nowrap;
}
.album
{
    text-align: left;
}
.album>.title
{
    text-align: center;
}
.album>.description
{
    clear: both;
}
.album>.description>img
{
    float: left;
    vertical-align: top;
    margin:5px;
}
.album>.nota
{
    clear:both;
}
.album  li.song
{
    list-style-type:none;    
}
.album li.song a
{
    float:left;
    display:block;
    width:15px;
    height:22px;
    background-image: url(/fig/f_speaker.gif);
    background-repeat: no-repeat;
    background-position:center center;
    border:0px;
    text-decoration: none;
}
.album li.song .title,
.album li.song .description
{
    margin-left:20px;
}
.album li.song a + .title
{
    margin-left:5px;
}
.gig p
{
margin:0px;
}
.gig .date
{
color:#336600;
text-align:right;
}
