* {
    margin: 0px;
    padding: 0px;
}

/* --- STRUCTURE --- */

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url(bgr_70-g.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: 50%;
    font: 12px helvetica, arial, sanserif;
    line-height: 18px;
/*     position: relative; */
}


#container {
    z-index: -10;
    position: absolute;
    left:50%;
    margin: 0px auto 0px -385px;
  /*  background-image: url(bg70.jpg) repeat; */
  /* background-color: #D8E9ED; */
    width: 770px;
/*     overflow: hidden; */
}

#clear {clear: both; margin: 0px}

#nav {
  margin: 0px;
  width: 770px;
  height: 300px;
  background-image: url(header-all.png);
  _background-image: url(header-all.jpg);
/*   background-color: #cccccc; */
  position: absolute;
}


#lhome {
    z-index: 30;
  margin: 197px 0px 0px 140px;
  position: absolute;
}

#llive {
    z-index: 28;
  margin: 197px 0px 0px 253px;
  position: absolute;
}  

#navend {
  margin: 216px 0px 0px 0px;
  width: 770px;
  height: 84px;
  position: absolute;
/*   background-image: url(navend.jpg); */
}

#general {
  margin: 0px;
  width: 770px;
  position: absolute;
}

#main {
  padding: 250px 0px 0px 41px;
  position: absolute;
}

#main a {
    text-decoration: none;
    color: #cc0000;
    padding: 2px 0px 2px 0px;
}

#main a:hover {
    color: #ffffff;
    background-color: #cc0000;
}

#nav a {
    text-decoration: none;
    color: #000000;
    padding: 2px 0px 2px 0px;
}

#nav a:hover {
    color: #cc0000;
    background-color: none;
}

#llive h4 {
  color: #454545;
}

#lhome h4 {
  color: #454545;
}

#sidebar {
    z-index: 5;
    width: 204px;
    float: left;
}

#mailing {
    z-index: -3;
    /* float: right; */
    top: auto;
    /* background-color: #FFF; */
    padding: 0px 10px 0px 10px;
    font: 10px arial, sanserif;
}

#mailing input {
    font: 10px arial, sanserif;
}

#spacer {
    margin: 0px 0px 10px 10px;
    float: left;
}

#audioplayer {
    z-index: auto;
    height: 73px;
    margin: 0px;
    top: auto;
    background-color: #FFF;
    background-image: url(apdiv.jpg)
    background-repeat: no-repeat;
}

#vspacer {
    margin: 10px 0px 0px 0px;
    top: auto;
}

#tourdates {
    z-index: auto;
    top: auto;
    padding: 10px 10px 10px 10px;
    background-color: #FFF;
    font: 10px arial, sanserif;;
/*     letter-spacing: 1px; */
    background-image: url(tourdiv.jpg);
    background-repeat: no-repeat;
}

#contentbg {
  position: absolute;
  margin: 0px, 0px, 0px, 83px;
}

#content {
    z-index: auto;
    background-color: #FFF;
    background-image: url(contentdiv.jpg);
    background-repeat: no-repeat;
    width: 455px;
    padding: 20px 25px 25px 25px;
    float: left;
}

#footer {
    clear: both;
    position: relative;
    width: 770px;
    padding: 10px 10px 10px 10px;
    height: 24px;
    font-size: 10px;
}

#final {
  position: relative;
  width: 770px;
  margin: 0px;
  background-image: url(foot-bg.png);
  background-repeat: repeat-x;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* --- DEFAULT STYLES --- */

h1, h2, h3, h4 {
    color: #000000;
    margin-left: -1px;
}

hr {
  border: 1px solid #000;
}

p {
    color: #000000;
    margin-bottom: 5px;
}

#item p {
    margin-bottom: 11px;
}

.date {
    font-size: 14px;
    margin-left: 4px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 7px;
}

h1 a {
    text-decoration: none;
    color: #cc0000;
    padding: 2px 0px 2px 0px;
}
h1 a:hover {
    color: #ffffff;
    background-color: #cc0000;
}

h2 a {
    text-decoration: none;
    color: #cc0000;
    padding: 2px 0px 2px 0px;
}
h2 a:hover {
    color: #ffffff;
    background-color: #cc0000;
}

h3 a {
    text-decoration: none;
    color: #cc0000;
    padding: 2px 0px 2px 0px;
}
h3 a:hover {
    color: #ffffff;
    background-color: #cc0000;
}

h2 {
    font-size: 18px;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}

h3 {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #cc0000;
    padding: 2px 0px 2px 0px;
}
a:hover {
    color: #ffffff;
}

/* --- SIDEBAR --- */

/* #sidebar h2 {
    margin-bottom: 4px;
    margin-top: 4px;
} */


/* --- FOOTER --- */

#footer a {
    float: left;
    margin-left: 20px;
    color: #000;
}
#footer a:hover {
    color: #fff;
    background-color: #c00;
}

#footer p {
    float: left;
}

#mailinglist {
    position: relative;
    left: 183px;
    width: 550px;
    margin-top: 2px;
}

#inputemail {
    width: 170px;
    font: 12px helvetica, arial, sanserif;
    color: #6c6c6c;
    display: block;
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

#submitbutton {
    width: 70px;
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

/* --- MISCELLANEOUS --- */

ul {
    list-style: none;
}

#liveshow {
    font-size: 14px;
    margin-bottom: 22px;
}

#liveshow h2 {
    margin-bottom: 0px;
}

.livedate {
    font-size: 14px;
    margin-left: 7px;
}

img.thumbnail.galleryThumb {
    margin-right: 11px;
    margin-bottom: 22px;
    border-top: 0px;
    border-bottom: 11px solid;
    border-left: 0px;
    border-right: 0px;
}

#gallery a:hover {
    background: none;
}

#articlenavigation {
    margin-bottom: 22px;
}

#item img {
    border: none;
}

.packshot {
    float: left;
    width: 121px;
    height: 121px;
}

.packshotsidebar {
    width: 121px;
    height: 121px;
}

.tracklisting {
    margin-left: 132px;
    margin-top: -5px;
}

.clear {
    clear: both;
}

.poweredphplist {
    display: none;
}

.list {
    display: none;
}

/* --- COMMENTS --- */

.livecommentlink {
    font-size: 14px;
    margin-left: 7px;
}

.commentstext {
    margin-left: 7px;
}

.commentsinfo {
    margin-bottom: 22px;
}

.comments-wrapper {
    margin-bottom: 22px;
}  