/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere

*/

/* @group HTML, Body */
html {
	background: #dfd1b6 url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-main-texture.jpg);
}
body {
	font-family: CantarellRegular, Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 940px;
	margin: 0 auto 12px auto;
	position: relative;
	z-index: 30;
}

/* Logo */
div.hd-title {
	position: relative;
	padding: 7px 0 0 0;
}

div.logo a:link, div.logo a:visited {
	display: block;
	width: 294px;
	height: 99px;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-logo.png) top left no-repeat;
}

/* Slogan */
div.slogan {
	width: 410px;
	height: 26px;
	position: absolute;
	right: 35px;
	top: 37px;
}

div.slogan h3 {
	display: block;
	width: 410px;
	margin: 0;
	height: 26px;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-slogan.png) top left no-repeat;
}

/* Body */
div#bd {
	position: relative;
	z-index: 10;
}

/* Footer */
/* @end */

/* @group Modules */
/* Homepage Slideshow */
div.homepage-slideshow {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-homepage-slideshow.png) top center no-repeat;
	margin: 0 0 10px 0;
}

div.homepage-slideshow-inner {
	width: 924px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 8px;
}

/* Homepage Slideshow Main */
div.homepage-slideshow div.main-area {
	width: 659px;
	height: 434px;
	overflow: hidden;
	float: left;
	position: relative;
}

/* Slide Canvas */
div.homepage-slideshow div.slide {
	height: 434px;
	overflow: hidden;
	position: absolute;
}

div.homepage-slideshow div.slide-text {
	position: absolute;
	bottom: 23px;
	left: 47px;
	z-index: 30;
	width: 520px;
}

div.homepage-slideshow div.slide-text h2 {
	display: inline-block;
	margin: 0;
	font-weight: normal;
	font-size: 277%;
	font-family: Georgia, Times, "Times New Roman", serif;
}

div.homepage-slideshow div.slide-text h2 a:link,
div.homepage-slideshow div.slide-text h2 a:visited {
	color: #FFF;
	display: block;
	line-height: 1.15em;
	padding: 7px;
	background-color: #000;
}

div.homepage-slideshow div.slide-text h2 a:link img,
div.homepage-slideshow div.slide-text h2 a:visited img {
	vertical-align: middle;
}

div.homepage-slideshow div.slide-image {
	position: relative;
	z-index: 15;
}

/* Homepage Slideshow Side */
div.homepage-slideshow div.side-area {
	width: 265px;
	float: left;
}

div.homepage-slideshow div.side-area .thumb-wrapper {
	width: 265px;
	height: 399px;
	overflow: hidden;
}

div.homepage-slideshow div.side-area div#thumbs {
	margin: 0;
	height: 399px;
	overflow: hidden;
	position: relative;
}

div.homepage-slideshow div.side-area #thumbs img {
	display: block;
	position: relative;
}

/* Up and down scroll icons */
#slideshowDown,
#slideshowUp {
	width: 265px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-slideshow-down.gif) top left no-repeat;
}

#slideshowUp {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-slideshow-up.gif) top left no-repeat;
	height: 17px;
}

/* Info Boxes - 3 Columns */
div.info-boxes {
	width: 937px;
	margin: 0 auto 65px auto;
	padding: 0 0 0 3px;
	color: #62624e;
}

div.info-boxes a:link,
div.info-boxes a:visited {
	color: #62624e;
}

div.info-boxes a:hover {
	text-decoration: underline;
}

div.info-boxes div.one-third {
	width: 298px;
	float: left;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-info-box.jpg) top left repeat-y;
	margin: 0 19px 0 0;
	min-height: 351px;
	height:auto !important;
	height: 351px;
}

div.info-boxes div.inner {
	min-height: 351px;
	height:auto !important;
	height: 351px;
	position: relative;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-info-box-bottom.jpg) bottom left no-repeat;
}

div.info-boxes div.last {
	margin: 0;
}

/* Info Box Title */
div.info-box-title {
	position: relative;
}

div.info-box-title h2 {
	background-color: #ebeadd;
	color: #919177;
	margin: 0;
	text-shadow: 1px 1px 0px #FFF;
	text-transform: uppercase;
	padding: 9px 0 9px 10px;
}

div.info-box-icon {
	width: 41px;
	height: 50px;
	padding: 0 4px 0 4px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-info-box-icon-holder.png) top left no-repeat;
	position: absolute;
	top: 5px;
	right: 2px;
}

