/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
height: 100%;
width: 100%;
overflow: hidden;
}


body { 
  font-size: 75%;
  height:100%;
  color: #fff; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  background: #000 url(/assets/matis/images/curtainBG.jpg) repeat;
  overflow: hidden;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.4em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height: 1;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 2.5em; /*text-indent: 2em;*/ }
p img       { float: left; margin: .5em 1.5em .5em 0; padding: 0; }
p img.right { float: right; margin: .5em 0 .5em 1.5em; padding: 0; }

a:focus, a.active,
a:hover     { text-decoration: none; color: #8b8b8b;}
a			{ text-decoration: none;color: #5c627c; outline: none; font-weight: bold;  font-family: "Palatino","Book Antiqua", Georgia, serif; }

blockquote  { margin: 1.5em; color: #eaeaea; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */
/*
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; color: #000; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
*/

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------  the gooD Ole Classes  */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.center {text-align: center;}

/* structure div ids */

#header_background { 
	position:absolute;
	top:0px; 
	left:0px;
	/*background:transparent url/assets/matis/images/curtain-trans.png) no-repeat top center scroll;*/
	background:transparent url(/assets/matis/images/topEmbroideryBG.jpg) repeat-x ;
	height:160px;
	width:100%;
	z-index:1;
}

#footer_background { 
	position:absolute;
	bottom:0px; 
	left:0px;
	background:transparent url(/assets/matis/images/stageCrowdBG-trans.png) repeat-x bottom center fixed;
	height:247px;
	width:100%;
	z-index:2;
}

#outerWrapper {
	width: 100%;
	height: 100%;
	top: 0;
	position: relative;
	z-index: 3;
	background: none;
	overflow: auto;
}

#wrapper { 
	margin: 0 auto;
	width: 850px;
	background: none;
	background:transparent url(/assets/matis/images/contentRepeaterBG-trans.png) repeat;
}


#innerwrapper {
	width: 850px;	
}

#header {
	background:transparent url(/assets/matis/images/header.jpg) no-repeat top left;
	width: 850px;
	height: 107px;
	margin: 0;
	padding: 0;
}

#nav_main {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:transparent url(/assets/matis/images/menu-bg.jpg) repeat-x top left;
	width: 850px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#nav_main li {
	display: inline;
	padding: 0 4px;
}

#nav_main a{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	}

#nav_main a:hover{
	text-decoration: underline;
	}


#footer {
	width: 800px;
	border-top:1px solid #eee;
}

#content{
	width: 850px;
	text-align: center;
	margin: 0 auto;
	background:transparent url(/assets/matis/images/contentRepeaterBG-trans.png) repeat;
}

#login{
width: 300px;
height: 17px;
float:right;
font-size:9px;
color:#FFFFFF;
padding: 8px;
}

#logo{
text-align: center;
width:870px;
height: 125px;
clear:both;
}

#search a{
font-size:10px;
color:#FFFFFF;
text-align: right;
padding: 10px;
}

#search{
float:right;
width: 285px;
height: 22px;
padding: 4px;
background-image:url(/assets/matis/images/menu_background.jpg);
background-repeat:repeat-x;
}

#banner{
font-size:10px;
color:#FFFFFF;
width: 551px;
margin-top: 15px;

}


#latest{
font-size:12px;
color:#FFFFFF;
width: 235px;
text-align:left;
background-color:#000000;
border: 1px solid #666666;
padding: 8px;
}

#top10{
font-size:12px;
color:#FFFFFF;
width: 235px;
text-align: left;
background-color:#000000;
border: 1px solid #666666;
padding: 8px;
margin: 0 0 0 9px;
}

#new{
font-size:10px;
color:#FFFFFF;
width: 235px;
background-color:#000000;
border: 1px solid #666666;
margin-top: 15px;
padding: 8px;
}

#catalogTop5{
font-size:12px;
color:#FFFFFF;
width: 280px;
text-align: left;
background-color:#000000;
border: 1px solid #666666;
padding: 8px;
margin-top: 15px;
}

#catalogTopSingles{
font-size:12px;
color:#FFFFFF;
width: 280px;
text-align: left;
background-color:#000000;
border: 1px solid #666666;
padding: 8px;
margin-top: 15px;
}

