@import "reset.css";

body {
	margin-top: 4.2em;
	
	margin-left: auto;
	margin-right:  auto;
	
	width: 496px;
	text-align: justify;
	font: 0.7em/1.5em Helvetica, Arial, sans-serif;
}

strong { font-weight: bold; }
a {	color: #666666; }
p {	margin-bottom: 0.7em; }
h1 { font-weight: bold; }
.header { margin-bottom: 1.4em;	}
.header img { margin-bottom: 0.7em; }

.mailing-list { 
	text-align: center; 
	
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.artist { margin-bottom: 1.4em; }
.artist img{ margin-bottom: 0.35em; }
.artist .biography img { margin-bottom: 0.7em; }
.artist .discography ul { margin-bottom: 0.7em; }

#shop-message { margin-bottom: 1.4em; }

.release {
	height: 128px;
	margin-bottom: 1.4em;
}

.release img {
	float: left;
	margin-right: 1em;
}

.release-individual object {
    position: relative;

    top: 4px;
}

.release-individual img {
	display: block;
	
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	
/*	margin-left: auto;
	margin-right: auto; */
}

.release-individual ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	
	margin-bottom: 0.7em;
}

.footer {
	color: #777777;
	text-align: center;
	
	border-top: 1px dotted #aaaaaa;
	
	margin-top: 1.4em;
	padding-top: 1.4em;
}

#twitter_div li { margin-bottom: 0.7em; }
