/*
* Theme Name: Eel Music
* Author: Dan Browne
*/

* {
    padding: 0;
    margin: 0;
}

body {
    background:url(media/bg.jpg) repeat-x #347c8e;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: underline;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
/*    background: url(media/eel-logo.png) no-repeat 200px 20px;*/
    z-index: 10;
}

#content {
    width: 655px;
    padding-top: 135px;
}

#menu {
    color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
}

#menu li {
    list-style:none;
    float:left;
    margin-right:20px;
}

#menu li:last-child {
    margin-right: 0;
}

#menu li a {
    color:#FFF;
    text-decoration:none;
    display:inline-block;
    padding-top:10px;
}

#menu li a:hover {
    background:url(media/linkArrow.png) no-repeat top;
}

#page-content {
    background: url(media/content-mid.png) repeat;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    text-align: justify;
}

#bigEel {
    background: url(media/eel-bg.png) no-repeat;
    width: 1016px;
    height: 839px;
    position: fixed;
    top: 0;
    z-index: -2;
    left: 50%;
    margin-left: -550px;
}

#verticalBar {
    position: fixed;
    background: url(media/verticalBar.gif) repeat-y right;
    width: 1000px;
    height: 100%;
    z-index: -1;
    left: 50%;
    margin-left: -600px;
}

#alex {
    position: fixed;
    bottom: 0;
    background: url(media/alex-home.png) no-repeat;
    width: 562px;
    height: 411px;
    margin-left: 700px;
}

img.alignright {
float:right;
padding-left: 10px;
padding-bottom: 10px;
}

/*#alex.news {
    background: url(media/alex-news.png) no-repeat !important;
    width: 551px;
    height: 466px;
    margin-left: 550px;
}*/

#alex.biography {
    background: url(media/alex-bio.png) no-repeat !important;
    width: 580px;
    height: 419px;
    margin-left: 700px;
}

#alex.eel-speak {
    background: url(media/alex-eelspeak.png) no-repeat !important;
    width: 319px;
    height: 563px;
    margin-left: 750px;
}

#alex.buy, #alex.video, #alex.photos {
    background: url(media/alex-buy.png) no-repeat !important;
    width: 461px;
    height: 397px;
    margin-left: 700px;
}

#alex.lyrics-albums {
    background: url(media/alex-lyrics.png) no-repeat !important;
    width: 684px;
    height: 397px;
    margin-left: 550px;
}

#alex.news {
    background: url(media/eel-02.png) no-repeat !important;
    width: 277px;
    height: 500px;
    margin-left: 770px;
}

#copyright {
    color: #fff;
    font-size: .8em;
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

/* Wordpress Specific Styles */
.alignleft {
    padding: 10px 10px 10px 0;
    float: left;
}
