body { 
  padding:40px 40px 0;
  margin:0;
  color:#141837;
  font-family: Verdana, Arial, "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
  background:#ebe9d8;
}

h1,h2,h3,h4,h5,h6 { 
  color:#34badb;
  font-family: "Courier New", "Courier", Verdana, Arial, "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
  font-weight:bold;
}

h3 {
  font-size:1.6em;
  margin:0 0 0.8em;
}

h3.alt,
h4.alt {
  color:#141837;
  font-family: Verdana, Arial, "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
  text-transform:uppercase;
  margin:0 0 5px;
}

h3.image-heading {
  margin:0;
  color:#ede5a4;
  text-indent:7px;
  text-transform:uppercase;
  line-height:26px;
  height:26px;
}

h4 {
  font-size:1.2em;
  margin:0 0 0.6em;
}

a {
  color:#eb5541;
  text-decoration:none;
  text-transform:uppercase;  
}

a:hover {
  color:#34badb;
  text-decoration:underline;
}

p {
  margin:0 0 0.8em;
}

em {
  background:none;
}

.hide {
  display:none;
}

.left {
  float:left;
  width:48%;
}

.right {
  float:right;
  width:48%;
  text-align:right;
}

#container-outer,
#container-inner {
  float:left;
  width:100%;
  
}

#container-outer {
  background:#e8e9c9 url('../img/site/bkg-outer.gif');
}

#container-inner {
  background:url('../img/site/bkg-inner.gif') no-repeat 50% 50%;
  margin:0 0 -40px;
}

#container-main {
  position:relative;
  width:750px;
  top:-40px;
  left:50%;
  margin:0 -375px;
}


/**
* SPLASH
*/

body#splash {
  padding:0;
  margin:0;
  background:#EB5441;
  height:100%;
}

body#splash #flash {
  width:100%;
  height:100%;
}

body#splash #no-flash {
  position:absolute;
  width:700px;
  height:600px;
  top:50%;
  left:50%;
  margin:-300px -350px;
  background: url('../img/site/bkg-splash.gif') no-repeat scroll top left;
}

body#splash #no-flash h1,
body#splash #no-flash .navigation,
body#splash #no-flash .post,
body#splash #btn-enter span,
body#splash #btn-skip span {
  display:none;
}

body#splash #btn-enter,
body#splash #btn-skip {
  position:absolute;
}

body#splash #btn-enter {
  top:360px;
  left:300px;
  width:130px;
  height:30px;
}

body#splash #btn-skip {
  top:530px;
  left:330px;
  width:220px;
  height:30px;
}


/**
* NAVIGATION
*/

.navigation {
  list-style:none;
  margin:0;
  padding;
}

.navigation li {
  float:left;
}

.navigation li a {
  display:block;
}

.alphhabet {
  color:#ebb5a3;
  height:15px;
  width:635px;
  text-transform:uppercase;
  margin-bottom:15px;
  background:url('../img/site/bkg-alphabet.gif') no-repeat;
}

.alphhabet li {
  padding:0 4px;
}

.alphhabet li.all {
  padding:0;
  margin-right:85px;
}

.alphhabet li.all a {
  display:block;
  width:40px;
  height:15px;
  background:url('../img/site/btn-view-all.gif') no-repeat 0 0;
}

.alphhabet li.all a:hover,
.alphhabet li.all a.active {
  background-position:0 -15px;
}

.alphhabet li a.active {
  color:#34badb;
}



/**
* HEADER
*/

#header {
  position:relative;
  width:750px;
  height:285px;
  background: url('../img/site/bkg-header.jpg') no-repeat;
}

#header h1 {
  position:absolute;
  width:350px;
  height:140px;
  left:50%;
  top:25px;
  margin:0 -175px;
  background: url('../img/site/h1-thepassportlabel.gif') no-repeat;
}

#header .navigation {
  position:absolute;
  width:640px;
  height:100px;
  left:50%;
  bottom:5px;
  margin:0 -320px;
}

