/* Body */
body{
  margin: 0%;
  background-color: #71B7B7;
  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;
  width: 80%;
  height: 70px;
  max-height: 70px;
  overflow: auto;
  background-color: #EEF3FA;
  color: black;
  border-top: 3px white;
  border-bottom: 3px white;
}
div.artscouncil h1 {
  font-family: Verdana, Arial, sans-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: 30%;
  height: 70px;
  max-height: 70px;
  overflow: auto;
  background-color: #0C8DB7;
  color: white;
  border-top: 3px white;
  border-bottom: 3px white;
}
div.instinctiveacts h1 {
  font-family: Verdana, Arial, sans-serif;  
  margin: 20px 10px 10px 10px;
  padding: 0;
}

/* additional link information because the IA link actually contains text */
div.instinctiveacts a:link, a:active {
  background-color: #0C8DB7;
  color: #EEF3FA;
  text-decoration: none;
}
div.instinctiveacts a:visited {
  background-color: #0C8DB7;
  color: #EEF3FA;
  text-decoration: none;
}
div.instinctiveacts a:hover {
  color: #EEF3FA;
}


/* links */
#main a:link, a:active {
  color: #0C8DB7;
  text-decoration: underline;
}
#main a:visited {
  color: #0C8DB7;
  text-decoration: underline;
  background-color: auto;
}
#main a:hover{
  color: white;
  text-decoration: none;
  background-color: #0C8DB7;
}

#copyright a:link, a:active {
  color: #0C8DB7;
  background-color: #EEF3FA;
  text-decoration: underline;
}
#copyright a:visited{
  color: #0C8DB7;
  background-color: #EEF3FA;
  text-decoration: underline;
}
#copyright a:hover{
  color: white;
  text-decoration: none;
  background-color: #0C8DB7;
}

/* Copyright notice */
#copyright {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 1%; 
  background: #EEF3FA;
  color: black;
  font-size: 0.8em;
}


/* Main Text Box */
#main {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 5%;
  margin-bottom: 2%;
  padding: 2%; 
  background-color: #EEF3FA;
  color: #000000; 
}
h3 {
  margin-top: 2em;
}
h4{
  margin-top: 1.5em;
}
ul.directives{
  list-style-type: none;
}
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 #0C8DB7;
  border-right: solid 0.5em #0C8DB7;
  border-top: solid 0.5em #0C8DB7;
  border-bottom: solid 0.5em #0C8DB7;
  background-color: #EEF3FA;
}
ul.news img {
  border: 3px outset gray;
}

h2.news {
  color: red;
}
.important {
  font-weight: bold;
  color: red;
}
div.highlight {
  background-color: #99ff99;
}


/* 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;
}


/* Minutes */
table {
  border-collapse: collapse;
  border: 3px solid gray;
}
thead th {
  border: 3px solid gray;
  background-color: #dddddd;
  text-align: left;
  padding: 0.5em;
}
td {
  border: 1px dotted gray;
  padding: 0.5em;
}
tr.most_recent {
  border: 4px solid red;
  font-weight: bold;
  color: red;
}
tr.year {
  border: 3px solid gray;
  background-color: #dddddd;
  padding: 0.5em;
}

/* Application Form Formatting */
div.preamble {
  background-color: #dddddd;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
fieldset {
  margin-top: 1em;
  border: 3px solid gray;
}
legend {
  background-color: yellow;
}