/* Info Box More Link */
div.info-boxes div.more-link {
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 100%;
}

div.info-boxes div.more-link a:link,
div.info-boxes div.more-link a:visited {
	background-color: #003976;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	height: 29px;
	text-decoration: none;
	line-height: 29px;
	width: 160px;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.info-boxes div.more-link a:hover {
	background-color: #1a61ad;
	-moz-box-shadow:    0px 0px 5px rgba(0, 57, 118, .55);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 57, 118, .55);
	box-shadow:         0px 0px 5px rgba(0, 57, 118, .55);
}

/* Ashbrook For */
div.ashbrook-for p {
	margin: 0;
	padding: 0 0 14px 0;
}

div.ashbrook-for div.content {
	padding: 22px 60px 0 24px;
}

div.ashbrook-for h4 {
	padding: 0 0 4px 0;
	font-size: 108%;
}

div.ashbrook-for h4 a:link,
div.ashbrook-for h4 a:visited {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/link-arrow.png) center right no-repeat;
	padding: 0 18px 0 0;
}

/* Ashbrook News */
div.ashbrook-news ul {
	margin: 0 5px 0 21px;
	padding: 22px 0 0 0;
}

div.ashbrook-news ul li {
	list-style: none;
	border-bottom: 1px solid #e4e4dd;
	padding: 8px 40px 8px 3px;
}

div.ashbrook-news h3 {
	margin: 0;
}

span.arrow {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 6px;
	width: 14px;
	height: 8px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/link-arrow.png) top left no-repeat;
}

/* Upcoming Events */
div.upcoming-events h6,
div.upcoming-events h3 {
	margin: 0;
}

div.upcoming-events h6 {
	background-color: #676766;
	color: #FFF;
	padding: 2px 0 2px 3px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 93%;
	margin: 0 0 6px 0;
}

div.upcoming-events div.event {
	padding: 0 0 12px 0;
	width: 251px;
}

div.upcoming-events div.event p {
	margin: 0;
}

div.upcoming-events div.content {
	padding: 17px 0 0 15px;
}

div.upcoming-events div.scroll-pane {
	height: 250px;
	overflow: auto;
}

div.upcoming-events .jspCapTop {
	display: block;
	height: 40px;
}

div.upcoming-events .jspArrowUp {
	width: 12px;
	height: 11px;
	background: transparent url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/scroll-up.png) top left no-repeat;
}

div.upcoming-events .jspArrowDown {
	width: 12px;
	height: 11px;
	background: transparent url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/scroll-down.png) top left no-repeat;
}

/* Mini Calendar Icon */
div.mini-calendar span.icon-month {
	display: block;
	background-color: #93937a;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

div.mini-calendar span.icon-day {
	text-align: center;
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 21px;
}

/* addthis wrap style */
div.addthis-wrap {
	padding: 5px;
	border-bottom: 1px solid #caced1;
	border-top: 1px solid #caced1;
	margin-bottom: 10px;
}

/* Page Banner */
div.page-banner {
	background-color: #FFF;
	width: 924px;
	margin: 0 auto 14px auto;
	padding: 7px 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	position: relative;
	color: #FFF;
}

div.page-banner-text {
	position: absolute;
	z-index: 20;
	top: 60px;
	left: 55px;
}

div.page-banner h1 {
	background-color: #000;
	margin: 0;
	display: inline-block;
	font-size: 277%;
	font-weight: normal;
}

div.page-banner h1 span {
	background-color: #000;
	display: inline-block;
	padding: 4px 7px;
}

div.page-banner h2 {
	margin: 0;
	font-size: 93%;
	text-transform: uppercase;
	font-weight: normal;
}

div.page-banner h2 span {
	background-color: #003976;
	display: inline-block;
	padding: 4px 7px;
}

div.page-banner-image {
	position: relative;
	z-index: 10;
}

div.page-banner-image img {
	display: block;
}

/* Page Container */
div.page-container {
	width: 940px;
	margin: 0 auto 35px auto;
	height: 1%;
	background: #FFF url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-page-container-tile.gif) top left repeat-y;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	-moz-box-shadow:    0px 0px 15px rgba(198, 184, 158, 1);
	-webkit-box-shadow: 0px 0px 15px rgba(198, 184, 158, 1);
	box-shadow:         0px 0px 15px rgba(198, 184, 158, 1);
}

div.page-container-inner {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-page-container-bottom.gif) bottom left no-repeat;
	height: 1%;
}

