/* elements */
#body.section #copy.section .element {
	margin: 0px 0px 50px;
	padding: 0px;
	clear: left;
}
#copy h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #212431;
	font-family: Tahoma, serif;
	text-align: center;
}
	#copy h1 a {
		color: #212431;		
	}
	#copy h1 a:hover {
		color: #212431;
	}
#copy h2 {
	font-size: 16px;
	font-weight: bold;
	color: #9b7827;
}
#copy h3 {
	font-size: 14px;
	font-weight: bold;
	color: #544e3f;
}
#copy hr {
	border-top: 1px solid #bfbdba;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
#copy .article ul {
	list-style: url('../images/template/bullet_sidebar.png');
}
#copy .readmore a,
#copy a.read-more {
	display: block;
	padding-left: 8px;
	background: url('../images/template/arrow.png') 0px 5px no-repeat;
	font-style: italic;
	margin-top: 20px;	
}

/* text blocks */

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

/* faqs */
ol.faqs {
	background: #5d6973;
	/*border: 1px #bfbdba solid;*/
	padding: 30px 30px 30px 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}
	ol.faqs li {
		/*display: block;*/
		/*background: url('../images/template/arrow.png') 0px 5px no-repeat;	
		padding-left: 15px;
		list-style: none;*/
	}
		ol.faqs li a {
			font-weight: normal;
			color: white;
		}
dl.faqs {
}
	dl.faqs dt.question {
		border-left: 1px solid #bfbdba;
		border-right: 1px solid #bfbdba;
		border-top: 1px solid #bfbdba;
		background: #2e373f;
		font-size: 16px;
		font-weight: bold;
		color: white;
		margin: 0px;
		padding: 20px 30px;
	}
	dl.faqs dd.answer {
		border-left: 1px solid #bfbdba;
		border-right: 1px solid #bfbdba;
		border-bottom: 1px solid #bfbdba;
		margin: 0px 0px 20px;
		padding: 20px 30px;
	}
		dl.faqs dd.answer ul {
			list-style: url('../images/template/bullet_sidebar.png');			
		}
		dl.faqs a.returnToTop {
			display: block;
			font-style: italic;
			border-top: 1px solid #bfbdba;
			margin-top: 10px;
			padding-top: 10px;
			padding-left: 15px;
			font-size: 14px;
			background: url('../images/template/arrow.png') 450px 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 .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 .abstract {
	background-color: white;
}
.element_images .caption {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	background-color: white;
}
	.element_images .caption h2 {
		margin-top: 0px;
	}
	.element_images .caption p {
		margin: 0px;
		padding: 0px;
	}
	.element_images .caption .read-more {
		display: block;
		padding-left: 8px;
		background: url('../images/template/arrow.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: #9b7827;
		border-color: #9b7827;
	}
		.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;
		}

/* 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 #bfbdba 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;
}
.filterBarForm {
	background: url('../images/template/bg_browserby_bar.png') top left no-repeat;
	height: 47px;
	color: #2e373f;
	margin-bottom: 20px;
}
.isLowBandwidth .filterBarForm {
	border: 1px solid #bfbdba;
}
	table.filterBar label {
		color: #2e373f;
	}
div.recordsDate {
	background: url('../images/template/bg_date_bar.png') top left no-repeat;
	height: 47px;
	line-height: 47px;
	color: #2e373f;
	padding: 0px 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.isLowBandwidth div.recordsDate {
	border: 1px solid #bfbdba;
}
.recordList {
	border: 1px #bfbdba solid;
	padding: 20px 30px;
}
div.pagination span.current { background:transparent; border-color:transparent; }
/* month/year */

	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;
	}
	table.recordList tr:first-child {
		background-image: none;
	}
		table.recordList tr td {
			border: 0px;
			vertical-align: top;
			padding: 8px 0px;
			line-height: 16px;
		}
		.recordListDate {
			font-style: italic;
			width: 70px;
		}
			table.recordList tr td a {
				font-weight: bold;
			}
