@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - UNIVERSAL REPUBLIC ARTISTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		unirep_artists.css
	Date:			Sept 12, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
			
/*	--------------------------------------------------------------------------------------------------------------------------
	artists Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#artists {
		width:590px; 
		background:#bcd9f5 url(../../images/cornerTR_darkblue.gif) top right no-repeat;
		padding:20px;
		font:normal 12px Arial, Helvetica, sans-serif;
	}
		#artists h1 {
			margin:0 0 40px 0;
			color:#444;
			font:bold 24px Arial, Helvetica, sans-serif;
		}
		#artists ul.nav {
			list-style:none;
			font:normal 11px Arial, Helvetica, sans-serif;
		}
			#artists ul.nav li {
				margin:0 12px 0 0;
				float:left;
			}
				#artists ul.nav li a.active {
					color:#444;
				}	
		
		/* artistList */	
		#artists .artistList {
			margin:10px 0 0 0; padding:13px 0 0 20px;
			background:#dfefff;
		}
			#artists .artistList .leftCol {
				width:280px;
				float:left;
			}
			#artists .artistList .rightCol {
				width:280px;
				float:left;
			}
			#artists .artistList h2 {
				margin:0 0 4px 0;
				color:#003264;
				font-weight:normal;
			}
			#artists .artistList ul {
				margin:0 0 35px 0;
				list-style:none;
			}
				#artists .artistList ul li {
					margin:0 0 3px 0;
				}