@charset "UTF-8";
/* CSS Document */


/*  ------------------------------------- RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

fieldset, img {
	border: 0;
}

q:before, q:after {
	content: '';
}

a {
	outline: none;
}


/*  ------------------------------------- WRAPPER AND BODY */
	
	html, body {
		height: 100%;
	}
	
	body {
		background: url(../images/backgrounds/body_bg.png) repeat-y center;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 90%;
	}
	
	#wrapper {
		width: 770px;
		min-height: 100%;
		margin: 0 auto;
		position: relative;
		background: url(../images/backgrounds/wrapper_bg.png) repeat-y;
	}
	
	.liquid {
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}

	
/* ------------------------------------- TOP OF PAGE */
		
/* HEADER STYLES */

	#header {
		width: 770px;
		height: 100px;
		background: url(../images/backgrounds/header.png) no-repeat;
	}

	
	#musicwriting {
		position: absolute;
		top: 45px;
		left: 668px;
		height: 55px;	
	}
	
	#music {
		display: block;
		width: 70px;
		height: 28px;		
	}
	
	a:link#music,
	a:visited#music {
		background: url(../images/sprites/music_sprite.png) no-repeat right;
	}
	
	a:hover#music,
	a:active#music {
		background: url(../images/sprites/music_sprite.png) no-repeat right;
	}
	
	#writing {
		display: block;
		width: 70px;
		height: 27px;	
	}

	a:link#writing,
	a:visited#writing {
		background: url(../images/sprites/writing_sprite.png) no-repeat left;	
	}
	
	a:hover#writing,
	a:active#writing {
		background: url(../images/sprites/writing_sprite.png) no-repeat right;	
	}


/* ------------------------------------- TEXT STYLES */

/* GENERAL TEXT STYLES */

	p, dt, dd, label, .textbox ul li {
		font-size: 80%;
		line-height: 150%;	
	}
	
	.subparagraph, fieldset {
		margin-top: 10px;	
	}
	
	.floatleft {
		float: left;
	}
	
	.floatright {
		float: right;
	}
	
	.italic {
		font-style: italic;
	}
	
	.bold {
		font-weight: bold;	
	}
	
	.album {
		font-style: italic;
	}

	.tracklist {
		margin: 10px 1px;
		color: #666;
	}
	
	.kapow {
		font-size: 100%;
		font-weight: bold;
		/*text-transform: uppercase;
		margin-right: .8em;*/
	}

/* HEAD TAGS */

	h1 {
		font-size: 100%;
	}

	h2, dt {
		font-size: 90%;
		font-weight: bold;
		margin-right: 2px;
	}
	
	h3 {
		font-size: 88%;
		font-weight: bold;
		margin: 7px 0;
	}

/* LIST STYLES */	

	.last_item {
		border-bottom: none !important;	
	}
	

/* LINK STYLES */
	
	a:link, 
	a:visited {
		text-decoration: none;
		color: #6178AA;
	}
	
	a:hover, 
	a:active {
		text-decoration: underline;
		color: #3E5577;
	}


/* NAVIGATION BAR */

	#subheader {
		width: 420px;
		height: 79px;
		float: left;
	}
	
	#navbar {
		margin: 22px 0 0 60px;
		height: 35px;
		padding: 8px 0;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 95%;
	}
	
	#navbar a:link, #navbar a:visited {
		text-decoration: none;
		color: #FFF;	
	}
	
	#navbar a:hover, #navbar a:active {
		border-bottom: 1px solid #FFF;
		color: #FFF;
	}
	
	ul.horiz_nav li{
		display: inline;
		border-left: 1px solid;
		font: Arial, Verdana, Geneva, sans-serif;
	}
	
	ul.horiz_nav li a {
		margin: 0 .75em;	
	}
	
	ul.horiz_nav li.first_link{
		border-left: none;
	}
	
	ul.horiz_nav li.first_link a{
		margin-left: 0;	
	}
	
	ul.horiz_nav li.last_link a{
		margin-right: 0;
	}
	
/* PAGE-SPECIFIC NAVBAR STYLES */

	body.home #navbar a.home, 
	body.about #navbar a.about,
	body.albums #navbar a.albums,
	body.listen #navbar a.listen,
	body.store #navbar a.store {
		border-bottom: 1px solid #FFF;
	}

/*  -------------------------------------  MAIN CONTENT AREA STYLES */
	
	#content{
		width: 770px;
		background: url(../images/backgrounds/navbar_bg.png) no-repeat top left;
	}
	
	.col_a {
		width: 420px;
		float: left;
	}
	
	.col_b {
		width: 350px;
		float: right;
	}
	
	.section{
		width: 770px;
		float: left;
		clear: both;
	}

