﻿/* user summit 2010 styles */
ul.agendaWrapper
{
	position:relative;
	margin-left:0;
}

ul.agendaWrapper li.agendaItem
{
	list-style:none;
}

li.agendaItem 
{
	/*
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666; */
	width: 640px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.agenda_left {
	float: left;
	width: 80px;
	margin-right: 40px;
}
.agenda_right {
	float: right;
	width: 520px;

}

/*
#date {
	background: url(../assets/usersummit_hero_web.jpg) no-repeat top left;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #2f4b6a;
	margin: 0;
	clear: both;
	padding: 155px 0 20px 14px;
	line-height: 18px;
}
.bullets {
	margin: 10px 0; 
}
.bullets li {
	list-style: circle;
	line-height: 18px;
	margin-left: 20px;
}
*/