/* digest */
div.recordList {
	margin-bottom: 50px;
}
.element_posttypes .recordList .article {
	border-top: 1px solid #bfbdba;
	margin-top: 20px;
	padding-top: 20px;
}
.element_posttypes .recordList .article:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* post */
#copy .contentrecord h1.title {
	margin: 0px;
	text-align: center;
}
#copy .contentrecord h2.subtitle {
	margin: 0px;
	text-align: center;
}
#copy .contentrecord h2.date {
	margin: 0px 0px 20px;
}
#copy .contentrecord .content {
	margin-top: 20px;
}
#copy .contentrecord .abstract {
	margin-top: 20px;
}
#copy .contentrecord .byline {
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.contentrecord ul {
	list-style: url('../images/template/bullet_sidebar.png');			
}
.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;
			}
/* map */
#copy .element_posttypes .mapList .map-marker h1 { font-size:12px; text-align:left; }
/* forms */
.uniForm {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 30px;
	position: inherit !important;
}
	.uniForm .ctrlHolder {
		zoom: 1;
		padding: 7px 0px;
	}
	.uniForm ul {
		list-style: url('../images/template/bullet_sidebar.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 #bfbdba 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;
	}
	.uniForm .buttonHolder {
		text-align: left;
	}
	
/* table of contents */
.table-of-contents ul {
	margin-left: 0px;
}
	.table-of-contents ul li {
		border-top: 1px solid #bfbdba;
		/*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.png') 0px 5px no-repeat;
			font-style: italic;
		}
@media (max-width: 499px) {
	.table-of-contents ul li .image-wrapper {
		margin-bottom: 10px;
	}
	.table-of-contents h2 {
		margin-left: 0;
		clear: left;
	}
	.table-of-contents .abstract {
		margin-left: 0;
	}
	.table-of-contents .read-more {
		margin-left: 0;
	}
}
		
/* 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.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.png') 0px 5px no-repeat;
			font-style: italic;
		}
@media (max-width: 350px) {
	.actionsList .gallery-list {
		padding: 20px;
	}
	.actionsList .gallery-list li .image-wrapper {
		margin-bottom: 10px;
	}
	.actionsList .gallery-list li h2 {
		margin-left: 0;
		clear: left;
	}
	.actionsList .gallery-list li .abstract {
		margin-left: 0;
	}
	#copy .actionsList .gallery-list li .read-more {
		margin-left: 0;
	}
}		
/* 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;
}
.uniForm .multiField, .uniForm .blockLabels .multiField{
	width: 100%;
}



/* MEMBERS */
.partyPage {
}
	.partyPage .readMore {
		display: block;
		text-transform: uppercase;
		font-style: italic;
		font-size: 12px;
	}
	.partyPage .biography {
		margin-bottom: 20px;
	}
		#copy .partyPage .biography h3 {
			margin: 0px;
			padding: 0px;
		}
		.partyPage .biography img {
			display: block;
			float: left;
		}
		.partyPage .biography .item_text {
			margin-left: 120px;
		}
	.partyPage .committeeMembers {
		margin-bottom: 20px;
	}
		.partyPage .committeeMembers ul {
			margin: 0px;
			padding: 0px;
		}
			.partyPage .committeeMembers li {
				margin: 0px 0px 20px;
				padding: 0px;
				width: 50%;
				height: 160px;
				float: left;
			}
				#copy .partyPage .committeeMembers li h3 {
					margin: 0px;
					padding: 0px;
				}
				.partyPage .committeeMembers li img {
					display: block;
					float: left;
					border: 0px;
					padding: 0px;
				}
				.partyPage .committeeMembers li .item_text {
					margin-left: 120px;
				}
					.partyPage .committeeMembers li .item_text p {
						margin: 0px;
						padding: 0px;
					}


/* SPECIAL PORTAL STYLES */
#LeftColumn {
	float: left;
	width: 48%;
}
#RightColumn {
	float: right;
	width: 48%; 
}
#Clearer {
	clear: both;
}
#copy h1.portal-buttons-header {
	margin: 0px 0px 30px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #ccc;
	background: url('../images/template/portal/title_visitorportal.png') center top no-repeat;
	text-indent: -10000px;
	height: 28px;
}
.portal-buttons {
	border: 1px solid #ccc;
	padding: 29px 0px 0px 29px;
	background: #f3f3f3;
	zoom: 1;
}
.portal-buttons .portal-button {
	display: block;
	float: left;
	width: 425px;
	height: 135px;
	text-indent: -10000px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 29px;
	margin-right: 29px;
	zoom: 1;
}

.page_2013-presidential-inauguration #content .header .action-buttons{
	width: 225px;
}