/* 
----------------------------------
Screen Style Sheet
Author: 	Mark Gregson
Site:		bigrockuntapped.com
Date:		March 2008
----------------------------------
*/


/*-------------------------
	> Listing Display
-------------------------*/
.tapped_list div.artist {
clear : both;
min-height : 86px;
margin : 1em 0 0 0;
padding : 17px 0 0 0;
background : transparent url(../images/dividers/artist_list_top_border.jpg) no-repeat left top;
}



.tapped_list p.album_cover {
margin: 0 0 0 20px;
background : transparent url(../images/bg/album_cover_bg.png) no-repeat left top;
padding : 7px 20px 8px 5px;
float:left;
}
.tapped_list p.album_cover {margin: 0 0 0 10px;} /*I hate you IE6*/

.tapped_list div.artist_info {
width: 300px;
float: left;
}
.events_list div.artist_info {
width: 480px;
}

/*-------------------------
	> Listing Text
-------------------------*/
.tapped_list div.artist_info h2 {
font-family : arial, helvetica, verdana, sans-serif;
font-size : 12px;
color : #610303;
margin-top: 0.35em;
line-height: 18px;
}
.tapped_list div.artist_info h2 a { color: #610303;}
.tapped_list div.artist_info h2 a:hover { text-decoration:none;}

.tapped_list div.artist_info p { font-size: 11px; line-height: 15px;}

.tapped_list div.artist_info p.genre { color : #333333; }
.tapped_list div.artist_info p.genre a { color : #333333; }
.tapped_list div.artist_info p.genre a:hover { text-decoration:none; }

.tapped_list div.artist_info p.home_town { color : #717171; }
.tapped_list div.artist_info p.home_town a { color : #717171; }
.tapped_list div.artist_info p.home_town a:hover { text-decoration:none; }

.tapped_list div.artist_info ul { width: 290px; font-size: 11px; margin-top: 0.8em;}
.tapped_list div.artist_info ul li {
list-style:none; 
float: left; 
background-repeat: no-repeat;
line-height : 18px;
margin : 0 14px 0 0;
padding : 0 0 0 18px;
}
.tapped_list div.artist_info ul li a { color : #657314; }
.tapped_list div.artist_info ul li a:hover { text-decoration:none; }

#main_col .artist ul li.share {background-image:url(../images/bg/share_friend_comment_sprites.png); background-position : left 0;}
#main_col .artist ul li.friends {background-image:url(../images/bg/share_friend_comment_sprites.png); background-position : left -18px;}
#main_col .artist ul li.comments {background-image:url(../images/bg/share_friend_comment_sprites.png); background-position : left -36px;}

/*-------------------------
	> Tap It Button
-------------------------*/
.tapped_list div.tap_play {
width : 118px; 
padding: 0 0 0 24px;
float:right;
background : transparent url(../images/bg/tap_play_bg.jpg) no-repeat left top;
}

.tapped_list div.tap_play div.tapped { width : 91px; height : 48px; }
.tapped_list div.tap_play div.tapped {
display : block;
width : 91px; height : 48px;
background : transparent url(../images/bg/tapped_bg.jpg) no-repeat left 0;
font-family : arial, helvetica, verdana, sans-serif;
font-size : 25px;
font-weight : bold;
color : #514c2c;
text-align : center;
text-decoration : none;
}
.tapped_list div.tap_play div.tap_it a:hover { background : transparent url(../images/bg/tap_it_sprites.jpg) no-repeat left -48px; }

.tapped_list div.tap_play div.tap_it { width : 91px; height : 48px; }
.tapped_list div.tap_play div.tap_it a {
display : block;
width : 100%;
height : 100%;
background : transparent url(../images/bg/tap_it_sprites.jpg) no-repeat left 0;
font-family : arial, helvetica, verdana, sans-serif;
font-size : 25px;
font-weight : bold;
color : #514c2c;
text-align : center;
text-decoration : none;
}


.tapped_list div.tap_play div.play_it {
width : 91px; 
height : 36px;
margin-top: 3px; 
font-family : arial, helvetica, verdana, sans-serif;
font-size : 24px;
font-weight : bold;
color : #514c2c;
text-align : center;
}

