

/*				Headings
------------------------------------------------*/
div.content-body h1 {
	font-family: helvetica, arial;
	font-size: 32px; 
	color: #fff;
	line-height: 120%;
	font-weight: lighter;
	margin-bottom: -14px;
	letter-spacing: -2px;
}


/*				Paragraphs
------------------------------------------------*/
p {
}

div#content-container p {
	font-family: helvetica, arial;
	font-size: 14px;
	color: #fff2c6;
	line-height: 180%;
}

div#content-container a {
	color: #a51748;
	font-weight: strong;
	text-decoration: none;
}



ul.footer-nav li a {
	font-family: Helvetica, arial;
	font-size: 12px;
	color: #42b8b7;
	font-weight: lighter;
	text-decoration: none;
	text-shadow: #0d6160 1px -1px 0px;
}

ul.footer-nav li a:hover {
	color: #99e3e2;
	font-weight: lighter;
	text-decoration: none;
}

p.artist-website {
	background: #d34904;
	padding: 10px;
	text-align: center;
	margin: 50px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


p.artist-website a {
	color: #fff;
	text-decoration: none;
}

p.artist-website:hover {
	background: #017272;
	
}

p.soldout {
	background: #a8000c;
	padding: 10px;
	text-align: center;
}