/*

todo:
js - adjust top & bottom padding of div.content to put it roughly in the middle
js - adjust left & right padding of body to put it roughly in the middle

*/

html {
	background: #FFFAFA;
	color: #533E68;
	text-align: center;
	padding: 0;
	margin: 0;
	}

body {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 10px;
	}

h2,h3 {
	background: #FFFAFA;
	color: #8972A9;
	}

h2.hover {
	background: #FFFAFA;
	color: #5F24B1;
}

/* Title */
h1 {
	color: #997FBD;
	font-size: 20pt;
	margin: 0;
	padding: 0;
	letter-spacing: 1em;
	text-align: center;
	}

/* Subcategories (paint/studio/glass) */
h2 {
	font-size: 16pt;
	margin: 0;
	padding: 0;
	display: inline;
	}

/* */
h3 {
	font-size: 12pt;
	font-weight: bold;
	}

/* only used in the studio section for bios etc */
p {
	font-size: 12pt;
  }

/* only used in the studio section for bios etc */
p.normalfont {
	font-size: 9pt;
  }

img {
	vertical-align: top; /* for Opera; default (baseline) stops button grid packing properly */
	padding: 0;
	margin: 0;
  }

/* For preloading images */
img.hidImg {
	display: none;
	}

/* For the button grid showing each work in a subcategory */
img.imgButton, img.nulButton {
	/* see also paint/glass/studio.css */
	border-color: #9983B5;
	border-style: solid;
  }

div {
	text-align: center;
	margin: 0px auto;
	padding: 0;
	display: block;
	}

/* "PAINT" heading & [subcategory heading tag] */
div.paintNav {
	width: 25%;
  text-align: left;
  float: left;
  }
#paintTag {
  text-align: left;
  }

/* "GLASS" heading & [subcategory heading tag] */
div.glassNav {
	width: 25%;
  text-align: right;
  float: right;
  }
#glassTag {
  text-align: right;
  }

/* "STUDIO" heading & [subcategory heading tag] */
div.studioNav {
  text-align: center;
  margin: 0 0 5px;
  }
#studioTag {
  text-align: center;
  }

/* Set the width to keep it all from scrunching up */
div.coverAll {
	width: 970px;
  }

div.nav {
	/* div.content is set in paint/glass/studio/paintdetail/glassdetail.css */
  }

/* Paint subsection buttons area */
div.lButs {
	text-align: left;
	float: left;
	margin: 0;
	}

/* Glass subsection buttons area */
div.rButs {
	text-align: right;
	float: right;
	margin: 0;
	}

/* Studio subsection buttons area */
div.cButs {
	width: auto;
	text-align: center;
	margin: 0;
	}

/* New style for subsection tag on rollover of subsection button */
div.liveTag {
	color: #9080A0;
  }

/* For "rodney" and "giselle" in the footer headings */
span.artist {
	font-size: 9pt;
	font-weight: bold;
	color: #533E68;
}

/* To stop the page from scrunching */
#mainCaption {
	clear: both;
}

/* Kill IE link img border */
a img {
	border-style: none;
  }

/* Only used currently on the "back to [subsect]" bit on detail pages */
a {
	background: #FFFAFA;
	text-decoration: underline;
  color: #533E68;
  }
a.hover {
	color: #9080A0;
  }
