/* --- 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: 2px;
	padding-top: 5px;
	margin-right: 5px;
}

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

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