div.page-container-inner-most {
	padding: 0px 5px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-page-container-top.gif) top left no-repeat;
}

/* Page Main Column */
div.page-main {
	width: 651px;
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 4px 0 0;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-page-main.jpg) top left repeat-x;
	padding: 0 33px 30px 23px;
}

div.page-main a:hover {
	text-decoration: underline;
}

/* Comments Link */
span.comments-link {
	display: none;
}

/* Speakers Atts */
div.speakers-atts {
	padding:  15px 0 0 0;
}

div.speakers-atts p {
	margin:  -25px 0 25px 0;
}

div.page-main div.speakers-atts h2 {
	margin:  0 0 25px 0;
	font-size:  180%;
}

body.single-events div.page-main div.speakers-atts h2 {
	font-size: 200%;
	font-weight: bold;
}

/* Publications Archive */
div.type-publications p {
	margin:  0!important;
}

body.single div.type-publications p {
	margin:  0 0 1em 0!important;
}

div.type-publications h2 {
	font-size:  108%!important;
	margin:  0!important;
}

/* Books Styles */
div.botw-wrapper {
	float:  left;
	width:  175px;
	text-align:  center;
	font-size:  93%;
	margin:  0 20px 0 0;
	padding:  15px 0 0 0;
}

div.botw-wrapper div.author-details {
	font-style:  italic;
}

div.botw-wrapper div.book-details {
	padding:  15px 0;
}

div.botw-wrapper div.book-details p {
	margin:  0;
}

div.botw-wrapper div.amazon-link p {
	padding:  10px 0 0 0;
}

body.single-book div.entry-content {
	margin:  0 0 40px 0;
}

body.single-book div.entry-utility {
	padding:  0 0 10px 0;
}

/* Calendar of Events Category Styles */
body.tax-events_category div.events-category-post h4 {
	margin: 0;
}

body.tax-events_category div.events-category-post, body.page-template-tpl-speech-archive-php div.events-category-post {
	padding:  0 0 25px 0;
}

/* Breadcrumbs */
div.breadcrumbs {
	color: #1a61ad;
	padding: 15px 0 3px 0;
}

div#bd div.page-main div.breadcrumbs p {
	font-size: 93%;
	margin: 0;
}

/* Pagination Links */
div.page-container .page-numbers {
	border: 1px solid #cfdff1;
	padding: 2px 5px;
	margin: 0 2px 15px 0;
	display: inline-block;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	font-family: CantarellRegular, Helvetica, Arial, sans-serif;
}

div.page-container .page-numbers:hover {
	border: 1px solid #286bb2;
	background-color: #286bb2;
	color: #FFF;
	text-decoration: none;
}

div.page-container span.current,
div.page-container a.next,
div.page-container a.prev {
	border: none;
}

div.page-container span.current:hover {
	border: none;
	background-color: transparent;
	color: #000;
}

div.page-container a.next:hover,
div.page-container a.prev:hover {
	background-color: transparent;
	text-decoration: underline;
	border: none;
	color: #1A61AD;
}

/* Page Side Column */
div.page-side {
	width: 219px;
	float: left;
}

/* Side Info Text */
div.side-info-text {
	padding: 5px 12px 10px 12px;
}

div.side-info-text h3 {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 10px;
}

div.side-info-text h4 {
	font-size: 14px;
}

div.side-info-text p {
	font-size: 12px;
}

div.side-info-text a:hover {
	text-decoration: underline;
}

/* Side Info Social */
div.side-info-social {
	padding: 5px 12px 5px 12px;
}

