/*
	Document   : profiles
	Created on : Jul 17, 2013, 12:56:47 PM
	Author     : Shane Cody
	Description:
	Purpose of the stylesheet follows.
*/
#title {
  color: #6dabc2;
  width: 1011px;
  text-align: center;
  clear: both;
}

#title .smaller {
  font-size: 70%;
  color: #000000;
  line-height: 1em;
  display: block;
}

#image_links {
  float: left;
  width: 30%;
  overflow: hidden;
}

#image_links #images img {
  margin-top: 59px;
  max-width: 250px;
  border-radius: 7px;
}

#image_links .social {
  width: 32px;
  margin-left: 3px;
}

#image_links #links section {
  margin-top: 9px;
}

#band_details, #staff_details, #station_details {
  float: left;
  width: 70%;
}

#profile {
  width: 100%;
}

#discography a, #staff-members a, #reviews a {
  color: #003d4c;
  text-decoration: underline;
  font-weight: bold;
}

#discography a:hover, #staff-members a:hover, #reviews a:hover {
  color: #367889;
  text-decoration: none;
}

#discography tr:nth-child(odd), #staff-members tr:nth-child(odd) {
  background: none;
}

#discography tr:hover, #staff-members tr:hover {
  background: none;
}

#discography td, #staff-members td {
  vertical-align: top;
  padding-top: 9px;
  padding-bottom: 9px;
}

#discography #album, #discography #staff, #staff-members #album, #staff-members #staff {
  border-bottom-style: solid;
  border-bottom-color: #3a3a3a;
  border-bottom-width: 2px;
}

#discography #album img, #discography #staff img, #staff-members #album img, #staff-members #staff img {
  border-radius: 7px;
}

#discography #album:only-child, #discography #staff:only-child, #staff-members #album:only-child, #staff-members #staff:only-child {
  border-bottom: none;
}

#discography h4, #staff-members h4 {
  color: #6dabc2;
  font-size: 120%;
}

#reviews {
  font-size: 90%;
}

#reviews img.album-front-cover {
  border-radius: 7px;
  float: left;
}

#reviews .album-info {
  float: left;
  margin-left: 9px;
}

#reviews .album-info img {
  height: 13px;
  width: 13px;
}

#reviews section {
  clear: both;
  margin-top: 9px;
  border-bottom: solid 2px #6dabc2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.indent {
  margin-left: 18px;
}

p {
  margin-top: 9px;
}

p:first-child {
  margin-top: 0;
}

#address, #phone {
  margin-top: 9px;
}

/*# sourceMappingURL=profiles.css.map */
