/*
deep blue: #8F9EA7
link blue: #718C99
light blue: #A7C9D6
lighter blue: #F7F9F9
gray: #C4CCD1
text gray: #666
*/

html, body, div, h1, h2, p, ul, li, a, img, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	width: 100%;
	height: 100%;
	
	background-color: #8F9EA7;
	
	text-align: center;
	font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
/*-------------------------------
GENERAL
-------------------------------*/
h1 {
	font-size:  1.6em;
	color: #000;
	text-transform: capitalize;
}
h2 {
	margin: 20px 0 0 0;
	font-size:  1.4em;
	color: #333;
	/*text-transform: capitalize;
	background-color: #F7F9F9;*/
}
p {
	margin: 5px 0 0 0;
	font-size:  1.3em;
	line-height: 1.6em;
}
ul {
	margin: 0 0 0 20px;
	list-style-image: url(/static/images/bullet_8x8.gif);
	font-size: 1.4em;
}
ul li {
	margin: 6px 0 0 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*-------------------------------
LINKS
-------------------------------*/
a {
	outline: none;
	color: #718C99;
}
a:visited {
	color: #A7C9D6;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
}
/*-------------------------------
CONTENT
-------------------------------*/
div#content {
	position: relative;
	width: 100%;
	
	background: #fff url(/static/images/bg_content.gif) repeat-x top center;
	
	font-size: 62.5%;
}
/*-------------------------------
HEADER
-------------------------------*/
div#header {
	position: relative;
	width: 600px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}
	div#header h1 {
		position:absolute;
		top: 17px;
		left: 57px;
		
		font-size:  1.6em;
	}
	div#header p {
		position:absolute;
		top: 80px;
		left: 171px;
		margin: 0px;
	}
	div#header span#subscribeForm {
		position: absolute;
		top: 5px;
		right: 0px;
		font-size: 1.1em;
	}
	div#header label {
		font-weight: bold;
		color: #000;
	}
	div#header input#subscribeEmail {
		padding-left: 2px;
		border: 1px solid #e1e1e1;
		background-color: #fff;
		color: #444;
	}
	div#header input#Subscribe {
		border: 0px solid #999;
		font-size: 1.3em;
		font-weight: bold;
		background-color: transparent;
		color: #718C99;
	}
	div#header input#Subscribe:hover {
		cursor: pointer;
		color: #000;
	}
	
/*-------------------------------
NAV
-------------------------------*/
div#nav {
	position: relative;
	width: 600px;
	height: 52px;
	margin: 8px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}
	#nav ul {
		width: 600px;
		height: 52px;
		margin: 0px;
	
		background: url(/static/images/nav_map.gif);
	}
	#nav ul li {
		position: absolute;
		top: 0;
		margin: 0px;
	
		list-style: none;
	}
	#nav ul li, #nav ul a {
		width: 57px;
		height: 52px;
		display: block;
	}
	/*NEWS--------------*/
	li#news {
		left: 38px;
	}
	li#news a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-38px -52px no-repeat;
	}
	li#news.currentPage a, li#news.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-38px -104px no-repeat;
	}
	/*AUDIO--------------*/
	li#audio {
		left: 99px;
	}
	li#audio a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-99px -52px no-repeat;
	}
	li#audio.currentPage a, li#audio.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-99px -104px no-repeat;
	}
	/*VIDEO--------------*/
	li#video {
		left: 163px;
	}
	li#video a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-163px -52px no-repeat;
	}
	li#video.currentPage a, li#video.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-163px -104px no-repeat;
	}
	/*ABOUT--------------*/
	li#about {
		left: 229px;
	}
	li#about a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-229px -52px no-repeat;
	}
	li#about.currentPage a, li#about.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-229px -104px no-repeat;
	}
	/*CONTACT--------------*/
	li#contact {
		left: 303px;
	}
	li#contact a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-303px -52px no-repeat;
	}
	li#contact.currentPage a, li#contact.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-303px -104px no-repeat;
	}
	/*PRESS--------------*/
	li#press {
		left: 375px;
	}
	li#press a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-375px -52px no-repeat;
	}
	li#press.currentPage a, li#press.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-375px -104px no-repeat;
	}
	/*LINKS--------------*/
	li#links {
		left: 439px;
	}
	li#links a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-439px -52px no-repeat;
	}
	li#links.currentPage a, li#links.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-439px -104px no-repeat;
	}
	/*STORE--------------*/
	li#store {
		left: 504px;
	}
	li#store a:hover {
    	background: transparent url(/static/images/nav_map.gif)
    	-504px -52px no-repeat;
	}
	li#store.currentPage a, li#store.currentPage a:hover {
		cursor: default;
    	background: transparent url(/static/images/nav_map.gif)
    	-504px -104px no-repeat;
	}
	
/*-------------------------------
BANNER
-------------------------------*/
div#banner {
	position: relative;
	width: 596px;
	height: 150px;
	margin: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	background: #F7F9F9 url(/static/images/bg_banner.gif) no-repeat bottom right;
	border: 1px solid #C4CCD1;
}
	#banner img#cover {
		float: left;
		margin: 0 0 0 15px;
	}
	#banner div#banner_content {
		float: left;
	}
		#banner_content h1 {
			margin: 12px 0 0 0;
			font-size:  2.0em;
		}
		#banner_content ul {
			margin: 0 0 0 20px;
			font-size: 1.4em;
			list-style-image: url(/static/images/bullet_8x8.gif);
		}
		#banner_content ul li {
			margin: 6px 0 0 0;
		}
	
