/* Colors:

	Really Dark Purple: #1f1f3d;
	Border Purple: #333366;
	Nav Purple: #707094;
	Halfway Purple: #616189;
	Light lilac: #dbcfeb;
	Green: #366d16;
	Light Green: #afc5a2;
	Orange: #e7721d;
	Gold: #d7c34a;
	Yellow: #feff05;
	Light Red: #e28a8e;
*/

/* TODO:  i.e. 6 - add 20 px to width of background img.  No bottom-border for nav in i.e. */
html, body {
	margin: 0;
  	padding: 0;
  	height: 100%;
}

body {
	background-color: #ffffff;
	color: #333366;
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
}

body#cds {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

a:link, a:visited {
	color: #366d16;
}

a:hover, a:active {
	color: #e7721d;
}

#contentframe {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #333366;
	width: 800px;
	padding: 0;
}

#shop #contentframe {
	border-color: #000267;
	background-color: #0048ad;
}

#cds #contentframe {
	/* url('/images/cdnavbg.gif') */
	background: transparent url('/images/cdnavbgdeeppur.gif') repeat-y;
	float: left;
	width: 800px;
}

#shop #headernav {
	border-color: #fff;
}

#header {
	background: #366d16 url('/images/ss_head.jpg') no-repeat;
	width: auto;
	height: 110px;
}

a#linkhead {
	position: relative;
	top: -110px;
	display: block;
	z-index: 10;
	width: 800px;
	height: 70px;
	text-decoration: none;
}

#headernav {
	clear: both;
	width: 800px;
	height: 40px;
	font-family: "Apple Chancery", "Unger Chancery", "Script MT Bold", Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .1em;
/*	border-top: 2px solid #333366; */
	border-bottom: 2px solid #333366;
	background-color: transparent;
}

ul#navigation {
	margin: 2px 15px 0 5px;
	float: left;
	width: 784px;
	padding: 7px 0 0;
	color: #fff;
	/* font-size: 17px; -when add in a 6th navigation element */
	font-size: 19px;
}

ul#navigation li {
		float: left;
		margin: 0;
		padding: 3px 0; 
		list-style: none;
		display: inline;
		/* width: 130px; -when add in a 6th navigation element */
		width: 150px;
		text-align: center;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
}

#home li#homelink, #cds li#cdslink, #artists li#artistslink, #shop li#shoplink, #reviews li#reviewslink, #contact li#contactlink {
/*	margin: -6px 0;  - This should be applied to Mac Safari/FF only - although it's OK not to as the line will be below */
	margin: -2px 0 0;
	padding: 0;
}

#home li#homelink a, #cds li#cdslink a, #artists li#artistslink a, #shop li#shoplink a, #reviews li#reviewslink a, #contact li#contactlink a {
	border-bottom: 8px solid #333366;
	margin: 0 15px;
	/* font-size: 19px; -when add in a 6th navigation element */
	font-size: 21px;
	font-weight: bold;
	display: block;
}

#shop li#shoplink a {
	border-color: #fff;
}

#language {
	clear: both;
	float: right;
	font-size: .8em;
	margin: 5px;
	padding-left: 26px;
	background: transparent url('/images/deutschFlag.png') no-repeat;
	width: 80px;
	height: 16px;
}

a#languagelink {
	margin: 5px;
	float: right;
	display: block;
	text-decoration: none;
	width: 26px;
	position: relative;
	top: 0;
	left: 36px;
	height: 16px;
	z-index: 2;
}

#shop #language a:link, #shop #language a:visited {
	color: #fff;
}

#content {
	padding: 0 1em 1em;
	font-weight: normal;
	line-height: 1.5em;
	background: #fff url('/images/Lily.png') no-repeat;
	float: left;
	width: 768px;
	*margin-top: 18px;
}

#home #content {
	width: auto;
/*	padding: 1em 4em 4em; 
	background-position: 2em 1em;
*/
	padding: 1em 8em 4em;
	background-position: 6em 1.5em;
}

#shop #content {
	padding: 0;
	background-image: none;
}

#contact #content {
	background-image: none;
}

#cds #content {
	float: right;
	width: 592px;
	padding: 0 14px 14px;
	min-height: 800px;
	*margin-top: 0;
}

#cds.lyrics #content {
	padding-top: 5px;
}

#cds.lyrics h1, #cds.lyrics h2 {
	float: left;
	margin: 0;
	padding-bottom: 0.75em;
	line-height: 30px;
}

