/* Hedgehog Heaven design by Richter (www.paletteswap.com) */

body {
    background: #0020e7 url(graphics/bg2.gif) top left repeat fixed;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

#body-cont {
    background: #0020e7 url(graphics/bottom_large.gif) bottom left no-repeat;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    margin: 0px auto 15px auto;
    padding-bottom: 120px;
    position: relative;
    text-align: left;
    width: 640px;
}

#title-cont {
    /*background: url(graphics/title_5.gif) top left no-repeat;*/
    display: block;
    height: 185px;
}

#title-main {
    background: #000084 url(graphics/mtn_bg.gif) bottom left repeat-x;
    border: 1px solid #fff;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    left: 270px;
    padding-bottom: 33px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 350px;
}

#title-main img {
    float: left;
    margin: 5px;
}

#nav {
    background: url(graphics/ribbon.gif) top left no-repeat;
    display: block;
    height: 86px;
    margin: 2px 0px 1em 0px;
    padding-top: 12px;
    position: absolute;
    text-align: center;
    width: 350px;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#nav ul li {
    display: inline;
}

.nav-link:link, .nav-link:visited, .nav-link:active {
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px;
    text-decoration: none;
}

.nav-link:hover, .nav-link-here:link, .nav-link-here:visited, .nav-link-here:active, .nav-link-here:hover {
    color: #0020e7;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-right: 2px;
    padding: 3px;
    text-decoration: none;
}

.inside {
    margin: 65px 5px 5px 5px;
    position: relative;
    top: 10px;
}

#song-nav {
    margin-bottom: 50px;
    margin-top: 25px;
    text-align: left;
}

#song-nav ul {
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding: 0;
}

#song-nav ul li a:link, #song-nav ul li a:visited, #song-nav ul li a:active, .basicLink:link, .basicLink:visited, .basicLink:active {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

#song-nav ul li a:hover, .basicLink:hover {
    color: #ffff00;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

#song-nav ul li a img {
    border: none;
}

#info-cont {
    background: #2141c6 url(graphics/screen_left.gif) top left no-repeat;
    border: 1px solid #fff;
    display: block;
    height: 400px;
    left: 270px;
    position: absolute;
    text-align: center;
    top: 180px;
    width: 350px;
    z-index: 1;
}

#extra-info {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    left: 5px;
    position: absolute;
    text-align: left;
    width: 120px;
}

.sideLink:link, .sideLink:visited, .sideLink:active {
    /*border: 1px solid #fff;*/
    color: #fff;
    display: block;
    font-size: 8pt;
    margin: 3px;
    padding: 2px;
    text-decoration: none;
}

.sideLink:hover {
    background: #fff;
    color: #e70000;
}

#extra-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.info-small {
    display: block;
    height: 300px;
    right: 5px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 198px;
    z-index: 2;   
}

.info-title {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 5px 5px 0px 0px;
    text-align: right;
}

.detail-cont {
    background: url(graphics/bg2.gif) top left repeat;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: -5px; /* Dunno WTF this is... */
    top: expression("0px"); /* IE */
    width: 198px;
    /*width: expression("200px"); Stupid IE - never mind, Service Pack 2 fixes this. */
}

.detail-remixer {
    background: #0021e7 url(graphics/bg1.gif) bottom left repeat-x;
    border: 1px solid #fff;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 1em 0px 0px 0px;
    padding: 0;
    position: relative;
    text-align: left;
    top: -5px; /* Dunno WTF this is... */
    top: expression("0px"); /* IE */
    width: 198px;
}

.leftPad {
    margin-left: 3px;
}

.remixer-info {
    margin: 0px 3px 2em 3px;
}

.download:link, .download:visited, .download:active {
    background: #4263e7;
    border-bottom: 2px solid #2343bb;
    border-left: 2px solid #7c96f6;
    border-right: 2px solid #2343bb;
    border-top: 2px solid #7c96f6;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-weight: bolf;
    display: block;
    margin: 3px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

.download:hover {
    border-bottom: 2px solid #7c96f6;
    border-left: 2px solid #2343bb;
    border-right: 2px solid #7c96f6;
    border-top: 2px solid #2343bb;
    left: 1px;
    position: relative;
    top: 1px;
}

.detail-header {
    background: #0021e7;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
}

.emph {
    font-weight: bold;
}

#content-cont {
    color: #fff;
    font-family: arial, arial, sans-serif;
    font-size: 10pt;
    text-align: left;
    margin: 5px;
}

h2 {
    background: url(graphics/medium.gif) center left no-repeat;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    height: 36px;
    margin-bottom: 10px;
    padding-left: 50px;
}

#content-cont span {
    font-size: 14pt;
    font-weight: bold;
    margin-left: 3em;
}

.content-body {
    margin-bottom: 20px;
}

.content-link:link, .content-link:visited, .content-link:active {
    color: #ffff00;
    text-decoration: none;
}

.content-link:hover {
    color: #ffff00;
    text-decoration: underline;
}

#second-body {
    background: url(graphics/bg3.gif) top center repeat-y;
}

#thanks {
    list-style-type: none;
    list-style-image: url(graphics/tiny.gif);
}

.cdart {
    text-align: center;
    vertical-align: top;
}

.cdart ul {
    list-style-type: none;
    margin: none;
    padding: none;
}

.cdart ul li {
    background: #fff;
    display: inline;
    margin-right: 25px;
}

.cdart {
    text-align: center;
}

.cdart table {
    margin: auto;
}

.cdart table tr td {
    vertical-align: top;
}

.cdart table tr td img {
    border: 1px solid #fff;
}

.new-p { margin-top: 1em; }

