/*   
Theme Name: Mark Phelps Music
Theme URI: http://www.markphelpsmusic.com/
Description: Theme created for markphelpsmusic.com
Author: Ben Ramsey
Author URI: http://benramsey.com/
Version: 1.0
*/
html { 
    height: 100%; 
    overflow: hidden;
}
body { 
    background-color: #F9F9F9; 
    margin: 0px; 
    padding: 0px; 
    height: 100%; 
    border-top: 1px transparent solid; 
    margin-top: -1px;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
img {
   border: none;
}
h1 {
   font-family: "Courier New", Courier, monospace;
   font-size: 150%;
   margin-top: 0px;
   color: #993333;
}
h2 {
   font-family: "Courier New", Courier, monospace;
   font-size: 125%;
   margin-top: 0px;
   margin-bottom: 0px;
}
div#content-window {
    position: absolute;
    left: 25px;
    bottom: 15px;
    width: 45%;
    height: 67%;
    border-width: 1px;
    border-style: dotted;
    border-color: black;
    background-color: white;
    z-index: 50;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}
div#content {
    margin: 0px;
    padding: 10px;
}
#content a, #copyright a {
   color: #993333;
   text-decoration: none;
   border-bottom-width: 1px; 
   border-bottom-style: dotted;
   border-bottom-color: #993333;
}
#content a:hover, #copyright a:hover {
   border-bottom-style: solid;
}
div#copyright {
    position: absolute;
    left: 25px;
    bottom: 0px;
    z-index: 60;
}
div#copyright p {
    font-size: 9px;
    padding: 0px;
    margin: 0px;
    color: #993333;
}
img#background { 
    height: 100%;
    position: absolute; 
    top: 0px;
    right: 0px;
    color: #F9F9F9; 
    z-index: 1;
}
div#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
div#linksA {
    position: absolute;
    top: 19px;
    left: 247px;
    width: 124px;
    z-index: 11;
}
div#linksB {
    position: absolute;
    top: 43px;
    left: 352px;
    width: 79px;
    z-index: 12;
}
div.links ul, div.links li {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#player {
   position: absolute;
   top: 0px;
   right: 0px;
   margin: 0px;
   margin-top: -2px;
   padding: 0px;
   z-index: 70;
}
.entry ul {
   margin: 0px;
   padding: 0px;
   margin-left: 25px;
   text-indent: -11px;
}
.entry ul li {
   list-style-type: none;
}
.entry ul li:before {
   content: "\00BB \0020";
}
.post {
   margin-bottom: 30px;
}