#showCatalog{
font-size:12px;
color:#FFFFFF;
width: 500px;
text-align: left;
background-color:#000000;
border: 1px solid #666666;
margin-top: 15px;
padding: 8px;
}

/*
h1{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
margin: 0 auto;
}

h2{
text-align: left;
padding: 2px;
font-size:14px;
font-weight:bold;
background-color:#3e60ad;
color:#FFFFFF;
margin: 0 auto;
}

h3{
font-size:9px;
font-weight:bold;
color:#3e60ad;
margin: 0 auto;
}
*/

.selected{
width: 240px;
float: left;
}
.selected1{
width: 180px;
float: left;
}
.selected2{
width: 110px;
float: left;
}
.selected3{
width: 100px;
float: left;
}



#photos{

font-size:10px;
color:#FFFFFF;
text-align:center;
width: 450px;
background-color:#000000;
border: 1px solid #666666;
clear:both;
margin: 10px;
}

#copyright{
text-align:center;
width: 820px;
height: 50px;
margin: 10px 0 0 0;
clear:both;
padding: 10px;
background:transparent url(/assets/matis/images/contentRepeaterBG-trans.png) repeat;
}

/* css for page 4*/
#FAQ{
width: 500px;
background-color:#000000;
border: 1px solid #666666;
float:left;
margin-left: 35px;
margin: 15px;
padding: 5px;
text-align: left;
line-height: 20px;
}



#photo_gallery{

font-size:10px;
width: 300px;
background-color:#000000;
border: 1px solid #666666;
float:left;
padding: 5px;
margin-top:15px;
}


#buy_links{
font-size:10px;
width: 200px;
float:left;
padding: 5px;
margin-top:15px;
}

#login_box{
background:transparent url(/assets/matis/images/contentRepeaterBG-trans.png) repeat;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#register{
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#forgotpass{
font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#terms{
background-color: #000000;
font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#privacy_policy{

font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#gift_certificates{
background-color: #000000;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#search_results{
font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#help{
background-color: #000000;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}



#buycart{

font-size:10px;
width: 835px;
text-align: center;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
background-color:#000;
}

#buycart TABLE {
margin: 0 auto;
}

#confirmorder{

font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}


#mydownloads{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
width: 790px;
height: 100%;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

.myDownloadsItem  {
color: #FFFFFF;
}

.myDownloadsItem A:hover{
color:#be280f;
text-decoration: underline;
}

.myDownloadsFormat {
color:#000000;
font-weight: bold;
}

.myDownloadsHead {
background-color:#000000;
}

#bigrivertext{

font-size:15px;
}

#bigriverqueuetext{

font-size:10px;
}


#updatingsite{

font-size:10px;
width: 500px;
background-color:#000000;
border: 1px solid #666666;
float:left;
margin-left: 35px;
margin: 15px;
padding: 5px;
text-align: left;
line-height: 20px;
}

#cart{
font-size:10px;
width: 835px;
float:left;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
}

#cart A {
color: #FFFFFF;
}

#cart A:hover{
color:#3333FF;
text-decoration: underline;
}

.cartHead {
background-color:#000000;
}

.cartArtist {
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

.cartTitle {
}

.cartUpsell {
color: #000000;
font-weight: bold;
}

.cartUpgrade {
color: #3333FF;
font-weight: bold;
}

.cartRemove {
font-weight: bold;
text-align:center;
}

.cartFormat {
text-align:center;
font-weight: bold;
}

.cartPrice {
text-align:center;
color:#000;
}


#buy_links img{
float:left;
border: 1px solid #ffffff;
}
#buy_links a{

font-size:11px;
line-height:0.8;
text-decoration:none;
}

#buy_links a:hover{

font-size:11px;
line-height:0.8;
text-decoration:underline;
}



#buy_songs{
line-height:0.8;
background-image:url(/assets/matis/images/menu_background.jpg);
background-repeat:repeat-x;
height: 28px;
width: 160px;
float: right;
padding: 7px;
text-align: center;
}

#downloadLatest{
line-height:0.8;
background-image:url(/assets/matis/images/menu_background.jpg);
background-repeat:repeat-x;
height: 28px;
width: 160px;
padding: 7px;
text-align: center;
color: #000000;
}

