/* elements */
#body.section #copy.section .element {
	margin: 0px 0px 50px;
	padding: 0px;
	clear: both;
}
#copy h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #a60000;
}
	#copy h1 a {
		color: #a60000;		
	}
#copy h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1f2e44;
}
#copy h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #404040;
}
#copy hr {
	border-top: 1px solid #d9d9d9;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
#copy .article ul {
	list-style: url('../images/template/bullet.png');
}
#copy .readmore a,
#copy a.read-more {
	display: block;
	padding-left: 8px;
	background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
	font-style: italic;
	margin-top: 20px;	
}
.element_textblocks img,
.article img {
	padding: 5px;
	border: 1px solid #d9d9d9;
}
/* text blocks */

/* links */
.element_links ul li {
	border: 1px #d9d9d9 solid;
	margin: 0px 0px 10px;
	padding: 10px 10px 10px 30px;
	background: url('../images/template/arrow_red.png') 20px 12px no-repeat;
}

/* faqs */
ul.faqs {
	background: #5d6973;
	/*border: 1px #d9d9d9 solid;*/
	padding: 30px 30px 30px 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}
	ul.faqs li {
		/*display: block;*/
		/*background: url('../images/template/arrow_red.png') 0px 5px no-repeat;	
		padding-left: 15px;
		list-style: none;*/
	}
		ul.faqs li a {
			font-weight: normal;
			color: white;
		}
dl.faqs {
}
	dl.faqs dt.question {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		background: #2e373f;
		font-size: 16px;
		font-weight: bold;
		color: white;
		margin: 0px;
		padding: 20px 30px;
	}
	dl.faqs dd.answer {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		margin: 0px 0px 20px;
		padding: 20px 30px;
	}
		dl.faqs dd.answer ul {
			list-style: url('../images/template/bullet.png');			
		}
		dl.faqs a.returnToTop {
			display: block;
			font-style: italic;
			border-top: 1px solid #d9d9d9;
			margin-top: 10px;
			padding-top: 10px;
			padding-left: 15px;
			font-size: 14px;
			background: url('../images/template/arrow_red.png') 530px 15px no-repeat;
		}
		
/* audios */
ul.audios {
	margin-left: 0px;
}
	ul.audios li {
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
	}
		#copy ul.audios li h2 {
			margin: 0px;
		}

/* images */
.element_images div.controls {
	height: 35px;
}
.element_images div.nav-controls {
}
/*
.element_images div.controls a {
	display: inline-block;
	background-image: url('../images/template/btn_cap.png');
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.element_images div.controls a:hover,
.element_images div.controls a:active {
	background-position: right -50px;
	text-decoration: none;
}
.element_images div.nav-controls a {
	margin-left: 5px;
}
	.element_images div.controls a span {
		display: inline-block;
		height: 25px;
		line-height: 25px;
		color: #48505e;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		background-image: url('../images/template/btn_bg.png');
		background-position: left 0px;
		background-repeat: no-repeat;	
		padding-left: 10px;	
		cursor: pointer;
	}
	.element_images div.controls a:hover span,
	.element_images div.controls a:active span {
		background-position: left -50px;
		color: white;
	}
*/
.element_images div.controls a {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0px 10px;
	color: #48505e;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white url('../images/template/btn_grad.png') 0px 0px repeat-x;
	/* buttons weren't displaying rounded corners with PIE without position: relative; */
	/* this may cause an issue with dropdown menus down the line.  Will need to turn off when necessary */
	position: relative;
	behavior: url(pie.htc);
}
.element_images div.nav-controls a {
	margin-left: 5px;
}
.element_images div.controls a:hover,
.element_images div.controls a:active {
	border-color: #790d00;
	color: white;
	background-color: red;
	background-position: 0px -46px;
	text-decoration: none;
}
.element_images .image {
	background-color: white;
	border: 1px solid #ccc;  
	padding: 9px;
}
	.element_images .image .image-wrapper {
		display: block;
		background: #000;
		width: 100%;
	}
	.gallery .image img {
		display: block;
		max-width: 580px;
		/*width: 100%;*/
		width: auto;
		/*height: 100%;*/
		height: auto;
		margin: 0px auto;
	}
