/*------------ main style -------------*/

* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 20px 70px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: none;
color: #5e8dec;
}
a:hover {
text-decoration: none;
color: #eee;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 60px;
}

#header h1 {
color : #fff; 
font-size: 45px;
letter-spacing: -2px;
}
/*------------ end main -------------*/


/*------------ navigation -------------*/
#left {
margin-top: 10px;
float: left;
width: 160px;
font-size: 13px;
padding: 10px;
background: #2F2C2C;
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 20px 70px;
}
#left ul {
padding: 5px 0 10px 30px;
color: #ccc;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -1px;
padding: 5px 0 5px 0;
}

/*------------ end navigation -------------*/


/*------------ right div -------------*/
#right {
margin-top: 10px;
float: right;
width: 580px;
background: #2F2C2C;
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 20px 70px;
text-align: justify;
padding: 10px;
    font-size: 14px;
}
#right h2 {
font-weight: 100;
letter-spacing: 0px;
font-size: 26px;
padding: 30px 0 10px 0;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}
#right h3{
    color: #fff;
font-weight: 140;
font-size: 14px;
    letter-spacing: 1px;    
}

#right h3 span.live{
    letter-spacing: 4px;
    font-weight: 400px;
}

#right h3.news{
    font-weight: 140px;
   padding: 20px 10px 8px 0px;
}

#right p.news{
    color: #fff;
    font-style: italic;
    padding-left: 15px;
    margin: 0px;
}

#right p{
    line-height: 133%;
margin: 8px;
}

#right p.releases{
    margin-top: 3px;
    color: #fff;
}

#right p span.releases{
    font-size: 18px; 
    letter-spacing : 7px;
}


#right p{
    color: #fff;
}

/*------------end right div -------------*/


/*------------ mp3 player -------------*/
#player {
margin-top: -20px;
width: 200px;
float: left;
background: #2F2C2C;
text-align: justify;
color: #eee;
padding: 10px;
font-size: 13px;
} 

#player ul {
padding: -5px 0px 0px 0px;
list-style-type: none;
}

#letter {    
margin-top: 10px;
    text-align: justify;
font-size: 13px;
 font-weight: 200;
    background: #cc6622;
}

#player ul li.gen {
margin: 10px 5px 10px 5px;
padding: 2px 0px 0px 0px;
list-style-type: none;
background: #0D0D0D;
text-align: center; 
}

#player ul li.sel {
margin: 10px 5px 10px 5px;
padding: 2px 0px 0px 0px;
    background: #5e8dec;
    text-align: center;
    color:  #eee;
}

#player ul li.dum {
    margin: 7px 5px 7px 5px;
padding: -5px 0px 0px 0px;
background: #0D0D0D;
    text-align: center;
   color: #2F2C2C;
}

#player ul li.sel a {
    color:  #0D0D0D;
}

#player_wrap_left {
float: left;
    width: 210px;
padding-left: 50px;
}
#player_wrap_right {
float: right;
padding-right: 20px;
    width: 2100px;
}

/*------------ end mp3 player -------------*/

/*------------ photo browser -------------*/

#album {
margin: 5px;
float: left;
width: 550px;
text-align: center;
padding: 10px;
}

#album h1{
    color: #eee;
float: left;
width: 560px;
text-align: left;
padding: 10px;
    
}

#album_bot {
text-align: center;
    padding: 10px;
    font-size: 18px;
    
}

    
    #album_bot a{
text-align: center;
    padding: 10px;
    font-size: 16px;
    }

/*------------ end photo browser -------------*/

/*------------ bottom div -------------*/
#footer {
background: #0D0D0D;
font-size: 10px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}
/*------------ end bottom div -------------*/