#header .navigation li a {
  width:320px;
  height:20px;
  background:url('../img/site/bkg-navigation.gif') no-repeat 0 0;
}

#header .navigation li a span {
  display:none;
}

#header .navigation li.home a       { background-position:0 0; }
#header .navigation li.home a:hover,
#header .navigation li.home a.active { background-position:0 -100px; }

#header .navigation li.news a       { background-position:0 -20px; }
#header .navigation li.news a:hover,
#header .navigation li.news a.active { background-position:0 -120px; }

#header .navigation li.about a       { background-position:0 -40px; }
#header .navigation li.about a:hover,
#header .navigation li.about a.active { background-position:0 -140px; }

#header .navigation li.artists a       { background-position:0 -60px; }
#header .navigation li.artists a:hover,
#header .navigation li.artists a.active { background-position:0 -160px; }

#header .navigation li.tours a       { background-position:0 -80px; }
#header .navigation li.tours a:hover,
#header .navigation li.tours a.active { background-position:0 -180px; }

#header .navigation li.shop a       { background-position:-320px 0; }
#header .navigation li.shop a:hover,
#header .navigation li.shop a.active { background-position:-320px -100px; }

#header .navigation li.photos a       { background-position:-320px -20px; }
#header .navigation li.photos a:hover,
#header .navigation li.photos a.active { background-position:-320px -120px; }

#header .navigation li.music_video a       { background-position:-320px -40px; }
#header .navigation li.music_video a:hover,
#header .navigation li.music_video a.active { background-position:-320px -140px; }

#header .navigation li.press a       { background-position:-320px -60px; }
#header .navigation li.press a:hover,
#header .navigation li.press a.active { background-position:-320px -160px; }

#header .navigation li.links a       { background-position:-320px -80px; }
#header .navigation li.links a:hover,
#header .navigation li.links a.active { background-position:-320px -180px; }


/**
* SECTION HEADINGS
*/

#section-heading {
  position:relative;
  margin:5px 0 0;
  width:750px;
  height:75px;
  background:url('../img/site/bkg-h2.gif') no-repeat;
}

#section-heading .number {
  position:absolute;
  top:13px;
  left:140px;
  width:64px;
  height:64px;
}

#section-heading h2 {
  position:absolute;
  top:18px;
  right:52px;
  width:140px;
  height:30px;
}

#news #section-heading .number { background:url('../img/site/number-news.gif') no-repeat; }
#news #section-heading h2 { background:url('../img/site/h2-news.gif') no-repeat; }
#news.archive #section-heading h2 { background:url('../img/site/h2-news-archive.gif') no-repeat; }

#about #section-heading .number { background:url('../img/site/number-about.gif') no-repeat; }
#about #section-heading h2 { background:url('../img/site/h2-about.gif') no-repeat; }

#artists #section-heading .number { background:url('../img/site/number-artists.gif') no-repeat; }
#artists #section-heading h2 { background:url('../img/site/h2-artists.gif') no-repeat; }

#tours #section-heading .number { background:url('../img/site/number-tours.gif') no-repeat; }
#tours #section-heading h2 { background:url('../img/site/h2-tours.gif') no-repeat; }

#releases #section-heading .number { background:url('../img/site/number-shop.gif') no-repeat; }
#releases #section-heading h2 { background:url('../img/site/h2-shop.gif') no-repeat; }

#photos #section-heading .number { background:url('../img/site/number-photos.gif') no-repeat; }
#photos #section-heading h2 { background:url('../img/site/h2-photos.gif') no-repeat; }

#musicvideo #section-heading .number { background:url('../img/site/number-avclub.gif') no-repeat; }
#musicvideo #section-heading h2 { background:url('../img/site/h2-music-video.gif') no-repeat; }

#press #section-heading .number { background:url('../img/site/number-press.gif') no-repeat; }
#press #section-heading h2 { background:url('../img/site/h2-press.gif') no-repeat; }

#links #section-heading .number { background:url('../img/site/number-links.gif') no-repeat; }
#links #section-heading h2 { background:url('../img/site/h2-links.gif') no-repeat; }


