/************************************************
 *
 *  File     :  css/home.css
 *  Version  :  v1.0
 *  Website  :  tamineilson.com
 *  Author   :  Josh Horvath (www.faduchigroup.com)
 *
 ************************************************/
 
 * {
	 margin: 0;
	 padding: 0;
	 }
 
 body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 14px;
	color: white;
	background-color: #000;
	background-image: url(../images/home/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-shadow: 1px 1px 0 #000;
	 }
 
 #container {
	 position: relative;
	 margin: auto;
	 height: 978px;
	 width: 1034px;
	 }
a, a:visited {
	color:#C93;
	text-decoration: none;
	}
a:hover {
	color: white;
	text-decoration: underline;
	}
	
/* Navigation Start */
#navigation {
	position: absolute;
	top: 420px;
	left: 683px;
	width: 251px;
	height: 303px;
	background-image: url(../images/home/nav.png);
	background-repeat: no-repeat;
	}
#navigation span {
	display: none;
	}
#navigation ul {
	list-style: none;
	}
	/* Nav: About Tami */
	#navigation #n_abouttami {
		position: absolute;
		top: 1px;
		left: 1px;
		width: 197px;
		height: 54px;
		}
	#navigation #n_abouttami:hover {
		background-image: url(../images/home/nav-ov.png);
		}

	/* Nav: Buy Music */
	#navigation #n_buymusic {
		position: absolute;
		top: 54px;
		left: 1px;
		width: 132px;
		height: 81px;
		}
	#navigation #n_buymusic:hover {
		background-image: url(../images/home/nav-ov.png);
		background-position: 0 -54px
		}

	/* Nav: Media */
	#navigation #n_media {
		position: absolute;
		top: 135px;
		left: 1px;
		width: 100px;
		height: 45px;
		}
	#navigation #n_media:hover {
		background-image: url(../images/home/nav-ov.png);
		background-position: 0 -135px
	}

	/* Nav: The Blog */
		#navigation #n_theblog {
		position: absolute;
		top: 202px;
		left: 110px;
		width: 140px;
		height: 50px;
		}
	#navigation #n_theblog:hover {
		background-image: url(../images/home/nav-ov.png);
		background-position: 141px -202px
		}

	/* Nav: contact */
	#navigation #n_contact {
		position: absolute;
		top: 252px;
		left: 78px;
		width: 128px;
		height: 52px;
		}
	#navigation #n_contact:hover {
		background-image: url(../images/home/nav-ov.png);
		background-position: 173px -252px
		}

/* Navigation End */


#news {
	position: absolute;
	top: 180px;
	left: 1;
	width: 232px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: white;
	background-image: url(../images/home/news.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	line-height: 14px;
	}
#news p {
	display: block;
	margin-bottom: 10px;
	}
#news h2 {
	display: none;
	}
#news div {
	overflow: hidden;
	width: 232px;
	height: 148px;
	}


#tourdates {
	position: absolute;
	top: 398px; left: 1px;
	width: 232px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px; color: white; line-height: 12px;
	background: url(../images/home/tourdates.png) no-repeat;
	padding-top: 40px;
	}
#tourdates h2 {
	display: none;
	}
#tourdates li {
	display: block;
	padding-bottom: 5px;
	}
#tourdates div {
	overflow: hidden;
	width: 232px;
	height: 104px;
	}


#buymusic {
	position: absolute;
	top: 630px; left: 1px;
	width: 146px; height: 131px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px; color: white;
	line-height: 12px;
	background: url(../images/home/buymusic.png);
	}
#buymusic:hover { background: url(../images/home/buymusic-ov.png); }

#buymusic span {
	display: none;
	}


a#FaduchiGroup {
	position: absolute;
	left: 816px;
	top: 883px;
	width: 113px;
	height: 20px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/home/faduchigroup.gif);
	background-color: red;
	}
a#FaduchiGroup:hover {
	background: url(../images/home/faduchigroup-ov.gif);
	}
	
div#mailinglist {
	position: absolute;
	left: 0; top: 800px;
	}