/* GENERAL BOXES */

	.textbox,
	.quotebox,
	.attributebox,
	.albumbox,
	.albumtextbox{
		border: 1px solid #dddbcd;
		float: left;
		clear: left;
		padding: 20px 25px;
	}
		 
	.quotebox,
	.textbox,
	.albumtextbox{
		background: url(../images/backgrounds/paper.gif);
	}
	
	.attributebox,
	.albumbox{
		border: 1px solid #ccc;
		background: #fcfcfa;
		padding: 6px 25px 8px 25px;
	}

	.attributebox{
		border-top: 1px dotted #ccc;
	}	
	
	.plain {
		background: #fcfcfa;
	}
	
	.quotebox {
		border-bottom: none;	
	}

/* COLUMN A BOXES */

	.col_a .textbox,
	.col_a .quotebox,
	.col_a .attributebox,
	.col_a .albumbox,
	.col_a .albumtextbox{
		width: 285px;
		float: left;
	}
	
	.col_a .textbox {
		margin: 14px 0 14px 50px;
		display: inline;
	}
	
	.col_a .albumbox {
		margin: 14px 0 0 50px;
		display: inline;
	}
	
/* COLUMN B BOXES */

	.col_b .textbox,
	.col_b .quotebox,
	.col_b .attributebox, 
	.col_b .albumbox,
	.col_b .albumtextbox {
		width: 235px;	
	}
	
	.col_b .textbox {
		margin: 14px 0 14px 15px;
		display: inline;
	}
	
	.col_b .quotebox,
	.col_b .albumbox{
		margin: 15px 0 0 15px;
		display: inline;
	}
	
	.col_b .attributebox {
		margin: 0 0 14px 15px;
		display: inline;
	}


/* HOME  */	

	.home .col_a .textbox {
		margin: 12px 0 12px 50px;
	}
	
	.home .col_a img.keyboard{
		margin: 6px 0 0 55px;
		float: left;
		display: inline;
	}
	
	.col_b #primarybox {
		margin-top: 24px;	
	}
	
	.heading {
		margin-left: -2px;	
	}
	
	.logo {
		margin: 0 0 0 10px;		
	}
	
	.halfwidth {
		width: 50%;	
	}
	
	#hellobox {
		margin: 14px 0 12px 50px;
		display: inline;
	}
	
	#secondarybox {
		clear: none;
		float: right;
		width: 130px;
		margin: 12px 33px 12px 0px;
		display: inline;
	}
	
	#nannybox {
		background: url(../images/backgrounds/nannyskitchen_bg.jpg) no-repeat bottom;
		padding-bottom: 215px;
	}
	
	#nannybox_header {
		background: url(../images/nannyskitchen_header.gif);
		float: left;
		height: 33px;
		width: 335px;
		margin: 14px 0 0 50px;
		padding: 0;
		border: 1px solid #dddbcd;
		border-bottom: 0;
	}
	
	#index_img {
		width: 350px;	
		height: 480px;
		background: url(../images/graphics/index_davidbrusie.jpg) no-repeat right;	
	}
	
/* HOME FORMS */	
	
	input.email {
		width: 279px;
		padding: 3px;
		margin: 5px 0 5px -2px;
		font-size: larger;
		color: #3E5577;
	}
	
	.arrow_flourish {
		height: 25px;
		width: 75px;
		float: left;
		margin-left: 10px;
		background: url(../images/arrow_downandright.gif) no-repeat;
	}
	
	input.submit {
		float: right;
		margin: 2px 0;
		width: auto;
		padding: 5px 10px;
		background: #6178AA;
		border: 0;
		color: #FFFFFF;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		cursor: pointer;
		}
	
	input.submit:hover,
	input.submit:focus {
		background: #3E5577;
	}

/* ABOUT  */	

	.quotes_left {
		background: url(../images/graphics/quotes_left.gif) no-repeat;
		position: absolute;
		width: 50px;
		height: 40px;
		margin: -12px 0 0 -55px;
	}

	.quotes_right {
		background: url(../images/graphics/quotes_right.gif) no-repeat;
		position: absolute;
		width: 50px;
		height: 40px;
		margin: -50px 0 0 232px;
	}
	
	.headphones {
		margin: 5px 0 0 50px;
		float: left;
		display: inline;
	}
	
	.poster {
		margin: 14px 0 0 50px;
		float: left;
		display: inline;
	}
	
	#about_img {
		width: 327px;	
		height: 410px;
		background: url(../images/graphics/phonograph_about.jpg) no-repeat right;	
	}
	
/* ALBUMS  */	

	.albums .col_a img {
		margin: 0 0 14px 50px;
		border: 1px solid #dddbcd;
	}
	
	.albums .col_b .textbox {
		margin-top: 0;	
	}
	
	.albums a.button {
		color: #FFF;
		text-decoration: none;
	}
	
	a.button {
		font-size: 95%;
		float: right;
		clear: right;
		margin:14px 18px 3px 0;
		width: auto;
		padding: 7px 12px;
		background: #6178AA;
		border: 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		}
	
	a.button:hover,
	a.button:focus {
		background: #3E5577;
	}	
	
	#albums_img {
		width: 300px;	
		height: 94px;
		background: url(../images/graphics/vinyl.jpg) no-repeat right;	
	}