.element_images .caption {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
	.element_images .caption h2 {
		margin-top: 0px;
	}
	.element_images .caption p {
		margin: 0px;
		padding: 0px;
		text-align: left !important;
	}
		.element_images .caption p a {
			display: block;
			padding-left: 8px;
			background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
			margin-top: 20px;
		}
.element_images ul.thumbs {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
	.element_images ul.thumbs li {
		margin-top: 0px;
		margin-bottom: 0px;
		border-width: 1px;
		border-style: solid;
		padding: 3px;
		background-color: white;
		border-color: #ccc;
	}
	.element_images ul.thumbs li.selected {
		background-color: #A10202;
		border-color: #A10202;
	}
		.element_images ul.thumbs li a.thumb {
			border-width: 1px;
			border-color: white;
			padding: 0px;
		}
.element_images div.bottom.pagination {
	padding-top: 20px;
}
	/*
	.element_images div.pagination a {
		display: inline-block;
		background-image: url('../images/template/btn_cap.png');
		background-position: right 0px;
		background-repeat: no-repeat;
		height: 25px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		border: 0px;
		margin-right: 5px;
	}
	.element_images div.pagination a.current {
		background-position: right -25px;
	}
	.element_images div.pagination a:hover {
		background-position: right -50px;
	}
		.element_images div.pagination a span {
			display: inline-block;
			height: 25px;
			line-height: 25px;
			color: #48505e;
			font-family: Georgia, serif;
			font-size: 14px;
			font-style: italic;
			background-image: url('../images/template/btn_bg.png');
			background-position: left 0px;
			background-repeat: no-repeat;	
			padding-left: 10px;	
			cursor: pointer;
		}
		.element_images div.pagination a.current span {
			background-position: left -25px;
		}
		.element_images div.pagination a:hover span {
			background-position: left -50px;
			color: white;
		}
	*/
	.element_images div.pagination > a,
	.element_images div.pagination > span {
		display: inline-block;
		position: relative;
		background-color: white;
		background-image: url('../images/template/btn_grad.png');
		background-position: 0px 0px;
		background-repeat: repeat-x;
		height: 23px;
		padding: 0px 10px;
		border: 1px solid #d0d0d0;
		margin-right: 5px;
		line-height: 23px;
		color: #48505e;
		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;
		padding-left: 10px;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		behavior: url(pie.htc);
	}
	.element_images div.pagination > span.current {
		background-position: 0px -23px;
		background-color: silver;
		border-color: #b3b3b3;
	}
	.element_images div.pagination > a:hover {
		background-position: 0px -46px;
		background-color: red;
		border-color: #790d00;
		color: white;
	}


/* files */
.element_files ul {
	margin-left: 0px;
}
	#copy .element_files ul li {
		zoom: 1;
		list-style-type: none !important;
		list-style-image: none !important;
		background-position: 20px 12px;
		background-repeat: no-repeat;
		border: 1px #d9d9d9 solid;
		margin: 0px 0px 10px;
		padding: 10px 10px 10px 45px;
		background-image: url('../../../../_resources/images/icons/files/page_attach.gif');
	}
	#copy .element_files ul li.pdf { background-image: url('../../../../_resources/images/icons/files/pdf.gif'); }
	#copy .element_files ul li.xls { background-image: url('../../../../_resources/images/icons/files/xls.gif'); }
	#copy .element_files ul li.doc { background-image: url('../../../../_resources/images/icons/files/doc.gif'); }
	#copy .element_files ul li.audio { background-image: url('../../../../_resources/images/icons/files/music.gif'); }
	#copy .element_files ul li.video { background-image: url('../../../../_resources/images/icons/files/image.gif'); }
	#copy .element_files ul li.image { background-image: url('../../../../_resources/images/icons/files/image.gif'); }
		.element_files ul li h3.title {
			margin: 0px;
		}
		
/* posts */
form.form-default {
	margin: 0px;
}
.recordsContainer {
	margin-top: 0px;
}
form.filterBarForm {
	/*background: url('../images/template/bg_browserby_bar.png') top left no-repeat;*/
	border: 1px solid #d1d1d1;
	background: url('../images/template/bg_browserby_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	color: #2e373f;
	margin-bottom: 20px !important;
	padding: 0px 30px;
}
	.filterBarForm table.filterBar {
		height: 44px;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		border: 0px;
		background: transparent;
		float: left;
		/*width: 80%;*/
		text-align: left;
	}
		.filterBarForm table.filterBar td {
			height: 44px;
			vertical-align: middle;
			line-height: 44px;
		}
		.filterBarForm table.filterBar label {
			color: #2e373f;
			font-size: .7em;
		}
	.filterBarForm .filterBarButtons {
		float: right;
		text-align: right;
		height: 44px;
		line-height: 44px;
	}
		.filterBarForm .filterBarButtons input.filterSubmit {
			display: block;
			margin-top: 11px;
		}

div.recordsDate {
	/*background: url('../images/template/bg_date_bar.png') top left no-repeat;*/
	border: 1px solid #c5c5c5;
	background: url('../images/template/bg_date_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	line-height: 44px; /* 47 */
	color: #2e373f;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.recordList {
	border: 1px #d9d9d9 solid;
	padding: 20px 30px;
}
.calendar div.recordList {
	border: 0px;
}
/* month/year */
table.recordList {
	/*
	border: 0px;
	padding: 0px;
	*/
	padding: 20px 30px;
	/*margin-bottom: 0px;*/
}
	table.recordList tr {
		/* substitute the border with an image to prevent the cell height issue */
		/*background: url('../images/template/hrule.png') top center no-repeat;*/
		padding: 0px 30px;
	}
	table.recordList tr:first-child {
		/*background-image: none;*/
	}
		table.recordList tr td {
			border-top: 1px solid #d9d9d9;
			border-bottom: 0px;
			border-left: 0px;
			border-right: 0px;
			vertical-align: top;
			padding: 8px 0px;
			line-height: 16px;
			height: 100%;
		}
		table.recordList tr:first-child td {
			border-top: 0px;
		}
		.recordListDate {
			font-style: italic;
			width: 80px;
		}
			table.recordList tr td a {
				font-weight: bold;
			}

/* pagination */
.element_posttypes div.pagination {
	border: 1px solid #c5c5c5;
	background: url('../images/template/bg_date_repeat.png') top left repeat-x;
	height: 44px; /* 47 */
	line-height: 44px; /* 47 */	
	padding: 0px 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
	.element_posttypes div.pagination span.current {
		padding: 0px;
		border: 0px;
		background: transparent;
	}
		.element_posttypes div.pagination span.current form {
			height: 44px;
		}
			.element_posttypes div.pagination span.current form select {
				display: block;
				margin-top: 12px;
			}
	.element_posttypes div.pagination a {
		border: 0px;
		padding: 0px 10px;
		color: #404040;
		font-weight: normal;
	}
	.element_posttypes div.pagination a:hover,
	.element_posttypes div.pagination a:active {
		color: #a60000;
		text-decoration: none;
		background: transparent;
	}

/* calendar */
*+html td.cal-header-title table {
	zoom: 1;
	width: 100%;
}

/* map */
#copy .map-marker h4.date {
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	margin: 0px 0px 0px;
}
#copy .map-marker h1.title {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 5px;
}
#copy .map-marker h2.subtitle {
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 5px;
}

/* digest */
div.recordList {
	margin-bottom: 50px;
}
.element_posttypes .recordList .article {
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
	padding-top: 20px;
}
.element_posttypes .recordList .article:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.element_posttypes .footer {
	border-top: 0px;
} 
/* post */
#copy .contentrecord h1.title {
	/*margin: 0px;*/
}
#copy .contentrecord h2.subtitle {
	margin: 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #404040;
}
#copy .contentrecord h4.date {
	margin: 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #1f2e44;
}
#copy .contentrecord .content {
	margin-top: 20px;
}
#copy .contentrecord .abstract {
	margin-top: 20px;
}
#copy .contentrecord .byline {
	margin: 0px;
}
.contentrecord ul {
	list-style: url('../images/template/bullet.png');			
}
.contentrecord .plugin_externalaudio {
	text-align: center;
}
	.contentrecord .plugin_externalaudio object,
	.contentrecord .plugin_externalaudio embed {
		display: block;
		margin: 0px auto;
	}
