
/* background color, font colors etc */
body {
	background-color:#369;
	width:100%;
	height:100%;
}
/* general link colors */
a {
	text-decoration:none;
	color:#369
}
a:hover {
	text-decoration:underline;
}

.container {
	background-color:white;
	
}

/* navigation bar 
   first, set background colour of bar and gap underneath it */

#navbar {
	background-color:#69c;
	margin-bottom:1em
}
/* next, un-format and reformat the list that builds
   the nav and the footer (while we're here) */
#navbar ul, #navbar ul li, #footer ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none
}
/* style the nav links
   change the font, font-size, color etc */
#navbar li a {
	display:block;
	float:left;
	padding:5px;
}
/* background color of rollovers */

#navbar li a:hover {
	background-color:#9cf
}
/* shopping basket styling */
#basket {
	text-align:right;
}
#basket p {
	margin:0;
	padding:5px
}
/* link text colour in nav and basket */
#navbar a, #basket a {
	color:white
}

/* footer styling */
#footer {margin-left:auto; margin-top:10px; padding-top:10px; padding-bottom:10px; width:100%; text-align:center; border-top:1px solid #FFF;}

/* Discog
----------------------------------------------- */	

dl.discog {
	float:left;
	padding:10px;
	width:155px;
	height:200px;
	overflow:hidden;
	display:block;
	border:1px solid #efefef;
	margin:0 5px 10px 5px;
	line-height:1em;
	text-align:center
}
dl.discog:hover {
	border:1px solid #ccc;
}

dl.discog dt {
	margin:5px 0 5px 0;
	text-align:center
}
dl.discog dd {
	font-size:small;
	text-align:center
}
dl.discog a {
	color:#666;
	cursor
}
#releasewrap {
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 20px;
	width: 700px;
	}
#release ul {
	list-style-type: none;
	margin: 10 10 10 10;
	padding: 10 10 10 10;			
	}
#release {
	width: 39%;
	position: relative;
	float: left;
	}
	
#spiel{
	position: relative;
	width: 58%;
	float: right;
	margin-top: 30px;
	}
	
	.titlcat {
	font-size: 13px;
	}
	.titlart {
	color:#FFF; font-size: 20px; font-weight:bold;
	}
	
	#indexrelease {
	padding:10px;
	margin:10px;
	}