* {
  margin : 0;
  padding : 0;
}

html {
  background-color : black;
  background-image : url( 'http://images.assets.litebriteband.com/layout/star_fill.jpg' );
  background-position : 50% 371px;
  background-repeat : repeat-x;
}

html.subpage {
  background-position : 50% 108px;
}

body {
  width: 945px;
  margin : 0 auto;
  font-family : Arial, Sans, Verdana;
  font-size : 12px;
  color : white;
  font-weight: 100;
  line-height : 20px;
}

h1 {
  font-weight: 100;
  text-transform : uppercase;
  font-size : 47px;
  word-spacing : 20px;
}

h1#top {
  background-image : url( 'http://images.assets.litebriteband.com/layout/header.jpg' );
  width : 1121px;
  height : 326px;
  padding-top : 45px;
  padding-left : 18px;
  margin-bottom : -200px;
}

.subpage h1#top {
  background-image : url( 'http://images.assets.litebriteband.com/layout/red_box.png' );
  background-repeat : no-repeat;
  margin-bottom : 100px;
  height : 63px;
  width : 300px;
}

h1#bottom {
  background-image : url( 'http://images.assets.litebriteband.com/layout/bottom_header_rect.png' );
  background-repeat : no-repeat;
  padding: 30px 0 40px 16px;
  clear : both;
  position : absolute;
  margin-top : 20px;
}

#bottom_links {
  background-image : url( 'http://images.assets.litebriteband.com/layout/bg_bottom.png' );
  background-repeat : repeat-x;
  position : absolute;
  width : 50%;
  left : 0;
  height : 141px;
  padding : 0;
  padding-left : 50%;
  text-align : right;
  font-family : Arial;
  font-size : 15px;
  list-style : none;
  margin-top : 20px;
}

/*#bottom_links a:link, #bottom_links:visited {*/
#bottom_links a {
  color : white;
  text-decoration : none;
  display : block;
  text-align : center;
  height : 40px;
  padding-top : 30px;
}

#bottom_links li {
  width : 80px;
  margin : 0 auto;
  float : left;
}

#copyright {
  position : absolute;
  color : #414141;
  margin : 90px 0 0 495px;
}

h2 {
  font-weight : 100;
}

h2.tagline {
  width : 540px;
  font-size : 24px;
  line-height : 35px;
}

p#short_bio {
  font-size : 16px;
  width : 540px;
  margin : 40px 0;
  margin-bottom : 90px;
}

p.date {
  color : #7A7A7A;
}

strong {
  font-weight : 400;
}

a:link, a:visited {
  color : #D22833;
}

a {
  outline : 0;
}

.content_box {
  width : 246px;
  border : 1px solid #313436;
  padding : 14px;
  background-color: rgba(0,0,0,0.64);
  margin : 16px 0;
  position : relative;
}

.content_box h2 {
  text-transform : uppercase;
  font-size : 22px;
  border-bottom : 1px dotted white;
  padding-bottom : 10px;
  margin-bottom : 10px;
}

.content_box .front_video_player {
  border : 1px solid #313436;
  height : 202px;
}

.content_box .slider {
  width : 358px;
  border : 1px solid #313436;
}

.content_box .marker {
  position : absolute;
  width : 78px;
  padding-top : 77px;
  height : 0px;
  overflow : hidden;
  background-image : url( 'http://images.assets.litebriteband.com/layout/free.png' );
  top : -2px;
  right : -2px;
}

#social .content_box {
  width : 221px;
}

.column {
  float : left;
  margin : 0 7px;
}

#news {
  margin-left : 0;
}

#social {
}

#interactive {
  margin-top : -200px;
  margin-right : 0;
}

.content_box.hilight {
  width : 360px;
  border-top : 5px solid #AA2029;
}

ul {
  padding-left : 25px;
}

ul.music {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/music.png' );
}

ul.music li a {
  vertical-align : top;
}

#shows {
  font-family : verdana;
  font-size : 11px;
  list-style : none;
  padding-left : 0;
  line-height : 15px;
}

#shows li {
  position : relative;
  margin : 15px 0;
}

#shows li.hasDescription {
  cursor : pointer;
}

#shows li.hasDescription .venue {
  text-decoration : underline;
  color : #D22833;
}

#shows li.hasDescription .description {
  display: none;
}