.contentrecord .youtube-wrapper {
	border: 1px #ccc solid;
	background: #f3f3f3;
	padding: 9px;
}
	.contentrecord .youtube-wrapper object,
	.contentrecord .youtube-wrapper embed {
		display: block;
		width: 100%;
	}
.element_posttypes .footer .permalink {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 10px;
	padding: 10px 0px 10px;
}
	
.element_posttypes .footer .bookmarklet {
	float: left;
}
.element_posttypes .footer .commentlinks {
	float: right;
}
	.element_posttypes .footer .commentlinks .leavecomment {
		background-image: url('../images/template/icon_leavecomment.png');
	}
	.element_posttypes .footer .commentlinks .viewcomments {
		background-image: url('../images/template/icon_comments.png');
	}

/* comments */
.comment_listwrapper .prevnext_wrapper {
	background: transparent;
	color: auto;
}
	.comment_listwrapper .prevnext {
		width: 100%;
		margin: 0px;
	}
		.comment_listwrapper .prevnext span {
			width: auto;
		}
		.comment_listwrapper .prevnext > span {
			display: block;
			height: 25px;
			line-height: 25px;
			float: left;
			margin: 0px 10px 0px 0px;
			padding: 0px 10px 0px 0px;
			background-color: transparent;
			background-image: url('../images/template/btn_cap.png');
			background-position: right 0px;
			background-repeat: no-repeat;
			width: auto;
			border: 0px;
		}
		.comment_listwrapper .prevnext > span:hover {
			background-position: right -50px;
		}
			.comment_listwrapper .prevnext > span > a {
				display: block;
				margin: 0px;
				padding: 0px 0px 0px 10px;
				background-color: transparent !important;
				background-image: url('../images/template/btn_bg.png') !important;
				background-position: left 0px;
				background-repeat: no-repeat;
				height: 25px;
				line-height: 25px;
				color: #48505e;
				font-family: Georgia, serif;
				font-size: 14px;
				font-style: italic;
				border: 0px;
			}
			.comment_listwrapper .prevnext > span:hover > a {
				background-position: left -50px;
				color: white;
				text-decoration: none;
			}
