@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:-700px -20px;
	}
		#mainNav .downloads a:hover {
			background-position:-700px -20px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#downloads Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#downloads {
		margin:0 0 0 0;
	}
		#downloads h1#h1_downloads {
			height:18px; 
			margin:0 0 19px 0;
			background:url(../../images/h1_downloads.png) no-repeat;	
		}
		#downloads h2 {
			padding:0 0 3px 0; margin:0 0 22px 0;
			font:bold 18px Arial, Helvetica, sans-serif;
			color:#d9185d;
		}
		#downloads h3 {
			margin:0 0 4px 0;
			color:#252525;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#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 a {
			font:normal 13px Arial, Helvetica, sans-serif;
		}
			#wallpapers ul li a:hover {
				color:#d9185d;
			}
			#wallpapers a.img {
				border:solid 3px #cac4c7;
				width:229px;
				margin:0 0 3px 0;
				display:block;
			}
				#wallpapers a.img:hover {
					border:solid 3px #d9185d;
				}
		#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:left;
	}
	#buddyIcons .directions {
		width:330px;
		float:left;
	}
	#buddyIcons ul {
		}
		#buddyIcons ul li {
			font-size:11px;
			text-align:center;
			float:left;
			display:inline;
		}
			#buddyIcons a.img {
				width:50px;
				display:block;
				border:solid 3px #cac4c7;
			}
				#buddyIcons a.img:hover {
					border:solid 3px #d9185d;
				}
		#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;
			}