/*  
Theme Name: Songs in the Key of Elvis
Theme URI: http://www.songsinthekeyofelvis.com/
Description: A custom theme developed for the Songs in the Key of Elvis website.
Version: 0.1
Author: Noah St. Amand
Author URI: http://www.tookish.net/
*/

body {
  margin: 0;
  background-color: #FFF;
  font-size: 13px;
  line-height: 1.2;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #006;
}
img {
  border-width: 0;
}
a {
  color: #009;
}
a:hover {
  background-color: #DDD;
}
.important, .tagline {
  text-transform: uppercase;
  font-weight: bold;
  color: #900;
}
.tagline {
  text-align: center;
  font-size: 140%;
}
#container {
  margin: 0 auto;
  width: 780px;
}
#menu {
  margin: 10px 0;
  padding: 0;
  width: 130px;
  float: left;
  list-style-type: none;
}
#menu li {
  margin: 0;
  padding: 0;
}
#menu a {
  display: block;
  width: 114px;
  height: 14px;
  overflow: hidden;
  background: transparent url("/wp-content/themes/songsinthekeyofelvis/menu-item-bg.jpg") scroll no-repeat bottom right;
  padding: 4px 8px;
  text-decoration: none;
  font-size: 90%;
  color: #000;
}
#menu a:hover {
  background-image: url("/wp-content/themes/songsinthekeyofelvis/menu-item-bg-hover.jpg");
}
#content {
  width: 600px;
  float: right;
}
#content h1, #content h2, #content h3 {
  font-family: "Times New Roman", Times, serif;
}
#content h1 {
  text-align: center;
  font-style: italic;
}
#content h2 {
  font-style: italic;
}
#content img {
  display: block;
  margin: 10px;
  float: right;
}
#content img.gallery {
  margin: 30px 0 10px 0;
  float: none;
}
#content th {
  text-align: left;
}
#content img#poster {
  float: none;
}
#content .cd-info, #content .sponsors-info {
  text-align: center;
  font-weight: bold;
}
#content .cd-info img, #content .sponsors-info img {
  float: none;
  display: inline;
}
#content .cd-info ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
#content .cd-info li {
  margin: 0;
  padding: 0;
  color: #000;
}
#content .cite {
  text-align: right;
  font-weight: bold;
}
#content .very-important {
  text-transform: uppercase;
  font-weight: bold;
  color: #900;
}
#footer {
  clear: both;
  padding: 20px 0;
  text-align: center;
  font-size: 90%;
  color: #000;
}
#footer p {
  background-color: #FF8;
  padding: 2px 0;
}