.comment_listwrapper .comment_list {
	border: 1px solid #ccc;
	background: white;
	padding: 30px;
}
	.comment_listwrapper .comment_list li {
		border-top: 1px solid #ccc !important;
		border-bottom: 0px;
		margin: 20px 0px 0px;
		padding: 20px 0px 0px;
	}
	.comment_listwrapper .comment_list li:first-child {
		border-top: 0px !important;
		margin-top: 0px;
		padding-top: 0px;
	}
		.comment_listwrapper .comment_list li div.commenttitle {
			padding: 0px;
		}
		.comment_listwrapper .comment_list li div.comment {
			padding: 0px;
			width: 100%;
		}
			.comment_listwrapper .comment_list li div.comment p {
				margin-top: 0px;
			}
/* forms */
.uniForm {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 30px;
}
	.uniForm .ctrlHolder {
		zoom: 1;
		padding: 7px 0px;
	}
	.uniForm ul {
		list-style: url('../images/template/bullet.png');			
	}
	.uniForm .legend {
		background: #2e373f;
		font-size: 16px;
		line-height: 36px;
		color: white;
		padding: 0px 10px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	/*
	.uniForm fieldset {
		border: 1px #d9d9d9 solid;
		padding: 20px 30px;
	}
	*/
	.uniForm .textInput, .uniForm .blockLabels .textInput, .uniForm .blockLabels .fileUpload {
		width: 100%;
	}
	.uniForm .blockLabels textarea {
		width: 100%;
	}
	.uniForm .formHint, .uniForm .blockLabels .formHint {
		width: 100%;
		margin-top: 5px;
		clear: both;
	}
	.uniForm .buttonHolder {
		text-align: left;
	}
	
/* table of contents */
.table-of-contents ul {
	margin-left: 0px;
}
	.table-of-contents ul li {
		border-top: 1px solid #d9d9d9;
		/*min-height: 170px;*/
		margin-top: 30px;
		padding-top: 30px;
		zoom: 1;
	}
	.table-of-contents ul li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.table-of-contents ul li .image-wrapper {
			float: left;
			border: 1px #cccccc solid;
			background: white;
			padding: 7px;
		}
			.table-of-contents ul li .image-wrapper .image {
				display: block;
				width: 244px;
				height: 124px;
				background-color: black;
				background-position: center center;
				background-repeat: no-repeat;
			}
		.table-of-contents h2 {
			margin-left: 280px;
			margin-bottom: 10px;
			margin-top: 0px;
		}
		.table-of-contents .abstract {
			margin-left: 280px;
			margin-bottom: 10px;
		}
		.table-of-contents .read-more {
			display: block;
			margin-left: 280px;
			padding-left: 10px;
			background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
		}
		
/* featured photo */
.actionsList .featured-photo {
	border: 1px solid #ccc;
	padding: 9px;
}
	.actionsList .featured-photo .image-wrapper {
		width: 580px;
		margin: 0px auto;
		background: black;
	}
		.actionsList .featured-photo .image-wrapper img {
			display: block;
			margin: 0px auto;
			width: 100%;
			height: 100%;
			max-width: 580px;
		}
	.actionsList .featured-photo .caption {
		padding: 20px;
	}
		#copy .actionsList .featured-photo .caption h2 {
			margin: 0px;
		}
		.actionsList .featured-photo .caption p {
			margin: 0px;
			padding: 0px;
		}
			.actionsList .featured-photo .caption .read-more {
				display: inline-block;
				padding-left: 15px;
				background: url('../images/template/arrow_red.png') 8px 5px no-repeat;
				font-style: italic;
			}
			
