/*
	   style.css
	   Ill Lillies
   
	   Created by AMorse on 2008-08-02.
	   Copyright 2008 Thinking About Awesome. All rights reserved.
*/

	html {font-family: helvetica, arial, 'sans-serif';}
	a {text-decoration: none;}
	a:focus {outline: none;}
	/*MASTHEAD*/
	.masthead {
		margin-top: 15px;
		}
	.masthead h1 {
		background: transparent url(../images/title.png) top left;
		width: 699px;
		height: 0px;
		display: block;
		text-indent: -9999px;
		padding-top: 231px;
		float: left;
		}
	/*Main Navigation*/
	ul#mainNav {
		float: left;
		width: 146px;
		margin-top:67px;
		margin-right: 10px;
		}
	#mainNav li a {
		text-indent:-9999px;
		width:146px;
		height:24px;
		display: block;
		}
	#mainNav .home a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 0 ;
		}
	#mainNav .about a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 -23px;
		margin-top: 3px;
		}
	#mainNav .music a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 -46px;
		margin-top: 3px;
		}
	#mainNav .download a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 -70px;
		margin-top: 2px;
		}
	#mainNav .contact a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 -92px;
		margin-top: 4px;
		}
	#mainNav .links a {
		background: transparent url(../images/navigation.jpg) no-repeat 0 -95px;
		margin-top: 2px;
		}
	#mainNav .home a:hover,
	#mainNav .home a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px 0 ;
		}
	#mainNav .about a:hover,
	#mainNav .about a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px -23px;
		}
	#mainNav .music a:hover,
	#mainNav .music a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px -46px;
		}
	#mainNav .download a:hover,
	#mainNav .download a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px -70px;
		}
	#mainNav .contact a:hover,
	#mainNav .contact a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px -92px;
		}
	#mainNav .links a:hover,
	#mainNav .links a.active {
		background: transparent url(../images/navigation.jpg) no-repeat -146px -95px;
		}
	#content {
		float: left;
		width: 850px;
		margin-left:0px;
		margin-top:0px;
		border-bottom: 4px solid #ddd;
		border-top: 7px solid #000;
		}
	#content {
		float: left;
		width: 850px;
		margin-left:0px;
		margin-top:0px;
		border-bottom: 4px solid #ddd;
		border-top: 7px solid #000;
		}
	#content #content {
		border: none;
	}
	/* HOME */
	#content .news {font-size: inherit;
	}
	
	#content div.home {/*background:transparent url(../images/home-bg.jpg) no-repeat 0 0;*/padding: 60px 0 120px 0;display: block;text-align: center;}
	#content .home p {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		color: #aaa;
	}
	#content .home h2 {color: #99CCFF;
		font-weight: bold;
		font-size:80px;
		margin-top: 00px;}
	/*ABOUT*/
	#content .about {font-size: 12px;font:helvetica, verdana, arial, sans-serif;
	}
#content .about h2 {
		font-weight: bold;
		font-size: 18px;
		width: 520px;
		margin: 0 0 5px 310px;

	color: #fff;