/* LISTEN  */	

	#listen_img {
		width: 327px;	
		height: 283px;
		background: url(../images/graphics/recorder.jpg) no-repeat top right;	
	}

	.listen .col_b .textbox {
		padding: 20px 10px 20px 20px;
		width: 255px;
		margin-top: 30px;
		margin-bottom: 0px;
		display: inline;
	}
	
	#flashwarning {
		position: absolute;
		top: 240px;
		left: 62px;
		width: 250px;
		height: 193px;
		font-size: 120%;
		background: #FFF;
	}

/* STORE  */	
	
	#flyoverstate_mini{
		background: url(../images/backgrounds/flyoverstate_mini.jpg) no-repeat 0 0;
		height: 175px;
		width: 335px;
		margin: -20px 0 0 -25px;
	}
	
	#half_extravaganza_mini{
		background: url(../images/backgrounds/half-extravaganza_mini.jpg) no-repeat 0 0;
		height: 175px;
		width: 285px;
		margin: -20px 0 0 -25px;
	}
	
	.albumbox{
		border-bottom: 1px dotted #ccc;
	}
	
	.albumbox h2 {
		padding: 5px;	
	}
	
	.albumtextbox {
		margin-top: 0;
		border-top: 0;
		display: inline;
		overflow: hidden;
	}
	
	.col_a .albumtextbox {
		margin-left: 50px;
	}
	
	.col_b .albumtextbox {
		margin-left: 15px;
	}
	
	#albums_img {
		width: 300px;	
		height: 94px;
		background: url(../images/graphics/vinyl.jpg) no-repeat right;	
	}

/* STORE MENU */

	ul.storemenu {
		border: 1px solid #e3e3e3;
		border-top: none;
		margin-left: -1px;
		margin-top: 20px;
	}
	
	ul.storemenu li {
		border-top: 1px solid #e3e3e3;
		line-height: 32px;
	}
	
	ul.storemenu li a{
		text-decoration: none;
		width: 284px;
	}
	
	.col_b ul.storemenu li a{
		width: 234px;
	}
	
	ul.storemenu li a .prices{
		margin-right: 8px;
		font-size: 75%;
		text-align: right;
		width: 150px;
		display: block;
		float: right;
	}
	
	a.cdbaby {
		background: url(../images/backgrounds/store_menu.jpg) no-repeat;
		background-position: 0 0;
		height: 32px;
		display: block;
	}
	
	a:hover.cdbaby,
	a:active.cdbaby {
		background-position: -336px 0;
	}
	
	a.amazon{
		background: url(../images/backgrounds/store_menu.jpg) no-repeat;
		background-position: 0 -32px;
		height: 34px;
		display: block;
	}

	a:hover.amazon,
	a:active.amazon {
		background-position: -336px -32px;
	}	

	a.itunes{
		background: url(../images/backgrounds/store_menu.jpg) no-repeat;
		background-position: 0 -64px;
		height: 32px;
		display: block;
	}

	a:hover.itunes,
	a:active.itunes {
		background-position: -336px -64px;
	}	
	
	#store_img {
		width: 300px;	
		height: 340px;
		background: url(../images/graphics/register.jpg) no-repeat right;	
	}
	

/*  ------------------------------------- FOOTER STYLES */
	
	#footer{
		width: 770px;
		height: 64px;
		background: url(../images/backgrounds/footer.png) no-repeat bottom;
		margin: -64px auto 0 auto;
		text-align: left;
		position: relative;
	}
	
	#footer a {
		text-decoration: underline;	
	}
	
	.divider{
		margin-left: 1em;
		padding-left: 1em;
		border-left: 1px solid #FFF;	
	}
	
	#credits{
		position: absolute;
		bottom: 17px;
		margin-left: 55px;
		text-align: left;
		color: #FFF;
		font-size: 65%;
	} 
	
	#credits a:link,
	#credits a:visited{
		color: #FFF;	
	}
	
	#credits a:hover,
	#credits a:active{
		color: #181E24;	
	}
	
	#clearfooter {
		height: 94px;
		width: 770px;
		clear: both;
	}

/* SOCIAL LINKS IN FOOTER */

	#social_links {
		height: 53px;
		width: 159px;
		position: absolute;
		left: 550px;
		bottom: 11px;
	}
	
	#email, 
	#facebook,
	#myspace {
		height: 53px;
		width: 53px;
		display: block;
		float: left;
	}
	
	a:link#email,
	a:visited#email {
		background: url(../images/sprites/email_sprite.png) no-repeat left;
	}

	a:hover#email,
	a:active#email {
		background: url(../images/sprites/email_sprite.png) no-repeat right;
	}
	
	a:link#facebook,
	a:visited#facebook {
		background: url(../images/sprites/facebook_sprite.png) no-repeat left;
	}

	a:hover#facebook,
	a:active#facebook {
		background: url(../images/sprites/facebook_sprite.png) no-repeat right;
	}
	
	a:link#myspace,
	a:visited#myspace {
		background: url(../images/sprites/myspace_sprite.png) no-repeat left;
	}

	a:hover#myspace,
	a:active#myspace {
		background: url(../images/sprites/myspace_sprite.png) no-repeat right;
	}
