@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Artist Website - DOWNLOADS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_downloads.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_downloads.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .downloads a {
		background-position:-331px -66px !important;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	#downloads Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#downloads {
		width:546px;
		margin:0 0 0 0;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}
		#downloads .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#downloads .downloadsBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#downloads .downloadsContent {
			width:511px;
			padding:0 0 20px 35px;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		#downloads h1#h1_downloads {
			height:18px; 
			margin:0 0 0 45px;
			background:url(../../images/h1_downloads.png) no-repeat;	
		}
		#downloads h2 {
			padding:0 0 3px 0; margin:0 0 22px 0;
			font:bold 20px Arial, Helvetica, sans-serif;
			color:#9e4423;
		}
		#downloads h3 {
			margin:0 0 4px 0;
			color:#666666;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#ringtones {
		margin:0; padding:11px 11px;
		background:#fbf1ab;
	}
		#ringtones li {
			text-align:left;
			display:inline;
			float:none;
		}
		#ringtones li a {
			margin:2px 0; padding:4px 2px 3px 8px; 
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#3f3f3f;
			background:#f8dc7c url(../../images/btn_ringtone.png) 386px 3px no-repeat;
			display:block;
		}
			#ringtones li a:hover {
				background-position:386px -18px;
				color:#ed4b89;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#wallpapers Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#wallpapers {
		padding:11px 11px;
	}
		#wallpapers ul li {
			width:237px; 
			margin:0 2px 0 0;
			font-size:12px;
			text-align:center;
			float:left;
		}
			#wallpapers ul li.right {
				margin:0;
			}
		#wallpapers ul li .linkHolder {
			width:133px;
			margin:8px 0 0 41px;
		}
		#wallpapers ul li a {
			font:bold 13px Arial, Helvetica, sans-serif;
			color:#0079bf;
		}
			#wallpapers ul li a:hover {
				color:#66a7cc;
			}
			#wallpapers a.img {
				border:solid 1px #0079bf;
				width:215px;
				margin:0 0 3px 0;
				display:block;
			}
				#wallpapers a.img:hover {
					border:solid 1px #0079bf;
				}
				
				#wallpapers a.img img {
					border:solid 1px #fff;
				}
					#wallpapers a.img:hover img {
						border:solid 1px #0079bf;
					}
		#wallpapers ul.instructions {
		}
			#wallpapers ul.instructions li {
				width:auto;
				margin:0 0 3px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				text-align:left;
				float:none;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#buddyIcons Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#buddyIcons {
		padding:0 11px 0 11px;
	}
	#buddyIcons .icons {
		width:132px;
		margin:0 5px 0 0;
		float:none;
	}
	#buddyIcons .directions {
		margin:30px 0 0 0;
		width:330px;
		float:none;
	}
	#buddyIcons ul {
		}
		#buddyIcons ul li {
			font-size:11px;
			text-align:center;
			float:left;
			display:inline;
		}
			#buddyIcons a.img {
				width:52px;
				display:block;
				border:solid 1px #0079bf;
			}
				#buddyIcons a.img img {
					bordeR:solid 1px #fff;
				}
				#buddyIcons a.img:hover {
					border:solid 1px #0079bf;
				}
					#buddyIcons a.img:hover img {
					bordeR:solid 1px #0079bf;
				}
		#buddyIcons ul.instructions {
			margin:0 0 50px 0;
		}
			#buddyIcons ul.instructions li {
				width:330px;
				margin:0 0 3px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				text-align:left;
				float:none;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#widgets Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	#widgets {
		padding:0 0 25px 11px;
	}
		#widgets .widgetHolder {
			margin:0 5px 0 0;
			background:#5585c5;
			float:left;
		}
		#widgets .embed {
			padding:72px 0 0 0;
			width:168px;
			float:left;
		}
			#widgets .embed .copy {

			}
			#widgets .embed textarea {
				width:168px; height:131px;
				margin:18px 0 0 0;
				background:#2e2e2e;
				color:#fff;
				overflow-x:hidden;
			}