h1, h2 {
	font-family: "Apple Chancery", "Unger Chancery", "Script MT Bold", Tahoma, Arial, sans-serif;
	color: #333366;
}

h1 {
	margin: 0 0 1em;
	*margin-top: 10px;
}

h1.cdsheader {
	margin-bottom: 0.5em;
}

h2 {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#cds.lyrics h1 {
	clear: left;
	font-size: 1.7em;
}

#cds.lyrics h1 a {
	text-decoration: none;
}

#cds.lyrics h1 a.songsample {
	padding-left: 16px !important;
	color: #333366;
}

#cds.lyrics h1 .cdname {
	font-size: 60%;
	vertical-align:1px;
}

#cds.lyrics h1 a.songsample.ymp-btn-page-play em.ymp-skin, 
#cds.lyrics h1 a.songsample.ymp-btn-page-pause em.ymp-skin {
	top: 33%;
}

#header h1.title, #header h2.title {
	color: #fff;
	float: left;
	font-size: 52px;
	height: 58px;
	letter-spacing: 4px;
	line-height: 70px;
	margin: 0 32px;
	padding: 0;
	font-weight: normal;
}

#header h2.title {
	font-size: 22px;
	letter-spacing: 3px;
	margin: 0;
	padding-top: 10px;
}

img.cdimg {
	margin-top: -17px;
	border: none;
}

img.left {
	float: left;
	padding-right: 15px;
}

img.right {
	float: right;
	padding-left: 15px;
}

.clearfix {
	clear: left;
	height: 1%;
}

p.review  {
	font-size: .9em;
	font-style: normal;
}

p.review .reviewtxt {
	margin-right: 2em;
}

p.review  .credit {
	white-space: nowrap;
	font-style: italic;
}

p.review {
/*	background-color: #ddd; */
	padding: .5em 1.5em;
}

.credit.media {
	display: block;
	float: right;
	font-style: italic;
	margin-bottom: 0.5em;
}

#artists p.review {
	padding: 0.5em 1em;
	margin: 0;
	float: left;
	width: 550px;
}

#cds p.review {
	margin-bottom: 2em;
}

#cds.lyrics p.review {
	margin-bottom: 0;
	margin-top: 0.5em;
}

#reviews h2.cdtitle {
	margin: 0 0 0.5em;
	z-index: 2;
}

#reviews p {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #333366;
}

#reviews p.even,
p.review.even {
	color: #4e2921;
}

#reviews p.first {
	padding-top: 0;
	border-top: none;
}

#reviews .reviewgroup.general p {
	border-top: none;
	margin: 0;
}

.reviewgroup {
	padding: 1em;
	border: 5px solid #3F7321;
	margin-bottom: 2em;
}

.reviewgroup.general {
	border: none;
	margin: 0;
	padding: 0 1em 1em;
}

.reviewgroup.lilies {
	border-color: #616189; /* #C4151C; */
}

#viewmorelilies, #viewlesslilies {
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	*padding-right: 16px;
	*margin-bottom: -3em;
}

#viewmorelilies a, #viewlesslilies a {
	color: #366d16;
	text-decoration: none;
}

#viewmorelilies a:hover, #viewlesslilies a:hover, #viewmorelilies a:active, #viewlesslilies a:active {
	text-decoration: underline;
	color: #e7721d;
}

.viewmore, .viewless {
	font-size: 0px; line-height: 0%; width: 0px;
	margin-left: 6px;
	margin-top: 10px;
	*margin-top: -1.1em;
	*display: block;
	*float: right;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}

.viewmore {
	border-top: 6px solid #366d16;
}

.viewless {
	border-bottom: 6px solid #366d16;
	position: relative;
	top: -6px;
}

a:hover .viewmore, a:active .viewmore {
	border-top: 6px solid #e7721d;
}

a:hover .viewless, a:active .viewless {
	border-bottom: 6px solid #e7721d;
}

#contactphoto, .artistphoto {
	padding: 10px 10px 10px 0;
	float: left;
}

#contactinfo {
	text-align: left;
	width: 300px;
	margin: auto;
	font-size: 1.25em;
	line-height: 1.25em;
	float: left;
}

.artistphoto {
	padding-top: 0;
}

.artistphoto img {
	float: left;
}

.artistphoto.photoright {
	padding: 0 0 1em 1em;
	float: right;
}

.artistphoto.credited {
	clear: both;
	margin-bottom: 2em;
}

.photocredit {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: 3px;
}