background:#000;
padding:5px 10px 6px 10px;
	}
	#content .about p {width:540px;margin-left: 310px;text-indent:0;}

	.about  .riley {text-indent:none;}
	#content .about div p span {font-weight: bold;margin-left: 0px;}
	#content .about div h2 span {
		font-size: 12px;
		font-weight: normal;
		color: #999;
	}
	#content div .container {width:540px;margin: 0 0 0 310px;}
	.container ul li span {font-weight: bold;margin-right: 3px; color: #333;}
	.container ul li {color: #000;}
	#content .riley .container .left,
	#content .coppola .container .left,
	#content .morse .container .left,
	#content .harrington .container .left {float: left;width: 260px;margin-right: 20px;}
	
	span.spacing {color: #eee;padding: 0 5px 0 2px;}
	.first {margin-top: 25px;}
	.coppola {padding: 40px 0;}
	.band {background: transparent url(../images/about-band.jpg) no-repeat 0 50px;padding: 30px 0 30px 0;}
	.coppola {background: transparent url(../images/about-marty.jpg) no-repeat 0 50px;padding: 30px 0 0px 0;}
	.riley {background: transparent url(../images/about-brian.jpg) no-repeat 0 40px;padding: 30px 0 30px 0;margin-bottom: 10px;}
	.morse {background: transparent url(../images/about-adam.jpg) no-repeat 0 25px;padding: 30px 0  30px 0;margin-bottom: 20px;}
	.harrington {background: transparent url(../images/harrington.jpg) no-repeat 0 0;padding:30px 0 60px 0;}
	.harrington p {padding-bottom: 20px;}
	
	/*MUSIC*/
	#content .music {background: transparent url(../images/music-bg.jpg) no-repeat top left;
		padding: 30px 100px 40px 100px;
	}
	.music .intro {margin-bottom: 30px;font-size: 12px;background: #FFFFFF;color: #333;padding: 10px 5px 10px 10px;border-top: 1px solid #000;border-bottom: 1px solid #000; }
	#player {width: 650px;}
	.intro span {font-weight: bold;}
		a.redirect {width: 630px;padding: 10px;background: #000;color: #fff;display: block;text-align: center;font-size: 12px;font-weight: bold;}
		a.redirect:hover {background:#ff3366 ;color: #333;}
		
	/*LINKS*/
	#content .links h3 {
		font-size:24px;
		background:#000;
		color:#FF0066;
		padding:2px 4px 4px 8px;
		font-weight:bold;
		margin-top: 15px;margin-bottom:2px;
}
#content .links h3 span {font-size:11px;color:#ffff00;}
	#content .download h3 {
		font-size:24px;
		background:#eee;
		color:#FF0066;
		padding:2px 4px 0px 8px;
		width:250px;
		font-weight:bold;
		margin-top: 10px;
}
	#content .download h3 { width: auto;background: transparent;padding-left: 0;}
	#content .links ul,
	#content .download ul {
		list-style: none;
		}
	#content .links ul {text-align: right;}
	#content .links ul li,
	#content .download ul li {
		display: inline;
		color: #CC00CC;
		}
	#content .links ul li a,
	#content .download ul li a {
		font-size: 16px;
		color: #ddd;
		background: #111;
		font-weight: bold;
		line-height: 43px;
		letter-spacing:-.8px;
		word-spacing: 1px;
		padding: 10px;
		white-space: nowrap;
		}
	#content .links ul li a:hover,
	#content .download ul li a:hover {
		color: #FF0066;
		background: #000;
		}
	#content .links ul li.first,
	#content .download ul li.first {padding-left: 0;}
	#content  div.links {
		background: transparent url(../images/links-bg.jpg) no-repeat top right;
		display: block;padding:20px 0;
		border-top:none;
	}
	#content div.download {
		border-top: none;
		display: block;
		padding:20px 0;
		background: transparent url(../images/download-bg.jpg) no-repeat bottom right;
	}
	#content .download ul li {margin-right: 5px;white-space: nowrap;}
	#content .download ul li a {white-space: nowrap;width: auto;}
	#content .download ul li.fullAlbum {width: 850px;text-align: center;}
	#content .download ul li.fullAlbum a {width: 850px;}
	#content .download h3 span {margin-left: 15px;color:#333;font-size: 12px;font-weight: normal;}
	#content .download h4 {font-size: 12px;margin-bottom: 15px;color: #666;padding-left: 8px;margin-top: 0px;}
	/*Footer*/
	
	.footer {
		float: left;
		font-size: 13px;
		margin-bottom: 20px;
		} 
	ul.footer {
		list-style: none;
		display: inline;
		width: 850px;
		}
	ul.footer li {
		float: left;
		width: auto;
		display: inline;
		margin-left: 10px;
		border-left:1px solid #ddd;
		padding-left: 10px;
		}
	ul.footer li.myspace {
		margin-left:0;
		border-left: none;
		padding-left: 0;
		
	}
	ul.footer li a {
		color: #888;
		text-decoration: none;
		font-weight: bold;
	}
	ul.footer li a:hover {
		color:#ff3366;
		
	}
	.jobTitle {
		float:right;
		width:auto;
		}
	.footer li ul{
		list-style:none;
		width:50px;
		overflow: visible;
		margin: 5px 0;
		background: #fff;
		}
	.footer li.contact {width: auto;}
	.footer li ul li {
		display:block;
		white-space: nowrap;
		border: none;
		margin-left: 0;
		padding-left: 0;
		}
	.footer li ul li a {
		color: #333;
	}
	.footer li ul li a:hover {
		color: #ff3366;
	}
	.footer li.hey {float: right;border-left: none;}
	.footer li.hey a {
		width: 22px;
		height: 15px;
		display: block;
		text-indent: -9999px;
		background: transparent url(../images/hey.png) no-repeat 0 0;
		}
	.footer li.hey a:hover {
		background: transparent url(../images/hey.png) no-repeat 0 -16px;
	}	
	#load {display: none;
		background: transparent url(../images/load.gif) no-repeat;
		width:50px;
		height:50px;
		text-indent:-9999px;
	}
	#wrapper {
		width: 1000px;
		float: left;
		margin-left: 150px;
		}
a.link {color: #ff3366;}
a.link:hover {color: #fff;background: #000;}
#content .links h3.first {margin-top: 3px;}
