@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Nellie McKay Website - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		nmk_home.css
	Date:			Oct 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_home.css");

/*	--------------------------------------------------------------------------------------------------------------------------
	#header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header {
		height:428px;
		background:url(../../images/header_bg.jpg) top center no-repeat;
	}
		#header #headerFlash p {
			margin:132px 0 0 0;
			background:#dadada;
			color:#000;
			text-align:center;
		}
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .home a {
		background-position:0 -27px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
	
	}
		h1#h1_newsUpdates {
			height:29px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_newsUpdates.png) no-repeat;
		}
		#news li {
			border-bottom:solid 1px #f8dc7c;
			margin:10px 0 7px 0; padding:12px;
		}
		#news h2 {
			margin:0 0 10px 0;
			font:normal 18px Georgia, "Times New Roman", Times, serif;
		}
			#news h2 .date {
				margin:0 0 6px 0;
				font:italic 11px Arial, Helvetica, sans-serif;
				color:#535051;
			}
		#news .body p {
			margin:6px 0;
		}
		#news ul {
			background:#fbf1ab;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#ringtones {
		width:403px;
		margin:30px 0 0 0;
		float:left;
	}
		h1#h1_ringtones {
			height:27px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_ringtones.png) no-repeat;	
		}
		#ringtones ul {
			margin:0 0 12px 0;
		}
			#ringtones li {

			}
			#ringtones li a {
				width:363px; 
				margin:2px 0; padding:4px 2px 3px 8px;
				font:normal 13px Arial, Helvetica, sans-serif;
				color:#3f3f3f;
				background:#fbf1ab url(../../images/btn_ringtone.png) 280px 3px no-repeat;
			}
				#ringtones li a:hover {
					background-position:280px -18px;
					color:#ed4b89;
				}

/*	--------------------------------------------------------------------------------------------------------------------------
	#downloads Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#downloads {
		width:447px;
		margin:30px 0 0 0; 
		overflow-x:hidden;
		float:right;
	}
		h1#h1_downloads {
			height:27px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_downloads.png) no-repeat;	
		}
		#downloads ul {
			margin:0 0 12px 0;
		}
		#downloads li {
			width:139px; 
			margin:0 10px 0 0;
			font-size:11px;
			text-align:center;
			float:left;
		}
			#downloads a.img {
				border:solid 1px #fff;
				width:133px; height:100px; 
				margin:0 0 3px 0;
			}
				#downloads a.img:hover {
					border:solid 1px #d9185d;
				}
			