div.side-info-social a:link,
div.side-info-social a:visited {
	display: block;
	color: #FFF;
	background-color: #003976;
	padding: 10px 0;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.side-info-social a:hover {
	background-color: #1A61AD;
}

/* Side Navigation */
div.side-nav {
	background: #ececec url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-side-nav.jpg) top left no-repeat;
	padding: 1px 1px 32px 1px;
}

div.side-nav ul {
	margin: 0;
	padding: 0 10px 0 18px;
}

div.side-nav ul ul {
	padding: 0 0 0 16px;
}

div.side-nav ul li {
	list-style: none;
}

div.side-nav a:link,
div.side-nav a:visited {
	color: #000;
	display: block;
	padding: 8px 0;
	font-size: 116%;
}

div.side-nav ul li ul li a:link,
div.side-nav ul li ul li a:visited {
	font-size: 100%;
}

div.side-nav a:hover {
	color: #1a61ad;
}

div.side-nav h2 {
	margin: 0 0 32px 0;
	background-color: #d9d7d7;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 161.6%;
	padding: 21px 0 21px 17px;
	font-weight: normal;
	text-transform: uppercase;
}

/* New Side Nav Code To Limit Links Based on Current Page Location */

div.side-nav ul li {
	font-weight:  bold;
}

div.side-nav ul li ul li {
	font-weight:  normal;
}

div.side-nav ul li ul li ul {
	padding:  0 0 0 10px;
}

div.side-nav ul li ul li ul li {
	font-size:  12px;
}

div.side-nav ul li ul li ul li ul li {
	font-size:  11px;;
}


div.side-nav ul li ul li ul li {
	display:  none;
}

div#bd div.side-nav .current_page_ancestor .current_page_ancestor ul li {
	display:  block!important;
}

div.side-nav .current-menu-item {
	font-weight:  bold;
}

div.side-nav ul li .current-menu-item a:link,
div.side-nav ul li .current-menu-item a:visited {
	color:  #1a61ad;
}

/* Show Children of Current Section only if its a 2nd level link but not a 3rd or 4th */
div.side-nav .current-menu-item li {
	display:  block!important;
}

div.side-nav .current-menu-item li ul li {
	display:  none!important;
}


/* Recent Features */
div.side-features {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-side-features-fade.jpg) top left repeat-y;
	padding: 1px;
}

div.side-features h2 {
	background: #eeeded url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-side-features.jpg) top left repeat-x;
	font-size: 16px;
	margin: 0;
	padding: 15px 0 15px 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #FFF;
}

div.side-features h2 span {
	font-size: 18px;
	display: block;
}

/* Side Thumbnails - Feature Slider */
div#side-thumbs {
	height: 327px;
	overflow: hidden;
}

div#side-thumbs img {
	width: 100%;
	height: 109px;
	display: block;
}

/* Side Next and previous buttons */
a#side-prev,
a#side-next {
	display: block;
	width: 217px;
	height: 14px;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/side-up.jpg) top left no-repeat;
}

a#side-next {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/side-down.jpg) top left no-repeat;
}

/* Get Email Updates */
div.get-email-updates {
	width: 925px;
	margin: 0 auto 23px auto;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-get-email-updates.png);
	padding: 0 0 0 15px;
}

div.get-email-updates h2 {
	display: block;
	width: 132px;
	height: 47px;
	position: relative;
	top: 21px;
	margin: 0 90px 0 0;
	float: left;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/get-email-updates-text.png) top left no-repeat;
}

div.get-email-updates-form {
	float: left;
	width: 700px;
	padding: 27px 0 21px 0;
}

div.get-email-updates-form form,
div.get-email-updates-form fieldset {
	padding: 0px;
	margin: 0px;
}

div.get-email-updates-form label {
	float: left;
	display: block;
	width: 175px;
	margin: 0 81px 0 0;
	color: #716f5a;
	font-style: italic;
	font-size: 108%;
	vertical-align: middle;
}

div.get-email-updates-form .txt {
	width: 316px;
	border: none;
	color: #676766;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	font-size: 108%;
	padding: 8px 8px;
	font-family: CantarellRegular, Helvetica, Arials, sans-serif;
	vertical-align: middle;
}

div.get-email-updates-form .btn a:link,
div.get-email-updates-form .btn a:visited {
	background-color: #a9a792;
	color: #FFF;
	border: none;
	display: block;
	float: left;
	font-size: 108%;
	font-family: CantarellRegular, Helvetica, Arials, sans-serif;
	padding: 7px 0px;
	width: 434px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.get-email-updates-form .btn a:hover {
	background-color: #8c8a78;
}

/* Social Media Monitor */
div.social-media-monitor {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-social-media-monitor.png) bottom left repeat-x;
	padding: 17px 0 0 0;
}

div.social-media-monitor-inner {
	width: 925px;
	margin: 0 auto;
	padding: 0 0 14px 15px;
}

div.social-media-monitor h2 {
	display: block;
	width: 144px;
	height: 51px;
	float: left;
	margin: 0 12px 0 0;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/social-media-monitor-text.png) top left no-repeat;
}

/* Twitter */
div.ft-monitor-twitter {
	float: left;
	width: 291px;
	padding: 0 0 0 63px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-twitter-side.png) top left no-repeat;
	margin: 0 12px 0 0;
}

