@import "main.css";

/* ---- Common on all pages ---- */

p {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #666;
	background-color: transparent;
}

a {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #369;
	background-color: transparent;
}

a:link {
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	background-color: transparent;
}

a:active {
	text-decoration: underline;
	background-color: transparent;
}

#footer p {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #FFF;
	margin: 0px 20px 0px 17px;
	padding: 4px 0px 4px 0px;

}

#footer a {	
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #6B6F9D;
	background-color: transparent;
}

p.releaseTitle1 {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	color: #369;
	background-color: transparent;
	margin: 0px 20px 0px 120px;
}

p.releaseTitle2 {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
	color: #333;
	background-color: transparent;
	margin: 0px 20px 0px 120px;
}

p.standardtext {
	margin: 12px 8px 0px 8px;
}

input.newsletteredit {
	width: 220px;
	margin-bottom: 4px;
}

/* ---- Home page only ---- */

p.homereleases {
	margin: 0px 20px 8px 120px;
}

p.introtext {	
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	background-color: transparent;
}

.introtext a {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;	
}

.morelinks a {
	font-size: 11px;	
}

/* ---- Product pages only ---- */

p.cd_details {
	margin: 0px 0px 0px 8px;
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #369;
	background-color: transparent;
}

ol.tracklisting {
	list-style: decimal inside;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 8px;
}

ol.tracklisting li {
	font-family: arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #666;
	background-color: transparent;
}

/* New CSS nav stuff -- Not used on this site so far */

#nav-menu ul {
	margin: 0;
	padding: 0;
	
	text-align: center;
}


#nav-menu ul li {
	display: inline; 	
	list-style-type: none;
}

#nav-menu ul li a {
	height: 50px;
	font-family:  arial, helvetica, "lucida grande", verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 3.8em;
	color:#A8012B;
	padding-left: 14px;
	padding-right: 15px;
	float: left;
	border-right: 1px dotted #94989A;
	text-align: center;
}

/* Commented backslash hack hides rule from IE5-Mac \*/

#nav-menu ul li a {
	float: left;
}

/* End IE5-Mac hack */
