* {
	zoom:1;
}
a, ol li {
	zoom:0;
}

/* MAINCONTAINER */
div#mainContainerOuter  {
	width: 1000px;
	position:relative;
	margin:0px auto;
}
div#mainContainer  {
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  padding-bottom: 93px;
  border-top: 2px solid #976737;
  border-left: 2px solid #976737;
  border-right: 2px solid #976737;
  background: url('../gfx/AchtergrondCenter2.jpg') repeat-y;
}

/* HEADER */
div#mainContainer div#header {
  height: 149px;
  background: url('../gfx/HeaderImage.jpg') no-repeat;
}

/* MENU */
div#mainContainer div#menu {
  height: 21px;
}

div#menu ul#navigation {
  list-style-type: none;
  height: 21px;
}

div#menu ul li {
  height: 21px;
  float: left;
  display: block;
}

div#menu li a {
  display: block;
  float: left;
  height: 21px;
}

div#menu ul li#nav-blogs a {
  background: url('../gfx/BBlogs.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-music a {
  background: url('../gfx/BMusic.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-tour a {
  background: url('../gfx/BTour.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-pics a {
  background: url('../gfx/BPics.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-videos a {
  background: url('../gfx/BVideos.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-bio a {
  background: url('../gfx/BBio.gif') no-repeat;
  width: 124px;
}

div#menu ul li#nav-shop a {
  background: url('../gfx/BShop.gif') no-repeat;
  width: 86px;

}

div#menu ul li#nav-contact a {
  background: url('../gfx/BContact.gif') no-repeat;
  width: 166px;
}

div#menu ul li#nav-blogs a:hover {
  background: url('../gfx/BBlogs.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-music a:hover {
  background: url('../gfx/BMusic.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-tour a:hover {
  background: url('../gfx/BTour.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-pics a:hover {
  background: url('../gfx/BPics.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-videos a:hover {
  background: url('../gfx/BVideos.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-bio a:hover {
  background: url('../gfx/BBio.gif') no-repeat;
  width: 124px;
  background-position: 0 -21px;
}

div#menu ul li#nav-shop a:hover {
  background: url('../gfx/BShop.gif') no-repeat;
  width: 86px;
  background-position: 0 -21px;
}

div#menu ul li#nav-contact a:hover {
  background: url('../gfx/BContact.gif') no-repeat;
  width: 166px;
  background-position: 0 -21px;
}

/* MAIN */
div#mainContainer div#main {
  position: relative;
  padding-bottom: 35px;
  padding-left: 10px;
}

div#main div.headerBlogs {
  height: 19px;
  background: url('../gfx/HeaderBlog.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerComments {
  height: 19px;
  background: url('../gfx/HeaderComments.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerWriteComment {
  height: 19px;
  background: url('../gfx/HeaderWriteComment.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerMusic {
  height: 19px;
  background: url('../gfx/HeaderDisc.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerTour {
  height: 19px;
  background: url('../gfx/HeaderUpshows.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerPastShows {
  height: 19px;
  background: url('../gfx/HeaderPastShows.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerPics {
  height: 19px;
  background: url('../gfx/HeaderPics.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerVideos {
  height: 19px;
  background: url('../gfx/HeaderVideos.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerBio {
  height: 19px;
  background: url('../gfx/HeaderBio.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerShop {
  height: 19px;
  background: url('../gfx/HeaderShop.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.headerContact {
  height: 19px;
  background: url('../gfx/HeaderContact.gif') no-repeat;
  margin-bottom: 10px;
}

div#main div.contentBlock {
  border: 1px solid #8d6034;
  background-color: #000000;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}

div.contentBlock span.title {
  text-transform: uppercase;
  color: #976738;
  font-weight: bold;
}

div.contentBlock div.date {
  position: absolute;
  top: 35px;
  right: 9px;
  font-size: 10px;
  color: #976738;
}

div.contentBlock div.commentDate {
  font-size: 10px;
  color: #976738;
  text-align: right;
}

div.contentBlock div.innerContent {
  padding-top: 10px;
}

div.date a {
  text-decoration: none;
  color: #53101b;
}

/* CONTENT-LEFT */
div#main div#content-left {
  float: left;
  width: 571px;
	position:relative;
}

div#content-left .p {
  padding-left: 13px;
  padding-top: 15px;
  padding-right: 10px;
}

/* CONTENT-RIGHT */
div#main div#content-right {
  float: left;
	width: 355px;
	position:relative;
	left:30px;
}

div#content-right .p {
  padding-left: 25px;
  padding-top: 15px;
}

div#content-right div.contentBlock {
  border: 1px solid #8d6034;
  background-color: #000000;
  margin-bottom: 20px;
	padding: 10px;
	position:relative;
}

div#content-right div.headerLatestTweets {
  height: 19px;
  background: url('../gfx/HeaderTweet.gif') no-repeat;
  margin-bottom: 10px;
	width:330px;
}

div#content-right div.headerLatestShows {
  height: 19px;
  background: url('../gfx/HeaderUpshows-small.gif') no-repeat;
  margin-bottom: 10px;
}

div#content-right div.headerLatestPics {
  height: 19px;
  background: url('../gfx/HeaderLatestpics.gif') no-repeat;
  margin-bottom: 10px;
}

div#content-right div.headerLatestVids {
  height: 19px;
  background: url('../gfx/HeaderLatestvids.gif') no-repeat;
  margin-bottom: 10px;
}

div#content-right div.headerOntheweb {
  height: 19px;
  background: url('../gfx/HeaderOntheweb.gif') no-repeat;
  margin-bottom: 10px;
}

/* BUTTONS */
div#content-left input.sendButton {
  background: url('../gfx/SubmitButtonRed.png') no-repeat;
  height: 19px;
  width: 153px;
  cursor: pointer;
}

/* SUBMIT BUTTON */
div#content-right a.sendButton {
  background: url('../gfx/SubmitButtonRed.png') no-repeat;
  height: 19px;
  width: 153px;
  cursor: pointer;
}

