/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#888888; /* backgrounds? */ }

#bodyWrapper { width: 940px; margin: auto; }

/* specific link colours for this site */
a         { color: #cacaca; text-decoration: none; }
a:link    { color: #cacaca; text-decoration: none; }
a:visited { color: #cacaca; text-decoration: none; }
a:hover   { color: #252525; text-decoration: none; }
a:active  { color: #252525; text-decoration: none; }

h1{padding-bottom:19px; border-bottom:1px dashed #b4b4b4; display:block}
li{ list-style-type: none; }
/*******************/
/* header elements */
/*******************/
#header {  }
.flash_header{ width:940px; height:284px}

#logo { float: left; }
li a:focus{outline:none;}

ul#nav      {  margin:14px 0 0 33px;}
ul#nav li   { float: left; text-indent:-1200px }
ul#nav li a { overflow:hidden; display: block; color:#c1c1c1;  background:#141414 url(../images/nav.png) no-repeat; height:12px; }
#nav #nav-news a {width:59px; background-position:0 0; }
#nav #nav-biography a {width:117px; background-position:-59px 0; }
#nav #nav-discography a {width:140px; background-position:-176px 0; }
#nav #nav-live a {width:69px; background-position:-316px 0; }
#nav #nav-equipment a {width:119px; background-position:-385px 0; }
#nav #nav-archive a {width:103px; background-position:-504px 0; }
#nav #nav-message-board a {width:155px; background-position:-607px 0; }
#nav #nav-links a {width:61px; background-position:-762px 0; }

/* hover state */
#nav #nav-news a:hover, #nav #nav-news.selected a {width:59px; background-position:0 -12px; }
#nav #nav-biography a:hover, #nav #nav-biography.selected a {width:117px; background-position:-59px -12px; }
#nav #nav-discography a:hover, #nav #nav-discography.selected a {width:140px; background-position:-176px -12px; }
#nav #nav-live a:hover, #nav #nav-live.selected a {width:69px; background-position:-316px -12px; }
#nav #nav-equipment a:hover, #nav #nav-equipment.selected a {width:119px; background-position:-385px -12px; }
#nav #nav-archive a:hover, #nav #nav-archive.selected a {width:103px; background-position:-504px -12px; }
#nav #nav-message-board a:hover, #nav #nav-message-board.selected a {width:155px; background-position:-607px -12px; }
#nav #nav-links a:hover, #nav #nav-links.selected a {width:61px; background-position:-762px -12px; }




/********************/
/* content elements */
/********************/
#main {  }
.content{ margin:29px 30px 29px 30px}
#equipment_image{ border:18px solid #141414; margin:10px 10px 0 0} 

.tour{ margin-bottom:10px; width:845px; overflow:hidden}
.tour_item{margin-left:32px; border-bottom:1px dashed #525252; padding:13px 0 13px 0}
.tour_item li{display:inline;  padding-right:118px; width:200px; text-align:left}
.tour_footer{ background:url(../images/footer_live.png) repeat-x; height:25px; clear:both; margin-top:30px }
.tour_item li:last-child{padding:0; }
.tour_item:last-child{border:0px;}
.tour h2{background: url(../images/header_live.png) repeat-x; width:100%; height:40px; padding:6px 0 0 32px; font-weight:normal;}

/*********/
/* items */
/*********/
.item          {  border-bottom:1px dashed #b4b4b4; padding:16px 0 16px 0; margin-bottom:10px }
.item .title   { font-size: 14px; font-weight: bold; text-transform:capitalize }
.item .date    { font-style: italic; }
.item .image   { float: right; margin-right: 5px; margin-bottom: 5px; padding-left: 57px}

.titles { font-size:1.167em; font-weight:bold; margin-bottom:30px; color:#c1c1c1; }

.otherTitles { font-size:1.333em;  padding-bottom:8px; }

.divide { border-bottom:1px dashed #525252; padding-top:10px; width:120px; }
.otherDivide { border-bottom:1px dashed #525252;  width:300px; padding:5px 0 5px 0; }
.tableDivide { border-bottom:1px dashed #525252; }

/*********/
/* news */
/*********/

.date{ margin:27px 0 27px 0;}


/*******************/
/* footer elements */
/*******************/
#footer { background:url(../images/footer_bg.png) repeat-x; height:130px; color:#3e3e3e; padding:5px 0 0 023px; }
#footer a { text-decoration: none; color:#3e3e3e; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */