#sequentiallist {
	padding: 0;
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 10px;
}

#sequentiallist ul {
	list-style: none;
	padding-top: .5em;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Fin clearfix */

/* activities
---------------------------------------------------------------------------------*/
.expand-all {
	float: right;
	margin: 5px auto 0;
	padding: 0 15px 0 0;
	background: url(../images/sequentiallist/expand-all.png) no-repeat left top;
	height: 18px;
	width: 205px;
	display: block;
	text-indent: -900em;
	cursor: pointer;
}

.expand-all:hover {
	background: url(../images/sequentiallist/expand-all.png) no-repeat left bottom;
}


/* activitylist */
.activitylist {
	clear: both;
	padding: 5px 0 10px;
	margin: 0;
}

.activitylist li {
	background: url(../images/sequentiallist/activities.png) no-repeat;
	padding: 0;
	margin: 0;
}

.activitylist li {
	background: url(../images/sequentiallist/activities.png) no-repeat;
	padding: 0;
	margin: 0;
}

.activitylist .alt {
	background: url(../images/sequentiallist/activities_alt.png) no-repeat;
}

.activitylist .author {
	background: url(../images/sequentiallist/activities-author.jpg) no-repeat;
}

.activity-data {
	padding: 4px 15px 5px 0;
	/*position: relative;*/
}

.activity-img {
	font: italic 135%/100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	display: block;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0px 10px;
	position: relative;
}

.month {
	position: absolute;
	top: 0;
	left: 9px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.day {
	position: absolute;
	bottom: 5px;
	left: 7px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

.activitylist cite {
	height: 51px;
	margin-top: 10px;
	margin-left: 0;
	font: normal bold 200%/120% Arial, Helvetica, sans-serif;
	float: left;
	overflow: hidden;
	/*width: 410px;*/
	color: #333;
}

.activitylist cite small {
	padding: 0 0 0 10px;
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/sequentiallist/activity-cite-arrow.gif) no-repeat left center;
	display: none;
}

.activitylist cite a {
	background: none;
	border: none !important;
	text-decoration: underline;
}

.activitylist cite a:visited { text-decoration: underline; }

.activitylist cite a:hover { text-decoration: none; }

.activitylist .activitymetadata {
	display: block;
	padding: 4px 0 2px 38px;
	clear: both;
	color: #666666;
}

.activity-data .collapse {
	display: block;
	float: right;
	text-indent: -900em;
	background: url(../images/sequentiallist/activities-expand.png) no-repeat left bottom;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 5px;
	line-height: 20%;
	cursor: pointer;
	
}

.activity-data .expand {
	background: url(../images/sequentiallist/activities-expand.png) no-repeat left top;
}

.activity-entry {
	padding: 0 0 15px 38px;
	width: 440px;
	overflow: hidden;
}

.activity-entry p {
	display: table-row;
	margin-bottom: 10px;
}

.activity-entry b {
	display: block;
	text-align: left;
}

.activity-entry span {
	display: list-item;
	padding-right: 38px;
	padding-left: 0px;
	margin-left: 25px;
	list-style-image:url(../images/sequentiallist/list_style.png);
}

