@charset "UTF-8";
/* CSS Document */

/* typography */


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

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

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

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

p{
	font-family: 'latolight';
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

#justify{
	text-align: justify;
}

h1{
	font-family: novecento_widenormal;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 25px;
}

h2{
	font-family: novecento_widenormal;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 15px;
}

.date{
	font-family: latoregular;
	font-size: 10px;
	color: #9a7a51;
	line-height: 12px;
	text-transform: uppercase;
}

.tracklist{
	margin-left: 80px;
}

.pagetitle{
	margin-left: 15px;
}

.menutxt{
	font-family: novecento_widenormal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 36px;
	text-indent: 18px;
}

.menuitemtxt{
	font-family: novecento_widenormal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 36px;
	text-indent: 4px;
}

.menutxt:link, .menutxt:active, .menutxt:visited, .menuitemtxt:link, .menuitemtxt:active, .menuitemtxt:visited{
	color: #fff;
	text-decoration: none;
}

.menutxt:hover, .menuitemtxt:hover{
	color: #9a7a51;
	text-decoration: none;
}


a:link, a:active, a:visited{
	color: #9a7a51;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

#gold{
	color: #9a7a51;
}


predate{
	font-family: latoregular;
	font-size: 12px;
	color: #9a7a51;
	padding-right: 15px;
	line-height: 20px;
}