/**
* FOOTER
*/

#footer {
  clear:both;
  position:relative;
  padding:20px 55px 0;
  height:105px;
  text-align:center;
  background:#ebe9d8 url('../img/site/bkg-footer.gif') no-repeat 50% bottom;
  text-transform:uppercase;
}

#footer form,
#footer form label,
#footer form input,
#footer form a,
#footer p {
  position:absolute;
  display:block;
  height:22px;
  top:0;
  left:0;
  border:0;
  margin:0;
  padding:0;
}

#footer form {
  left:50%;
  width:480px;
  margin:0 -240px;
  color:#eb5541;  
}

#footer form label {
  left:0;
  width:115px;
  font-weight:normal;
  margin-right:5px;
  background:url('../img/site/bkg-signup-label.gif') no-repeat;
}

#footer form input.text {
  left:120px;
  width:227px;
  padding:0 5px;
  line-height:21px;
  background:url('../img/site/bkg-signup-field.gif') no-repeat;
}

#footer form input.submit {
  left:360px;
  width:45px;
  background:url('../img/site/btn-signup-submit.gif') no-repeat;
  cursor:pointer;
}

#footer form input.submit:hover,
#footer form a:hover {
  background-position:0 -21px;
}

#footer form a {
  left:408px;
  width:60px;
  background:url('../img/site/btn-signup-contact.gif') no-repeat;
}

#footer p {
  top:64px;
  width:750px;
  font-weight:bold;
  font-size:0.9em;
}

#footer p,
#footer a {
  color:#34badb;
}


/**
* CONTENT
*/

#content {
  position:relative;
  float:left;
  width:640px;
  background-color:#ebe9d8;
  padding:15px 55px 30px;
}

#content .item {
  position:relative;
  clear:both;
  float:left;
  width:100%;
  padding:0 0 35px;
  margin-bottom:15px;
  background:url('../img/site/bkg-item.gif') no-repeat bottom left; 
}

#content .no-border {
  padding:0;
  background:none; 
}


/**
* NEWS
*/

#news h4.alt {
  font-size:1.3em;
  margin:0;
}

#news-tags,
#news-tags a {
  position:absolute;
}

#news-tags {
  top:-50px;
  right:-100px;
  width:150px;
  height:130px;
  background:url('../img/site/bkg-news-tags.png') no-repeat;
}

#news-tags #archive a {
  top:18px;
  left:45px;
  width:90px;
  height:40px;
  background:url('../img/site/btn-news-archive.gif') no-repeat 0 0;
}

#news-tags #archive a:hover,
#news-tags #archive a.active {
  background-position:0 -40px;
}

#news-tags #latest a {
  top:78px;
  left:45px;
  width:90px;
  height:35px;
  background:url('../img/site/btn-news-latest.gif') no-repeat 0 0;
}

#news-tags #latest a:hover,
#news-tags #latest a.active {
  background-position:0 -35px;
}

#news-recent {
  clear:both;
  margin-top:20px;
}

#news-recent h3.image-heading {
  background:#141837 url('../img/site/h3-recent-news.gif') no-repeat;
}

ul.news-list {
  list-style:none;
  margin:0;
}

ul.news-list li {
  padding:5px 7px;
  border-bottom:solid 3px #52b2ca;
}

ul.news-list li .date {
  margin-right:15px;
}

.img-wrapper {
  width:100%;
  text-align:center;
  margin-top:15px;
  background-color:#eb5541;
}

.img-wrapper img {
  float:none;
  margin:0;
}


/**
* ARTISTS INDEX
*/

/*Headings to be replaced with sIFR*/

#artists.index .item h3 {
  font-size:2em;
  text-transform:uppercase;
  color:#e8e9c9;
  padding:5px 0 0 5px;
  margin-bottom:20px;
  width:300px;
  overflow:hidden;
}

#artists .item .post h3,
#artists .item .post h4 {
  font-size:1em;
  font-family: Verdana, Arial, "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
  color:#141837;
  padding:0;
  margin:0 0 5px;
  width:auto;
}

