body {
    margin: 0px;
    padding: 0px;
    background: black;
    color: #9d9c9c;
    font: 12px Helvetica, Arial, sans-serif;
    text-align: center;
    min-width: 771px;
    line-height: 1.5;
}

h1 {
    text-indent: -5000em;
    width: 568px;
    height: 377px;
    background: url(images/header.jpg) 0px 0px no-repeat;
    margin: 0px;
    padding: 0px;
}

#header {
    border-bottom: 1px solid #424345;
    position: relative;
    background: black;
}

#header a {
    text-decoration: none;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 150px;
    background: url(images/subscribe.jpg) center top no-repeat;
    padding-top: 100px;
    text-align: center;
    border: none;
}

#header a .title {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

#header a .details {
    color: #c5c5c5;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

#header a:hover, #header a:hover .title {
    color: #bc0c0a;
}

#header a:hover .details {
    color: white;
}

#container {
    width: 750px;
    margin: auto;
    text-align: left;
}

#main {
    font-size: 15px;
    margin-top: 30px;
    margin-right: 230px;
}

#sidebar {
    float: right;
    width: 210px;
    padding-bottom: 20px;
}

#sidebar .label {
    background: black;
    font-size: 17px;
    color: white;
    font-weight: normal;
    padding: 10px 5px 10px 5px;
    border: none;
    border-bottom: 1px dashed #b5b4b4;
    overflow: hidden;
}

#sidebar .label:hover {
    color: #bc0c0a;
    cursor: pointer;
}

#sidebar .label .date {
    font-size: 12px;
    color: #9d9c9c;
    float: right;
    margin-top: 5px;
}

#sidebar .accBody {
    background: black;
    border: none;
    border-bottom: 1px dashed #b5b4b4;
    overflow: auto;
}

#sidebar .accBody p{
    padding: 0px 5px 0px 5px;
    font-size: 0.8em;
    overflow: auto;
}

#sidebar .details {
    display: block;
    color: #bc0c0a;
}

a {
    color: #bc0c0a;
    text-decoration: none;
    border-bottom: 1px solid #bc0c0a;
} a:hover {
    color: white;
}

#sideinfo {
    color: #bc0c0a;
    margin-top: 10px;
    margin-bottom: 10px;
}

#links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#links ul li {
    float: left;
    display: block;
}

#links ul li a{
    text-indent: -5000em;
    display: block;
    border: none;
}

#artscouncil {
    width: 82px;
    height: 63px;
    background: url(images/artscouncil.jpg) 0px 0px no-repeat;
}#artscouncil:hover {
    background: url(images/artscouncil.jpg) 0px -63px no-repeat;
}

#bbc {
    width: 82px;
    height: 63px;
    background: url(images/bbc.jpg) 0px 0px no-repeat;
}#bbc:hover {
    background: url(images/bbc.jpg) 0px -63px no-repeat;
}

#iainandjane {
    width: 168px;
    height: 41px;
    background: url(images/iainandjane.jpg) 0px 0px no-repeat;
}#iainandjane:hover {
    background: url(images/iainandjane.jpg) 0px -41px no-repeat;
}

#silentsound {
    width: 168px;
    height: 59px;
    background: url(images/silentsound.jpg) 0px 0px no-repeat;
}#silentsound:hover {
    background: url(images/silentsound.jpg) 0px -59px no-repeat;
}

#episodes ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

#episodes li {
    float: left;
    display: block;
    width: 150px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b5b4b4;
    margin: 40px;
    font-size: 0.8em;
}

#episodes li h3 {
    font-weight: normal;
    color: #bc0c0a;
    margin: 0px;
}

#episodes li p {
    margin: 0px;
}
