/*
 *	CBR - Cascading Style Sheet
 *
 *	Author: Alexander Strobbe
 *	02/2010
 *
 */
 
@import url("reset.css");
 
/* General */
body {
    background: #000 url(../img/body.jpg) center top no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #a9a9a9;
    line-height: normal;
}

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

a:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

h1 a {
    display: block;
    text-indent: -9999px;
    outline: none;
    width: 280px;
    height: 180px;
    background: transparent url(../img/cbr.gif) left top no-repeat;
    position: absolute;
    top: -200px;
    left: 60px;
}

h2 {
    display: none;
}

.clear {
    clear: both;
}

a.zoom {
    position: absolute;
    top: 0;
    left: 10px;
    background: #000 url(../img/plus.gif) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    display: block;
}

a.zoom:hover {
    background: #000 url(../img/plus_h.gif) 0 0 no-repeat;
}

#container {
    margin: 0px auto;
    width: 1040px;
    position: relative;
}

h3#adtit {
	margin-bottom: 10px;
}

/* Navigation Large */
ul#nav {
    display: block;
    width: 370px;
    position: absolute;
    left: 385px;
    top: -130px;
}

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

ul#nav li a {
    display: block;
    text-indent: -9999px;
    outline: none;
    height: 25px;
}

ul#nav li a.artists {
    margin-right: 30px;
    width: 107px;
    background: transparent url(../img/artists.gif) left top no-repeat;
}

ul#nav li a.releases {
    width: 230px;
    background: transparent url(../img/releases.gif) left top no-repeat;
}

/* Navigation Small */
ul#subnav {
    display: block;
    width: 349px;
    position: absolute;
    left: 393px;
    top: -95px;
}

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

ul#subnav li a {
    display: block;
    text-indent: -9999px;
    outline: none;
    height: 10px;
}

ul#subnav li a.downloads {
    margin-right: 10px;
    width: 34px;
    background: transparent url(../img/downloads.gif) left top no-repeat;
}

ul#subnav li a.contact {
    margin-right: 10px;
    width: 49px;
    background: transparent url(../img/contact.gif) left top no-repeat;
}

ul#subnav li a.calendar {
    margin-right: 10px;
    width: 55px;
    background: transparent url(../img/calendar.gif) left top no-repeat;
}

ul#subnav li a.management {
    margin-right: 10px;
    width: 72px;
    background: transparent url(../img/management.gif) left top no-repeat;
}


ul#subnav li a.about {
    width: 95px;
    background: transparent url(../img/about.gif) left top no-repeat;
}

/* Content */
#content {
    margin: 200px 40px 20px 80px;
    width: 950px;
}

#content .left {
    float: left;
}

#leftbar {
    width: 205px;
}

/* Homepage releases */
#leftbar .release_home {
    width: 200px;
    height: 200px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

#leftbar .release_home p {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff url(../img/disc.gif) 5px 5px no-repeat;
    padding: 6px 5px 4px 25px;
    width: 160px;
    color: #cc3333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

#leftbar .release_home p strong {
    font-size: 16px;
}

/* Entries */
#feed {
    width: 465px;
    margin: 0 20px;
}

#feed .entry h3 {
    background: #000 url(../img/spark.gif) 10px 10px no-repeat;
    display: inline-block;
    padding: 2px 10px 2px 25px;
    font-family: "Arial Black", Arial;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

#feed .entry .entrycontent {
    background: #000;
    padding: 10px 30px;
    margin: 10px 0;
	min-height: 130px;
}

#feed .entry .entrycontent .left img {
    margin: 0;
}

#feed .entry .entrydate {
    margin: 5px 0 10px -15px !important;
    font-size: 9px !important;
    color: #be1e2d;
}

#feed .entry .entrycontent p {
    font-size: 12px;
    margin: 10px 0;
}

#feed .imghome {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 5px 15px 5px 0;
    position: relative;
}

#feed .entry .social {
    margin: 5px 0;
}

/* Page */
#feed.page .entry .entrycontent p {
    color: #efefef;
}

/* Rightbar */
#rightbar {
    margin: -125px 10px 20px 5px;
    width: 205px;
}

#rightbar .rightblock {
    background: #000;
    padding: 10px;
    margin: 15px 0;
}

#rightbar .rightblock h3 {
    background: #be1e2d;
    color: #000;
    padding: 2px;
    font-size: 13px;
    text-transform: uppercase;
}

#rightbar .rightblock p {
    margin: 10px 0 0 0;
    text-align: center;
}

#rightbar .rightblock p.sub {
    text-align: left;
    color: #575757;
}

/* Details */
#feed .entry p.entrydetails {
    font-size: 14px;
    border-top: 1px #333 dotted;
    padding-top: 10px;
}

#feed .entry ul {
    list-style-type: square;
    margin: 10px;
    font-size: 12px;
}

/* Calendar */
#cal {
    padding: 0 !important;
}

#cal table {
    margin: 10px 0;
    background-color: #000;
}

#cal table td, #cal table th {
    padding: 5px;
}

#cal table th {
    color: #fff;
    font-size: 14px;
}

/* Forms */
input {
    background-color: #121212;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    color: #be1e2d;
    margin: 10px 0;
}

/* Footer */
#footer {
    background: #000 url(../img/footbg.gif) left bottom repeat-x;
    height: 100px;
    width: auto;
}

#footer h4 {
	display: block;
	width: 98px;
	height: 98px;
	background: #000 url(../img/footer.gif) center top no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
}

/* IE6 Warning */
#IEwarning {
    border-bottom: 1px solid #a0a0a0;
    color: #333;
    font-size: 11px;
    line-height: 23px;
    height: 23px;
    padding: 0 25px;
    margin: 0;
    width: auto;
    background: #ffffe1 url(../img/warning.gif) no-repeat 5px center;
    text-decoration: none;
    display: block;
}
