* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* ------------------------------
----------GENERAL--------------
------------------------------*/

html, body {
	color: #444;
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: small;
	height: 100%;
	}

h1 {
	font-size: 2.5em;
	letter-spacing: 0.1em;
	width: 200px;
	text-align: left;
	margin: 1em 0 0 10px;
	position: relative;
	float: left;
	line-height: 0.8em;
	}

a:link, a:visited, a:hover, a:active {
	color: #444;
	background-color: #fff;
	border-bottom: 1px solid #999;
	text-decoration: none;
	}

a:hover, a:active {
	border-bottom: 1px solid #888;
	}

.title {
	font-size: 1em;
	font-weight: bold;
	}

.buy {
	font-size: 1em;
	}

.info {
	font-size: 0.8em;
	margin-top: 0.5em;
	}

.email {
	position: relative;
	float: right;
	font-size: 1em;
	text-align: right;
	width: 200px;
	margin: 5.5em 10px 0 0;
	}

/* ------------------------------
----------HEADER---------------
------------------------------*/

#header {
	margin-bottom: 2em;
	}

#body {
	position: relative;
	min-height: 100%;
	}

/* ------------------------------
----------INDEX-----------------
------------------------------*/

ul {
	padding-bottom: 20px;
	position: relative;
	clear: both;
	padding-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #dfdfdf;
	}

ul ul {
	padding: 0;
	}

ul li {
	position: relative;
	float: left;
	margin: 10px;
	width: 350px;
	}

ul ul li {
	float: none;
	text-align: left;
	margin: 0;
	width: 350px;
	}

.cover {
	width: 350px;
	height: 350px;
	}

body {
	width: 1110px;
	margin: auto;
	}

#cf {
	margin-top: 10px;
	margin-bottom: -10px;
	}

#footer {
	position: relative;
	clear: both;
	font-size: 9px;
	}

/* ------------------------------
----------ALBUMS-----------------
------------------------------*/

.album li {
	text-align: left;
	}

.album p {
	text-align: left;
	margin-bottom: 2em;
	}

.album h2 {
	text-align: left;
	font-weight: bold;
	font-size: 2em;
	}

p  .buy {
	font-size: 2em;
	}

tr {
	padding: 0;
	}

table {
	counter-reset: line-number;
	}

td:first-child:before {
	content: counter(line-number) ".";
	counter-increment: line-number;
	padding-right: 0.3em; }