div.ft-monitor-twitter-inner {
	background-color: #FFF;
	padding: 8px 13px;
	font-size: 85%;
	height: 250px;
	overflow: hidden;
}

div.ft-monitor-twitter-inner p {
	margin: 0;
}

div.ft-monitor-twitter a:link,
div.ft-monitor-twitter a:visited {
	font-weight: bold;
}

div.ft-monitor-twitter a:link,
div.ft-monitor-twitter a:visited,
div.ft-monitor-video a:link,
div.ft-monitor-video a:visited {
	color: #003976;
}

/* Social Media Monitor Video */
div.ft-monitor-video {
	width: 223px;
	float: left;
	margin: 0 12px 0 0;
	background-color: #FFF;
	padding: 45px 15px 15px;
	box-sizing: border-box;
	height: 258px;
	overflow: hidden;
	position: relative;
}
.ytc-thumbnails, .ytc-links {
	display: none;
}

div.ft-monitor-video div.video-image {
/*	float: left;*/
	width: 210px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

div.ft-monitor-video div.video-image img {
	width: 100%;
	height: auto;
}

div.ft-monitor-video div.video-text {
/*	float: left;*/
	width: 210px;
	font-size: 93%;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

div.youtube-icon {
	position: absolute;
	top: 0px;
	right: 3px;
}

/* Social Media Monitor Links */
div.ft-monitor-links {
	float: left;
	width: 164px;
	padding: 8px 0 0 0;
}

div.ft-monitor-links ul {
	margin: 0;
}

div.ft-monitor-links ul li {
	list-style: none;
}

div.ft-monitor-links ul li a:link,
div.ft-monitor-links ul li a:visited {
	display: block;
	background-color: #a9a792;
	text-transform: uppercase;
	font-size: 85%;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 2px 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.ft-monitor-links ul li a:hover {
	background-color: #8c8a78;
}

/* Footer Bottom */
div.footer-bottom {
	border-top: 19px solid #e4e2d8;
	border-bottom: 19px solid #dad9d2;
	color: #7c7b69;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-footer-bottom-tile.jpg);
}

div.footer-bottom-inner {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-footer-bottom.jpg) top left repeat-x;
}

div.footer-bottom-inner-most {
	padding: 57px 0 45px 0;
	width: 940px;
	position: relative;
	margin: 0 auto;
}

/* Footer Nav */
div.footer-nav ul {
	margin: 0 0 65px 0;
	padding: 0 0 0 79px;
}

div.footer-nav ul li ul {
	padding: 0;
	margin: 0;
}

div.footer-nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.footer-nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div.footer-nav ul {height: 1%;}
div.footer-nav ul {display: block;}
/* End hide from IE-mac */

div.footer-nav ul li {
	float: left;
	list-style: none;
	font-size: 108%;
}

li.ft-nav-home {width: 87px;}
li.ft-nav-about-us {width: 126px;}
li.ft-nav-programs {width: 135px;}
li.ft-nav-events {width: 157px;}
li.ft-nav-donate {width: 116px;}
li.ft-nav-other-ashbrook {width: 239px;}

div.footer-nav ul li ul li {
	float: none;
	font-size: 85%;
}

div.footer-nav ul li a:link,
div.footer-nav ul li a:visited {
	color: #5d5c48;
	display: block;
	margin: 0 0 25px 0;
	font-weight: bold;
}

div.footer-nav ul li ul li a:link,
div.footer-nav ul li ul li a:visited {
	margin: 0;
	font-weight: normal;
	padding: 2px 0;
}

div.footer-nav ul li a:hover {
	color: #1c1b13;
}

/* Footer Logo */
div.ft-logo {
	position: absolute;
	top: 58px;
	left: 9px;
	width: 38px;
	height: 39px;
}

div.ft-logo a:link, div.ft-logo a:visited {
	display: block;
	width: 38px;
	height: 39px;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-ft-logo.png) top left no-repeat;
}

/* Footer Text */
div.footer-text {
	text-align: center;
}

div.footer-text a:link,
div.footer-text a:visited {
	color: #7c7b69;
}

div.footer-text a:hover {
	color: #1c1b13;
}

div.footer-text h5  {
	font-size: 108%;
	margin: 0 0 10px 0;
}

div.footer-text p {
	font-size: 93%;
	margin: 0;
}

/* @end */

/* @group Common Text Styles */
div.page-main p {
	font-size: 108%;
	line-height: 1.5em;
}

div.page-main ol.roman li {
	list-style: upper-roman;
}

div.page-main p.emphasis {
	color: #003976;
	font-size: 138.5%;
	font-style: italic;
	line-height: 1.35em;
}

/* More Info Box - Shortcode */
div.more-info-box {
	float: right;
	width: 240px;
	margin: 0 0 1em 25px;
	background-color: #EEE;
	padding: 10px;
	font-size: 93%;
}
	
/* @end */

/* @group Default Headings */
div.page-main h1,
div.page-main h2,
div.page-main h3,
div.page-main h4,
div.page-main h5,
div.page-main h6 {
	font-weight: normal;
	margin: 0 0 .7em 0;
}

div.page-main h1 {font-size: 232%;}
div.page-main h2 {font-size: 200%;}
div.page-main h3 {font-size: 170%;}
div.page-main h4 {font-size: 140%;}
div.page-main h5 {font-size: 120%;}
div.page-main h6 {font-size: 100%;}

div.page-main .page-title,
div.page-main .entry-title {
	font-size: 232%;
	font-weight: normal;
	margin: 0 0 21px 0;
	text-shadow: 1px 1px 0px #FFF;
}

div.page-main div.hentry h2.entry-title {
	font-size: 170%;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Default Lists */
div.page-main ul li,
div.page-main ol li {
	font-size: 108%;
	line-height: 1.5em;
}

div.page-main ul,
div.page-main ol {
	margin-bottom: 1.5em;
}

	
/* @end */

/* @group Nav */
/* Nav Container */
div.nav-container {
	border-bottom: 1px solid #e0e0df;
}

div#nav {
	width: 496px;
	float: left;
}

div#nav ul {
	margin: 0;
}

