/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* reset many default styles */
.subcal * {
  margin: 0;
  padding: 0;
}

/* basic elements */

/* specific divs */
.subcal * {
  margin: 0;
  display: inline;
}

.subcal {
  background: #D5C2A2;
  width: 100%;
 }

.subcal h2 {
  font-size: 20;
 }

.subcal h3 {
  font-size: 16;
 }

.eventdaylist {
  background: #FFFFFF;
  width: 100%;
  min-width: 100px;
  min-height: 400px;
  height: 500px;
  float: left;
  position: relative;
  overflow: auto;
  font-family: arial;
  font-size: 12;
}

li.event {
  display: block;
  float:left;
  width: 100%;
}

.time {
  float: left;
  width: 22%;
  margin-left: 15px;
  }

.description {
  float: right;
  width: 70%;
  }

