/* Body */
body{
  margin: 0%;
  background-color: #555555;
  color: black;
  font-family: Verdana, Arial, sans-serif;
}

/* Header */
#header {
  margin: 0;
  padding: 0;
  height: 80px;
}

/* to keep main at the same height. not sure i actually like this */
#top {
  margin: 0;
  padding: 0;
  height: 150px;
}

/* Arts Council */
div.artscouncil {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-bottom: 0;
  height: 70px;
  max-height: 70px;
  overflow: auto;
  width: 30%;
  background-color: white;
  color: black;
  border-top: 3px solid gray;
  border-bottom: 3px solid gray;
}
div.artscouncil h1 {
  font-family: Georgia, 'Times New Roman', serif;  
  margin: 0%;
  padding: 0%;
}

/* Instinctive Acts */
div.instinctiveacts {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-bottom: 0;
  width: 70%;
  height: 70px;
  max-height: 70px;
  overflow: auto;
  background-color: black;
  color: white;
  border-top: 3px solid gray;
  border-bottom: 3px solid gray;
}
div.instinctiveacts h1 {
  font-family: Georgia, 'Times New Roman', serif;  
  margin: 20px 10px 10px 10px;
  padding: 0;
}


/* links */
#main a:link, a:active {
  color: #333333;
  text-decoration: underline;
}
#main a:visited {
  color: #555555;
  text-decoration: underline;
}
#main a:hover{
  color: #333333;
  text-decoration: none;
  background-color: #dddddd;
}

#copyright a:link, a:active {
  color: #333333;
  background-color: #FFFFFF;
  text-decoration: underline;
}
#copyright a:visited{
  color: #555555;
  background-color: #FFFFFF;
  text-decoration: underline;
}
#copyright a:hover{
  color: #333333;
  text-decoration: none;
  background-color: #dddddd;
}

/* Copyright notice */
#copyright {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 1%; 
  background: #ffffff;
  color: #000000;
  border: 1px dotted #000000; 
  font-size: 0.8em;
}

/* Main Text Box */
#main {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 5%;
  margin-bottom: 2%;
  padding: 2%; 
  background-color: white;
  color: #000000;
  border: 1px dotted black; 
}
h3 {
  margin-top: 2em;
}
h4{
  margin-top: 1.5em;
}
ul.hidden{
  list-style-type: none;
}


/* sorta random formatting */
ul.news {
  list-style-type: none;
  font-size: 1.2em;
}
ul.news li {
  width: 80%;
  margin-bottom: 3%;
  padding: 2%;
  border-left: solid 0.5em red;
  border-right: solid 0.5em red;
  border-top: solid 0.5em red;
  border-bottom: solid 0.5em red;
  background-color: #ffdddd;
}
ul.news img {
  border: 3px outset gray;
}
h2.news {
  color: red;
}



/* location and image stuff */
div.center table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
div.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
div.center p {
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}


div.right {
  float: right;
  margin: 3%;
}
div.left {
  float: left;
  margin: 3%;
}
p.right {
  text-align: right;  
}
.caption{
  font-size: 0.8em;
  margin-bottom: 3%;
}
.note {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 2em;
}
span.title {
  font-style: italic;
}

