/* Browser reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }
ul,ol { margin-left: 3em; }
p { margin: 1em 0; }
a { outline: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	background: #000000 url('../images/background.jpg') no-repeat 0 0;
}

#content {
	position: absolute;
	top: 31px;
	left: 499px;
	width: 501px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
}

h2 {
	color: #3399cc;
	font-size: 18px;
}

.stores td {
	padding: 3px 3px 3px 4px;
}

.stores a,
li a {
	color: #cccccc;
	text-decoration: none;
}

.stores a:hover,
li a:hover {
	text-decoration: underline;
}

.odd {
	background-color: #333333;
}

ul {
	margin: 20px 0 0 15px;
}

li {
	list-style-type: square;
}

#nav {
	list-style-type: none;
	margin: 0;
}

#nav-shop {
	position: absolute;
	top: 663px;
	left: 30px;
	width: 64px;
	height: 23px;
	text-indent: -1000em;
	background: url('../images/nav-shop.png') no-repeat 0 0;
}

#nav-shop:hover {
	background: url('../images/nav-shop-on.png') no-repeat 0 0;
}

#nav-press-kit {
	position: absolute;
	top: 662px;
	left: 109px;
	width: 124px;
	height: 23px;
	text-indent: -1000em;
	background: url('../images/nav-press-kit.png');
}

#nav-press-kit:hover {
	background: url('../images/nav-press-kit-on.png') no-repeat 0 0;
}

#nav-contact {
	position: absolute;
	top: 662px;
	left: 251px;
	width: 113px;
	height: 23px;
	text-indent: -1000em;
	background: url('../images/nav-contact.png');
}

#nav-contact:hover {
	background: url('../images/nav-contact-on.png') no-repeat 0 0;
}

#nav-social {
	position: absolute;
	top: 707px;
	left: 30px;
}

.store-item {
	font-size: 12px;
	margin-bottom: 40px;
}

.store-item img {
	float: left;
}

.details {
	margin-left: 225px;
}

.details a {
	color: #cccccc;
}

.artist {
	color: white;
	font-size: 18px;
}

.album-title {
	color: #3399cc;
	font-size: 18px;
}

.price {
	color: #999999;
	font-size: 18px;
}

input, textarea {
	border: 0;
}

table.form td {
	padding: 4px 10px 4px 0;
	color: white;
}
