html,body {
	/*border: 2px solid red;*/
	background-color: #F4E5CF;
	color: #000;
	font-family: "lucida sans unicode";
	font-size: 1em;
	letter-spacing: -0.05em;	
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

object { outline:none; } 

#container {
	/*border: 5px solid orange;*/
	padding-top: 25px;
	width: 800px;
	position: relative;
	margin: 0 auto;
}

h1.logoTitle {
	
	/*border: 1px solid orange;*/
	text-indent: -9999px;
	position: relative;
	top: 0px;
	left: -40px;
	height: 100px;
	width: 409px;
	margin-bottom: 0;
	background: transparent url(images/logo.png) no-repeat 0 0;	
	float:left;
	}

h1 a{
	display:block;
	height:100px;
	width:409px;
}
	
#navLinks{
	position: relative;
	left: 32px;
	/*width: 409px;*/
	/*border: 1px solid blue;*/
}

#navLinks li{
	/*border: 1px solid blue;*/
	display:block;
	padding-left: 7px;
	padding-right: 7px;
	margin:0;
	float: left;
	height: 1em;
	border-right: 2px solid #000;
}

#navLinks li:last-child{
	border-right: 0px;
}

#navLinks li a{
	color: #000;
	display:block;
	font-size: 0.7em;
	text-indent: -9999px;
	background: transparent url(images/sprites-nav.png) no-repeat;
}

#navLinks li#navSongArchive a{
	width: 125px;
	background-position: 0 0;
}
#navLinks li#navSongArchive a:hover{
	width: 125px;
	background-position: 0 -19px;
}

#navLinks li#navStore a{
	width: 56px;
	background-position: -142px 0;
}
#navLinks li#navStore a:hover{
	width: 56px;
	background-position: -142px -19px;
}

#navLinks li#navBlog a{
	width: 50px;
	background-position: -215px 0;
}
#navLinks li#navBlog a:hover{
	width: 50px;
	background-position: -215px -19px;
}




h2.logoSubtitle {display:none;}

.textMain, .spreadWord{
	/*border: 2px solid red;*/
	margin: 0;
	font-size: 0.8em;
	padding: 1em;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	clear: left;
}

.spreadWord {
	position: relative;
	top: -0.3em;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
}

#shareNav li{
	/*border: 1px solid blue;*/
	display:block;
	float: left;
	height: 30px;
	border: 4 px solid yellow;
}

#shareNav li a{
	display:block;
	width: 25px;
	font-size: 0.7em;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(images/sprites-socialnetworks.png) no-repeat;
}

#shareNav li#shareTwitter a{
	background-position: -1px 0;
}

#shareNav li#shareFacebook a{
	background-position: -26px 0;
}

#shareNav li#shareMySpace a{
	background-position: -51px 0;
}

#shareNav li#shareDigg a{
	background-position: -76px 0;
}

#shareNav li#shareDelicious a{
	background-position: -101px 0;
}

.ts_buttonlink{
	font-family: "lucida sans unicode" !important;
	font-size: 0.85em !important;
}

.highlight { font-weight: bold;}

img.imageMain{
	float:right;
}

h2.songOfTheWeek{
	/*border: 2px solid blue;*/
	height: 60px;
	background: transparent url(images/sotw.png) no-repeat 0 0;	
	text-indent: -9999px;

	position: relative;
	top: 15px;
	left: -20px;
	
}

.songDownloadContainer{
	/*border: 2px solid blue;*/
	padding: 0.6em;
	background: #FFF;
}

.songDownloadContainerArchive{
	padding: 0.6em;
	margin: 0.6em;
	background: #FFF;
	border: 1px solid #555;
}

.songDownloadContainerArchive img{
	width: 200px;
}

img.songImage{
	/*border: 2px solid red;*/
	display:block;
	float:left;
	margin-right: 1em;
	border: 3px solid black;
}

h3.songTitle{
	text-transform: capitalized;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.7em;
	letter-spacing: -0.05em;	
}

h3 span.songDate{
	font-size: 0.7em;
	font-weight: normal;
}

p.songDetails{
	font-size: 0.7em;
	letter-spacing: -0.02em;
	line-height: 1.1em;
	margin: 0;
	margin-bottom: 1em;
}

span.topspinDownload{
	/*border: 2px solid red;*/
	display:block;
	text-align: center;
}

.clear{
	clear:both;
	font-size: 0.0em;
}

strong{
	font-weight: bold;
}

.stalkme{
	/*border: 2px solid blue;*/
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 65px;
}

