@CHARSET "UTF-8";

/*
  General styling, should be merged in to common.css at some point
*/

.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }

.margin-left-5 { margin-left: 5px; }
.margin-left-10 { margin-left: 10px; }
.margin-left-20 { margin-left: 20px; }

.padding-top-5 { padding-top: 5px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }

/*
  The stylized tall header for body content
*/

DIV.page-header
{
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #000000 url('../images/gradient-dark-250px.jpg') top left repeat-x;
}

DIV.tall-page-header
{
  height: 250px;
}

DIV.short-page-header
{
  height: 185px;
}

DIV.page-header IMG.header-background
{
  position: absolute;
  top: -70px;
  left: -10px;
  border: 0;
  opacity: .05;  filter: alpha(opacity=05);
}

DIV.page-header DIV.header-content
{
  position: absolute;
  top: 0;
  left: 0; 
  width: 750px;
  padding: 20px;
  clear: both;
  color: #ffffff;
}

/*
DIV.tall-page-header DIV.header-content
{
  height: 210px;
}

DIV.short-page-header DIV.header-content
{
  height: 150px;
}
*/

DIV.page-header DIV.header-content A
{
  color: #99ccff;
}

DIV.page-header DIV.header-photo
{
  float: left;
  height: 200px;
  padding: 0 10px 3px 0;
  overflow: hidden;
}

DIV.page-header DIV.header-photo IMG
{
}

DIV.page-header DIV.header-info
{
  
}

DIV.tall-page-header DIV.header-info
{
  height: 155px;
}

DIV.short-page-header DIV.header-info
{
  height: 95px;
}
DIV.page-header DIV.header-info H1
{
  margin: 3px 35px 0 0;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -1px;
  color: #fafafa;
}

DIV.page-header DIV.header-info H2
{
  margin: 5px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #eeeeee;
}

DIV.page-header DIV.header-info H3
{
  margin: 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #eeeeee;
}

DIV.page-header DIV.header-info H4
{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #f0f0f0;
}

DIV.page-header UL.header-updates
{
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}