div#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#nav ul {height: 1%;}
div#nav ul {display: block;}
/* End hide from IE-mac */

div#nav ul li {
	float: left;
	list-style: none;
	padding: 0 2px 1px 0;
	width: 122px;
}

div#nav ul li a:link,
div#nav ul li a:visited {
	display: block;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-nav.png) bottom left repeat-x;
	text-transform: uppercase;
	color: #003976;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 116%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

div#nav ul li a:hover,
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-image: none;
	background-color: #FFF;
}

/* Social Icons */
div.social-icons {
	width: 82px;
	float: left;
	margin: 0 2px 0 0;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-nav.png) bottom left repeat-x;
	height: 32px;
	padding: 8px 0 0 12px;
}

div.social-icons:hover {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-nav-hover.png) bottom left repeat-x;
}

div.social-icons a:link,
div.social-icons a:visited {
	margin: 0 15px 0 0;
}

/* Head Search */
div.hd-search {
	width: 338px;
	float: left;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-nav.png) bottom left repeat-x;
	height: 35px;
	padding: 5px 0 0 7px;
}

div.hd-search:hover {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-nav-hover.png) bottom left repeat-x;
}

div.hd-search div.search-box {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-search.png) top left no-repeat;
	width: 239px;
	height: 21px;
	padding: 3px;
	float: left;
}

div.hd-search form,
div.hd-search fieldset {
	padding: 0;
	margin: 0;
}

div.hd-search label {
	background-color: #676766;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 83px;
	text-align: center;
	height: 27px;
	line-height: 27px;
}

div.hd-search .txt {
	background: none;
	border: none;
	display: block;
	float: left;
	width: 202px;
	font-family: CantarellRegular, Helvetica, Arials, sans-serif;
	color: #676766;
	padding: 0 3px;
	height: 21px;
	line-height: 21px;
}

div.hd-search .btn {
	display: block;
	float: left;
	width: 29px;
	padding: 0px;
	background-color: #676766;
	color: #FFF;
	height: 20px;
	font-family: CantarellRegular, Helvetica, Arials, sans-serif;
	line-height: 20px;
	font-size: 93%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.hd-search .btn:hover {
	background-color: #3d3c37;
}

/* Ashbrook Voices */
div.ashbrook-voices {
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-ashbrook-voices.png) bottom left repeat-x;
	padding: 0 0 0 61px;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 0 16px 0;
}

div.ashbrook-voices h4 {
	position: relative;
	top: 26px;
	width: 82px;
	height: 34px;
	float: left;
	margin: 0 33px 0 0;
	text-indent: -9999px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-ashbrook-voices-text.png) top left no-repeat;
}
	