/*-------------------------------
MAIN
-------------------------------*/
div#main {
	position: relative;
	width: 660px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	background: #fff url('/static/images/bg_main.gif') no-repeat bottom right;
}
	#main div#sidebar {
		float: left;
		width: 116px;
		
		padding: 0 0 200px 30px;
		/*margin: 0 0 0 30px;*/
	}
		#sidebar img#cover {
			margin: 22px 0 0 0;
		}
		#sidebar h1 {
			margin: 22px 0 0 0;
			font-size: 1.2em;
			color: #444;
		}
		#sidebar h1#available_now {
			margin: 5px 0 0 0;
		}
		#sidebar h1 a {
			color: #718C99;
			text-decoration: underline;
		}
		#sidebar h1 a:hover{
			color: #000;
			text-decoration: none;
		}		
		#sidebar ul {
			margin: 0 0 0 15px;
			list-style-image: url(/static/images/bullet_6x6.gif);
			font-size: 1.1em;
		}
		#sidebar ul li {
			margin: 4px 0 0 0;
		}
	div#main_content {
		float: left;
		width: 470px;
		padding: 0 30px 100px 12px;
		/*margin: 0 30px 0 0;*/
		
		background: url(/static/images/bg_main_content.gif) no-repeat top left;
	}
		div#main_content div {
			width: 470px;
		}
/*-------------------------------
NEWS
-------------------------------*/
	#main div.hasPosts {
	}
		#main_content div.post {
			margin: 20px 0 0 0;
			width: 470px;
		}
		#main_content div.post h2 {
			margin: 0 0 0 0;
		}
			div.post p.date {
				margin: 0;
				text-align: center;
				color: #A7C9D6;
				font-size: 1.1em;
			}
/*-------------------------------
AUDIO / VIDEO
-------------------------------*/
		#main div.hasPlayer div {
			margin-top: 24px;
			z-index: 2000;
		}
		#main div#main_content.hasPlayer div.audio {
			width: 374px;
			height: 214px;
			margin-left: auto;
			margin-right: auto;
		}
		#main div.hasPlayer div.video {
			width: 470px;
			height: 264px;
			background: #000 url(/static/images/bg_player_video.jpg) no-repeat center;
		}
/*-------------------------------
FOOTER
-------------------------------*/
div#footer {
	clear:both;
	width: 100%;
	height: 80px;
	
	background: transparent url(/static/images/bg_footer.gif) repeat-x top left;
	
	font-size: 62.5%;
	z-index: 1000;
}
	div#footer div {
		position: relative;
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	
		text-align: left;
	}
div#universal {
	height: 46px;
}
	#universal ul#menu {
		position: absolute;
		top: 0px;
		left: 120px;
		
		width: 440px;
		height: 46px;
	
		background: url(/static/images/universal_map.gif);
	}
	ul#menu li {
		position: absolute;
		top: 0;
		margin: 0px;
	
		list-style: none;
	}
	ul#menu li, ul#menu a {
		height: 46px;
		display: block;
	}
	/*--------------*/
	li#wedgeOn {
		left: 0px;
		width: 98px;
    	background: transparent url(/static/images/universal_map.gif)
    	0 0 no-repeat;
	}
	/*--------------*/
	li#mySpace {
		left: 98px;
		width: 86px;
	}
	li#mySpace a:hover {
    	background: transparent url(/static/images/universal_map.gif)
    	-98px -46px no-repeat;
	}
	/*--------------*/
	li#iTunes {
		left: 199px;
		width: 71px;
	}
	li#iTunes a:hover {
    	background: transparent url(/static/images/universal_map.gif)
    	-199px -46px no-repeat;
	}
	/*--------------*/
	li#cdBaby {
		left: 287px;
		width: 79px;
	}
	li#cdBaby a:hover {
    	background: transparent url(/static/images/universal_map.gif)
    	-287px -46px no-repeat;
	}
	/*
	li#amazon {
		left: 267px;
		width: 82px;
	}
	li#amazon a:hover {
    	background: transparent url(/static/images/universal_map.gif)
    	-267px -46px no-repeat;
	}
	*/
#footer div#info {
	height: 20px;
	width: 660px;
}
	#info span {
		font-size: 0.8em;
		color: #666;
	}
	span#copy {
		margin: 2px 0 0 7px;
	}
	span#harmonium {
		margin: 1px 8px 0 0;
		display: block;
		height: 13px;
		width: 100px;
		background: transparent url(/static/images/footer_harmonium.gif)
		0px -13px no-repeat;
	}
	span#harmonium a {
		display: block;
		height: 13px;
		width: 100px;
	}
	span#harmonium a:hover {
		background: transparent url(/static/images/footer_harmonium.gif)
		0px 0px no-repeat;
	}
/*-------------------------------
SPECIAL
-------------------------------*/
#lovers_anim_top {
	position: absolute;
	left: -17px;
	top: -182px;
	width: 134px;
	height: 139px;
	z-index: 1000;
}
img#lovers_anim_bot {
	position: absolute;
	left: -15px;
	top: -43px;
	width: 132px;
	height: 74px;
	z-index: 1000;
}