/* CSS RESET */
html{color:#000;background:url(../images/BGtile.webp)}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */

/* Generic styles */
body {
	text-align:center;
	color:#000;	
}

img {
	margin-bottom:0px;
	border-style: none;
}

a {
	text-decoration:underline;
	color:#333333;
}

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

em {
  font-style: italic;
}

/* Page layout */
#wrap {
	width:993px;
	text-align:left;
	background:url(../images/contentBG.webp);
}

#wrapwide {
	width:993px;
	text-align:left;
	background:url(../images/contentBGwide.webp);
}

.fl {
	float:left
}

.fr {
	float:right
}

.clearfix {
	clear:both
}

.narrow {
	width:680px;
}

.side {
	width:180px;
	display: inline;
	margin-right:35px
}

.centre {
	display: flex;
	justify-content: center; /* Horizontal centering */
}

/* Column layout using grids */
.two-column {
  display: grid;
  grid-template-columns: auto auto;
  background-image:url(../images/tilehighlight.webp); 
  width:860;
  padding: 10px;
  vertical-align: middle;
}

.two-column div {
    border: none;
	padding: 10px;
	font-size:16px;
	color:#000;
	line-height:1.2;
	text-align: left;
}

.three-column {
	display: grid;
	grid-template-columns: auto auto auto;
	background-image:url(../images/tilehighlight.webp); 
	width:860;
	padding: 10px;
	vertical-align: middle;
}
.three-column div {
	border: none;
	padding: 10px;
	font-size:16px;
	color:#000;
	line-height:1.2;
	text-align: left;
}


/* header */
header {
	position:relative;
	height:304px;
	background:url(../images/header.webp) no-repeat bottom;
	width:993px;
	margin:0 auto;
	padding:none; 
}

/* nav */
nav ul {
	padding: 0;
}
nav ul li {
	display: inline;
}

/* navbar roll-over 
   treasuretrove and blackravensgallery unused for now*/

#navbar {
margin-left:20px;
	padding: 0px;
	height: 42px;
	list-style: none;
	margin-top:0px;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 42px;
	text-indent: -5000px;
	background-image: url(../images/navmenu.webp);
	background-repeat: no-repeat;
}
#navbar #schoolshows {
	background-position: 0px 0px;
	width: 173px;
}
#navbar #schoolshows:hover {
	background-position: 0 -42px;
}

/*
#navbar #treasuretrove {
	background-position: -173px 0px;
	width: 173px;
}
#navbar #treasuretrove:hover {
	background-position: -173px -42px;
}
*/

#navbar #groups {
	background-position: -346px 0;
	width: 184px;
}
#navbar #groups:hover {
	background-position: -346px -42px;
}

/*
#navbar #blackravengallery{
	background-position: -530px 0px;
	width: 212px;
}
#navbar #blackravengallery:hover {
	background-position: -530px -42px;
}
*/

#navbar #weblinks{
	background-position: -742px 0px;
	width: 215px;
}
#navbar #weblinks:hover {
	background-position: -742px -42px;
}

/* section */
section {
	margin:0 auto;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-left:60px;
	margin-top:20px;
}

/* article */
article {
	margin-bottom:20px
}

article p {
	font-size:16px;
	color:#000;
	padding-bottom:16px;
}

article strong {
	color:#000;
	font-weight:bold;
}

article h1 {
	font-size:22px;
	color:#993333;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:16px;
}

article h2 {
	font-size:20px;
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:16px;
}

article h3 {
	font-size:16px;
	font-weight:bold;
	color:#993333;
	padding-bottom:16px;
}

/* footer */
footer {
	height:65px;
	position:relative;
	background:url(../images/footerBG.webp) repeat-x;
	width:993px;
	margin:0px auto;
	color:#FFFFCC;
}
#ftinner{
	position:absolute;
	bottom:28px;
	width:993px;
}
.ftlink {
	margin-left:40px;
	width:410px;
}
.ftlink2 {
	margin-right:40px;
	width:410px;
	text-align:right;
}

