/* begin styles for Thyme event list */

.thyme_box {
	 margin: 1em;
	 width: 500px;
	 background-color: #000000;
         border: none;
	 
}
.thyme_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#FFCC00;
}
p.thyme_title {padding:0.5em;}
.thyme_title {
	text-decoration: none;
	font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
	color:#FFCC00;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.thyme_item  {
  font-family: small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  font-weight : normal;
  color: #FFFFFF;
  list-style:none;
  padding-bottom:1em;
}

.thyme_item a {
	text-decoration : none;
	color: #FFCC00;
	font-size: 12px;
	font-weight:bold;
	font-family:small verdana, tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.thyme_item a:visited {
	color:white;
}

.thyme_date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	}