div.ashbrook-voice {
	width: 528px;
	float: left;
	margin: 0 48px 0 0;
	padding: 10px 0 6px 0;
}

div.ashbrook-voice-image {
	width: 42px;
	float: left;
	margin: 0 27px 0 0;
}

div.ashbrook-voice-image img {
	display:  block;
	width:  100%;
	height:  auto;
}

div.ashbrook-voice-text {
	width: 459px;
	float: left;
	padding: 11px 0 0 0;
}

div.ashbrook-voice-text blockquote {
	padding: 0;
	margin: 0;
	color: #676766;
	font-style: italic;
}

p.more-voices {
	float: left;
	width: 132px;
	padding: 25px 0 0 0;
	margin: 0;
}

p.more-voices a:link,
p.more-voices a:visited {
	display: block;
	padding: 2px 0;
	background-color: #003976;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

p.more-voices a:hover {
	background-color: #1a61ad;
	-moz-box-shadow:    0px 0px 5px rgba(0, 57, 118, .55);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 57, 118, .55);
	box-shadow:         0px 0px 5px rgba(0, 57, 118, .55);
}

/* Ashbrook Voices Page Styles */
div.page-main div.type-voices {
	margin:  0px;
}

div.page-main div.voice-item {
	border-bottom:  1px solid #f4f4f4;
	padding:  10px 0 15px 0;
	margin:  0 0 8px 0;
}

div.page-main div.ashbrook-voice-large-image {
	width:  15%;
	float:  left;
}

div.page-main div.ashbrook-voice-large-image img {
	display:  block;
	width:  100%;
	height:  auto;
}

div.page-main div.ashbrook-voice-archive-text {
	width:  80%;
	float:  right;
}

div.page-main div.ashbrook-voice-archive-text span.quote-author {
	font-style:  italic;
	color:  #666;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	text-decoration: none;
	color: #1a61ad;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	
}
/* @end */

/* @group Misc */
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 5px 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 85%;
	color: #333;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
}
.alignleft {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
}

.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* @group 50 Core Docs */
/* Core Docs List */
div#bd ul.core-docs {
	background-color: #faf6f1;
	border: 1px solid #dfdede;
	padding: 7px 7px 2px 7px;
	margin: 0 0 10px 0;
}

div#bd ul.core-docs li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#bd ul.core-docs li {display: inline-block;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li {height: 1%;}
div#bd ul.core-docs li {display: block;}
/* End hide from IE-mac */

div#bd ul.core-docs li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	background-color: #f3ece2;
	border-bottom: 1px dotted #ede1cf;
	border-top: 1px dotted #ede1cf;
}

div#bd ul.core-docs li a:link:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#bd ul.core-docs li a:link {display: inline-block;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li a:link {height: 1%;}
div#bd ul.core-docs li a:link {display: block;}
/* End hide from IE-mac */

div#bd ul.core-docs li a:visited:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#bd ul.core-docs li a:visited {display: inline-block;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li a:visited {height: 1%;}
div#bd ul.core-docs li a:visited {display: block;}
/* End hide from IE-mac */

div#bd ul.core-docs li a:link,
div#bd ul.core-docs li a:visited {
	display: block;
	padding: 5px 0 5px 7px;
}

div#bd ul.core-docs li a:hover {
	background-color: #ded3c4;
}

span.core-docs-image {
	width: 109px;
	float: left;
	margin: 0 1px 0 0;
	border-right: 1px solid #e5dcd0;
	display: block;
	min-height: 46px;
}

span.core-docs-image img {
	width: 95px;
	height: auto;
	padding: 4px;
	background-color: #FFF;
	box-shadow: -2px 5px 5px rgba(167, 166, 166, .2);
}

span.core-docs-text {
	width: 200px;
	float: left;
	border-left: 1px solid #FFF;
	padding: 3px 0 0 15px;
	width: 484px;
	display: block;
	min-height: 43px;
}

div#bd span.core-docs-text span.core-doc-list-title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 2px 0;
	display: block;
	line-height: 26px;
}

div#bd span.core-docs-text span.core-doc-list-title {
	color: #020202;
}

div#bd span.core-docs-text span.core-doc-list-info {
	font-size: 12px;
	margin: 0;
	color: #434242;
	display: block;
}

