/*
Theme Name: MMM3
Theme URI: http://www.michaelmaasmusic.com
Description: Built from scratch theme for MMM
Version: 1.0
Author: M Maas
Latest updated: October 24th, 2006
*/

/* Body */
body {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 62.5%;
  background: #fff url(images/bg_pana.jpg) top center no-repeat;
}

#frame {
  width: 760px;
  margin: 0 auto 15px auto;
}

#header {
  height: 115px;
}

#content {
  width: 540px;
  float: left;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar {
  width:200px;
  float:right;
}

#footer {
  clear: both;
  color: #808080;
  padding: 8px 0 8px 0;
  text-align: center;
}

.post {
  font-size: 1.05em;
  line-height: 1.4em;
}

.postinfo {
  font-size: 1em;
  margin-top: -10px;
  color: #333;
  line-height: 1em;
}

a {
        text-decoration:none;
  color: #26548b;
	}

a:hover {
        text-decoration:underline;
}

h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	}

#sidebar a {
  font-size: 1.5em;
}

a:visited {
        color: #776644;
        }

h3 {
	font-size: 1.2em;
        color: ff00fc;
	}

#comment {
  background: #ccc;
  padding: 5px;
}

.commenttext {
  margin-left: 25px;
  margin-right: 25px;
}

.commentinfo {
  padding: 2px;
  color: #777;
  font-size: 1em;
}

.commenttitle {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#desc {
  background: #ad1;
  padding: 10px;
}

#lyrics {
  line-height: 1.2em;
  font-size: 0.8em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  background: #ddddbb;
}

<!-- MENU -->

#menu {
}

#menu ul {	
  list-style: none;
  width: 100%;
  padding: 0;
}	

#menu li {
  margin-bottom: 4px;
}

#menu li a {
  font-weight: bold;
  height: 15px;
  text-decoration: none;
  color: #121C4D;
  display: block;
  background: #eee;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  padding: 4px;
}	

#menu li a:hover {
  background: #eaeaea;
  color: #286ea0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

#title h1 {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #fff;
}

#title a {
  color: #fff;
}

#title p {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-style: italic;
  margin-top: -10px;
  color: #fff;
}

/* Song index table */

table.mainindex {
  width: 100%;
  background: #fff;
}

table.mainindex td.title {
  width: 250px;
  text-align: left;
}

table.mainindex td.headerl {
  font-weight: bold;
  border-bottom: 1px solid black;
  text-align: left;
  background: #c4b782;
}

table.mainindex td.headerc {
  font-weight: bold;
  border-bottom: 1px solid black;
  text-align: center;
  background: #c4b782;
}

table.mainindex td {
  text-align: center;
  border-bottom: 1px #c4b782 dotted;
}

/* End song index table */

/* Begin small table for song pages */

table.small {
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}

table.small td.headerc {
  font-weight: bold;
  border-bottom: 1px solid black;
  text-align: center;
  background: #c4b782;
  width: 50px;
}

table.small td.title {
  width: 250px;
  text-align: left;
}

table.small td {
  text-align: center;
  border-bottom: 1px #c4b782 dotted;
}

/* Begin Images */

