.centrediv {
	margin-bottom: 50px;
}
.eventnav {
	margin: 0 auto;
}

.eventnav ul {
	xxxlist-style-type: none;
	margin: 0;
}

.eventnav li {
	xxxfloat: left;
	margin: 0px;
	margin-left: 40px;
	padding: 0;
	font-size: 0.9em;
}

.eventlist {
	margin: 0 auto;
	clear: both;
	font-size: 0.7em;
	text-align: justify;
}

.anevent {
	width: 27%;
	min-width: 250px;
	xxxborder: 3px solid #888;
	border: 1px solid #000;
	background: #eee;
	margin: 30px 10px;
	padding: 12px;
	xxxfloat: left;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	text-align: center;
}

.workshop {
	color: white;
	border: 3px solid #000;
	background: #555;
}
.workshop a {
	color: cyan;
	color: #aaf;
}

.anevent img {
	width: 80%;
}

.anevent p {
	text-align: justify;
	text-align: left;
}

:target {
	xxxbackground-color: rgba(222,222,35,0.4);
	border: 2px solid black;
	border-radius: 8px;
	animation: highlightevent 2s 1 linear;
}
@keyframes highlightevent {
 from { background-color:#ff7; 	border-radius: 8px;}
   to { background-color:#eee;	border-radius: 2px;}
}

.workshop:target {
	border: 2px solid black;
	border-radius: 8px;
	animation: workshophighlightevent 2s 1 linear;
}
@keyframes workshophighlightevent {
 from { background-color:#222; 	border-radius: 8px;}
   to { background-color:#555;	border-radius: 2px;}
}

.threeevents {
	xxxfloat: left;
	width: 100%;
	margin: 0 auto;
}

.plainlist {
	text-align: left;
}
.plainlist ul {
	list-style: initial;
	list-style-type: circle;
}
.plainlist li {
	margin-bottom: 8px;
}

.anevent ul {
	text-align: left;
}

.theabstract {
/*	font-size: 14px;*/
}

@media only screen and ( max-width: 768px ){
	.eventnav li {
		text-align: left;
	}
	.topnav ul {
		text-align: left;
		margin: 0;
	}
	.topnav li {
        	float: none;
		margin: 0;
	}
	.centrediv {
		margin-bottom: 0;
	}
	.anevent {
		width: auto;
		margin: 10px auto;
	}
	.eventlist {
		font-size: 1em;
	}
}