.lilydecor {
	padding: 0;
	float: right;
}

.bio {
	clear: both;
	float: left;
}

.bio p {
	margin: 0 0 1em;
	padding: 0;
}

.bio p.quote {
	font-style: italic;
}

.bio p.quote .source, .bio p.quote .notquoted {
	font-style: normal;
}

.artistname {
	font-size: 1.1em;
	font-weight: bold;
}

h4.name {
	font-size: 1.25em;
	font-family: "Apple Chancery", "Unger Chancery", "Script MT Bold", Tahoma, Arial, sans-serif;
	margin: 75px 0 0;
}

h4.cdtitle, h5.cdtitle {
	font-size: 1.5em;
	font-family: "Apple Chancery", "Unger Chancery", "Script MT Bold", Tahoma, Arial, sans-serif;
	margin: 0;
}

h5.cdtitle {
	font-size: 1.15em;
	margin-bottom: 1em;
}

h4.cdsheadertag {
	margin: 0 0 1em;
	font-style: italic;
}

.btnlnk {
	borderradius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #366d16 url('/images/grnButton32.png') repeat-x;
	width: 140px;
	height: 18px;
	padding: 8px 15px;
	font-size: 14px;
/*	font-family: "Apple Chancery", "Unger Chancery", "Script MT Bold", Tahoma, Arial, sans-serif; */
	font-weight: bold;
	text-align: center;
	margin: 0 auto 1em;
}

.btnlnk.sm {
	width: 100px;
	padding: 4px 10px;
}

.btnlnk.right {
	float: right;
}

.btnlnk.left {
	float: left;
}

.btnlnk a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	z-index: 3;
	width: 170px;
	height: 18px;
	top: -8px;
	left: -15px;
	position: relative;
	padding: 8px 0;
}

.btnlnk.sm a {
	width: 120px;
	height: 18px;
	top: -8px;
	left: -10px;
	padding: 4px 0;
}

.btnlnk a:hover, .btnlnk a:active {
	color: #feff05;
}

.buyimg {
	margin-top: 1em;
	float: left;
}

.buyimg.right {
	float: right;
	margin-top: 0;
}

#home .buyimg.right {
	margin-top: -1.5em;
}

.buyimg .btnlnk.sm {
	float: left;
	margin: 10px 0 0 15px;
}

.buyimg.right .btnlnk.sm {
	margin: 10px 0 0 43px;
}

h3.cdtitle {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

.cdtitle {
	font-style: italic;
}

address.email {
	margin-top: 1em;
}

address.email a {
	margin-top: 1em;
}

#cdnav {
/*	background-color: #707094; lavender */
	background-color: #333366;
	color: #feff05;
	width: 168px;
	float: left;
	margin: 24px 6px 0;
	*margin-top: 32px;
}

#cdnav h3.cdtitle a {
	color: #feff05;
	text-decoration: none;
}

#cdnav h3.cdtitle a:hover, #cdnav h3.cdtitle a:active {
	text-decoration: underline;
}



ul.tracklist {
	color: #fff;
	margin: 10px 0;
	padding: 2px;
	list-style: none;
	font-weight: normal;
	font-size: .9em;
}

.tracklist li {
	line-height: 1em;
	padding-bottom: 0.75em;
}

.tracklist a:link, .tracklist a:visited {
	color: #fff;
}

.tracklist a:hover, .tracklist a:active {
	color: #feff05;
}

.cdtracks {
	border: 5px solid #616189; /* #616189; /*#c4151c; */
	width: 582px;
	margin: 20px 0;
	float: left;
	font-size: .9em;
	line-height: 1.25em;
}

.cdtracks.sparrow {
	border-color: #3f7321;
}

.cdtracks .odd, .cdtracks .even {
	background-color: #ddd;
	width: 582px;
	padding: 5px 0;
	float: left;
}

.cdtracks .even {
	background-color: #fff;
}

.cdtracks .tracknum, .cdtracks .tracktitle, .cdtracks .trackcomposer, .cdtracks .tracklength, .cdtracks .showmore {
	float: left;
	width: 20px;
}

.cdtracks .close {
	float: right;
}

