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

body {
	background-image:url(images/main.jpg);
	background-color: #000;
	background-position:center top;
	background-repeat:no-repeat;
}

#container {
	position:relative;
	width:985px;
	margin:0 auto;
	padding-left:80px;
	top:435px;
}

#wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

#wrapper #innerWrapper {
  width: 1280px; /* number of .mixtape elements * width */
  height: 300px;
  position: relative;
  top: 0px;
  left: 15px;
  margin-right: 15px;
}

.mixtape {
  float:left;
  width:320px;  
  height:300px;
}

#footer {
	position:relative;
	top:510px;
	margin:0 auto;
	padding-left:80px;
	clear:both;
	width:100px;
	height:100px;
}

.summary {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 25px 0 0 0;
	color: #ddd;
	font-size: 11px;
}

.summary h1 {
	font-size: 20px;
	line-height: 24px;
}