#artists.index .row {
  clear:both;
  float:left;
  width:100%;
  margin-bottom:7px;
}

#artists.index .item {
  clear:none;
  padding:0 0 7px;
  margin-bottom:5px;
  width:305px;
  background:url('../img/site/bkg-item-artists.gif') no-repeat;
  border-bottom:solid 3px #52b2ca;
}

#artists.index .right {
  float:right;
  text-align:left;
}

#artists.index .image {
  float:left;
  width:120px;
  height:120px;
  margin:3px 10px 0 0;
  background-repeat:no-repeat; 
  background-position:50% 50%;
}

#artists.index .image {
  float:left;
  width:120px;
  height:120px;
  margin:3px 10px 0 0;
  background-repeat:no-repeat; 
  background-position:50% 50%;
}

#artists.index .post {
  height:125px;
  overflow:hidden;
}

#artists.index .item .links,
#artists.index .item .links a {
  background:url('../img/site/btns-artist-links.gif') no-repeat;
}

#artists.index .item .links {
  clear:both;
  position:relative;
  float:left;
  margin-top:10px;
  width:305px;
  height:14px;
}

#artists.index .item .links a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:14px;
}

#artists.index .links li.info a       { width:50px; }
#artists.index .links li.info a:hover { width:50px; background-position:0 -14px; }

#artists.index .links li.news a       { background-position:-100px 0; left:100px; width:115px; }
#artists.index .links li.news a:hover { background-position:-100px -14px; }

#artists.index .links li.tours a       { background-position:-265px 0; left:265px; width:40px; }
#artists.index .links li.tours a:hover { background-position:-265px -14px; }


/**
* ARTISTS DISPLAY
*/

#artists.display .image-bkg img {
  margin:0 0 15px 15px;
}

#artists.display #on-tour h3.image-heading {
  background:#141837 url('../img/site/h3-on-tour.gif') no-repeat;
}

#artists.display #photos h3.image-heading {
  background:#141837 url('../img/site/h3-photos.gif') no-repeat;
  margin-bottom:5px;
}

#artists.display #news h3.image-heading {
  background:#141837 url('../img/site/h3-news-about-artist.gif') no-repeat;
}

#artists.display #press h3.image-heading {
  background:#141837 url('../img/site/h3-press.gif') no-repeat;
}

#artists.display #artist-stamp {
  position:absolute;
  z-index:1;
  top:35px;
  right:30px;
}

#artists.display table {
  margin:0;
}



/* MEDIA */

ul.media {
  float:left;
  list-style:none;
  margin:0;
}

ul.media li {
  float:left;
  display:inline;
  margin:8px;
  text-align:center;
}

ul.media li span.image {
  display:block;
  border:solid 2px #999;
}

ul.media li span.image a {
  display:block;
  width:100px;
  height:100px;
  background-position:50% 50%;
}

ul.media li span.image a span {
  display:none;
}

ul.media li span.title {
  display:block;
  margin-top:5px;
}


/**
* RELEASES
*/

#artist-releases .item img {
  float:left;
}

#artist-releases .item .post {
  float:right;
  width:460px;
}

#artist-releases .item .visa-code {
  position:absolute;
  top:0;
  left:-90px;
  width:80px;
  height:70px;
  color:#fff;
  font-weight:bold;
  line-height:70px;
  padding-left:8px;
  background:url('../img/site/bkg-visa-code.gif') no-repeat 0 0;
}

#artist-releases .top .visa-code {
  top:90px;
}


#artist-releases .item .visa-code span {
  padding-left:2px;
  color:#34badb;
  font-family:"Courier New", Times;
  font-size:1.1em;
}

#artist-releases .item .btn-buy {
  position:absolute;
  top:0;
  right:-100px;
}

#artist-releases .item .btn-buy a,
#artist-releases .item .btn-buy div.download-soon,
#artist-releases .item .btn-buy input.buy,
#artist-releases .item .btn-buy input.pre-order {
  display:block;
  width:90px;
  height:40px;
  background:url('../img/site/btn-buy-bkg.gif') no-repeat 0 0;
}

