/* begin styles for Thyme event list */

.thyme_box {
	 margin: 0 auto;
	 
	 width: 236px;
	 border: 1px solid ##5F74CC;
	 background: #48212a;
	 
}
.thyme_items {
	margin-top:0px;
	padding: 0 10px;
	margin-left:0px;
	color:##0099ff;
}
p.thyme_title {padding:0.5em;}
.thyme_title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 100%;
	background-color:maroon;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.thyme_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:.5em;
  padding-top: .2em;
  color: #CCC;
 border-bottom: 1px dashed #CCC;
}

.thyme_item a, .thyme_item a:visited {
	color: #fe9900;
	font-size: 12px;
	font-weight:bold;
	font-family:arial, sans-serif;
	border: none;
	}
	
.thyme_item a:hover {
	color: #fff;
}

.thyme_date {
	font-size: 11px;
	font-weight : normal;
	color: #ffffff;
	}