/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #fff; }

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

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


/*******************/
/* header elements */
/*******************/
#header { border-bottom:10px solid #1e1e20; background:url(../images/tennt_head.png) no-repeat; background-position:21px  0; }

#logo{ width:960px; margin:auto; padding:22px 0 22px 0px; }

#margin { margin-top:24px; }

#columnOne { float:left; width:215px; }

#navArea { margin:4px 0px 0px 19px; }

ul#nav      { margin:0; padding:0; }
ul#nav li   { margin:0; padding:0; list-style:none; }

ul#nav li a {
	background: transparent url(../images/nav.png) no-repeat scroll 0 0;
	display: block;
	height:31px;
}
ul#nav li a { text-indent: -999px; overflow: hidden; }


#nav #nav-home a { width: 196px; background-position:     0px 0px; }
#nav #nav-bio a { width: 196px; background-position:  0px -31px; }
#nav #nav-live a { width: 196px; background-position: 0px -62px; }
#nav #nav-blog a { width:  196px; background-position: 0px -93px; }
#nav #nav-news a { width:196px; background-position: 0px -124px;}
#nav #nav-gallery a { width: 196px; background-position: 0px -155px; }
#nav #nav-videos a { width: 196px; background-position: 0px -186px; }
#nav #nav-contact a { width: 196px; background-position: 0px -217px; }

#nav #nav-home a:hover { background-position:    0px -248px; }
#nav #nav-bio a:hover { background-position:  0px -279px; }
#nav #nav-live a:hover { background-position: 0px -310px; }
#nav #nav-blog a:hover { background-position: 0px -341px; }
#nav #nav-news a:hover { background-position: 0px -372px;}
#nav #nav-gallery a:hover { background-position: 0px -403px; }
#nav #nav-videos a:hover { background-position: 0px -434px; }
#nav #nav-contact a:hover { background-position: 0px -465px; }

#signUpArea { background:url(../images/trans_bg.png); padding:15px 19px 15px 19px; margin-top:20px; }

#recentTourDatesArea { background:url(../images/trans_bg.png); padding:15px 19px 15px 19px; margin-top:20px; font-size:0.75em; }
.recentTourDates { margin-bottom:5px; }

.soldOut { background-color:#FF0000; padding:1px 2px 1px 1px; }

/********************/
/* content elements */
/********************/
#main {  }

#columnTwo { float:left; width:542px; margin-left:20px; }

.contentBox { background:url(../images/trans_bg.png); padding:10px; }
.contentBoxWithMargin { background:url(../images/trans_bg.png); padding:10px; margin-top:20px; }

.tennyTenFont { font-size:1.25em; letter-spacing:-1px; font-weight:bold; }

.gallery a { float: left; margin-bottom: 10px; margin-right: 10px; }


.gig {  }

.gig .info { margin-bottom: 10px; background:trasparent; }
.gig .info .city    { float: left; width: 150px; margin-right: 10px; font-weight: bold; }
.gig .info .venue   { float: left; width: 188px; text-align: center; margin-right: 10px; font-weight: bold; }
.gig .info .country { float: right; width: 150px; text-align: right; font-weight: bold; }

.gig .details { margin-bottom: 10px; }
.gig .details .date    { float: left; width: 200px; margin-right: 10px; }
.gig .details .soldOut { float: left; width: 88px; text-align: center; margin-right: 10px; }
.gig .details .price   { float: right; width: 200px; text-align: right; }

.gig .details { text-align: justify; }


/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }

.blogTitle { color:#a6a6a6; font-size:1.667em; margin-bottom:10px;}
.blogDate { color:#a6a6a6; margin-bottom:10px; }


/*******************/
/* footer elements */
/*******************/
#footer { background:url(../images/trans_bg.png); margin-top: 20px; padding:8px; font-size:0.833em; text-align:right; }
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/

.signUp {
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	margin-bottom:8px;
	background-color:#0b0b0b;
}

.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;
  color:#FFFFFF;
}

.formBox {
	background-color:#0b0b0b;
	border:none;
	padding:2px;
	 color:#FFFFFF;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 55px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 65px; } /* 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: #868686; }

/* 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 */