#shows li .date {
  position : absolute;
  top : 0;
  right : 0;
  text-align : right;
  display : block;
  color : white;
  font-weight : bold;
}

#shows li .description {
  margin-top : 5px;
  padding : 10px;
  background-color : #111;
  color : #AAA;
}

.content_box input, .content_box textarea {
  background-color : #242424;
  border : 0;
  border-top : 3px solid #1d1d1d;
  border-left : 3px solid #1d1d1d;
  color : #535353;
  height : 23px;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 5px;
  font-size : 12px;
  font-family : Arial, Sans;
}

.content_box input:focus, .content_box textarea:focus {
  background-color:#323232;
  color:#FFFFFF;
  border-top : 3px solid #272727;
  border-left : 3px solid #272727;
}

#enewsletter label {
  display : none;
}

#interactive textarea {
  height : 140px;
}

#interactive textarea, #interactive input {
  width : 246px;
}

#interactive .field {
  margin : 8px 0;
}

.content_box label {
  text-align : right;
  width : 80px;
  display : block;
  float : left;
  padding-right : 10px;
  color : #787878;
  font-family : verdana;
  font-size : 13px;
  padding-top : 4px;
}

#interactive ul.errors {
  text-align : right;
  padding-left : 110px;
  padding-right : 20px;
}

ul.errors {
  color : #D22833;
  padding-left:0px;
}

ul.errors li {
  background-color:#741A20;
  background-image:url(http://images.assets.litebriteband.com/layout/error.png);
  background-position:5px 5px;
  background-repeat:no-repeat;
  border:1px solid #AA2029;
  color:#FFFFFF;
  list-style-type:none;
  padding:3px 3px 3px 25px;
  margin:5px 0px;
}

#comment_list {
  font-family : verdana;
  font-size : 13px;
  margin : 0;
  padding : 0;
  list-style : none;
}

#comment_list .name {
  font-size : 16px;
  color : #D22833;
}

#comment_list .name.admin {
  color : #FFD44C;
  font-weight : bold;
}

#comment_list .date {
  color : #746E7E;
  font-family : Georgia;
  font-size : 13px;
  background-color : #1A1A19;
  padding : 5px 0;
  padding-right : 35px;
  margin : 15px -14px 15px auto;
  display : block;
  text-align : right;
  width : 150px;
}

#load_comments {
  background-image : url( 'http://images.assets.litebriteband.com/layout/load_btn.png' );
  width : 361px;
  height : 0;
  padding-top : 53px;
  display : block;
  overflow : hidden;
}

#interactive form {
  margin-top : 20px;
}

#interactive form .field.submit {
  text-align : right;
}

#interactive form .field.submit input {
  width : 66px;
  padding-top : 32px;
  padding-bottom : 0;
  height : 0px;
  height : 32px;
  border : 0;
  background-image : url( 'http://images.assets.litebriteband.com/layout/talk.png' );
  margin-right : 15px;
  margin-top : 5px;
  overflow : hidden;
  position:relative;
}

#interactive form .field.submit input:active {
  bottom:-1px;
}

#enewsletter form .field {
  float : left;
}

#enewsletter form .field input {
  width : 150px;
}

#enewsletter form .field.submit {
  float : none;
}

#enewsletter form .field.submit input {
  background-image : url( 'http://images.assets.litebriteband.com/layout/sign_up.png' );
  width : 87px;
  height : 0;
  *height : 31px;
  border : 0;
  padding-top : 31px;
  overflow : hidden;
  padding-bottom : 0;
  position:relative;
}

#enewsletter form .field.submit input:active {
  bottom:-1px;
}

#follow_us {
  display : block;
  width : 121px;
  padding-top : 48px;
  height : 0;
  overflow : hidden;
  background-image : url( 'http://images.assets.litebriteband.com/layout/follow_us.png' );
  margin : -5px -50px -17px 102px;
}

#navigation {
  position : absolute;
  top : 371px;
  width : 555px;
  height : 53px;
  background-image : url( 'http://images.assets.litebriteband.com/layout/navigation_new.png' );
  margin : 0;
  padding : 0;
  list-style : none;
  left : 50%;
  margin-left : -472px;
  padding-top : 5px;
}

.subpage #navigation {
  top : 108px;
}

