@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MAIN : ARTISTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		idj_artists.css
	Date:			May 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	IDJ.net active Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		background:url(/images/nav_artistsBG.png) 0 0 no-repeat;
		behavior: url("/shared/css/iepngfix.htc");
	}
	#nav li.artists a:link, #nav li.artists a:active, #nav li.artists a:visited, #nav li.artists a:hover {
		background-position: -65px -58px;
	}
	

/*	--------------------------------------------------------------------------------------------------------------------------
	#flashHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#flashHolder {
		width:960px; height:426px;
		margin:0 auto;
	}
		#flashHolder h1#h1_browseOurArtists {
			width:267px; height:25px;
			margin:19px 0 0 58px;
			background:url(/images/h1_featuredArtists19px.png) 0 0 no-repeat;
		}
		#flashHolder #flash {
			width:960px; height:400px;
			outline:none;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	.paginator Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.paginator {
		width:960px;
		margin:0 auto 26px auto;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
		.paginator .prev {
			width:100px;
			float:left;
			text-align:left;
		}
		.paginator .next {
			width:90px;
			float:right;
			text-align:right;
		}
		.paginator .pages {
			width:760px;
			float:left;
			text-align:center;
			font-weight:bold;
		}
			.paginator .pages a {
				padding:2px 3px;
				background:#195284;
				color:#000;
			}
				.paginator .pages a:hover {
					background:#ffc100;
				}
			.paginator .pages .current {
				padding:2px 3px;
				background:#1882df;
				color:#fff;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#artists Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#artists {
		margin:20px 0 0 0; padding: 0 0 30px 0;
		background:url(/images/1o1_bg.png) center top no-repeat;
	}
		#artists h1#h1_artists {
			width:99px; height:25px;
			background:url(/images/h1_artists19px.png) 0 0 no-repeat;
		}
		#artists ul.body {
			list-style:none;
		}
			#artists ul li {
				width:234px; height:128px;
				float:left;
			}
				#artists ul li a.portrait {
					width:102px; height:102px;
					margin:0 10px 0 0; padding:3px;
					background:#195284;
					display:block;
					float:left;
				}
					#artists ul li a.portrait:hover {
						background:#ffc100;
					}
					#artists ul li a.portrait img {
						border:1px solid #fff;
					}
				#artists ul li .info {
					width:104px;
					float:left;
				}
					#artists ul li .info h2 {
						margin:4px 0;
						font:bold 16px Arial, Helvetica, sans-serif;
						color:#bde0ff;
					}
						#artists ul li .info h2 a {
							text-decoration:none;
							color:#bde0ff;
						}
							#artists ul li .info h2 a:hover {
								color:#ffc100;
							}
						#artists ul li a.label62 {
							width:57px; height:50px;
							background:url(/images/labels/island.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label77 {
							width:80px; height:50px;
							background:url(/images/labels/mercury.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label83 {
							width:70px; height:50px;
							background:url(/images/labels/dtp.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label74 {
							width:50px; height:50px;
							background:url(/images/labels/defJam.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label75 {
							width:62px; height:56px;
							background:url(/images/labels/rocafella.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label88 {
							width:81px; height:44px;
							background:url(/images/labels/tagRecords.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label82 {
							width:59px; height:28px;
							background:url(/images/labels/defsoul.png) 0 0 no-repeat;
							display:block;
						}
						#artists ul li a.label91 {
							width:65px; height:47px;
							background:url(/images/labels/dd172.png) 0 0 no-repeat;
							display:block;
						}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#featured Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#featured {
		width:960px;
		margin:0 auto;
	}
		#featured h1#h1_featuredArtists {
			width:228px; height:25px;
			margin:19px 0 0 0px;
			background:url(/images/h1_featuredArtists19px.png) 0 0 no-repeat;
		}
		#featured ul.body {
			list-style:none;
		}
			#featured ul.body li {
				width:320px;
				margin:24px 0 0 0;
				float:left;
			}
				#featured .body li .actions {
					width:170px; height:112px;
					padding:150px 0 0 0;
					float:left;
				}
				#featured .body li .content {
					margin:18px 0 0 0;
					width:140px;
					float:left;
					font:normal 10px Verdana, Arial, Helvetica, sans-serif;
				}
					#featured .body .content a.album {
						width:50px; height:50px;
						padding:2px;
						background:#000;
						display:block;
					}
						#featured .body .content a.album:hover {
							background:#ffc100;
						}
					#featured .body .content h3 {
						margin:8px 0 0 0;
						font:bold 11px Verdana, Arial, Helvetica, sans-serif;
					}
					#featured .body .links {
						margin:10px 0 0 0;
						list-style:none;
					}
						#featured .body .links li {
							width:140px;
							margin:2px 0; padding:0;
							display:inline;
						}
						
						
					
/*	--------------------------------------------------------------------------------------------------------------------------
	long name Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#artists li.aid_7279 h2 {
		font:bold 12px Arial, Helvetica, sans-serif !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	button Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	a.moreInfo68w {
		background:url(/images/btn_moreInfo68w.png) 0 0 no-repeat;
	}
