body {
  background: url('images/background.gif');
  font-family: arial, helvetica, sans-serif;
  }

.container {
  background-color: #65cccc;
  border: 2px solid #006a6f;
  display: block;
  margin: 1em auto;
  width: 720px;
  }

/* Header Elements */
#header {
  display: block;
  height: 150px;
  width: 720px;
  }

#header h1 a {
  background: url('images/header.gif') no-repeat left top;
  display: block;
  height: 150px;
  overflow: hidden;
  text-indent: -999em;
  width: 720px;
  }

/* Nav Elements */
#nav {
  border-top: 2px ridge #000;
  border-bottom: 2px ridge #000;
  padding: 3px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  font-size: 25px;
  list-style: none;
  text-transform: uppercase;
  }

#nav li.alt {
  font-weight: bold;
  }

#nav li a {
  color: #006a6f;
  padding: 0em;
  text-decoration: none;
  }

#content {
  font-size: 0.8em;
  padding: 1em;
  }

#content a {
  color: #fff;
  text-decoration: none;
  }

#content a:hover,
#content a:active {
  text-decoration: underline;
  }

/* Primary Elements */
#primary {
  display: block;
  float: left;
  width: 75%;
  }

#primary.wide {
  width: 100%;
  }

#primary .posts .post .date {
  font-style: italic;
  font-weight: normal;
  }

#primary .products .product {
  float: left;
  margin-right: 1%;
  width: 24%;
  }

#primary.product p {
  margin-bottom: 0;
  }

#primary form label {
  display: block;
  font-weight: bold;
  }

#primary form div.input {
  margin-bottom: 0.5em;
  }

#primary .body p {
  line-height: 1.2;
  }

#primary .shows .show {
  padding: 1em 0.5em;
  }

#primary .shows .show.alt {
  background-color: #6AD7D7;
  }

#primary .pictures a {
  display: block;
  float: left;
  height: 100px;
  margin: 0 0.5em 0.5em 0;
  text-align: center;
  width: 100px;
}

/* Sidebar Elements */
#sidebar {
  margin-left: 76%;
  text-align: center;
  width: 24%;
  }

#sidebar ul {
  margin-left: 0;
  padding-left: 0;
  }

#sidebar ul ul {
  margin-left: 1em;
  }

#sidebar ul li {
  list-style: none;
  margin-bottom: 0.25em;
  text-align: left;
  }

#sidebar a.myspace {
  background: url('images/myspace.gif') no-repeat center top;
  display: block;
  height: 150px;
  overflow: hidden;
  text-indent: -999em;
  width: 100%;
  }

#sidebar .twitter {
  margin-bottom: 2em;
  text-align: left;
  }

#sidebar .twitter p.title {
  display: block;
  height: 50px;
  }

#sidebar .twitter p img {
  float: left;
  padding-right: 10px;
  }

#sidebar .twitter .tweets .tweet {
  margin-bottom: 0.5em;
  }

#sidebar .twitter .tweets .tweet dd {
  font-size: 10px;
  font-style: italic;
  }

/* Footer Content */
#footer {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.7em;
  text-align: center;
  }