.cdtracks .close a {
	background: url(/images/red_close.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 1px;
	display: inline-block;
}

/* .cdtracks.sparrow .close a {
	background: url(/images/green_close.png) 0 0 no-repeat;
} */

.cdtracks .tracknum {
	text-align: right;
	margin-right: 7px;
}

.cdtracks .tracktitle {
	width: 275px;
	font-weight: bold;
}

.cdtracks .tracktitle a {
	color: #333366;
}

.cdtracks .tracktitle a:hover, .cdtracks .tracktitle a:active {
	color: #e7721d;
}

.cdtracks .trackcomposer {
	font-style: italic;
	width: 245px;
}

.cdtracks .tracklength, .cdtracks .showmore, .cdtracks .close,  {
	text-align: right;
	width: 40px;
	margin-right: 5px;
}

.cdtracks .tracklength, .cdtracks .close {
	display: none;
}

.cdtracks .tracklength {
	float: right;
	margin-right: 7px;
}

.cdtracks .showmore a {
	text-decoration: none;
}

.cdtracks .about {
	clear: both;
	display: none;
}

.cdtracks .about .lyrics {
	clear: both;
	float: right;
	padding-right: 5px;
}
.cdtracks div.divider, .cdtracks .lyrics, .cdtracks .soundclip, .cdtracks .itunes, .cdtracks .buy {
	margin: 3px 5px 2px;
	min-height: 16px;
	font-size: .9em;
	font-weight: normal;
	float: right;
}

.cdtracks .buy {
	clear: both;
	margin-right: 6px;
}

.trackinfo {
	clear: both;
	float: left;
	margin: 0.25em 0 0.5em;
}

.trackinfo div.divider, .trackinfo .lyrics, .trackinfo .soundclip, .trackinfo .itunes, .trackinfo .buy {
	margin: 3px 5px 2px;
	min-height: 16px;
	font-size: .9em;
	float: left;
}

.lyrics .trackinfo div.divider, .lyrics .trackinfo .soundclip, .lyrics .trackinfo .itunes, .lyrics .trackinfo .buy {
	margin: 0 5px;
}

.lyrics .trackinfo .download {
	font-size: 17px;
	line-height: 20px;
	margin-left: 0;
}

.lyrics .trackinfo .download a {
	font-weight: bold;
}

.lyrics .trackinfo .divider, .lyrics .trackinfo .buy {
	line-height: 20px;
	font-size: 14px;
	padding-top: 1px;
}

.about ul.more-info {
	margin-left: 16px;
	float: left;
	width: 481px;
	margin-top: 2px;
}

.about ul.more-info li {
	margin-left: 1em;
	line-height: 1.5em;
}

a.soundcliplink {
	background: transparent url('/images/mp3.png') no-repeat 0 0;
	margin: 3px 0px 2px -5px;
	display: block;
	text-decoration: none;
	width: 22px;
	position: relative;
	top: 0;
	left: 5px;
	height: 16px;
	z-index: 2;
	float: right;
}

.lyrics a.soundcliplink {
	float: left;
}

.lyrics .composer {
	clear: both;
	margin-top: 1.5em;
}

.lyrics .trackdesc {
	clear: both;
	margin-bottom: 1.5em;
	padding-top: 2.5em;
	font-size: .9em;
}

.about .lyrics .trackdesc {
	margin-bottom: 0;
}

.lyrics .lyrictext {
	margin: 1.5em 0 2.5em;
	font-style: normal;
	font-size: 1.25em;
}

.about .lyrics .lyrictext {
	margin-bottom: 0;
}

.lyrics .lyrictext p {
	margin: .5em 0;
}

.prevtrack {
	font-style: italic;
	clear: both;
	float: left;
}

.nexttrack {
	font-style: italic;
	float: right;
}

#bodytext {
	background: transparent;
	width: 620px;
	float: right;
}

#footer {
	margin-left: auto;
	margin-right: auto;
/*	width: 820px; */
	text-align: center;
	padding: 0.5em 0;
	font-size: 0.9em;
	font-weight: normal;
}

#footer .updated {
	font-size: .9em;
	font-style: italic;
}

#footer address {
	display: inline;
	margin: 0;
	font-style: normal;
}

#footer .divider {
	margin: 0 8px;
}

#footer address .divider {
	margin: 0 5px;
	font-weight: bold;
}

#footer .designcredit {
	display: block;
	font-size: 0.9em;
	position: relative;
	padding-top: 0.25em;
}

#footer .designcredit a.aacslink {
	color: #333366;
	text-decoration: none;
}

#aacsLogo {
	background: transparent url(../images/aacsLogo.png) no-repeat scroll left top;
	height: 40px;
	position:absolute;
	width: 83px;
}

.hide {
	display: none;
}
