body,* {
  margin:  0;
  border:  0;
  padding: 0;
}

html, body {
  background-color: #00ACFF;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 0px;
}

#lang {
  position: absolute;
  top: 0;
  left: 685px;
}

#lang a {
  border-right: 1px solid white;
  padding-top: 25px;
  width: 12px;
  text-align: center;
  display: block;
  float: left;
  font-size: 10px;
}

#lang .deselected {
  color:            #000000;
  background-color: transparent;
}
#lang .selected {
  color:            #FFFFFF;
  background-color: #000000;
}

#left {
  position: absolute;
  top: 135px;
  left: 720px;
  width: 150px;
}

#left {
  font-family: Helvetica,Arial,sans-serif;
}

#menu1 {
  text-align: left;
  margin-bottom: 0px;
  margin-left: 5px;
}

#menu1 a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: -2px;
  line-height: 0.8em;
  font-size: 2.2em;
  padding: 0px 10px 0px 5px;
}

#menu1 a:hover {
  color: #00ACFF;
  background: #FFFF00;
}

#menu1 .selected {
  color:            #FFFF00;
  /* background-color: #FF0099; */
  background: #000000;
}

#menu1 .deselected {
  color: #000000;
}

#menu2 {
  position: absolute;
  top: 230px;
  text-align: left;
  margin: 0px 0px 0px 8px;
}

#menu2 a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0px;
  line-height: 0.8em;
  font-size: 1em;
  padding: 5px 5px 5px 5px;
}

#menu2 a:hover {
  color: #FFFFFF;
  background: #000000;
}

#menu2 .selected {
  color:            #FFFFFF;
  background-color: #000000;
}

#menu2 .deselected {
  color: #000000;
}

#main {
  margin-top: 50px;
  margin-left: 260px;
  width: 700px;
  font-family: 'Times New Roman',serif;
  color: #000000;
  text-decoration: none;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  font-size: 0.8em;

}

#col1 {
  position: absolute;
  top: 235px;
  left: 50px;
  width: 315px;
  padding: 0px 0px 25px 5px;
  background-color: #00A5F5;
  border: solid 5px #00A5F5;
}

#col2 {
  position: absolute;
  top: 125px;
  left: 380px;
  width: 310px;
  padding: 10px 0px 25px 10px;
  margin: 0px 0px 0px 0px;
  background-color: #00A5F5;
  border: solid 3px #00A5F5;
}

#colw {
  position: absolute;
  top: 240px;
  left: 65px;
  width: 640px;
  padding: 5px 0px 25px 5px;
  background-color: #00A5F5;
}

#main ul {
  margin-left: 15px;
}
#main li, #main dt, #main dd {
  margin-top: 7px;
  margin-bottom: 7px;
}
#main dt {
  font-weight: bolder;
}
#main dd {
  margin-left: 15px;
  margin-right: 30px;
  text-align: justify;
}
#main table th {
  vertical-align: top;
  text-align: left;
}



/* double-wide column for schedule */
#colw div#schedulelocation {
  position: absolute;
  top: -115px;
  left: 315px;
  width: 310px;
  padding: 10px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  background-color: #00A5F5;
  border: solid 3px #00A5F5;
}
#colw div#schedulelocation p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#colw table#schedule {
  width: 620px;
  margin-top: 30px; 
  height: 100%;
  border-collapse: collapse;
  color: black;
  background-color: white;
}
#colw table#schedule th.time {
  text-align: center;
}
#colw table#schedule th.day {
  text-align: center;
  border-left: 1px solid grey;
}
#colw table#schedule td {
  text-align: center;
  border-left: 1px solid grey;
}
#colw table#schedule tr td a {
  background-color: transparent;
}
#colw table#schedule tr.highlight0 { background-color: #00A5F5; }
#colw table#schedule tr.highlight1 { background-color: #CCCCCC; }
#colw table#schedule tr.highlight0 td.exhibition { background-color: #F544A5; }
#colw table#schedule tr.highlight1 td.exhibition { background-color: #F588A5; }

#colw table#schedule-key {
  margin-top: 16px;
  width: 620px;
}
#colw table#schedule-key tr td {
  width: 15%;
  text-align: center;
}
#colw table#schedule-key tr td.empty {
  width: 8%;
}
#colw table#schedule-key td.exhibition { background-color: #F566A5; }
p#schedule-location { width: 620px; }


form#contact .textinput { border: 1px solid #818181; }
form#contact .button { border: 1px solid #fb0001; }

/* hack to let thumbnail contents fit */
.thumbnails {
  width: 300px;
}

.thumbnails a {
  display: block;
  float: left;
  width: 300px;
  height: 100px;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#main a {
  font-weight: bold;
  text-decoration: none;
  color: #FFFF00;
  padding: 1px 8px 1px 5px;
  margin: 1px -8px 1px -5px;
}

#main a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background: #ffff00;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.0em;
}

h1 { font-size: 40px; }
h1 a img { color: #fb0001; background-color: #ffffff; }
h2 { font-size: 25px; letter-spacing: -0.05em;}
h3 { font-size: 15px; }

h2 {
  margin-bottom: 10px;
}

h3 {
  margin-top: 10px;
}

p {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 17px;
  margin-right: 18px;
  text-align: justify;
}

img {
  padding: 10px 0px 0px 0px;
}

img.header {
  padding: 0px 0px 0px 0px;
}

/* absolute position relative to bottom is ugly on long pages,
   but otherwise it overlaps with menu items on shorter pages
   - no easy fix it seems */

#foot {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 740px;
  margin-top: 16px;
  margin-bottom: 24px;
  clear: both;
  float: right;
  color:            #b7b7b7;
  background-color: #ffffff;
  font-size: 10px;
}


#main #foot, #main #foot a, #main #foot a:hover {
  text-decoration: none;
  border: 0;
  padding: 1px;
}

#main #foot a {
  color: #ff0000;
  background-color: #ffffff;
}
#main #foot a:hover {
  color: #ff0000;
  background-color: #ffffff;
}

/* gallery stuff */

.gspacer {
  clear: both;
}

#main div.gthumbnails {
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 740px;
  margin-bottom: 20px;
}

#main div.gthumbnails ul {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

#main div.gthumbnails ul li {
  margin: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 128px;
  height: 128px;
  text-align: center;
}

#main div.gthumbnails ul li a {
  width: 128px;
  height: 128px;
  line-height: 128px;
  vertical-align: middle;
  text-decoration: none;
}

#main div.gthumbnails ul li a img {
  vertical-align: middle;
}

#main div.gthumbnails ul li:hover {
  background: #FFFFFF;
}

#main div.gthumbnails ul li:hover > a img {
  visibility: hidden;
}

.gimage {
  margin-bottom: 20px;
}

.ginfo {
  width: 100%;
}

.gwhat {
  float: left;
}

.gcredit {
  float: right;
}


#videos {
  width: 620px;
}

#videos .video a.videolink {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0px;
  line-height: 2.2em;
  font-size: 1em;
  padding: 0px 0px 5px 0px;
}

#videos .video a.videolink:hover {
  color: #FFFFFF;
  background: #000000;
}

div.A3 {
  width:  300px;
  height: 423px;
  float: left;
  margin: 0px 6px 5px 0px;
  padding: 0px 6px 5px 0px;
}

div.A3:hover {
  background: #00ACFF /* url(img/bgani.gif) */;
}

div.A3:hover > img {
  visibility: hidden;
}