#artist-releases .item .btn-buy span {
  display:none;
}

/* Buy Button */
#artist-releases .item .btn-buy input.buy:hover {
  background-position:-90px 0;
}

/* Pre-Order Button */
#artist-releases .item .btn-buy input.pre-order {
  background-position:-180px 0;
}

#artist-releases .item .btn-buy input.pre-order:hover {
  background-position:-270px 0px;
}

/* Download Button */
#artist-releases .item .btn-buy a.download {
  background-position:0 -40px;
}

#artist-releases .item .btn-buy a:hover.download {
  background-position:-90px -40px;
}

/* Download Soon */
#artist-releases .item .btn-buy div.download-soon {
  background-position:-180px -40px;
}


/**
* TABLES
*/

table {
  clear:both;
  width:100%;
}

table th {
  border-bottom:solid 3px #ccc;
}

table td {
  padding:8px 0 7px;
  border-bottom:solid 3px #52b2ca;
}

table td p,
table td h4 {
  margin:0;
}

table .date {
  width:25%;
}


/**
* TOURS
*/

#tours #content .right {
  margin-top:2px;
}

#tours td.artist {
  white-space:nowrap;
  padding-right:20px;
}


/**
* PHOTOS
*/

#photos .image-bkg p {
  padding:0 20px;
}

#photos .image-bkg ul {
  padding:0 15px 15px;
}

#photos .image-bkg ul li {
  margin:8px;
}



/**
* MUSIC VIDEO
*/

#musicvideo .item h3 {
  margin:20px 0;
}

#musicvideo .videos {
  width:130px;
  text-align:center;
}

#musicvideo .audio {
  width:450px;
  clear:none;
}

#musicvideo .audio td {
  width:50px;
  text-align:center;
}

#musicvideo .audio td.title {
  width:350px;
  text-align:left;
}


/**
* PRESS
*/

table.press td {
  width:33%;
}

table.press td a {
  text-transform:none;
}


/**
* LINKS
*/

table.links td {
  width:33%;
}


/**
* IMAGE DECORATION
*/

.image-bkg {
  padding:0;
  float:left;
  width:100%;
  background:url('../img/site/bkg-artist-image.gif') 0 21px; 
  margin-bottom:15px;
}

.image-bkg h3 {
  font-size:2em;
  text-transform:uppercase;
  color:#e8e9c9;
  height:37px;
  line-height:37px;
  padding-left:15px;
  margin-bottom:10px;
  background:url('../img/site/bkg-artist-h3.gif') no-repeat; 
}


/**
* OVERLAY DECORATION
*/

#arrow {
  position:absolute;
  top:30px;
  left:-40px;
  width:155px;
  height:120px;
  background:url('../img/site/bkg-arrow.gif') no-repeat;
}

#pin {
  position:absolute;
  right:-33px;
  bottom:20px;
  width:85px;
  height:50px;
  background:url('../img/site/bkg-pin.gif') no-repeat;
}

#stamp {
  position:absolute;
  right:-10px;
  width:195px;
  height:175px;
  background:url('../img/site/bkg-stamp.gif') no-repeat;
}

#coin-left {
  position:absolute;
  top:350px;
  left:-50px;
  width:89px;
  height:92px;
  background:url('../img/site/bkg-coin-left.gif') no-repeat;
}

/*#releases #paper-clip-left {
  top:500px;
}
*/
#paper-clip-right {
  position:absolute;
  bottom:50px;
  right:-40px;
  width:100px;
  height:75px;
  background:url('../img/site/bkg-clip-right.gif') no-repeat; 
}


/**
* PAGING
*/

#paging {
  clear:both;
  color:#fff8c0;
  background:#141837;
  padding:7px;
  margin-top:15px;
  text-transform:uppercase;
}

#paging span {
  padding:0 2px;
}


/**
* CAKE DEBUG
*/

.cake-sql-log {
  clear:both;
  border-bottom:solid 1px #DDD;
}