body {
    font: 12px Verdana, Arial, sans-serif;
    background: #121212;
    color: white;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    min-width: 770px;
}

html {
    min-height: 100%;
    height: 100%;
}

a {
    color: #bd9025;
    text-decoration: none;
}a:hover {
    border-bottom: 2px solid #bd9025;
}

p {
    line-height: 1.6;
}

h3, p, .meta {
    text-shadow: 0px 0px black;
}

abbr {
    border: none;
}

.bull {
    padding: 0px 5px;
}

#leftside {
    padding-left: 50px;
    height: 100%;
    background: url(images/leftside.jpg) top left repeat-y;
    min-height: 100%;
}

#rightside {
    padding-right: 50px;
    height: 100%;
    background: url(images/rightside.jpg) top right repeat-y;
    min-height: 100%;
}

.nav {
    text-align: center;
}

.nav ul{
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
}

.nav ul li{
    display: inline;
    padding: 0px 5px;
}

.nav ul li .bull {
    padding-right: 0px;
}

.nav ul li a{
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#header {
    position: relative;
    height: 400px;
    background: black;
    -webkit-transition: height 2s ease-in-out;
    overflow: hidden;
}

#header.small {
    height: 117px;
}

#videoplayer {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#header.small #videoplayer{
    height: 117px;

}

#videoclick {
    text-align: center;
    margin-top: -5px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    color: rgba(255,255,255,0.5);
    -webkit-transition: top 2s ease-in-out;
}

.small #videoclick {
    top: -50%;
}

#logo {
    margin: 0px;
    padding: 0px;
}

#logo a{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 200;
    width: 351px;
    height: 77px;
    background: url(images/logo.png) 0px 0px no-repeat;
    text-indent: -5000em;
}#logo a:hover{
    border: none;
}

* html #logo a{
    background: url(images/logo.gif) 0px 0px no-repeat;
}

#header h2 {
    border: none;
    position: absolute;
    bottom: 20px;
    left: 391px;
    z-index: 200;
    width: 200px;
    height: 34px;
    font-size: 40px;
    vertical-align: bottom;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
}

#nowplaying {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    width: 290px;
    height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    overflow: hidden;
}

#nowplaying select{
    background: transparent;
    color: white;
    width: 150px;
    overflow: hidden;
}

* html #nowplaying select{
    background: #0a0a0a;
}

#content {
    background: url(images/sidebar.jpg) top right repeat-y;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

h2 {
    font: 30px Times, Times New Roman, serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #afafaf;
}h2 a{
    color: white;
}

#sidebar {
    float: right;
    width: 210px;
    padding: 20px;
    position: relative;
}

#mainbody {
    margin-right: 250px;
    padding: 20px;
}

.hentry h3, .haudio h3 {
    font: 30px Times, Times New Roman, serif;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.hentry h3 a{
    color: white;
}

.hentry .meta {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #afafaf;
}

.hentry .meta a{
    color: #afafaf;
}

.hentry {
    margin-bottom: 40px;
}

#footer {
    border-top: 2px solid #afafaf;
    clear: both;
}

#release {
    text-transform: uppercase;
    text-align: center;
}

#release h3, #mailinglist h3, #sidetourdates h3{
    font: 18px Times, Times New Roman, serif;
    margin: 0px;
    padding: 0px;
}

#release img {
    margin: 10px 0px;
    border: 2px solid white;
}

#release p {
    letter-spacing: 2px;
}

#mailinglist {
    border-top: 2px solid #afafaf;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

#mailinglist h3{
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

#subscribebox {
    position: relative;
    display: block;
}

#subscribefield {
    width: 206px;
    height: 24px;
    font-size: 14px;
    position: relative;
    z-index: 5;
    padding: 0px;
}

#subscribego {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 10;
    width: 27px;
    height: 26px;
}

* html #subscribego {
    right: 21px;
    top: 2px;
}

#sidetourdates {
    border-top: 2px solid #afafaf;
    margin-top: 20px;
    padding-top: 10px;
}

#sidetourdates h3 {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

#sidetourdates h3 a{
    color: white;
}

.vcalendar {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* html .vcalendar {
    margin-top: 10px;
}

.dtend {
    display: none;
}

* html .dtendcont {
    display: none;
}

.vevent .dtstart {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #afafaf;
    float: left;
    width: 80px;
    margin-top: 2px;
    text-shadow: 0px 0px black;
}

* html .dtstartcont {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #afafaf;
    float: left;
    width: 80px;
    margin-top: 2px;
}

.vevent .info {
    margin-left: 85px;
}

* html .vevent .info {
    margin-top: -15px;
}

.vevent .info a{
    color: white;
}

.icallink {
    border-top: 2px solid #afafaf;
    margin-top: 20px;
    padding-top: 20px;
}

.notitle {
    margin-top: -15px;
}

#photocontents {
    text-align: center;
}

#photocontents a, #photocontents a:hover {
    border: none;
}

#photocontents img, #photocontents a img{
    border: 2px solid white;
    margin: 5px;
}#photocontents a:hover img{
    border: 2px solid #bd9025;
}

.haudio {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

* html .haudio {
    clear: left;
}

.packshot {
    float: left;
    width: 204px;
}

.packshot img{
    border: 2px solid white;
}

.haudio .contributor {
    display: none;
}

.haudio h3 {
    margin-bottom: 20px;
}

.releasecontent {
    margin-left: 244px;
}

.releasecontent ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.releasecontent .published {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #afafaf;
    margin-bottom: 20px;
    display: block;
    border: none;
}

.releasecontent li {
    text-shadow: 0px 0px black;
    margin-bottom: 5px;
    overflow: hidden;
}

.releasecontent li .position{
    letter-spacing: 2px;
    color: #afafaf;
    float: left;
    width: 20px;
}


.releasecontent li .title {
    margin-left: 30px;
    display: block;
}

* html .releasecontent li .position{
    margin-top: 15px;
}