/* ****************************************** Universal Styles ********************************************* */
.pagegroup {
	font-size: 16px;
	margin-bottom: 20px;
}
	.pagegroup h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
		color: #9b0000;
	}
	.pagegroup h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		color: #262626;
	}
	.pagegroup h4 {
		font-size: 18px;
		line-height: 22px
		font-weight: bold;
		color: #656565;
	}
	.pagegroup a {
		color: #9b0000;
	}
	.pagegroup .well {
		/*
		background-color: #efefef;
		border-color: #ccc;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
		box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
		margin: 0px 0px 20px;
		padding: 10px;
		*/
		background-color: #fff;
		border-color: #ccc;
		border-radius: 0;
		box-shadow: none;
		margin: 0 0 20px;
		padding: 10px;
	}
	.pagegroup ul.well {
		list-style-position: inside;
	}
@media (max-width: 979px) {
	.pagegroup {
		font-size: 12px;
	}
		.pagegroup h2 {
			font-size: 20px;
			line-height: 24px;
			font-weight: bold;
			color: #9b0000;
		}
		.pagegroup h3 {
			font-size: 16px;
			line-height: 20px;
			font-weight: bold;
			color: #262626;
		}
		.pagegroup h4 {
			font-size: 16px;
			line-height: 20px;
			font-weight: bold;
			color: #656565;
		}	
}

/* ************************************ Text Blocks *************************************************** */

/* *************************************** Links ****************************************************** */
.pagegroup_links ul {
	margin: 0px;
	padding: 0px;
}
	.pagegroup_links ul li {
		list-style: none;
	}
	
/* *************************************** FAQS ****************************************************** */
.pagegroup_faqs ul.faqs {
	list-style-position: inside;
}
.pagegroup_faqs dl.faqs {
	margin: 0px;
	padding: 0px;
}
	/* h3 styles */
	.pagegroup_faqs dl.faqs dt {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #262626;	
		margin: 0px 0px 20px;
		padding: 20px 0px 0px;
		border-top: 1px solid #e3e3e3;
	}
	.pagegroup_faqs dl.faqs dt:first-child {
		border-top: 0px;
		padding-top: 0px;
	}
	.pagegroup_faqs dl.faqs dd {
		margin: 0px 0px 20px;
		padding: 0px;
	}
		.pagegroup_faqs dl.faqs dd .returnToTop {
			display: block;
			width: auto;
			font-style: italic;
			font-size: .8em;
		}
		
/* *************************************** Audios ****************************************************** */
.pagegroup_audios .article {
	list-style: none;	
}
	.pagegroup_audios .article h3 {
		line-height: 1em;
		margin-top: 0px;
	}
	
/* *************************************** Images ****************************************************** */

.pagegroup_images .galleria-container {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .5) inset;
}

/* *************************************** Files ****************************************************** */
.pagegroup ul.files {
	margin: 0px 0px 20px;
	padding: 0;
	list-style-position: inside;	
	list-style-image: url('../../../../_resources/images/icons/files/attach.gif');
}
	.pagegroup ul.files li {
		padding: 20px;
		border-top: 1px solid #ccc;
	}
	.pagegroup ul.files li:first-child {
		border-top: 0;
	}
	.pagegroup ul.files li.document {
		list-style-image: url('../../../../_resources/images/icons/files/page.gif');	
	}
	.pagegroup ul.files li.image {
		list-style-image: url('../../../../_resources/images/icons/files/image.gif');	
	}
	.pagegroup ul.files li.audio {
		list-style-image: url('../../../../_resources/images/icons/files/music.gif');	
	}
	.pagegroup ul.files li.video {
		list-style-image: url('../../../../_resources/images/icons/files/photo.gif');	
	}
	.pagegroup ul.files li.doc {
		list-style-image: url('../../../../_resources/images/icons/files/doc.gif');	
	}
	.pagegroup ul.files li.pdf {
		list-style-image: url('../../../../_resources/images/icons/files/pdf.gif');	
	}
	.pagegroup ul.files li.jpg,
	.pagegroup ul.files li.jpeg {
		list-style-image: url('../../../../_resources/images/icons/files/jpg.gif');	
	}
	.pagegroup ul.files li.xls {
		list-style-image: url('../../../../_resources/images/icons/files/xls.gif');	
	}

/* ********* POSTS ********** */
.recordsContainer table {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}
.recordsContainer table th,
.recordsContainer table td {
	border-top: 1px dashed #ccc;
	padding: 10px 20px;
}
.recordsContainer .recordListDate {
	width: 80px;
}
.digest .recordList article {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.post-associated-image {
	margin-right: 25px;
	margin-bottom: 10px;
}
.element_posttypes article h1.title {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #9b0000;
}
.element_posttypes article h2.subtitle {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #262626;
}
@media (max-width: 979px) {
	.element_posttypes article h1.title {
		font-size: 20px;
		line-height: 24px;
	}
	.element_posttypes article h2.subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}



/* ********** CUSTOM DEV ACTIONS ********** */
.photoGalleryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photoGalleryList ul li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.photoGalleryList ul li .photoGalleryThumbnail {
	float: left;
}
.photoGalleryList ul li .photoGalleryInfo {
	margin-left: 120px;
}
.photoGalleryList ul li .photoGalleryInfo h3 {
	margin: 0;
	font-size: 22px;
	line-height: 26px;
}
.photoGalleryList ul li .photoGalleryInfo .dateUpdated {
	font-size: .8em;
	font-style: italic;
}
.photoGalleryList ul li .photoGalleryInfo a {
	font-weight: bold;
}

ul.members {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.members li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
ul.members li .image {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
ul.members li h3 {
	margin: 0;
}
ul.members li p {
	margin: 0;
}
@media (max-width: 767px) {
	ul.members li {
		float: none;
		width: auto;
	}
}