#footerContainer{
	/*border: 3px solid red;*/
	width:auto;
	overflow:hidden;
	height: 100px;
	margin-top: 0px;
	background: transparent url(images/footershadow.png) no-repeat top center;	
}

#footerContainer ul{
	padding:0;
	margin:0 auto;
	float:left;
	position:relative;
	left:50%;
}

#footerContainer li{
	/*border: 1px solid white;*/
	float:left;
	position:relative;
	right:50%;
}

#footerContainer li a{
	color: #000;
	display:block;
	padding-top: 52px;
	padding-bottom: 10px;
	font-size: 0.7em;
}

#footerContainer li a:active, #footerContainer li a:visited, #footerContainer li a:hover{
	outline: none;
}

#footerContainer li a:hover{
	color: #999;
}

.linkTopSpin a{
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.listSpacer{
	text-indent: -9999px;
	width: 40px;
}

#linkRobVogel{
	text-indent: -9999px;
	width: 550px;
	background: transparent url(images/designedby.png) no-repeat;
	background-position: 0 40px;
}

#linkMySpace a, #linkFacebook a, #linkTwitter a{
	width: 63px;
	background: transparent url(images/socialnetworks.png) no-repeat 0 15px;
	text-indent: -9999px;
}

#linkFacebook a{
	background-position: -63px 15px;
}

#linkTwitter a{
	background-position: -126px 15px;
}

/* Overlay */
#infoOverlay { 
	display:none;
	font-size: 0.7em;
} 

/* Song Archive */
	#songListWrapper{
		padding: 0.5em;
		background-color: #FFF;
		min-height: 500px;
	}

	.songlist {
		/*border: 1px solid red;*/
		background-color: #EEE;
		padding: 0.2em;
		margin: 0.3em;
	}
	.songImageSmall{
		border: 2px solid black;
		margin: 0.4em;
		height: 40px;
		float: left;
	}
	.songDataWrapper{
		/*border: 1px solid blue;*/
		border-right: 1px solid #AAA;
		padding-right: 0.5em;
		margin-right: 1em;
		float: left;
		width: 500px;
		height: 50px;
	}
	
	.downloadWrapper{
		padding-top: 0.4em;
	}
	
	.songlist a, .songlist a:hover{
		display: block;
		width: 166px;
		height: 41px;
		text-indent: -9999px;
		float:left;
	}
	
	.songlist a{
		background: transparent url(images/button-download.jpg) no-repeat 0 0;
	}
	.songlist a:hover{
		background: transparent url(images/button-download.jpg) no-repeat 0 -41px;
	}

	.clear{
		clear:both;
		font-size: 0.0em;
	}
	
	.songListTitle{
		font-size: 0.9em;
		font-weight: bold;
	}
	.songListDate{
		font-size: 0.7em;
		color: #333;
	}
	.songListDesc{
		font-size: 0.7em;
		letter-spacing: -0.05em;
		line-height: 1.1em;
	}

	.breadcrumb a{
		font-size: 0.9em;
		color: #000;
	}

	.breadcrumb a:hover{
		color: #FFA200;
	}
	
	/* Store */
	
	#storeColLeft{
			width: 355px;
			padding: 10px;
		}

	#storeColRight{
			width: 425px;
			padding: 10px;
		}
		
		
	#storeColLeft{
		/*border: 2px solid red;*/
		float: left;
	}
	#storeColRight{
		/*border: 1px solid red;*/
		float: left;
		padding: 0;
		padding-top: 11px;
	}
	
	.storePackageContainer{
		border: 1px solid #e1ded9;
		margin-bottom: 5px;
		background: transparent url(images/bck-store-pkg.jpg) repeat-x 0 0;
		background-color: #e6e0d8;
	}
	
	.storePackageTitle{
		/*border: 1px solid green;*/
		font-size: 1em;
		text-transform: uppercase;
		font-weight: bold;
		padding: 5px;
		display:block;
	}
	
	.storePackageArt{
		/*border: 1px solid blue;*/
		float: left;
		padding: 5px;
	}

	.packageDesc{
		/*border: 2px solid yellow;*/
		font-size: 0.7em;
		margin-top: 0px;
		float: left;
		width: 190px;
	}

	.packageBuyBar{
		background-color: #fbf8f3;
		padding: 8px;
	}
	
	.packagePrice{
		float: left;
		font-weight: normal;
	}
	.packageBuy{
		float: right;
	}
	
	.storeVidDescription{
		padding: 10px;
		font-size: 0.8em;
	}
	
	/* topspin footer */
	#footerTopspin{
		/*border: 1px solid red;*/
		text-align: center;
		margin-bottom: 20px;
	}
	#footerTopspin a{
		color: #000;	
	}