DIV.page-header UL.header-nav
{
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

DIV.page-header UL.header-nav LI
{
  display: inline;
  margin: 0 0 0 0;
  padding: 0;
  border-left: 1px solid #666666;
  font-size: 12px;
  font-weight: bold;
  color: #f0f0f0;
}

DIV.page-header UL.header-nav LI.first
{
  border-left: none;
}

DIV.page-header UL.header-nav LI.selected SPAN
{
  margin: 0 0 0 4px;
  padding: 4px 16px;
  background: #333;
  opacity: .8;
}

DIV.page-header UL.header-nav LI A
{
  padding: 4px 16px;
  margin: 0 0 0 4px;
  color: #ffcc66;
}


DIV#fanClubLink DIV.club-link-right
{
  float: right;
  width: 55px;
  height: 49px;
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-green-r.png') top right no-repeat;
  cursor: pointer;
}

DIV#fanClubLink DIV.club-link-center
{
  float: right;
  height: 25px;
  padding: 4px 0 0 0;
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-green-c.png') top right no-repeat;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}

DIV#fanClubLink DIV.club-link-left
{
  float: right;
  height: 25px;
  width: 18px;
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-green-l.png') top left no-repeat;
}

DIV#fanClubLink.joined DIV.club-link-right
{
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-trans-r.png') top right no-repeat;
}

DIV#fanClubLink.joined DIV.club-link-center
{
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-trans-c.png') top right no-repeat;
  font-weight: normal;
  color: #eef5ee;
}

DIV#fanClubLink.joined DIV.club-link-center
{
  font-size: 10px;
}

DIV#fanClubLink.joined DIV.club-link-center A
{
  color: #99CCFF;
}

DIV#fanClubLink.joined DIV.club-link-left
{
  behavior: url(/js/iepngfix.php);
  background: transparent url('../images/button-fanclub-trans-l.png') top left no-repeat;
}


/*
  Information sub-header
*/

DIV.body-sub-header
{
  margin: 0;
  padding: 10px 20px;
  background: #faf7ed;
  color: #666666;
}

DIV.body-sub-header H3
{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

DIV.body-sub-header A.more-link
{
  font-size: 12px;
  font-style: oblique;
}



/*
  Page body
*/
DIV.page-body
{
  margin: 0;
}



/*
  Large dotted outline box
*/

DIV.large-dotted-box
{

}

DIV.large-dotted-box DIV.hd
{
  padding: 10px;
  background: transparent url('../images/gradient-gray-35px.png') top center repeat-x;
}

DIV.large-dotted-box DIV.hd H2
{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #666666;
}

DIV.large-dotted-box DIV.bd
{
  margin: 0;
  padding: 15px 15px 10px 15px;
  border: 1px dotted #ddd;
  border-top: none;
}

DIV.large-dotted-box.highlight DIV.hd
{
  background: transparent url('../images/gradient-tan-35px.png') top center repeat-x;
}

DIV.large-dotted-box.highlight DIV.bd
{
  /* background: #fcfcf7; */
}



/*
  Large wide box
*/

DIV.large-wide-box
{

}

DIV.large-wide-box DIV.hd
{
  height: 27px;
  padding: 8px 10px 0px 10px;
  background: transparent url('../images/gradient-gray-35px.png') top center repeat-x;
}

DIV.large-wide-box DIV.hd H2
{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #666666;
}

DIV.large-wide-box DIV.hd DIV.more-link
{
	float: right;
	font-size: 10px;
	font-style: oblique;
	line-height: 28px;
}

DIV.large-wide-box DIV.bd
{
  margin: 0;
  padding: 15px 15px 5px 15px;
}

DIV.large-wide-box.highlight DIV.hd
{
  background: transparent url('../images/gradient-tan-35px.png') top center repeat-x;
}

DIV.large-wide-box.highlight DIV.bd
{
  
}

DIV.large-wide-box DIV.ft
{
  padding: 0 15px 10px 15px;
}

DIV.large-wide-box DIV.ft.more-link
{
  text-align: center;
  font-size: 13px;
  font-style: oblique;
}

DIV.large-wide-box DIV.ft.item-summary-footer
{
  font-size: 18px;
  text-align: center;
  color: #666666;
}

/*
	Notification box
*/

DIV.note-box
{
	margin: 15px 25px 0;
	border: 1px solid #ff6600;
}

DIV.note-box DIV.hd
{
  overflow: hidden;
  height: 27px;
  padding: 8px 10px 0px 10px;
  background: transparent url('../images/gradient-orange-35px.png') top center repeat-x;
}

DIV.note-box DIV.hd H2
{
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #663300;
}

DIV.note-box DIV.bd
{
  margin: 0;
  padding: 10px;
  background-color: #fff6dd;
}

DIV.note-box DIV.note-song-player-div
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}


/*
	Generic sidebar box
*/

DIV.sidebar-box
{
	margin: 10px 15px 20px 15px;
}

DIV.sidebar-box DIV.hd H2 {
	padding: 0 0 3px 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #c1c1c1;
}

DIV.sidebar-box DIV.ft.more-link
{
	text-align: center;
  font-size: 12px;
  font-style: oblique;
}

/*
	Floating sidebar (use with class="right" or "left")
*/

DIV.floating-sidebar
{
	width: 195px;
	padding: 10px 15px;
	background: transparent url('../images/background-sidebar-grey-245px.gif') right repeat-y;
}

DIV.floating-sidebar.right
{
	margin: 0 0 10px 10px;
}

DIV.floating-sidebar.left
{
	margin: 0 10px 10px 0;
}

/*
  Wide data table
*/

TABLE.wide-table
{
  width: 100%;
  border-collapse: collapse;
}

TABLE.wide-table TH
{
  padding: 1px 1px 2px 3px;
  font-size: 9px;
  text-align: left;
  color: #999999;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}

TABLE.wide-table TH A
{
  color:  #6699cc;
}

TABLE.wide-table TH A:hover
{
  color:  #3399ff;
  border-bottom: 1px dotted #3399ff;
  text-decoration: none;
}

TABLE.wide-table TH.selected A
{
  color:  #3399FF;
}

TABLE.wide-table TR
{
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #eee;
}

TABLE.wide-table TR.alt
{
  background: #fcfcf7;
}

TABLE.wide-table TR:hover TD
{
  background: #ffffee;
}

TABLE.wide-table TD
{
  margin: 0;
  padding: 3px;
  vertical-align: top;
  text-align: left;
  color: #333333;
}

/*
  Lists
*/

UL.song-previews
{
  list-style-type: none;
}

UL.song-previews.two-column LI
{
  float: left;
  width: 48%;
}

UL.song-previews LI
{
  padding: 0 5px 10px 0;
  font-size: 18px;
}

UL.song-previews DIV.player-button
{
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 0 0 0;
}

UL.song-previews DIV.player-button IMG
{
  margin: 0 1px 3px 0;
}

UL.song-previews DIV.player-link
{
  float: left;
  padding: 0 0 0 5px;
  /* width: 275px; */
}

UL.video-previews
{
  list-style-type: none;
}

UL.video-previews.two-column-float
{
  float: left;
  width: 48%;
}

UL.video-previews LI
{
  height: 62px;
  padding: 0 5px 12px 0;
}

UL.video-previews.two-column LI
{
  float: left;
  width: 48%;
}

UL.video-previews DIV.thumbnail
{
  float: left;
  width: 80px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #3366cc;
}

UL.video-previews DIV.thumbnail IMG
{
  width: 80px;
  height: 60px;
  cursor: pointer;
}

UL.video-previews DIV.video-info
{
  /* width: 210px; */
  padding: 0 0 0 86px;
  font-size: 10px;
  color: #999999;
}

UL.video-previews DIV.video-info H4
{
  padding: 0 0 3px 0;
  font-size: 13px;
  font-weight: normal;
}

UL.video-previews A.name
{
  font-size: 11px;
}


UL.video-previews-large.two-column-float
{
  float: left;
  width: 48%;
}

UL.video-previews-large LI
{
  height: 87px;
  padding: 0 10px 12px 0;
}

UL.video-previews-large.two-column LI
{
  float: left;
  width: 48%;
}

UL.video-previews-large DIV.thumbnail
{
  float: left;
  width: 115px;
  height: 85px;
  overflow: hidden;
  border: 1px solid #3366cc;
}

UL.video-previews-large DIV.thumbnail IMG
{
  width: 115px;
  cursor: pointer;
}

UL.video-previews-large DIV.video-info
{
  padding: 0 0 0 123px;
  font-size: 10px;
  line-height: 16px;
  color: #999999;
}

UL.video-previews-large DIV.video-info H4
{
  padding: 0 0 3px 0;
  font-size: 16px;
  font-weight: normal;
}

UL.video-previews-large A.name
{
  font-size: 13px;
}



UL.album-list
{
  list-style-type: none;
}

UL.album-list LI.album
{
  padding: 0 0 15px 0;
}

UL.album-list LI DIV.cover
{
  float: left;
  width: 100px;
}

UL.album-list LI DIV.cover IMG
{
  width: 100px;
}

UL.album-list LI DIV.album-info
{
  padding: 0 0 0 108px;
}

UL.album-list H4
{
  margin: 0 0 3px 0;
  padding: 0 0 3px 0;
  font-size: 18px;
  border-bottom: 1px dotted #cccccc;
}

UL.album-list LI DIV.album-basics
{
  margin: 0 0 5px 0;
}

UL.album-list H5
{
  display: inline;
  padding: 0 25px 0 0;
  font-size: 12px;
  color: #666666;
}

UL.album-list H5.smallfont
{
  font-size: 10px;
}

UL.album-list LI DIV.album-review
{
  font-size: 12px;
  line-height: 16px;
}

UL.album-list LI DIV.album-review A
{
  font-style: oblique;
}

UL.album-grid LI
{
  float: left;
	width: 220px;
	padding: 0 10px 10px 0;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

UL.album-grid IMG.album-image
{
	height: 100px;
	border: 1px;
}

UL.album-grid H3
{
	font-size: 15px;
}

UL.album-grid H4
{
	font-size: 13px;
}

UL.track-list
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #333333;
}

UL.track-list.two-column-float
{
  float: left;
  width: 48%;
  margin: 0 6px 0 0;
}

UL.track-list LI
{
	height: 17px;
	clear: left;
	padding: 5px 7px 4px 4px;
}

UL.track-list LI.alt
{
  background: #f7f7ff;
}

UL.track-list LI#selectedTrack
{
	padding: 4px 6px 3px 3px;
	background-color: #fff0cc;
	border: 1px solid #ffcc66;
	font-weight: bold;
}

UL.track-list DIV.number
{
  float: left;
  padding: 0 4px 0 0;
  width: 2em;
  text-align: right;
  color: #666666;
}

UL.track-list DIV.player
{
  float: left;
  width: 75%;
  line-height: 15px;
}

UL.track-list DIV.player A
{
  display: inline-table;
}

UL.track-list DIV.no-player
{
  float: left;
  width: 65%;
  padding: 0 0 0 20px;
  line-height: 15px;
}

UL.track-list DIV.action-links
{
  float: right;
  clear: right;
  padding: 1px 0 0 0;
}

UL.track-previews LI
{
  height: 52px;
	padding: 5px 5px 5px 0;
	color: #333333;
}

UL.track-previews.three-column LI
{
	float: left;
	width: 32%;
}

UL.track-previews DIV.track-image
{
  position: relative;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}

UL.track-previews DIV.track-image IMG
{

}

UL.track-previews DIV.player-overlay
{
	position: absolute;
	top: 0;
	right: 0;
	width:  17px;
	height: 17px;
  behavior: url(/js/iepngfix.php);
	background: transparent url('../images/player-bg-rounded-white-17px.png') top right no-repeat;
}

UL.track-previews DIV.player-overlay DIV.play_s
{
	height: 15px;
	width: 15px;
	margin: 0 0 2px 2px;
	padding: 0;
}

UL.track-previews DIV.track-info
{
	margin: 0 0 0 50px;
	padding: 1px 0 0 4px;
	font-size: 12px;
}

UL.track-previews H3
{
	font-size: 15px;
}

UL.user-recordings
{
  margin: 0;
  padding: 0;
  color: #333333;
  list-style-type: none;
}

UL.user-recordings LI
{
  padding: 0 5px 10px 0;
}

UL.user-recordings.three-column LI
{
  float: left;
  width: 32%;
}

UL.user-recordings DIV.user-image
{
  float: left;
  clear: left;
  width: 40px;
}

UL.user-recordings DIV.user-info
{
  padding: 0 0 0 45px;
  font-size: 10px;
  line-height: 12px;
  color: #666666;
}

UL.user-recordings H4
{
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

UL.user-recordings DIV.date
{
  font-size: 9px;
  color: #999999;
}

UL.link-list
{
	color: #666666;
}

UL.link-list LI
{
	padding: 3px 0;
	font-size: 11px;
}
