strong {
  font-weight: bold; }

#header .logo {
  display: inline; }
#header .callout {
  float: right;
  margin: 4em 0em 0em 0em;
  color: #d3d0cd; }

#wysiwyg_content {
  font-size: 1.2em;
  line-height: 1.5em; }

p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0em 0em 1.5em 0em; }

h1 {
  color: #c9c9bb;
  font-size: 5em;
  font-family: "Georgia";
  font-weight: normal;
  margin: 0em 0em .4em 0em; }
  h1 a {
    color: #c9c9bb;
    text-decoration: none; }
    h1 a:hover {
      text-decoration: underline; }

h2 {
  font-size: 1.6em;
  line-height: 1.5em;
  margin: .5em 0em .5em 0em; }

.spacer {
  display: block;
  width: 2em;
  border-bottom: 1px solid #d8df16;
  margin: 2em 0em 2em 0em; }

.item {
  margin: 0em 0em 2em 0em; }
  .item .title {
    margin: 0em 0em .5em 0em;
    font-weight: bold; }

#menu ul {
  margin: 1em 0em 0em 0em;
  float: right; }
  #menu ul li {
    color: #d3d0cd;
    font-size: 1.1em;
    display: inline;
    text-transform: uppercase; }
    #menu ul li a {
      color: #d3d0cd;
      text-decoration: none; }
      #menu ul li a:hover {
        text-decoration: underline; }
  #menu ul li.spacer {
    border: none;
    margin: 0em .5em 0em .5em; }
  #menu ul li.current, #menu ul li a:hover {
    color: #000; }

#footer .legal {
  color: #d3d0cd; }

#right_col {
  text-align: center; }
  #right_col .installment.latest h1 {
    font-size: 2em;
    font-family: Trebuchet MS, sans-serif;
    background-color: #d3d0cd;
    color: #fff;
    padding: .2em; }

form fieldset {
  margin: 1.5em 0em 1.5em 0em; }

label {
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0em 0em .4em 0em; }

input {
  font-size: 2em;
  padding: .3em;
  border: 1px solid #c9c9bb; }

#errorExplanation {
  background-color: #cc0000;
  padding: 1em;
  color: #ffffff;
  font-size: 1.2em; }
  #errorExplanation h2 {
    font-size: 1.8em; }
  #errorExplanation ul {
    margin: 0em 0em 0em 1em; }
    #errorExplanation ul li {
      list-style-type: disc;
      margin: .3em 0em 0em 0em; }

.fieldWithErrors label {
  color: #cc0000;
  font-weight: bold; }

body {
  font-family: Trebuchet MS;
  font-size: 62.5%; }

.clearing {
  clear: both; }

#container {
  margin: 15em 20em 0em 20em; }
  #container #header {
    height: 7em;
    border-bottom: 1px solid #e6e7e8; }
  #container #main_body {
    padding: 5em 0em 0em 0em; }
    #container #main_body #left_col {
      margin-right: 330px; }
    #container #main_body #right_col {
      float: right;
      width: 250px;
      padding: 0em 0em 0em 5em;
      border-left: 1px solid #e6e7e8; }
  #container #footer {
    margin: 5em 0em 0em 0em; }

.album .cover {
  float: left;
  margin: 0px 25px 0px 0px;
  width: 260px; }
  .album .cover img {
    padding: 1em;
    border: 1px solid #c9c9bb; }
  .album .cover p {
    font-size: 1em;
    text-align: justify; }
  .album .cover .download {
    text-align: center;
    margin: 1em 0em 2em 0em; }
    .album .cover .download a {
      font-size: 1.5em;
      color: #333;
      font-weight: bold; }
.album .details {
  margin-left: 325px; }
  .album .details .title {
    font-size: 2.6em;
    color: #d3d0cd;
    margin: 0em 0em 1em 0em; }
  .album .details .artist {
    color: #c9c9bb;
    font-size: 5em;
    font-family: "Georgia";
    padding: 0em 0em .2em 0em;
    margin: 0em 0em .2em 0em;
    border-bottom: 1px solid #d3d0cd; }
  .album .details .track_list {
    font-size: 1.2em; }
    .album .details .track_list ol {
      display: block;
      margin: 0em 0em 0em 2em;
      list-style-type: decimal; }
      .album .details .track_list ol li {
        margin: 0em 0em .5em 0em; }
  .album .details .description {
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 2em 0em 0em 0em;
    margin: 2em 0em 0em 0em; }
    .album .details .description h2 {
      color: #d3d0cd;
      font-weight: bold; }

.mini_album {
  float: left;
  width: 150px;
  height: 275px;
  margin: 0em 5em 0em 0em;
  text-align: center; }
  .mini_album img {
    margin: 0em 0em 2em 0em; }
  .mini_album p {
    margin: 0em; }
  .mini_album .artist {
    color: #333;
    font-size: 1.5em;
    font-weight: bold; }
