/*
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(../_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;
}

div.logo a:link, div.logo a:visited {
	display: block;
	width: 282px;
	height: 81px;
	text-indent: -9999px;
	background: url(../_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(../_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(../_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(../_images/bg-slideshow-down.gif) top left no-repeat;
}

#slideshowUp {
	background: url(../_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(../_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(../_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(../_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(../_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(../_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(../_images/scroll-up.png) top left no-repeat;
}

div.upcoming-events .jspArrowDown {
	width: 12px;
	height: 11px;
	background: transparent url(../_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(../_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(../_images/bg-page-container-bottom.gif) bottom left no-repeat;
	height: 1%;
}

div.page-container-inner-most {
	padding: 0px 5px;
	background: url(../_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(../_images/bg-page-main.jpg) top left repeat-x;
	padding: 17px 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%;
}

/* 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 Navigation */
div.side-nav {
	background: #ececec url(../_images/bg-side-nav.jpg) top left no-repeat;
	padding: 13px 1px 32px 1px;
}

div.side-nav h6 {
	padding: 0 0 0 18px;
	font-weight:  normal;
	font-size:  131.1%;
	margin:  0 0 10px 0;
}

div.side-nav ul {
	margin: 0 0 30px 0;
	padding: 0 10px 0 28px;
	font-size:  85%;
}

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: 4px 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%;
	font-weight:  normal;
}

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 {

}

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;
}

/* NLT Sidebar Promo */
div.rightNavBottom {
	text-align:  center;
}

/* Recent Features */
div.side-features {
	background: url(../_images/bg-side-features-fade.jpg) top left repeat-y;
	padding: 1px;
}

div.side-features h2 {
	background: #eeeded url(../_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(../_images/side-up.jpg) top left no-repeat;
}

a#side-next {
	background: url(../_images/side-down.jpg) top left no-repeat;
}

/* Get Email Updates */
div.get-email-updates {
	width: 925px;
	margin: 0 auto 23px auto;
	background: url(../_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(../_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(../_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(../_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(../_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: 62px;
	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: 4px 0 4px 4px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

div.ft-monitor-video div.video-image {
	float: left;
	width: 68px;
	margin: 0 8px 0 0;
	padding: 10px 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: 140px;
	font-size: 85%;
	padding: 10px 0 0 0;
}

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

/* 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(../_images/bg-footer-bottom-tile.jpg);
}

div.footer-bottom-inner {
	background: url(../_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(../_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 p.emphasis {
	color: #003976;
	font-size: 138.5%;
	font-style: italic;
	line-height: 1.35em;
}
	
/* @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: 640px;
	float: left;
}

div#nav div.menu-nlt-navigation-container li {
	width:  142px;
}

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(../_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(../_images/bg-nav.png) bottom left repeat-x;
	height: 32px;
	padding: 8px 0 0 12px;
}

div.social-icons:hover {
	background: url(../_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: 197px;
	float: left;
	background: url(../_images/bg-nav.png) bottom left repeat-x;
	height: 35px;
	padding: 5px 0 0 7px;
}

div.hd-search:hover {
	background: url(../_images/bg-nav-hover.png) bottom left repeat-x;
}

div.hd-search div.search-box {
	background: url(../_images/bg-search.png) top left no-repeat;
	width: 183px;
	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: 147px;
	font-family: CantarellRegular, Helvetica, Arials, sans-serif;
	color: #676766;
	padding: 0 3px;
	height: 21px;
	line-height: 21px;
	outline:  none;
	-moz-outline: none;
	-webkit-outline: none;
}

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%;
	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(../_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(../_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 */


/* New NLT Styles */
p.categoryHeader {
	margin:  0;
	padding:  0;
	text-transform:  uppercase;
	font-size:  93%!important;
}

p.byline {
	font-weight:  bold;
	font-size:  93%!important;
}

div.entrySummary {
	padding:  0 0 25px 0;
}

div.entrySummary h2,
div.entrySummary h1 {
	margin:  0;
}

div.entryBody {
	padding:  5px 0 0 0;
	font-size:  108%;
	line-height:  1.5em;
}

div.entryBody p {
	font-size:  100%;
}

.bioImage {
	float:  left;
	margin:  0 22px 10px 0;
}

/* NLT Comments */
div.comments-content div.comment {
	background: url("../_images/bg-page-main.jpg") 0 -75px repeat-x;
	padding:  20px 25px;
	margin:  0 0 10px 0;
}

div.comments-content div.comment span.byline {
	font-weight:  bold;
}

div.comments-content div.comment div.comment-footer {
	font-style:  italic;
	font-size:  93%;
}

div#trackbacks {
	padding:  15px 0 0 0;
}

div#trackbacks h3 span {
	font-size:  14px;
}

/* Hide Add Comment Form */
div#comments-open {
	display:  none;
}

/* NLT Main Column Promo */
div#pagePromo {
	padding:  30px 0 0 0;
}

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

div#promoContent {display: inline-block;}

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

div#promoImage {
	float:  left;
	width:  170px;
}

div#promoText {
	float:  left;
	width:  480px;
}

div#promoText p {
	font-size:  12px;
}