/* `List Styles
----------------------------------------------------------------------------*/
.list_row {
	border-bottom: 1px dashed #AAAA99;
	padding: 10px 0 5px;
	overflow: hidden;
	margin: 0 15px 0 10px;
}

.list_view {
	overflow: hidden;
}

.list_view_information {
	float: left;
	font-size: 13px;
}

.list_row_date {
	width: 50px;
	height: 50px;
	float: left;
	background: #F7F7F2;
	border-right: 1px solid #AAAA99;
	border-bottom: 1px solid #AAAA99;
	text-align: center;
	margin-right: 5px;
	color: #353535;
	font-family: Georgia, 'Times New Roman',serif;
}
.list_row_date_month {
	font-size: 18px;
}
.list_row_date_day {
	font-size: 16px;
	line-height: 16px;
}
.list_row_avatar {
	float: left;
	margin-right: 10px;
}
.list_row_information {
	float: left;
	width: 400px;
}
.list_row_title {
	font-size: 18px;
}

.list_row_expiration {
	font-size: 16px;
	color: #8A1F11;
	margin-left: 10px;
}

.list_row_expiration_small {
	font-size: 14px;
	color: #8A1F11;
}

.list_row_more { font-size: 12px; }


/* `Mini List Styles
----------------------------------------------------------------------------*/
.mini_list_row {
	overflow: hidden;
	line-height: 14px;
	margin: 0 0 3px 5px;
}

.mini_list_row_date {
	width: 30px;
	height: 30px;
	float: left;
	background: #F7F7F2;
	border-right: 1px solid #AAAA99;
	border-bottom: 1px solid #AAAA99;
	text-align: center;
	margin-right: 3px;
	color: #353535;
	font-family: Georgia, 'Times New Roman', serif;
	
}

.mini_list_row_date_month { font-size: 11px; }
.mini_list_row_date_day { font-size: 10px; }
.mini_list_row_avatar { float: left; margin-right: 8px; }
.mini_list_row_information { float: left; width: 68%; }
.mini_list_row_title { font-size: 12px; }
.mini_list_row_author {  margin-left: 5px; font-size: 10px; }

