/* 
    Document   : hades
    Created on : Apr 13, 2009, 7:28:35 PM
    Author     : filip
    Description:
        This is the stylesheet for Hades Almighty website.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color:black;
}

div#main {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#header{
    width:1024px;
    height:249px;
    background-image:url(../images/header.png);
}

div#content{
    width:924px;
    height:355px;
    background-image:url(../images/content.png);
    color:white;
    margin: 0px;
    padding: 0px;
}

div#content_left{  
    width:300px;
    height:347px;
    overflow:auto;
    float:left;
    margin-bottom:4px;
    margin-top:4px;
    margin-left:50px;
}

div#content_right{
    width:550px;
    height:347px;
    overflow:auto;
    float:left;
    margin-bottom:4px;
    margin-top:4px;
    border-left:1px solid white;
}

div#home_page{
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width:400px;
    height:340px;

}

h1{
    margin-left: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-image:url(../images/eye.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    font-family:Vein;
    font-size:16px;
}

h2{
    margin:0px;
    border-bottom:solid 1px;
    font-size: 13px;
}

p{
    margin: 2px 5px 2px 5px;
    font-size:11px;
}

a{
    font-size:12px;
}

div#footer{
    width:1024px;
    height:164px;
    background-image:url(../images/footer.png);
}

div#menu_wrap{
    width:1024px;
    height:100px;
    margin-left:25px;
    padding-top:10px;
}

div#menu_wrap a{
    text-decoration:none;
}

a img
{
    border-width: 0px;
}

.menu_item{
    float:left;
    height:60px;
}

div#band_member{
    width:300px;
    float:left;
}

.covers{
    float:left;
    height:100px;
    width:100px;
}

.album_release{
    text-align: left;
}

