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

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

.event_container
{
	margin: 10px;
	padding: 1px;
}

.event_right
{
	float: left;
}

.event_profile_thumb
{
	height: 100px;
	width: 100px;
	padding: 5px;
	margin-right: 3px;
}

.event_location
{
	padding: 4px;
	background: #487986;
	color: #bfbfbf;
	font-size: 10px;
}

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

.event_description
{
    text-align: justify;
	padding: 5px 10px;
	position: relative;
}

.event_profile_username
{
    padding: 2px;
}

.event_profile_username a:link,
.event_profile_username a:visited
{
	font-weight: bold;
	color: #fff;
}

.event_profile_username a:hover
{
	font-weight: bold;
	color: #ddd;
}
a.new_link
{
	font:13px Tahoma;
	text-decoration:none;
	letter-spacing:2px;
}

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