/********************
 * EVENT_LIST_ITEM
 */
.event_list_item {
	display: block;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: justify;
}

.event_list_item h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

.event_list_item p {
	margin: 0px 0px 10px 0px;
}

.event_list_item img {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}



/********************
 * EVENT
 */
.event {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: justify;
}

.event h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.event h2 {
	font-size: 14px;
	font-weight: bold;
}

.event h3 {
	font-size: 12px;
	font-weight: bold;
}

.article a,
.article a:hover {
	color: #39434c;	
}

.event .title,
.event .title a {
	color: #39434c;
	font-size: 16px;
	text-decoration: none;
}

.event_information {
	float: right;
	color: #cccccc;
	font-size: 10px;
	font-style: italic;
}

.event_modified {
	color: #666666;
	font-size: 10px;
	margin: 0 0 20px 0;
}

.event_img_blank {
	visibility: hidden;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	border: 0 !important;
}

.event_img_cover {
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

.event img {
	margin: 5px;
	background-color: #f0f3f4;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}