/* ### COMMON ### */

body {
margin: 0px;
padding: 0px;
background-color: #000000;
color: #9A9A9A;
font-family: Tahoma, Arial;
font-size: 12px;
}

div#main {
text-align: center;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 760px;
}

div#info {
margin-top: 2px;
text-align: center;
color: #9AEA9A;
font-weight: bold;
}

div.info {
margin-top: 2px;
text-align: center;
color: #9AEA9A;
font-weight: bold;
}

div#title {
text-align: center;
color: #9AEA9A;
}

span.green {
color: #9AEA9A;
}

a:link, a:active, a:visited {
color: #9A9AEA;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
}

form {
margin-top: 7px;
}

img {
border-style: none;
}

div.share {
text-align: center;
margin-top: 18px;
}


/* ### HEADER ### */


div#header {
margin-top: 4px;
padding: 5px;
width: 780px;
height: 80px;
border: 2px solid #9A9A9A;
text-align: center;
}

img.header1 {
margin-top: 2px;
border-style: none;
float: left;
}

img.header2 {
margin-top: 2px;
border-style: none;
float: right;
}

div.headertext {
margin-top: 5px;
height: 50px;
}

div.menu {
margin-top: 5px;
font-family: Tahoma, Arial;
font-size: 12px;
font-weight: bold;
}

a.menu:link, a.menu:active, a.menu:visited {
color: #9A9A9A;
text-decoration: none;
}

a.menu:hover {
color: #FFFFFF;
}


/* ### NOTICE ### */


div#notice {
padding: 5px;
margin-top: 4px;
border: 2px solid #9A9A9A;
background-color: #9A9A9A;
color: #111111;
text-align: center;
font-weight: bold;
width: 780px;
height: 15px;
}

a.notice:link, a.notice:active, a.notice:visited {
color: #FFFFFF;
text-decoration: none;
}

a.notice:hover {
color: #000000;
}


/* ### CONTAINER ### */


div#container {
padding: 5px;
margin-top: 4px;
border: 2px solid #9A9A9A;
width: 780px;
height: 440px;
text-align: center;
}


/* ### ARTISTS PAGE ### */


div.artistsblock {
margin-top: 15px;
text-align: left;
height: 380px;
overflow-y: auto;
margin-left: 20px;
margin-right: 20px;
}

a.artist:link, a.artist:active, a.artist:visited {
color: #9A9AEA;
text-decoration: none;
font-weight: bold;
}

a.artist:hover {
color: #FFFFFF;
}


/* ### RELEASES PAGE ### */


div.releases {
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
height: 210px;
overflow-y: auto;
font-weight: bold;
}

div.schedule {
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
height: 70px;
overflow-y: auto;
font-weight: bold;
}

a.release:link, a.release:active, a.release:visited {
color: #9A9AEA;
text-decoration: none;
}

a.release:hover {
color: #FFFFFF;
}


/* ### MEDIA PAGE ### */


div.media {
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
height: 444px;
font-weight: bold;
}

div.podcasts {
margin-top: 0px;
}

span.mright {
float: right;
margin-right: 25px;
}

div.livecasts {
margin-top: 0px;
}


/* ### DIARY ### */

div.diary {
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
height: 380px;
overflow-y: auto;
}

/* ### LINKS PAGE ### */


div.links {
text-align: left;
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
height: 380px;
overflow-y: auto;
font-weight: bold;
}

/* ### ALBUM PAGE ### */


div.album {
margin-top: 4px;
margin-left: 10px;
text-align: left;
}

div.albumlogo {
float: left;
padding: 5px;
}

div.albumlogo img {
border: 1px solid #9A9A9A;
}

div.albuminfo {
float: left;
padding: 5px;
margin-left: 5px;
line-height: 16px;
}

div.tracksblock {
clear: both;
text-align: left;
}

ol {
margin-top: 0px;
margin-bottom: 0px;
}

div.tracks {
padding: 0px;
margin-right: 20px;
height: 140px;
overflow-y: auto;
}

div.navigation {
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 20px;
font-size: 10px;
}

div.lnav {
float: left;
}

div.rnav {
float: right;
}


/* ### FOOTER ### */


div#footer {
margin-bottom: 15px;
padding: 5px;
width: 780px;
height: 14px;
text-align: center;
}

div.lfooter {
float: left;
}

div.rfooter {
float: right;
}