/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.


*/

/* general */

header, footer, section#content {
	width: 450px;
}

header h1,
header h1 a {
  width: 490px;
  /*width: 100%;*/
  margin-left: -10px;
}

ul#nav a {
	font-size: 2.5em;
}

.featuredArtistImage {
  display: none;
}

/* home artists */
.artist-home-block {
  margin-left: 30px;
  margin-right: 40px;
}

/* store */
.album-block {
  width: 100%;
  margin-bottom: 2.5em
}


