	/* ------------------------------------------
	*	INDEX PAGE
	* ---------------------------------------- */
	body#indexPage dl#quickLinks dt { margin: 0 0 0.25em; }
	body#indexPage dl#quickLinks dd { line-height: 23px; background-position: 1px 3px; background-repeat: no-repeat; }
	body#indexPage dl#quickLinks dd a { padding: 0 0 0 22px; }
	body#indexPage dl#quickLinks dd#newPlaylist { background-image: url(/img/assets/ico-add-playlist.png); }
	body#indexPage dl#quickLinks dd#managePlaylist { background-image: url(/img/assets/ico-manage-playlist.png); }
	body#indexPage dl#quickLinks dd#postPlaylist { background-image: url(/img/assets/ico-export-playlist.png); }
	body#indexPage dl#quickLinks dd#refreshPlaylist { background-image: url(/img/assets/ico-refresh-playlist.png); }
	
	/* 800x600 */
	body#indexPage.eight_by_six div.nine.columns { width: 36em; }
	body#indexPage.eight_by_six div.nine.columns div.playlist { font-size: 0.95em; }
	body#indexPage.eight_by_six div.four.columns { width: 18em; }
	body#indexPage.eight_by_six div.four.columns dl { font-size: 0.95em; }
	
	
  /* ------------------------------------------
  *  PLAYLIST UPDATES
  * ---------------------------------------- */
  ul#playlistUpdates { list-style: none; margin: 0 0 3em; }
  ul#playlistUpdates li { padding: 1.5em 1em; border-bottom: 2px solid #e9e9e9; text-align: center; }
  ul#playlistUpdates li a { text-decoration: none; }
  ul#playlistUpdates li a:hover { text-decoration: underline; }
  ul#playlistUpdates li span { display: block; color: #888; font-size: 0.95em; }

