@charset "UTF-8";
/* CSS Document */

/* begin styles for Thyme event list */

.thyme_box {
	 margin: 0;
	 width: 190px;
	 background-color: #F9E6C6;
     border: 5px solid #fc0;
	 
}
.thyme_items {
	margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	color: #339;
}
p.thyme_title {padding:0.25em;}
.thyme_title {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#fc0;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.thyme_item  {
  font-family: "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
	text-decoration : none;
	color: #3300FF;
	font-size: 12px;
	font-weight:light;
	font-family:"Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.thyme_item a:visited {
	color: #330066;
}

.thyme_date {
	font-size: 90%;
	font-weight : normal;
	color: #339;
	}