/* --- component Event List CSS --- */

.event_list
{
	width: 520px;
	margin: auto;
}

.event_container
{
	margin: 10px;
	border-bottom: 1px solid #333;
	padding: 1px;
}

.event_right
{
	float: left;
	text-align: center;
}

.event_profile_thumb
{
	height: 100px;
	width: 100px;
	margin: 4px 5px 2px 2px;
	padding: 2px;
	border: 1px solid #333;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}

.event_profile_username
{
	padding: 5px;
}

.event_location
{
	border-bottom: 1px solid #666;
	padding: 2px 4px;
	background: #333;
	color: #bfbfbf;
	font-size: 10px;
}

.event_location span
{
	color: #fff;
	font-weight: bold;
}

.event_description
{
	padding: 4px 6px;
}