@import url("aa2a-advanced.css");

#page {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	}

#footer p
{
	margin: 0.5em 0.5em 3em 0.5em;
}

#footer a 
{
	font-size: 0.65em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #444;
	text-decoration: none;
}

/* set colour for all common html elements (other than headings) */
#content p, #content li, #content td { color: #111; }
#content p { margin-left: 20px; }
#content ul { margin-left: 50px; }
a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #111; text-decoration: underline; }
a:active { color: #111; text-decoration: underline; }

/* sets colour for all headings */
h1, #content h2, #content h3, #content h4, { color: #666; }

/* set individual font sizes and margins for headings: */
#content h2 { font-size: 1.3em; margin: 0 1.5em 2em 1.5em; }
#content h3 { font-size: 1.1em; margin: 1.5em 1.5em 0.5em 2em;}
#content h4 { font-size: 1.1em; margin: 0em 0em 0em 0em;}

#content h2.artist { font-size: 1.3em; margin: 0 1.0em 0.5em 1.5em;}

#navigation li { list-style-image: url(/assets/images/button.png); }
#banner{
	float: left;
	background: transparent url(/assets/images/logobig.gif) no-repeat scroll 20px 10px;
	padding: 10px 0px 0px 10px;
	width: 200px;
	height: 112px;
	}
	
#content .priority { color: #00f; }

a:link.important, a:visited.important {color: #f00;}
a:hover.important, a:active.important {text-decoration: none;}

#content .artistinfo img {
	margin-bottom: 10px;
	border: 2px solid #000;
	}


