@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 20px;
}

h1{
    font-family: 'Open Sans', sans-serif;
	text-align:center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 700;
}
h2{
    font-family: Times, 'Times New Roman', Georgia, serif;
    font-style: italic;
	text-align:center;
	padding-bottom:10px;
    margin-bottom: 15px;
    font-size: 1.5em;
    letter-spacing: 2px;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
}
hr{
    height: 1px;
    background: #e30613;
    border:none;
    margin-top: 20px;
}
.tracks{
    margin: 10px 0;
    font-weight: bold;
}
ul.tracklist{
    list-style: none outside none;
    padding: 0;
}
ul.tracklist li{
    border-bottom: 1px solid #B5B9B2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
h3{
    font-family: Times, 'Times New Roman', Georgia, serif;
    font-style: italic;
	text-align:center;
	padding-top:20px;
    margin-bottom:5px;
    font-size: 1.3em;
	font-weight:bold;
	}	
	
	.recensioni{
		text-align:center;
		font-style: italic;
		}
    .scaricaEstratto{
        font-family: 'Open Sans', sans-serif;
        font-size: 1.5em;
        text-transform: uppercase;
        text-decoration: none;
        color: #e30613;
        background:#fff;
        border: solid 3px #e30613;
        padding: 4px 8px;
        text-align: center;
        display: block;
        width: 220px;
        margin:0 auto 30px auto;
    }
    .scaricaEstratto:hover{
        background: #e30613;
        color: #fff;
        text-decoration: none;
    }
    .video{
        display: block;
    }
    .nav-tabs{
        border:none;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus{
        background:#e30613;
        border: solid 3px #e30613;
        color: #fff;
        border-radius: 0;
    }
    .nav-tabs>li>a{
        border:none;
        border: solid 3px #e30613;
        border-radius: 0;
        color: #e30613;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    .nav-tabs>li>a:hover{
        border:none;
        border: solid 3px #e30613;
        background: #e30613;
        color: #fff;
    }
    .tab-content{
        margin-top: 20px;
    }