#navigation li {
  float : left;
}

#navigation li a {
  display : block;
  height : 0;
  width : 84px;
  padding-top : 58px;
  overflow : hidden;
}

#navigation li a:hover {
  background-image : url( 'http://images.assets.litebriteband.com/layout/navigation_rollover.png' );
  background-repeat : no-repeat;
}

#navigation li a.about {
  width : 90px;
  background-position : -84px 0;
}

#navigation li a.music {
  background-position : -174px 0;
}

#navigation li a.press_kit {
  width : 150px;
  background-position : -258px 0;
}

#links, #stores {
  list-style : none;
  position : relative;
}

#links a, #stores a {
  vertical-align : top;
}

#links .youtube {
  position : absolute;
  top : 0;
  left : 150px;
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/youtube.png' );
}

#links .twitter {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/twitter.png' );
}

#links .facebook {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/facebook.png' );
}

#links .myspace {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/myspace.png' );
}

#stores .itunes {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/itunes.png' );
}

#stores .cdbaby {
  list-style-image : url( 'http://images.assets.litebriteband.com/layout/cdbaby.png' );
}

#footer {
  clear : both;
}


#slider {
  z-index : 1;
}

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

#slider li{
  /*
  define width and height of list item (slide)
  entire slider area will adjust according to the parameters provided here
  */
  width:358px;
  height:214px;
  overflow:hidden;
}

span#prevBtn, span#nextBtn, span#prevBtn a, span#nextBtn a{
  display : block;
  height : 214px;
  width : 179px;
  position : relative;
}

span#prevBtn {
  float : left;
  margin-top : -214px;
}

span#nextBtn {
  margin-left : 179px;
  margin-top : -214px;
}

span#prevBtn a, span#nextBtn a{
  padding-top : 214px;
  height : 0;
  overflow : hidden;
}

span#prevBtn a:hover {
  background-image : url( 'http://images.assets.litebriteband.com/layout/left_arrow.png' );
}

span#nextBtn a:hover {
  background-image : url( 'http://images.assets.litebriteband.com/layout/right_arrow.png' );
}


/* bad idea
.press body {
  position : relative;
}
*/

.subpage #content {
  font-family : arial, sans;
  font-size : 16px;
  line-height : 27px;
  width : 630px;
  float : left;
}

.subpage #content p {
  margin : 30px 0;
}

.subpage #content h2 {
  font-weight : 100;
  font-size : 48px;
}

.subpage #content h3 {
  font-weight : 400;
  font-size : 31px;
  margin : 10px 0;
  clear : left;
}

.subpage .content_box {
  float : right;
  width : 222px;
  overflow : visible;
}

.subpage .content_box ul {
  list-style : none;
  padding : 0;
}

.press #quotes li {
  margin-bottom : 40px;
}

.press #quotes .source {
  text-align : right;
  color : #d22833;
  padding-left : 50px;
  width : 172px;
}

.press #quotes em {
  font-weight : bold;
  font-style : normal;
}

.press #playlist {
  margin-left : -22px;
  margin-bottom : -14px;
}

.press #gallery {
  margin : 0;
  padding : 0;
  list-style : none;
  line-height : 0;
}

.press #gallery li {
  float : left;
  margin-right : 25px;
  padding : 0;
  margin-top : 25px;
  line-height : 0;
}

.subpage h2#page_title {
  text-transform : uppercase;
  position : absolute;
  top : 70px;
  font-size : 24px;
  left : 50%;
  margin-left : 342px;
}

.subpage #large_gallery_list li {
  display : block;
  height : 75px;
  width : 75px;
  float : left;
  overflow : hidden;
  border   : 3px double #111;
  margin : 5px 5px 5px 0px;
}

.subpage.about #content {
  min-height : 500px;
}

.subpage.about #foreword_quote {
  font-size: 20px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.64);
  display : block;
  padding : 15px;
}

.subpage.about #foreword_quote_source {
  font-size: 20px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.64);
  display : block;
  padding : 15px;
  margin-top : 0;
  padding-top : 0;
  padding-left : 200px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #AA2029;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #AA2029;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #2f090b;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#buy_tickets p {
    margin : 10px 0;
}

#buy_tickets input {
    margin : 10px 0;
    border : 0;
    background : transparent;
    height : 47px;
}

