/* --- 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;
	background: #333333;
}

.event_profile_thumb
{
	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;
}

.event_info_cont
{
	float: left;
	width: 380px;
}

a.new_link
{
	font:13px Tahoma;
	text-decoration:none;
	letter-spacing:2px;
}

a.new_link:hover
{
	text-decoration:underline;
}