/* 
 * Author: Digitizing Worlds
 * Date: 2009-02-03
 * Contact: steve@digitizingworlds.com
 */

html, body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	height: 100%;
}

/*HEADER*/
#header{
	margin-bottom: 0.5em;
	text-align: right;
}

div#logo {
	background:url(../images/header.jpg) left center no-repeat ;
	background-color: #587985;
	padding-bottom: 56px;
	margin-bottom: 2px;
}

div#email {
	color: #FFFFFF;
	background-color: #a6b8bf;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#email a{
	color: #FFFFFF;
}

#main-links li{
	margin-bottom: 0.5em;
	padding-top: 1em;
	padding-left: 3.5em;
	padding-bottom: 1em;
	background-image: url(../images/large_button.png);
	background-repeat: no-repeat;
	background-position: 1em 0.9em;
	background-color: #ececec;
	color: #587985; 
}

#main-links a{
	color: #587985;
}

div#albums{
	background-color: #a6b8bf;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

table#album-detail{
	color: #FFFFFF;
}


tr#album-itunes-link {
	text-align: right;
	height: 1.5em;
}

tr#album-cd-link {
	text-align: right;
	height: 1.5em;
}

/*FOOTER*/
#footer {
	background-color: #587985;
	color: #FFFFFF;
	font-size: 0.6em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*typography*/
font.main-link-descriptor{
	font-size: 0.8em;
}

p.album-copy{
	color: #FFFFFF;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



