/*
@light_purple: #522F98
@dark_purple:  #492A82
@darkest_purple: #2B0A67
*/

#container {
  height: 100%;
}

#screensaver {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  z-index: 1000;
}

html, body {
  cursor: none;

  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  color: white;
  /* background-color: #492A82; */
  background-color: #522F98;
  font-size: 16pt;
  line-height: 22pt;
  /* cursor: crosshair; */
}
a { color: inherit; text-decoration: none; }

header {
  position: relative;
  width : 100%;
  margin : 0;
  padding: 0.25em 0 0;
  overflow : hidden;
  /*box-shadow: 0 10px 15px -1px black;*/

  color: white;
  background-color : #2B0A67;
  font-family: serif;
  font-size: 30pt;
  line-height: 50pt;
  /* text-shadow: black 0.1em 0.1em 0.1em; */

  cursor: none;
}

/*
header #logo {
  float: left;
  margin-left: 1em;
}
*/

header img, header h1 { float: left; }

header img {
  margin-left: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}

header h1 {
  display: inline;
  margin: 0;

  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

header #date-time {
  width: auto;
  float: right;
  margin-right: 18px;
  margin-top: 5px;
}

header #date-time .time {
  padding-left: 0.5em;
}

footer {
  display: none;
  position: absolute;
  bottom: 0;
  width : 100%;
  height: 1em;
  margin : 0;

  background-color : #2B0A67;

  cursor: none;
}

#slideshow { height: 100%; overflow: hidden; }

.slide {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
}
/*.slide img { margin: 4em auto; }*/
.slide img { width: 100%; margin: auto; }
.slide h2 { margin: 1em auto 0.5em; font-size: 1.8em; }

#news {
  min-height: 20em;
  overflow-y: hidden;
}

#news h2 {
  font-size: 2em;
  margin: 1em auto 1.5em;
}

#news h4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-align: center;
}
#news p {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.6em;
}

#class-schedule, #class-schedule2, #class-schedule3 {}

#class-schedule h2, #class-schedule2 h2, #class-schedule3 h2 { margin: 2em 0; }

#class-schedule h3, #class-schedule2 h3, #class-schedule3 h3,
#class-schedule table, #class-schedule2 table , #class-schedule3 table {
  width: 100%;
  text-transform: capitalize;
}
#class-schedule h3, #class-schedule2 h3, #class-schedule3 h3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#class-schedule td.course-time, #class-schedule2 td.course-time, #class-schedule3 td.course-time {
  text-align: right;
  white-space: nowrap;
}
#class-schedule td.course-room, #class-schedule2 td.course-room, #class-schedule3 td.course-room {
  white-space: nowrap;
}

#bulletin {
  /*overflow-y: hidden;*/
  height: 100%;
}

#blurb-bulletin {
  /* width: 75%; */
  height: 100%;
  margin: auto;
  text-align: center;
  /*font-size: 0.9em;*/
}

#bulletin #b {
  float: left;
  width: 100%;
  height: 100%;
}

#bulletin ul {
  list-style-type: none;
  padding: 0;
  height: 100%;
}

#bulletin li {
  margin-bottom: 1em;
}

#bulletin .day {
  display: inline-block;
  /* float: left; */
  width: 33%;
  height: 100%;
  margin-bottom: 2em;
  /* min-height: 12em; */
  overflow: hidden;
  vertical-align: top;
}
#bulletin .category {
  font-weight: bold;
}
#bulletin .title {
  font-style: italic;
}

#bulletin h2 {
  margin-bottom: 2em;
}

#bulletin h3 {
  margin: 0;
  font-size: 1.3em;
}

/* event dates should be in h4 */
#bulletin h4 {
  margin: 0;
}

/* attempts to clean up bulletin output */
#bulletin br {
  /*display: none;*/
  height: 0.75em;
}
#bulletin span {
  /*display: block; */
}

/* max two br's at a time (bulletin cleanup) */
/* br + br + br { display: none; } /*

/* table styling */
table {
  color: white;
  background-color: #492A82;
  width: 90%;
  border: thin solid white;
}

thead th {
  color : #9372CE;
  font-size:100%;

  text-align:left;
}

td, th {
  color : white;
  background:transparent;
  padding:.5em 1em;
}

tbody tr {
  font-size : 1.2em;
}

tbody tr.odd td {
  background-color :  #522F98;
}

* html tr.odd td {
  background-color :  #48307C;
}

/******************************/

.story, #class-schedule, #class-schedule2, #class-schedule3 table {
  width: 75%;
  margin: auto;
}

#image-container {
  padding-top: 1em;
  text-align: center;
}

#img-holder {
  margin: 0 auto;
  /*width: 50em;*/
  height: 28em;
}

#image-container img {
  height: 100%;
}