#downloadLatest A {
color: #000000;
}

#downloadLatest A:hover {
color: #8b8b8b;
}


#buy_songs a {
color: #000;
}

#show_header{
text-align: center;
width: 846px;
background-color:#000000;
border: 1px solid #666666;
padding: 2px;
margin-top: 15px;
float:left;
}

#show_notes{
padding: 8px;
font-size:11px;
text-align: left;
width: 500px;
float:left;
background-color:#000000;
border: 1px solid #666666;
padding: 15px;
margin-top:15px;
}

#reviews{
padding: 8px;
margin-top: 20px;
text-align: left;
width: 500px;
float:left;
background-color:#000000;
border: 1px solid #666666;
padding: 15px;
margin-top:15px;
}

#post_reviews {
padding: 8px;
margin-top: 20px;
text-align: left;
width: 650px;
float:left;
background-color:#000000;
border: 1px solid #666666;
padding: 15px;
margin-top:15px;
}


#reviews td{
font-size: 1.1em;
}

#recommendations{
padding: 8px;
margin-top: 20px;
text-align: left;
width: 500px;
float:left;
background-color:#000000;
border: 1px solid #666666;
padding: 15px;
margin-top:15px;
}

#fans_bought{
padding: 8px;
margin-top: 10px;
text-align: left;
width: 520px;
float:left;
}

div.fl a{
margin: 5px 0 0 0;
line-height: 1.3em;
font-size: .9em;
}

.new_dates{
padding: 3px;
text-align: right;
line-height: 1em;
}

.read_all a{
padding: 5px;
text-align: right;
}

#setlists{
font-size:10px;
width: 240px;
background-color:#000000;
border: 1px solid #666666;
float:right;
margin: 15px;
padding: 8px;
text-align: left;

}

.trackTitle{
font-size:10pt;
padding-left: 4px;
text-align: left;

}

.trt{
padding-left: 4px;
text-align: left;
}

#setlists img{
padding:1px;
}

#cover_artwork{
text-align: center;
padding: 8px;
}

#setlists ul{
line-height: 1.3em;
padding: 0;
list-style: none;
}

#prev_bt{
font-size:11px;
padding: 5px;
}

#next_bt{
font-size:11px;
padding: 5px;
}

#prev_bt a{
font-size:11px;
}

#next_bt a{
font-size:11px;
}

#fans_bought{
font-size:11px;
text-align: center;
float:left;
width: 100px;
padding: 12px;
}


#cd_label{
clear:both;
font-size:11px;
width: 280px;
background-color:#000000;
border: 1px solid #666666;
float:right;
margin: 15px;
padding: 8px;
text-align: left;
}

#cd_label2{
clear:both;
font-size:11px;
width: 280px;
background-color:#000000;
border: 1px solid #666666;
float:right;
margin: 15px;
padding: 8px;
text-align: left;
}

#cd_label ul{
list-style: none;
padding: 0px;
}

.labels{
line-height: 1.8em;
}

#upcoming{
	width: 493px;
	background-color:#000000;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	}


#info_show{
font-size:12px;
font-weight: bold;
padding: 10px;
text-align: center;
}

.latestShowHeader{
margin: 0 auto;
}

.latestShowHeader a{
color: #fff;
}

.latestShowHeader a:hover{
text-decoration: underline;
}

.listHead {
background-color: #1f2841;
}

.discHead {
background-color: #000000;
border:solid 1px #3e60ad;
font-size:10px;
}

.searchHead {
background-color: #000000;
border:solid 1px #3e60ad;
font-size:10px;
}

.setHead {
margin: 6px 0 0 0;
font-size:10px;
}

.top5num{
font-size:14px;
font-weight:bold;
}

.searchField {
border: solid 1px #eaeaea;
color: #fff;
height: 12px;
width: 150px;
background-color: #000000;
font-size:10px;
}

#downloadManager {
font-size:10px;
width: 760px;
height: 560px;
text-align: center;
padding: 5px;
margin-top:15px;
border: 1px solid #666666;
background-color:#111111;
}


.odd {background-color: #777777;}

.even {background-color:#929292;}

.songTitleLink {
	color: #FFFFFF;
} 

.codeUpsell {
	font-size: 14px;
}

#paypal {
float:none;
}