/* PLAYER */
div#content-right a.downloadLink {
  display: block;
  background: url('../gfx/DownloadButtonRed.png') no-repeat;
  height: 19px;
  width: 244px;
  margin-left: 29px;
}

/* LATEST TWEETS */
div#content-right ul#twitter_update_list {
  font-size: 13px;
  list-style-type: none;
  margin-bottom: 5px;
}

ul#twitter_update_list span {
  font-style: italic;
  width: 100%;
  display: block;
  font-weight: bold;
}

ul#twitter_update_list span a {
  color: #60131F;
}


ul#twitter_update_list a {
  color: #976738
}

/* TOURDATES BLOCK */

div#content-right table.tourDates {
  width: 100%;
  border-collapse:collapse;

}

table.tourDates td.head {
  text-transform: uppercase;
  border-bottom: 1px solid #976737;
}

table.tourDates tr {
  height: 22px;
  line-height: 22px;
}

table.tourDates td {
  padding-right: 5px;
  font-size: 10px;
}

table.tourDates td.notes {
  font-size: 10px;
}

/* NEWS */

div.contentBlock div.newsContent {
  position: relative;
  padding-top: 27px;
  padding-left: 5px;
  padding-right: 5px;
}

div.contentBlock div.share {
  padding-top: 10px;
  font-weight: bold;
}

div.contentBlock ul.commentForm {
  list-style-type: none;
}

div.contentBlock ul.commentForm li {
  margin-bottom: 15px;
}

div.contentBlock input {
  border: none;
  margin-right: 3px;
  width: 150px;
}

div.contentBlock textarea {
  border: none;
}

div.contentBlock div.error {

}

/* TOUR */
div#content-left table.tour {
  width: 100%;
  border-collapse:collapse;
}

div#content-left table.tour tr {
  height: 22px;
  line-height: 22px;
}


table.tour td.head {
  text-transform: uppercase;
  border-bottom: 1px solid #976737;
}

table.tour td{
  padding-right: 5px;
}

/* FOOTER */

div#footer {
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #000000;
  font-size: 11px;
  text-align: center;
}

/* SPACER */
div.spacer {
  clear: both;
}


/* FLICKR SIDEBAR */

div#content-right #flickr_badge_uber_wrapper {text-align:center; width:100%; padding-left: 7px;}
div#content-right #flickr_badge_wrapper {padding:10px 0 10px 0;}
div#content-right #flickr_badge_wrapper div { float: left }
div#content-right .flickr_badge_image {margin:0 10px 10px 10px;}
div#content-right .flickr_badge_image img {border: 1px solid black !important;}
div#content-right #flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
div#content-right #flickr_badge_icon {float:left; margin-right:5px;}
div#content-right #flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
div#content-right #flickr_badge_uber_wrapper a:hover,
div#content-right #flickr_badge_uber_wrapper a:link,
div#content-right #flickr_badge_uber_wrapper a:active,
div#content-right #flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
div#content-right #flickr_badge_wrapper {background-color:#000000;border: solid 1px #000000}
div#content-right #flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
div#content-right #flickr_badge_image7, div#content-right #flickr_badge_image8, div#content-right #flickr_badge_image9, div#content-right #flickr_badge_image10 { display: none; }


/* FLICKR PICS */
div#content-left #flickr_badge_uber_wrapper {text-align:center; width:100%;}
div#content-left #flickr_badge_wrapper {padding:10px 0 10px 0; width: 100%; }
div#content-left #flickr_badge_wrapper div { float: left }
div#content-left .flickr_badge_image {margin:0 10px 10px 10px;}
div#content-left .flickr_badge_image img {border: 1px solid black !important;}
div#content-left #flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
div#content-left #flickr_badge_icon {float:left; margin-right:5px;}
div#content-left #flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
div#content-left #flickr_badge_uber_wrapper a:hover,
div#content-left #flickr_badge_uber_wrapper a:link,
div#content-left #flickr_badge_uber_wrapper a:active,
div#content-left #flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
div#content-left #flickr_badge_wrapper {background-color:#000000;border: solid 1px #000000}
div#content-left #flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}



