#inner {
	margin-top: 15px;
}
#normalGroup {
	padding-left: 20px;
	margin-top: 30px;
}
#normalGroup li {
	list-style: disc;
	color: #766dc5;
	list-style-position: outside;
}
#normalGroup li a, .attach a {
	color: #766dc5;
}
#gallery img {
	border: 1px solid #eee;
	padding: 2px;
}
#gallery img:hover {
	border-color: #766dc5;
}
#gallery a {
	color: #555;
}
#gallery a:hover {
	text-decoration: none;
	color: #6c757d;
}
.vidtitle {
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.list-block {
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding: 10px;
	background: #fcfcfc;
}
.list-block:hover {
	box-shadow: 0 0 5px #ccc;
}
.list-block h2 {
	color: #766dc5;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0;
}
.list-block a {
	color: #766dc5;
	text-decoration: none;
}
.list-block a:hover {
	color: #000;
}
.list-date {
	font-size: 12px;
	color: #ccc;
	font-style: italic;
	font-weight: 300;
}
.sub-heading {
	font-size: 18px;
}
.paging {
	font-size: 0.8rem;
	padding-bottom: 10px;
	display: inline-block;
	color: #766dc5;
}
#attachments {
	text-decoration: underline;
	margin-top: 30px;
	margin-bottom: 5px;
}
.attach {
	font-size: 0.9rem;
}