/* photo gallery list */
.actionsList .gallery-list {
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin: 0px;
	padding: 30px 30px 30px;
}
	.actionsList .gallery-list li {
		display: block;
		zoom: 1;
		border-top: 1px solid #ccc;
		margin-top: 20px;
		padding-top: 20px;
	}
	.actionsList .gallery-list li:first-child {
		border-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
		.actionsList .gallery-list li .image-wrapper {
			display: block;
			float: left;
			border: 1px solid #ccc;
			background: white;
			padding: 4px;
		}
			.actionsList .gallery-list li .image-wrapper img {
				display: block;
			}
		.actionsList .gallery-list li h2 {
			margin-left: 130px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.actionsList .gallery-list li .abstract {
			margin-left: 130px;
		}
		#copy .actionsList .gallery-list li .read-more {
			display: block;
			margin-left: 130px;
			margin-top: 0px;
			padding-left: 8px;
			background: url('../images/template/arrow_red.png') 0px 5px no-repeat;
			font-style: italic;
		}
/* Votes */
.voteTable {
	border-collapse: collapse;
}
.voteNextN {
	text-align: center;
	font-size: 12px;
}
.voteCell {
	vertical-align: top;
	border: 1px solid #DADFE5;
	padding: 5px;
}
.voteColumnHeader {
	vertical-align: top;
	font-weight: bold;
	border: 1px solid #DADFE5;
	padding: 5px;
}

