/*-------------------------- CSS Reset by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* css reset end */



/*-------------------------- main colours:
text 444

navy: 0C0050
blue pale: F0F4FF

green (titles) 555
mid green: B4D7BB
pale green: DFF2DC

link: 555
link visited: 555
errors: ffa

*/



/*-------------------------- main structure */

* {
}

body {
  color: #444;	
  background: #fff;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 2em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.blue {
color: #0C0050;
}

.leadpara {
color: #0C0050;
font-weight: bold;
}

.imgright {
margin: 0 0 10px 10px;
float: right;
clear: right;
}

.imgleft {
margin: 0 10px 10px 0;
float: left;
}

p {
	margin-bottom: 1em;
}

p, blockquote, li, h3, h4 {
  text-align: left;
}

a, img {
	border: 0;
}

a, a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

blockquote {
  margin-left: 20px;
  margin-right: 0px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration:none;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  color: #555;
}

h1 {
  font-size: 1.5em;
  margin: 1em 0;
}

h2 {
  font-size: 1em;
  font-style: italic;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  color: #555;
}

h3 a:link, h3 a:visited {
  font-weight: normal;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  /* font-size: 1.5em; */
  color: #555;
}

h1 a, h2 a, h3 a {
  border: 0px;
}

#logo {
	position: absolute;
	bottom: 10px;
	left: 5px;
}

#container {
  width: 778px;
  margin: 120px  auto 0 auto;
  background: #fff;
  border: 1px solid #555;
  padding: 0;
  position: relative;
}

#content {
  margin-left: 220px;
  margin-right: 20px;
  padding: 10px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	background: #DFF2DC;
}

#content a:hover img {
	background: #fff;
}

#footer {
  clear: both;
  margin: 5px auto 0 auto;
  text-align: right;
  font-size:9px;
  color:#999;
  width: 778px;
}

#accessibility {
  position: absolute;
  top: -10000px;
}




/*-------------------------- sidebar and menu */

#sidebar {
  float: left;
  width: 170px;
  margin-right: 25px;
  padding: 20px 10px 10px 10px;
  background: #555;
  min-height: 200px;
  margin-bottom: 40px;
}

#sidebar, #sidebar a, #sidebara:visited {
  color: #eee;
}


/*-------------------------- top menu */

#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu li {
	padding-bottom: 10px;
	}

#menu a,  #menu a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

#menu a:hover {
  color: #aaa;
  text-decoration: none;
}


#artists a, #artists a:visited {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 34px;
	color: #955;
}

#artists a:visited {
	color: #aaa;
}

#artists a:hover {
	text-decoration: none;
	background: #555;
	color: #fff;
}


/*-------------------------- misc styles */


.cms_cat, .cms_cat a, .cms_topcat, .cms_topcat a {
	color: navy;
	padding-top: 5px;
}



/*-------------------------- misc styles */

.caps {
  letter-spacing: 0.1em;
  font-size: .9em;
}


img .left {
  float: left;
  margin: 0 10px 10px 0;
}

img .right {
  float: right;
  margin: 0 0 10px 10px;
}

#search {
	margin: 1em 0;
	border: 1px solid #B2C9B4;
	background: #E0F3DC;
	/* border: 1px solid #D0D5EF;
	background: #F0F4FF; */
	padding: 6px;
}


