html, body {
	padding:0;
	margin:0;
	height:100%;
}

body {
	background: #f2d91b url(../images/background-tile.jpg) repeat top left;
	font-family: Verdana;
	font-size:12px;
	color:#003e4d;
}

a {
	color:#003e4d;
}

#header-gradient {
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background: transparent url(../images/background-header-gradient.png) repeat-x left top;
	height:318px;
}

#decorations {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:773px;
	background: transparent url(../images/decorations-24.png) no-repeat center top;
}

#rainbow {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background: transparent url(../images/header-rainbow-24.png) no-repeat center top;
	height:295px;
}

#container {
	min-height:100%;
	margin:0 auto -294px auto;
	position:relative;
	width:840px;
}

#left-column {
	padding-left:26px;
	padding-right:5px;
	width:295px;
	float:left;
}

#left-column p {
	margin: 12px 0;
}

#right-column {
	width:487px;
	margin-left:326px;
	padding:0 11px 0 16px;
}

#logo {
	margin-bottom:-20px;
	margin-left:-24px;
}

#logo img {
	width:348px;
	height:164px;
	border:none;
}

/* Top navigation -----------------------------------------------------------*/
#nav {
	width:534px;
	height:54px;
	margin-left:-16px;
	z-index:100;
}

#nav .left {
	height:54px;
	width:15px;
	float:left;
	height:inherit;
	background: transparent url(../images/nav-left.png) no-repeat left top;
}

#nav .center {
	height:54px;
	padding-left:4px;
	height:inherit;
	background: transparent url(../images/nav-center.png) repeat-x left top;
	margin:0 15px;
}

#nav .center img {
	float:left;
	height:28px;
	margin-top:9px;
	border:none;
}

#nav .right {
	height:54px;
	width:15px;
	float:right;
	height:inherit;
	background: transparent url(../images/nav-right.png) no-repeat right top;
}


/* Page footer --------------------------------------------------------------*/
.clearfooter {
	height:294px;
	clear:both;
}

#footer {
	background: transparent url(../images/footer-band-24.png) no-repeat bottom center;
	height:294px;
	position:relative;
}

h1 {
	padding:5px;
	margin:0 0 12px 0;
	height:40px;
	background: transparent url(../images/header-line.png) repeat-x bottom left;
}

h1.page-title {
	margin: 30px 0 12px 0;
	padding: 0px;
	height:63px;
}

h2 {
	font-size:15px;
}

/*__CD Cloud ----------------------------------------------------------------*/
#cloud {
	height:221px;
}

#facebook {
	margin-top:-3px;
	margin-left:-15px;
	float:left;
	width:147px;
	background: transparent url(../images/facebook-button-24.png) no-repeat center top;
}

#facebook a.text {
	padding-top:122px;
	display:block;
	color:#385b94;
	line-height:18px;
	width:65px;
	margin: 0 auto;
	text-decoration:none;
}

#facebook a.text:hover {
	text-decoration:underline;
}

#cds {
	margin:0px 20px 0 -70px;
	float:right;
	width:360px;
}

#cds p {
	width:250px;
	margin: 0px auto;
	font-size:11px;
}

#cds p a {
	color:#0074d7;
}

#born-to-wiggle {
	border: none;
	margin: 0px;
}

#sing-a-little-song {
	border:none;
	margin: 0px -10px 13px -10px;
}

#little-song {
	border:none;
	margin: 0px;
}



/*__News section ------------------------------------------------------------*/
#news-cloud {
	width:120px; 
	margin-top: -15px; 
	height:80px; 
	background: transparent url(../images/news-cloud.png) no-repeat center center; 
	float:right;
}

#news ul {
	margin:0 0 22px 0;
	padding:0;
	list-style-type:none;
}

#news ul li {
	margin:8px 0;
	background:transparent url() repeat left top;
	-webkit-box-shadow: 0 1px 1px #70630c;
	-moz-box-shadow: 0 1px 1px #70630c;
	box-shadow: 0 1px 1px #70630c;
}

#news ul li a {
	display:block;
	padding:16px 12px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #666 0 -1px 0;
}

#news ul li a:hover {
	text-decoration:underline;
}

#news ul li.red {
	background-image:url(../images/news-red.jpg);
}
#news ul li.orange {
	background-image:url(../images/news-orange.jpg);
}
#news ul li.green {
	background-image:url(../images/news-green.jpg);
}

/*__Shows section -----------------------------------------------------------*/
#shows {
	width:487px;
}

#shows ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#shows ul li {
	clear:right;
	padding:0;
	margin:0 0 15px 0;
}

#shows ul li div.date {
	padding-top:8px;
	text-align:center;
	color:white;
	text-shadow: #0f3e37 0 -1px 1px;
	margin:0;
	display:block;
	width:149px;
	float:left;
	overflow:hidden;
	height:21px;
	background: transparent url(../images/show-date.jpg) no-repeat left top;
	-webkit-box-shadow: 0 1px 1px #70630c;
	-moz-box-shadow: 0 1px 1px #70630c;
	box-shadow: 0 1px 1px #70630c;
}

#shows ul li div.venue {
	width:321px;
	padding:0;
	float:right;
	margin:4px 8px;
}

#shows div.venue strong, #shows div.venue em {
	display:block;
	margin:0 0 8px 0;
}

#shows div.venue a {
	color:#0074d7;
}

#shows-cloud {
	margin-top:50px;
	height:85px; 
	background: transparent url(../images/shows-cloud.png) no-repeat left top; 
}

/*__Lyrics page -------------------------------------------------------------*/
h2 {
	margin:22px 0;
}

.cd-title {
	margin:22px 0;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

div.content.lyrics.left p {
	line-height:17px;
}

div.content.lyrics.right {
	margin-left:100px;
}

div.content.lyrics.right {
	line-height:17px;
}

/*__Video page --------------------------------------------------------------*/
#video {
}

#video-description {
	padding:17px 140px 17px 26px;
	clear:both; 
	line-height:17px;
}

/*__ Press page -------------------------------------------------------------*/
.content.press blockquote {
	margin:12px 0;
}
.content.press cite {
	font-style:italic;
	display:block;
	text-align:right;
	margin-top:-10px;
	margin-bottom:28px;
}

.content.press {
	line-height:17px;
}

.content.press.right {
	margin-left:100px;
}

.content.press a {
	color:#0074d7;
}

.content.press li {
	margin:12px 0;
}

/*__ Store page -------------------------------------------------------------*/
.content.store {
	line-height:17px;
}

.content.store img.cover {
	-webkit-box-shadow: 1px 1px 2px #70630c;
	-moz-box-shadow:  1px 1px 2px #70630c;
	box-shadow:  1px 1px 2px #70630c;
}

.content.store ul {
	list-style-type:none;
}

/*
.content.store.right {
	margin-left:100px;
}

.content.store ul li {
	margin:12px 0;
}
*/

.content.store a {
	color:#0074d7;
}

.content.store h3 {
	padding-left:12px;
}

.content.store h4 {
	padding-left:24px;
}
.content.store blockquote {
	margin:12px 0;
}
.content.store cite {
	font-style:italic;
	display:block;
	text-align:right;
	margin-top:-10px;
	margin-bottom:28px;
}