/* Single Doc - Docinfo */
div#bd div.docinfo p.single-docinfo-author {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}
div#bd div.docinfo div.single-docinfo-info p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
}
div#bd div.docinfo div.single-docinfo-info p em {
	font-style: normal;
}
div#bd div.docinfo p.single-docinfo-date {
	font-weight: bold;
}
.single-docinfo-summary {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}
.single-docinfo-summary .summary {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
}
.single-docinfo-summary a.btn-toggle {
  text-align: center;
  border: 1px solid #eee;
  padding: 4px 6px;
  color: #333 !important;
}
.single-docinfo-summary a:hover {
  color: #333 !important;
  text-decoration: none;
}
.single-docinfo-summary p {
  font-size: 22px;
  font-style: italic;
  color: #555;
  margin-bottom: 0 !important;
}
[class^="bticon-"], [class*=" bticon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
.bticon-chevron-down {
background-position: -313px -119px;
}
.bticon-chevron-up {
background-position: -288px -120px;
}

/* Show URL for printed pages */
.print-url {
	display: none;
}

/* Print this page */
div.print-this-page {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
div.print-this-page a {
	display: block;
	background: url('/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/icon-print.png') no-repeat 0 50%;
	padding-left: 20px;
	line-height: 14px;
}
div.print-this-page a:link, div.print-this-page a:visited {
	color: #333;
}

/* Core Doc for Single Doc Pages */
div#bd a.single-doc-core-document {
	display: block;
	float: right;
	background: #fff url('/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/icon-50coredocs.png') no-repeat center center;
	width: 91px;
	height: 23px;
	padding: 2px 10px;
	overflow: hidden;
	text-indent: -9000px;
	-webkit-box-shadow: 0px 0 5px #999;
	-moz-box-shadow: 0px 0 5px #999;
	box-shadow: 0px 0 5px #999;
	margin-top: 10px;
}

/* Core Docs Header */
div.core-docs-header {
	padding: 60px 35px 0 295px;
	background: url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-50-core-banner.png) top left no-repeat;
	height: 136px;
}

div.core-docs-header-text {
	color: #6d5d3b;
	font-style: italic;
	font-size: 12px;
}

div.page-container-new-docs div.core-docs-header-text p {
	font-size: 12px;
	font-style: italic;
	line-height: 1.3em;
}
/* @end */

/* Scholar Directory */
/* Filters */
div.alpha-filter,
div.status-filter {
	text-align:  center;
}

div.status-filter {
	margin:  0 0 15px 0;
}

/* Scholar Box Styles */
div.scholar-info:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.scholar-info {display: inline-block;}

/* Hides from IE-mac \*/
* html div.scholar-info {height: 1%;}
div.scholar-info {display: block;}
/* End hide from IE-mac */

div.scholar-info {
	margin:  0 4% 6px 0;
	padding:  12px;
	background:  url(/web/20180521141443im_/http://ashbrook.org/wp-content/themes/ashbrook-main/images/bg-page-main.jpg) top left repeat-x;
	width:  42%;
	height:  330px;
	overflow: auto;
	display:  inline-block;
	float:  none;
	vertical-align: top;
}

div.scholar-image {
	width:  33%;
	float:  right;
	margin:  0 0 10px 5%;
}

div.scholar-image img {
	max-width:  100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

div.scholar-info h1.entry-title {
	font-size:  123.1%;
	font-weight:  bold;
	margin:  0 0 4px 0;
}

div.scholar-info p {
	margin:  0;
	font-size:  93%!important;
}

div.scholar-info div.entry-content {
	padding:  10px 0 0 0;
}

div.scholar-info div.entry-content p {
	margin:  0 0 1em 0;
	font-size:  100%!important;
}

div.scholar-info div.scholar-contact-info p,
div.scholar-info div.scholar-contact-info li {
	font-size: 12px;
}
div.scholar-info div.scholar-contact-info ul {
	margin-top: 0;
}

/* Scholar Box styles if JS is enabled */
div.scholar-even,
div.scholar-odd {
	overflow:  visible;
	height:  auto;
	width:  286px;
	vertical-align: top;
}

div.scholar-odd {
	margin:  0;
}
















/*
     FILE ARCHIVED ON 14:14:43 May 21, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:38:56 Sep 29, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 106.936
  exclusion.robots: 0.109
  exclusion.robots.policy: 0.099
  RedisCDXSource: 0.544
  esindex: 0.007
  LoadShardBlock: 79.798 (3)
  PetaboxLoader3.datanode: 72.097 (5)
  CDXLines.iter: 22.632 (3)
  load_resource: 139.218 (2)
  PetaboxLoader3.resolve: 108.294 (2)
*/