/* updated on 4.15.16 */

/* reset.css 
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
-webkit-text-size-adjust: none;}
html, body{width:100%;height:100%;min-width:980px;}
body { line-height:1.5; }
table { border-collapse:separate; border-spacing: 0 ; }
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img { border:none; }

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  


/* Foundation
----------------------------------------*/
html { font-size: 100.01%; margin-bottom:1px; background: #f3f3f3; cursor: default; }
body {  min-height:101%; margin-bottom:1px; font-size: 101%; font-family: "Helvetica", Helvetica, Arial, sans-serif; }
h1, h2 { font-weight: normal; color: #EEE; font-family: "Helvetica", Helvetica, Arial, sans-serif; -moz-hyphens: auto;}
h1 { font-family: "Helvetica", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 25px; line-height: 30px; margin: 10px 0; } 
h2 { font-size: 16px; }
h3 { font-size: 11px; .helvetica; }
h4 { font-size: 12px; .helvetica; }
a { font-size: 12px; text-decoration: none; cursor: pointer; outline: none; border: none;
	&:visited { .pblue; }
	&:hover { .nhover }
 }
p { font-size: 14px; line-height: 18px; .georgia; color: #3f4c6b; padding: 0 10px; }


/* Color Pal
----------------------------------------*/
@purple: #7465e5;
@dkpurple: #543178; 
@green: #368207; 
@maroon: #87275b; 
@gold: #db9617;
@blue: #31689b;
@bblue:  #c2d0dd;
@dblue: #31689b;
@pblue: #3f4c6b;
@nublue: #6f96b9;
@hover: #f0f7fe;
@nhover: #2c7fcc;
@dkgreen: #22471d;
.purple, .excellence_in_philanthropy { color: @purple; }
.green, .philanthropic_freedom { color: @green; }
.maroon, .donor_intent { color: @maroon; }
.gold { color: @gold; }
.events, .event { color: @blue;}
.blue, .in_the_news, .entrepreneurship, .american_heritage, .faith_based, .higher_education, .marriage_and_family, .medical_research, .spending_down_vs_perpetuity, .teacher_excellence, .k_12_education, .liberty_and_free_markets, .economic_opportunity, .guidebook, .guidebooks, .museums_and_libraries, .annual_meeting { color: @blue; }
.dblue { color: @dblue; }
.bblue { color: @bblue; }
.pblue { color: @pblue; }
.hover { color: @hover; }
.nhover { color: @nhover; }
.nublue { color: @nublue;}
.dkgreen { color: @dkgreen;}
.dkpurple { color: @dkpurple;}

/* PTB
----------------------------------------*/

.mt0 {margin-top: 0;}
.m10 {margin: 10px;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.mtb10 {margin-top: 10px; margin-bottom: 10px;}
.mr15 {margin-right: 15px;}
.ml15 {margin-bottom: 15px;}
.mrl20 {margin-right: 20px; margin-left: 20px;}
.m20 {margin: 20px;}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mtb20 {margin-top:20px; margin-bottom: 20px;}
.mtb20 {margin-top: 20px; margin-bottom: 20px;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mtb40 {margin-top: 40px; margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
.mb50 {margin-bottom: 50px;}
.mtb50 {margin-top: 50px; margin-bottom: 50px;}
.mt100 {margin-top: 100px;}
.mb100 {margin-bottom: 100px;}
.mtb100 { margin-top: 100px; margin-bottom: 100px;}

.p10 {padding: 10px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.prl15 {padding-right:15px; padding-left: 15px;}
.prl20 {padding-right:20px; padding-left: 20px;}
.p20  {padding: 20px;}
.pt20 {padding-top: 20px;}
.pb20 {padding-bottom: 20px;}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}
.pl20 {padding-left: 20px;}
.pr20 {padding-right: 20px;}
.pt40 {padding-top: 40px;}
.pb40 {padding-bottom: 40px;}
.pr40 {padding-right: 40px;}
.pl40 {padding-left: 40px;}
.ptb40 {padding-top: 40px; padding-bottom: 40px;}
.pt50 {padding-top: 50px;}
.pb50 {padding-bottom: 50px;}
.ptb50 {padding-top: 50px; padding-bottom: 50px;}
.ptb100 {padding-top: 100px; padding-bottom: 100px;}
.pg10 {padding:10px}
.pg20 {padding:20px}
.pg40 {padding:40px}




/* Global Mixins
----------------------------------------*/
.helvetica { font-family: "Helvetica", Helvetica, Arial, sans-serif;}
.georgia { font-family: Georgia, Times, "Times New Roman", serif;}
.uppercase { text-transform: uppercase; }
.prel { position:relative; }
/* .boxborder { border: 1px solid #6f96b9; } */
.boxborder { border: 1px solid #ACC0D1; }
.pointer { cursor: pointer; }
.list {	li { list-style-type: none;
		font-size: 12px; 
		margin: 7px 10px 7px 12px;
		padding: 0 0 0 10px;
		.pointer; display: block; 
		vertical-align: center; 
		background: url("/images/site/blt_nbox.gif") no-repeat scroll 0 7px transparent;
	}
}

.listPlink {	
	li {
		.georgia;
		list-style-type: none;
		font-size: 14px;
		color: #3F4C6B; 
		margin: 7px 10px 7px 12px;
		padding: 0 0 0 10px;
		display: block; 
		vertical-align: center; 
		background: url("/images/site/blt_nbox.gif") no-repeat scroll 0 7px transparent;
	}
}

.container { 
 	img { float: left; margin: 10px 20px 10px 10px; border: 1px solid #d9d9d9; }	 
/* why did alex float every single image left? */
	.quote { margin-bottom: 10px;}
	.boxborder;
	.prel; 
	margin: 0px 4px 4px 0px; 
	background: #fff; 
	float: left; 
}


/* Containers
----------------------------------------*/

#detector {height: 80px; display: block;}

#wrapper { 
/* width: 980px;  */
width: 990px; 
margin: auto; 
padding-top: 120px; 
}
#wrapper.footsie {padding-top: 0;}

#wrapper_h { width: 100%; background: url(/images/site/header-nu.png) repeat-x;  
/* border: solid red 1px; */
position: fixed; display: block; z-index: 999; top: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
height: 205px;
}
#header { width: 980px; height: 200px; margin: auto; .prel; z-index: 101;}

#header.smaller {
/* border: solid pink 1px; */
}
#wrapper_h.smaller  {top: -75px;
/*
overflow: auto;
-webkit-overflow-scrolling:touch;
*/
}

/* #main { width: 571px;  min-height: 1048px;  margin: 20px 6px 0px 10px; float: left; } */
#main { width: 574px;  min-height: 1048px;  margin: 20px 6px 0px 10px; float: left; }

#main print { width: 100%; }
#guide { width: 760px; min-height: 1048px;  margin: 20px 0px 0px 10px; float: left; }
#events, #sbnav { width: 184px; min-height: 184px; float:left; margin: 20px 0 0 0; }
#sbnav { margin: 20px 0 0 12px;}
#sbnav.paddy {margin: 20px 0 0 0;}
#events.paddy {margin: 20px 0 0 13px;}
#logo { width: 247px; height: 100px; margin-top: 35px; .prel; left: 10px; }
#logoSolid {display:inline; margin-top:15px; margin-left:9px;}
#logoSolid.smaller {display:none;}
#logoSolidSmall {display:none; margin-top:80px; margin-left:9px; height: 70px;}
#logoSolidSmall.smaller {display:inline;}

#sbSticky {position: relative;
top: 0px;}
#sbSticky.stuck {position: fixed;
width: 190px; 
/* border: solid red 1px; */
top: 140px;
/* overflow-y: auto; */
overflow-x: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
}

#evSticky {position: relative; width: 186px;
top: 0px;}
#evSticky.stuck {position: fixed;
width: 190px; 
/* border: solid red 1px; */
top: 140px;
overflow-y: auto;
overflow-x: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; 
}

.secHeader { margin: 0 0 30px 0;
	h1 { margin: 0 0 10px 0;}
	p { padding: 0px; }
	a.back { line-height: 30px; }
}
.secHeader h1.crumbs  { margin: 10px 0 0 00px; }

.twotwo, .oneone, .onetwo, .onefour, .twoone, .ebox, .nbox, .rbox, .zine, .full, .threeone, .fourone {
	.container;
	h2 { line-height: 20px; margin: 10px 10px; }
	h2 { line-height: 20px; margin: 10px 10px; }
	h3 { font-size: 11px; text-transform: uppercase; line-height: 14px; margin: 10px 10px 0 10px; }
	h4 { font-size: 12px; line-height: 16px; margin: 10px; font-weight: 600;}
	.nomar { margin: 10px 0 0 0; }
	.smlr { font-size: 16px; }
}

.oneone img, .onetwo img {
float: none!important;
margin: 10px 24px 5px 24px;
/* center align tile images 7.13.15 */
}

.ebox {
float:none!important;
background-color: #f3f3f3;
min-height: 100px!important;
img {margin: 10px 18px; /* center align 7.13.15 */}
}

.guidethumbtext {width: 90px; float: right; display: block;
h4 {margin: 10px 10px 10px 0;}
}

.nbox {
float:none!important;
text-align: center;
}

.full { width: 760px; min-height: 80px; }
.full.alm { min-height: 42px; }

.threeone, { width: 555px; float:right; 
	h1 { font-size: 24px; margin: 10px; }
	p { margin-bottom: 10px; }
}

.fourone, .excerpt, .meta  { width: 760px; float:right;
	h1 { font-size: 24px; margin: 10px; }
	h2 { .pblue; font-size: 16px; line-height: 18px; .helvetica; font-weight: 100;  }	
	p { margin-bottom: 10px; }
	
}

.left-button-grey {
background: #e4e4e4; border: none; min-height: 10px; width: 194px; height: 40px; display: inline-block; text-align: center;
a {padding: 10px; display: block; color: #31689b;}
}

.two-col-left {width: 49%; float:left;}
.two-col-right {width: 49%; float:right;}

.14o18hel {font-size: 14px; line-height: 18px; .helvetica;}
.14o18geor {font-size: 14px; line-height: 18px; .georgia;}

#plink { width: 525px; /* min-height: 1020px; */ padding: 0 20px 20px;
	strong { font-weight: bold; }
	em { font-style: italic; }
	h1 { clear: both; margin-top:10px;}
	h2 { .pblue; font-size: 16px; line-height: 18px; .helvetica; font-weight: 100; padding: 0 0 10px 0; }
	.entry { float:left; }
	.entry li {.14o18geor }
	.entry ul { .listPlink; }
	.entry ol { margin: 0px 0 0 20px;
		li { color: #3F4C6B; margin: 0px 10px 7px 12px;	padding: 0; }
	}
	p { padding: 0 0 20px 0; font-weight: 100; }
	p.pullquote { font-size: 24px; line-height: 30px; .georgia; width: 171px; margin: 20px;}
	p.left, img.left { float : left; }
	p.right, img.right { float: right; }
	.container;
	.feature { position: relative; min-height: 1px; border: solid transparent 1px;}
	.feature figure {margin: 0;}
/* 	.minguide { min-height: 280px; } */
	p.guidebooks { padding: 20px 0 0 0; }
	img.feature { margin:0;  }
	img.guidebooks { margin: 20px 20px 0 0; }
	img.small { margin: 15px 20px 15px 0; }
/* 	img.left { float: left; margin: 20px 20px 0 0;} */
 	img.left { margin: 0;} 
	img.right { float: right; margin: 20px 0 0 20px;}
/* 	img.none { margin: 10px 0; } */
	img.none { margin: 0; margin-bottom: 10px; }
	.staff-pix {margin: 12px 20px 0px 0px!important;}
	p.size-525 {width: 525px; height: 20px;}
	p.size-375 {width: 375px; height: 20px;}
	p.size-300 {width: 300px; height: 20px;}
	p.nopad {padding:0}
	p.left {text-align: left!important; padding-right: 20px!important;}
	p.right {padding-left: 20px!important;}
	a {
		.nhover; .14o18geor; 
		&:hover { color: #479eee; }
	}
	.byline { float: left; .prel; font-style: italic; margin-top: 5px; .georgia;
		p { .pblue; .14o18hel; .georgia;}
		a { .nhover; .14o18hel; .georgia;
			&:hover { color: #479eee; }
		}
		.not-ital {font-style: normal;}
		a.dkgreen {.dkgreen;}
		a.dkpurple {.dkpurple;}
	}
	.print-pdf { float: right; .prel; font-style: italic; margin-top: 5px; .georgia;
		background: url(/images/site/icn_pdf_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px;
		a:hover { color: #479eee; }
		a { .nhover; .14o18hel; .georgia;
			&:hover { color: #479eee; }
		}
		margin-top: -5px;
		margin-right: 15px;
	}

	.entry .share {
		width: 130px;
		padding-left: 20px;
		ul, li {margin: 0; padding: 0; background: none;}
	}
	
	.share { float: right; width: 115px; outline: none;
		img { margin: 20px 0px 10px 5px; border: none; outline: none; }
		img:hover { opacity: .8; }
		.hj_social_bookmarks { list-style: none; width: 64px; float: left; 
			li.first { float: left;}
					}
			}

	.almanacshare {width: 100%!important; height: 25px; text-align: right;}

	.almanacshare > .share {width: 90px!important; height: 22px; margin-right: 15px;
	img {margin: 0 0 0 5px;}
	}

	figure {margin: 0 0 10px 0; padding: 0; display: table;}
	figure.none {margin-top:-20px;}
	figure.left { float: left; margin: 0 20px 0 0;}
	figure.right { float: right; margin: 0 0 0 20px;}

	figure.none img {float:none; margin: 0;}
	figure.left img {float:none; margin: 0;}
	figure.right img {float:none; margin: 0;}

	figure img {border: 1px solid #d9d9d9;}
	figure img.noborder {border: none;}

	figcaption {padding: 10px;
				font-size: 12px;
  				line-height: 14px;
  				font-family: Georgia, Times, "Times New Roman", serif;
  				color: #3f4c6b;
  				display: table-caption; caption-side: bottom ;}


	.attr { min-width: 235px; clear: both; height: 15px; margin-top: -36px;
		p { font-size: 9px; text-align:right; color: #676d7a; float: none;}
		.left { float: left; }
		.right { float: right; }
		.none { float: right; height: none; }
	}
	.attr-525 {	margin-bottom: 10px;}
	.attr-375 {}
	.attr-300 {}


	.pdf { background: url(/images/site/icn_pdf_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 15px 0 0 0;
		a:hover { color: #479eee; }
	}
	.amz { background: url(/images/site/icn_amazon_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
	}
	.amz-kindle { background: url(/images/site/icn_amazon_kindle_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
	}
	.nook { background: url(/images/site/icn_nook_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
	}			
	.ibook { background: url(/images/site/icn_ibook_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
	}			
	.google-play { background: url(/images/site/icn_google_play_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
	}	
	.callbook { background: url(/images/site/tiny-book-icon.gif) center left no-repeat; height: 18px; padding-left: 17px; margin: 5px 0 0 0;
		a:hover { color: #479eee; }
		}
	.story { width: 475px; background: #f6f6f6; padding: 25px; border-top: 1px dotted #aaa; border-bottom: 1px dotted #aaa; margin-top: -13px;
		p { padding-bottom: 10px; }
		p:first-child { height: 0px; padding: 0; margin: 0;}
		p:last-child { height: 0px; padding: 0; margin: 0;}
		h2 { margin-bottom: 15px; }
	}

	article.dkgreen-links a {.dkgreen;}
	.dkgreen-links a {.dkgreen;}
	
	article.dkpurple-links a {.dkpurple;}
	.dkpurple-links a {.dkgreen;}
	a.dkpurple {.dkpurple;}
	
	article.dkgreen-subheads h2 {.dkgreen;}
}
/* HERE ENDS PLINK */

.signoff { display: inline-block; height: 15px; width: 15px; margin: 0 0 0 3px; position: relative; top: 3px;}
.signoff img {margin: 0!important; height: 15px; width: 15px; float:none!important;}

.big-dropcap {
display: block;
float: left;
font-size: 86px;
font-weight: 200;
margin: 28px 15px 15px 2px;
}

.story-w-story-figure { margin:0!important; 
	figcaption {	
	margin-bottom:15px;
	p {color: #666; font-size:11px;}
	}
}
.story-w-story-img {
float: none!important;
margin: 0!important;
border: 0;
max-width: 475px;
}


.dkgreen-links a {.dkgreen;}
.dkpurple-links a {.dkpurple;}
a.dkpurple {.dkpurple;}

.wide { width: 720px!important;
	p.pullquote {width: 280px!important;}
}

.guide-details-right {width: 320px; float: right; margin-top: -12px;}

#zineList {
	h2 { .pblue; font-size: 16px; line-height: 18px; .helvetica; font-weight: 400; color: #31689b; }
	h3 { .pblue; font-size: 14px; line-height: 17px; .helvetica; font-weight: 100; color: #3f4c6b; text-transform: none; margin-bottom: 5px; margin-top: -5px;}
	.info { float: right; width: 398px; }
	.infoL { float: left; width: 550px; }
	p.author { font-size: 12px; }
}
.pullquote {
	.left { float: left; }
	.right { float: right; }
}
.ebox, .nbox, .rbox, .sb_box { min-height: 10px; padding-bottom: 8px;  }
.ebox { 
	h3 { font-size: 12px; }
	p { margin-bottom: 15px; }
	.related {font-family:helvetica; font-size: 11px; text-transform:uppercase; font-weight:500;}
	width: 184px;
}

.nbox, { 
	background: #e4e4e4; 
	border: none;
	min-height: 10px;
	a { .dblue;
		&:visited { .dblue }
		&:hover { .nhover; }
	}

	li { list-style-type: none;
			font-size: 12px; 
			margin: 7px 10px 7px 12px;
			padding: 0;
			.pointer; display: block; 
			vertical-align: center; 
/* 			background: url("/images/site/blt_nbox.gif") no-repeat scroll 0 7px transparent; */
			}


	h2 { .dblue; margin: 10px 10px 20px 10px; line-height: 14px; 
		a {
			img { margin: 0; float: none; border: none; }
		}
	}
	.more { margin-left: 23px; line-height: 32px; font-style:italic; }
	li.nprint { background: url("/images/site/icn_nprint.png") no-repeat scroll left top transparent; padding-left: 35px; padding-top: 3px; }
}

.sb_almanac_box { 
	min-height: 10px;
	border: 1px solid #ecddbe;
	width: 184px; 
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
	h2 {.dkgreen; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; line-height: 20px;}
	p {font-size: 12px;}
	img {padding: 0;}
}

.shadow {position: relative;
		width: 162px;
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
        box-shadow: 1px 2px 4px rgba(0,0,0,.3);
		padding: 0;
		margin: 0 auto;}

.shadow-229 {height: 229px;}
.shadow-209 {height: 209px;}
.shadow-242 {height: 242px;}
.shadow-245 {height: 245px;}

.sb_box { 
	min-height: 10px;
	text-align: center;
/* 	.boxborder; */
	width: 184px; 
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
}

.sb_box img {padding: 0;}

.sb_linkbox {/* width: 186px; */
	display: block;
	background: #e4e4e4;
/* 	border: solid red 1px; */
/* 	margin-bottom: 8px; */
}

.sb_pad_but {margin-bottom: 8px;}

.rbox { 
	.list; 
	padding: 5px 0px 0px 0px;
	a { .dblue;
	&:visited { .dblue }
	&:hover { .nhover; }
	}
}
.acr { 
	width: 180px;
	height: 41px;
	margin: 0 10px;
	.pointer; 
	background: url(/images/site/btn_acr.gif) left top no-repeat;
	&:hover { background: url(/images/site/btn_acr.gif) left bottom no-repeat; }
}
.v4p { 
	width: 180px;
	height: 41px;
	margin: 10px 10px 10px 10px;
	.pointer; 
	background: url(/images/site/btn_v4p.gif) left top no-repeat;
	&:hover { background: url(/images/site/btn_v4p.gif) left bottom no-repeat; }
}
.oneone, .onetwo, .onefour, .ebox, .nbox, .full {
	p { font-size: 12px; line-height: 16px; margin-bottom:10px; }
	h1 { font-size: 16px; line-height: 20px; margin: 16px 10px 10px 10px; }
	
}
+html, *+html {
	.onetwo {
		p { font-size: 11px; }
	}
}
.twotwo { 
	width: 374px; 
	min-height: 374px; 
	img { margin: 10px 20px 10px 10px; }
	h1 { margin: 10px; }
	p { margin-bottom: 10px; }
}
.twoone {width: 374px; height: 184px; 
	p { font-style: italic; }
	h2 { padding: 0 0 10px 0; }
}
.zine { width: 247px; height: 290px;
	p {font-style: italic; }
	h3 { padding: 0; margin-left: 40px; }
	img { float: left; margin: 10px 25px 10px 39px }
}
.zineIssue { width: 193px; .container; margin-top: 20px; padding-bottom: 10px;text-align: center;
	img { float: left; margin: 10px; }
}
.onetwo { width: 184px; min-height: 374px; }
.oneone { width: 184px; min-height: 184px; }
.onefour { width: 184px; min-height: 784px; }
#ue { 
	width: 184px; 
	height: 26px; 
	background: #6f96b9; 
	.boxborder; 
	margin-bottom: 4px;
	h3 { color: #eee; font-size: 11px; .uppercase; text-align: center; padding: 5px; letter-spacing: .4px; }
}
.sb_almanac_headbox { 
 	width: 184px;  
	height: 26px; 
	background: #6f96b9; 
 	border: 1px solid #ecddbe;	 
/* 	.boxborder;	 */
/* 	margin-bottom: 4px; */
	h3 { color: #eee; font-size: 11px; .uppercase; text-align: center; padding: 5px; letter-spacing: .4px; }
}
.sb_headbox { 
 	width: 184px;  
	background: #6f96b9; 
	.boxborder; 
/* 	margin-bottom: 4px; */
	h3 { color: #eee; font-size: 11px; .uppercase; text-align: center; padding: 5px; letter-spacing: .4px; }
}

#sneak { 
	display: block;
	width: 174px; 
	min-height: 20px; 
	line-height: 20px;
	padding: 3px 0 3px 10px;
	font-weight: 100;
	.boxborder; 
	.uppercase;
	text-align: left; 
	color: #fff; 
	margin-bottom: 5px;
/* 	float:left; */
}
.bkg (@color: @color) { background: @color }
.bkgblue, .bkgin_the_news, .bkgentrepreneurship, .bkgamerican_heritage, .bkgfaith_based, .bkghigher_education, .bkgmarriage_and_family, .bkgmedical_research, .bkgspending_down_vs_perpetuity, .bkgteacher_excellence, .bkgk_12_education, .bkgliberty_and_free_markets, .bkgeconomic_opportunity { .bkg(#6f96b9); }
.bkgexcellence_in_philanthropy { .bkg(@purple); }
.bkgphilanthropic_freedom { .bkg(@green); }
.bkgdonor_intent { .bkg(@maroon); }
.bkgevents, .bkgannual_meeting { .bkg(@gold); }
.bkgdblue { .bkg(@dblue); }

#search { 
	width: 184px; 
	height: 26px; 
	background: url(/images/site/search.jpg) top center no-repeat; 
	.boxborder;
	margin-bottom: 4px;
	img { float:right; .prel; right: 6px; top: 4px; }
}
#search input { width: 130px; height: 26px; border:none; background: transparent; padding: 0px 0 0 13px; outline: none; }
#search input.button { background: url(/images/site/btn_search.jpg) no-repeat center center; border: none; cursor: pointer; height: 25px; width: 25px; float:right; margin-right: 3px; padding: 0;}

#events { 
	fieldset, .default, select, .input {width: 180px; }
	fieldset {
	h3 { text-transform: uppercase; }
	}
	select {  margin: 5px 0 ; }
	.all { padding: 10px 0 0 20px; clear:both; display:block; }
 }
 
#sitemap {
	ul { margin-left: 20px; }
}

a.crumbs.home { position: relative; top: 2px; 
	&:hover { opacity: .8; }
}
a.crumbs { color: #1d3f5f;
	&:hover { color: #2c7fcc; }
}
a.crumbs.current { color: #2c7fcc;
	&:hover { color: #2c7fcc; }
}


/* Nav ---------------------------------------- */
.navBorder (@color: @color) { border-left: 10px solid @color; }
.colorExtras { height: 25px; z-index: 1; position: absolute; }
.navLink { font-weight: 100; letter-spacing: .35px; color: #eee; .uppercase; line-height: 30px;  padding: 5px 5px 3px 19px; .prel; z-index: 3; }
#pnav {
/*	width: 226px; */
	width: 220px; 
	height: 125px; 
	margin-top: 20px;
	margin-right: -25px; 
	padding-left: 10px; 
	border-left: 1px dotted #8A9DAF; 
	float: right; 
	.prel; 
	z-index: 1;
	.purple { .navBorder(@purple); .colorExtras; }
	.green { .navBorder(@green); .colorExtras;  }
	.maroon { .navBorder(@maroon); .colorExtras; }
	.gold { .navBorder(@gold); .colorExtras; }
	a { font-size: 11px; .navLink }
	.active { border-left-width: 226px; }
	display: inline;
/*  	border: solid yellow 1px;  */
}
*+html #pnav { position:absolute; z-index: 1; right: 0px; }
#pnav.smaller {display: none;}
#pnavSmall {display:none; }
#pnavSmall.smaller {
	width: 601px; 
	height: 30px; 
	margin-top: 108px;
	margin-right: -30px; 
	padding-left: 0; 
	border-left: 0; 
	float: right; 
	.prel; 
	z-index: 1;
	.purple { .navBorder(@purple); .colorExtras; display:inline;}
	.green { .navBorder(@green); .colorExtras; display:inline; }
	.maroon { .navBorder(@maroon); .colorExtras; display:inline;}
	.gold { .navBorder(@gold); .colorExtras;display:inline; }
	a { font-size: 11px; .navLink }
	.active { border-left-width: 226px; }
	display: inline;
/*   	border: solid yellow 1px;    */
}

#headNav {
/* border: solid yellow 1px;  */
position: absolute;
top: 164px;
height: 40px;
width: 980px;
}

#headNav li {list-style: none;
/* display: inline-block; */
text-align: center;
/* outline: solid white 1px; */
}

#headNav li a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 200;
text-transform: uppercase;
font-size: 11px;
line-height: 15px; 
letter-spacing: .4px;
padding-top: 2px;
}

.dropped {min-height: 45px; padding-top: 7px; }
/* .dropped.join {height: 20px;} */
.drop-text-2line {display:block; height: 40px; padding-top: 6px!important;}
.drop-text-1line {display:block; height: 20px; padding-top: 10px!important;}

/* #reg-menu {min-height: 38px; line-height: 16px;} */
.sf-menu .whoweare {width: 130px; left:10px; } 
.sf-menu .k12educz {width: 120px;}
.sf-menu li.k12educz:after {content:""; background: url(/images/site/vert-dotline-bg.gif) repeat-y; position: absolute; bottom: 25%; left: 0; height: 50%; width:1px;}
.sf-menu .econoppz {width: 125px;}
.sf-menu li.econoppz:after {content:""; background: url(/images/site/vert-dotline-bg.gif) repeat-y; position: absolute; bottom: 25%; left: 0; height: 50%; width:1px;}
.sf-menu .veteranz {width: 100px;} 
.sf-menu .veteranz a {line-height: 32px!important;} 
.sf-menu li.veteranz:after {content:""; background: url(/images/site/vert-dotline-bg.gif) repeat-y; position: absolute; bottom: 25%; left: 0; height: 50%; width:1px;}
.sf-menu .acreformz {width: 170px;}
.sf-menu li.acreformz:after {content:""; background: url(/images/site/vert-dotline-bg.gif) repeat-y; position: absolute; bottom: 25%; left: 0; height: 50%; width:1px;}
.sf-menu .annmeetz  {width: 95px; }
.sf-menu li.annmeetz:after {content:""; background: url(/images/site/vert-dotline-bg.gif) repeat-y; position: absolute; bottom: 25%; left: 0; height: 50%; width:1px;}
.sf-menu .ourmission:after {content: ""; background: url(/images/site/horz-dotline-bg.gif) repeat-x; position: absolute; bottom: 0; left: 25%; height: 1px; width: 50%;}
.sf-menu .ourstaff:after {content: ""; background: url(/images/site/horz-dotline-bg.gif) repeat-x; position: absolute; bottom: 0; left: 25%; height: 1px; width: 50%;}
.sf-menu .ourboard:after {content: ""; background: url(/images/site/horz-dotline-bg.gif) repeat-x; position: absolute; bottom: 0; left: 25%; height: 1px; width: 50%;}
.sf-menu .aboutus:after {content: ""; background: url(/images/site/horz-dotline-bg.gif) repeat-x; position: absolute; bottom: 0; left: 25%; height: 1px; width: 50%;}
.sf-menu .contactus:after {content: ""; background: url(/images/site/horz-dotline-bg.gif) repeat-x; position: absolute; bottom: 0; left: 25%; height: 1px; width: 50%;}

#searchBot {float: right; width: 200px; margin-right:6px; width: 190px; min-height: 40px;}


input.prt-input  {
background-color:#fff;
border: 0px solid;
height:24px;
width:155px;
-moz-box-shadow:    inset 0 0 10px #acacac;
-webkit-box-shadow: inset 0 0 10px #acacac;
box-shadow:         inset 0 0 10px #acacac;
margin-top: 5px;
}

input.prt-input:focus {
    outline:none;
    background-color:#f8f6f4;
}


input[type=submit].prt-search-button { 
background: url('/images/site/search-but-nu-24.gif') no-repeat;
border: 0;
cursor: pointer;
height: 24px;
width: 24px;
position: absolute;
top: 0;
right: 10px;
margin-top: 5px;
}

/* Feature Slider
------------------------------------*/

#slider, #slider li { height: 305px; width: 565px; .boxborder; border: none; }
#slider { list-style: none !important; margin: 0 0 5px 0 !important; padding: 0 !important; overflow: hidden !important;position: relative !important;}
#slider li { display: none; float: left; margin: 0; position: absolute; width: 100%;}
#slider li.current { display: block; z-index: 2 !important;}
#slider li.next { display: block; z-index: 1 !important;	}
#slider li ul li { display: block !important; position: relative !important; }
#feature2 { width: 570px; height: 311px;   }

.slider_arrow_left { cursor: pointer !important; float: left; width: 22px; height: 22px; z-index: 20; }
.slider_arrow_left { background: url(/images/site/slider_l_arrow.png) no-repeat top left; }

.slider_arrow_right { cursor: pointer; float: left; width: 22px; height: 22px; left: 45px; position: absolute; z-index: 20; }
.slider_arrow_right { background: url(/images/site/slider_r_arrow.png) no-repeat top left; }

/* Sets configs for selectors containers : absolute positioned in relation to #slider */
.slider_selector, .slider_selector_dis { float: right; list-style: none; margin: 0 0 0 5px; padding: 9px 20px 10px 0; z-index: 5; }
.slider_selector li, .slider_selector_dis li { display: block !important; background: url(/images/site/slider_selector.png) no-repeat top left; cursor: pointer; float: left; margin: 0 3px !important; height: 10px !important; position: relative !important; width: 10px !important; }
.slider_selector li.current, .slider_selector_dis li.current { background: url(/images/site/slider_selector_current.png) no-repeat top left;}
/* Disables the selectors */
.slider_selector_dis li { cursor: default !important; z-index: 5; }
	
.Xcontainer { position: relative; padding: 0 0 0 15px; top: -35px; width: 560px; z-index: 15; }

.cslide { width: 565px; height: 305px; padding: 0; color: #fff; }
.cslide h1, .cslide p { color: #fff; }
.cslide .green { color: #61bd18; }
.cslide .grey { color: #6D6E70; }
.cslide h1 { .helvetica; font-size: 28px; padding-left: 15px; line-height: 32px; width: 210px; }
.cslide p { font-size: 14px; line-height: 18px; font-weight: 100; width: 150px; padding: 0 0 0 15px;  }

.slidebkg { background: url(/images/site/slidebkg.png); width: 230px; height: 305px; position: absolute; z-index: 4; zoom: 1; }
.slidecopy { position: absolute; z-index: 5; }

/* Foot
----------------------------------------*/
#footer { 
	width: 100%;
	height: 435px;
	background: #193651;
	float:left;
	margin-top: 20px;
	.highlight { background: .dblue; }
	.col { width: 167px; padding: 25px 20px; .prel; float: left; }
	.long { width: 95%; padding: 25px 20px; .prel; float: left; .helvetica}
	h3 { font-size: 14px; line-height: 14px; margin-bottom: 12px; color: #fff; .uppercase; }
	a { font-size: 12px; line-height: 23px; color: #afafaf;
		&:hover { color: #fff; }
	}
	p { font-size: 12px; line-height: 23px; color: #afafaf;}
	p { padding: 0px; display: inline; padding-right: 34px; .helvetica }
}



/* Fieldset
----------------------------------------*/



/* MISC
----------------------------------------*/
.brdash { border-bottom: 1px dotted #6e8397; margin: 10px 0; line-height: 0px; }
.brsolid { border-bottom: 1px solid #d6d6d6; margin: 10px 0 ; line-height: 0px; .prel; float:left; width: 100%; }
.foot { width: 160px; }
.nopad { padding: 0!important;}
.nomar { margin: 0!important; }
.nopadZine { margin: 10px 0; width: 193px; padding: 0; }
.fwn { font-weight:300!important; }
.fleft { float: left!important; }
.eventborder { border: 1px solid #6f96b9!important; }
.h2info { .pblue; font-size: 16px; line-height: 18px; .helvetica; font-weight: 100;  }
li ul { margin-left: 20px; 
	a {
		font-size: 13px; color: #1D3F5F;
		font-family: "Helvetica", Helvetica, Arial, sans-serif;
		&:hover { .nhover }
	}
}
#nav_categories li {
	list-style:none;
}

/* SEARCH RESULTS */
#searchresults li { padding-bottom: 5px; font-size: 12px; list-style: none;
	a { font-size: 14px; .blue; text-decoration: underline;
		&:visited { .dblue; }
		&:hover { .nhover }
	}
 }
.excerpt, .meta { font-size: 12px; }
.meta { font-style: italic; color: #808080; padding-bottom: 15px;}
.pagination { text-align: center;
	a { font-size: 16px; }
}
.count, .prev, .next { font-size: 16px; }
.count-big { font-size: 26px; }
#highlight {
	em { background: #fffec6;}
}

/* PETE MISC
----------------------------------------*/
#paginate {	
	display: inline-block;
	display: inline\9; /* target ie8 and below */
	width: 100%;
	height:20px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	padding: 15px 0 0 0;
	p { word-spacing: 7px; }
	a {
		font-size: 13px; color: #1D3F5F; text-transform: uppercase;
		font-family: "Helvetica", Helvetica, Arial, sans-serif;
		&:hover { .nhover }
	}
}

#crumb-container {
	width: 960px;
	z-index: 1;
	position: relative;
	top: 180px;
	border: solid red 1px;
	margin: 0 auto;
}

#crumb-container.indent-crumb {
left: 22px;}

#plink #crumbs {margin-top: 10px;}

#crumbs {
/*	border: solid green 1px; */
	font-size: 12px;
		a {
		font-size: 12px; color: #1D3F5F; 
		font-family: "Helvetica", Helvetica, Arial, sans-serif;
		&:hover { .nhover }
		}
}


/* CALENDAR
----------------------------------------*/

.calview {
    background: url("/images/site/icn_cal.gif") no-repeat scroll 7px 3px #DDDDDD;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    list-style-type: none;
    padding: 5px 15px 5px 33px;
}

.calendarBG { background-color: #000; width: 715px; margin: 0px;
	.calendarBlank { background-color: #eee; float: left; width: 100px; height: 100px; border: 1px dotted #ddd; font-size: 14px; text-align: center; }
	.calendarHeader { font-weight: bold; color: #fff; text-align: center; background-color: #193651; }
}


.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff!important;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #31689b; 
 text-align:  center;
 vertical-align: middle;
 padding: 5px 1px; 
 width: 100px; 
 float: left;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#f0f7fe;
 float: left;
 width: 100px;
 height: 100px; 
}

.calendarCell {
 width: 100px;
 height: 100px; 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
 border: 1px dotted #ccc; 
 float: left; 
}

.calendarCell a {
 color:             #000;
 background-color:  transparent;
 text-align: left;
 line-height: 14px;
}
  
.calendarCell a:visited {
 color:             #000;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #2c7fcc;
 text-decoration:   none;
}


/* TOPIC
------------------------------- */
.topic-item{
padding:10px;
background-color: #FFFFFF;
border:1px #C2D0DD solid;
overflow:hidden;
margin-bottom:6px;
}
.topic-item img{
float:left;
margin-right:10px;
margin-bottom:4px;
}
.topic-category{
float:left;
color: #87275B;
text-transform: uppercase;
width:70%;
min-width:60%;
}
.topic-title{
float:left;
font-size:22px;
margin-top:0;
width:70%;
min-width:60%;
}
.topic-body{
clear:left;
padding:0;
}
.topic-link-item:hover .topic-item{
border-color:#a1c3e2;
background:#f0f7fe;
}

@media print { 
	#logo { background: url(/images/site/logo_print.png) top left no-repeat; margin: 0 0 30px 0;} 
}

/* ACCORDION
------------------------------------------- */

.expanderHead {
width: 700px;
border: 1px solid #c2d0dd;
cursor: pointer;
font-size: 16px;
margin-bottom: 0px;
padding: 7px 5px 6px 20px;
background: white;
margin-top: 10px!important;
}

.expanderHead:hover {color: #2c7fcc; cursor:pointer;}

.slideSignOn{
color:##3f4c6b;
border-bottom: none;
}

.slideSignOff {
color:#000;
}

.closer {
display: inline;
cursor:pointer; 
padding: 0px 15px 15px 0px; 
margin: 5px;
font-size: 14px;
line-height: 18px;
font-family: "Georgia" !important;
background: url('/images/site/up_arrow_tiny.jpg') no-repeat right 4px;
color: #31689b;
}

.closer:hover {
color: #2c7fcc; 
cursor:pointer;
opacity:0.4;
background: url('/images/site/up_arrow_tiny.jpg') no-repeat right 2px;
}

.expanderSign:before {
font-size: 10px; color: #aaa; padding-right: 10px; float:right; content: "+ expand"; 
}
.expanderSignMinus:before {
font-size: 10px; color: #aaa; padding-right: 10px; float:right; content: "- collapse"; 
}
.expanderSignPlus:before {
font-size: 10px; color: #aaa; padding-right: 10px; float:right; content: "+ expand";
}

.globalExpander {
border: 1px solid #c2d0dd;
border-top: none;	
padding: 0px 10px 10px 20px;
background: white;
display: none;
}

.longURL {
display: block; max-width:650px; white-space: nowrap; overflow: hidden; o-text-overflow: ellipsis; text-overflow:  ellipsis;
}

.fixURL {
display: block;
max-width:650px;
white-space: pre;           /* CSS 2.0 */
white-space: pre-wrap;      /* CSS 2.1 */
white-space: pre-line;      /* CSS 3.0 */
white-space: -pre-wrap;     /* Opera 4-6 */
white-space: -o-pre-wrap;   /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap;  /* HP Printers */
word-wrap: break-word;      /* IE 5+ */
}

.black {
color:#aaa;padding-right: 6px;
}

.externalLink {
background: url("/images/site/externalLink.png") no-repeat scroll right 2px transparent;
padding-right: 13px;
}

.noexternalLink {
background: none;
padding-right: 0;
}

#plink a.almanac-permalink {
font-size: 10px;
color: #aaa;
padding-right: 10px;
/* float: right; */
}


/* statistics page */

.giving-cell-one {width: 360px;
	font-size: 14px;
	line-height: 18px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3f4c6b;
	display: inline-block;
}

.giving-cell-two {width: 150px;
	font-size: 14px;
	line-height: 18px;
    font-family: Courier, serif;
    color: #3f4c6b;
	display: inline-block;
	text-align: right;
}


/* MEDIA
------------------------------------------- */

img.media_excerpt_thumb {float:left;}

.media {font: 14px/16px Helvetica, Arial, sans-serif; color: #3f4c6b;}
.media-sidebar {float: right!important;}

#plink.media-wrapper {background: none; border: none; width: 760px;}

#plink.media-wrapper .two-col-right {text-align: right;}

#plink .media img {margin: 0; border: 0;}
#plink .media .share img {margin: 20px 0px 10px 5px;}
#plink .entry .share {width:64px;}

#plink .media {border: 1px solid #d9d9d9; background-color: white; width: 740px;
margin-bottom: 15px;}

#plink  #crumbs.media-crumbs a {
font-size: 12px;
color: #1D3F5F;
font-family: "Helvetica", Helvetica, Arial, sans-serif;
}

#plink .media .media-left {width: 200px; padding:0; margin:0; text-align: left; float:left; position: relative;}
#plink .media .media-right {width: 510px; padding:0; padding-top: 10px; padding-right: 10px; margin:0; float:right;}
#plink .media .media-full {width: 720px; padding:0; margin:0;}

#plink .media p, #plink .media a {
padding: 0 0 10px 0; 
color: #3f4c6b;
font-size: 14px;
line-height: 17px;
font-family: Georgia, Times, "Times New Roman", serif;
font-weight: 100;
}

#plink .media h1 {color: #31689b;
font-family: "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin: 10px 0;
}
#plink .media h2 {
color: #31689b;
font-size: 16px;
line-height: 18px;
font-family: "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 400;
margin-top: 6px;
}

#plink .media .media-cats {margin-top: 20px;}
#plink .media .media-cats a {
padding: 3px 5px; 
/* background-color: #6f96b9;  */
background-color: #e4e4e4; 
font-size: 10px;
font-family: "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 400;
display: inline-block; 
border-radius: 10px; 
color: #6f96b9; 
border: solid white 1px;
margin-top: 2px;
}
#plink .media .media-cats a:hover {background-color: white; border: solid #6f96b9 1px; color: #3f4c6b;}

#plink .media .media-length {width: 100%; position: absolute; bottom: 0; z-index: 30; background-color: rgba(0, 0, 0, 0.5); text-align: center;
padding-top: 4px; height: 20px;}

#plink .media .media-length p {font: 12px/14px Helvetica, Arial, sans-serif; font-weight: 100; color: #ffffff;}

#plink .media .media-type {width: 40px; height: 40px; position: absolute; top: 10px; left: 10px; z-index: 40;}

#plink .media .media-type.podcast {background: url('/images/site/icon-media-podcast-40x40.png') center center no-repeat}
#plink .media .media-type.video {background: url('/images/site/icon-media-video-40x40.png') center center no-repeat}

#plink .media .media-length-subscribe-perm {width: 100%;}

#plink .media .sc-media-download {background: url('/images/site/icon-download.png') left center no-repeat; 
width: 66px;
height: 13px;
padding-left: 22px;
font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Garuda, Verdana, Tahoma, sans-serif!important;
padding-top: 6px;
color: #333!important;
text-align: right;
display: inline-block;
margin-top: 6px;
}

.sb_box.media h2 {
color: #31689b;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
line-height: 20px;
}

.sb_box.media a {
font-size: 12px;
line-height: 14px;
font-family: Georgia, Times, "Times New Roman", serif;
color: #3f4c6b;
padding: 0 10px;
}


select#nice_select {
	  -webkit-appearance: none;
	  -moz-appearance: button;
	  appearance: button;
	  border-radius: 2px;
   	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   	padding-right: 20px;
   	padding-left: 2px;
   	user-select: none;
	 background-color: #6f96b9;
   background-image: url(/images/site/tiny-arrow-down.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #FFF;
   color: #FFFFFF;
   font-size: inherit;
   margin: 8px;
   margin-right:20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 220px;
}
/* firefox strange with background image in selectbox */
_:-moz-tree-row(hover), select#nice_select {background-image:none;}

/* ANNUAL
------------------------------------------- */

.annual {font-size: 14px; line-height: 16px; font-family: "Georgia" !important; color: #3f4c6b;}

.annual figure {}

figcaption.annual-caption {font-size: 9px; text-align: right; color: #676d7a;}

#plink .annual {width:525px;}

#plink .annual figcaption a {font-size: 9px;}

#plink .annual p {padding: 0 0 10px 0;}

#plink .annual p ~ ul {margin-top: -10px;}

img.annual_img_gallery  {float:left; width: 40%; margin: 0; padding: 10px;}
img.annual_excerpt_thumb {float:left;}
#plink img.annual_inset_img {width: 100%; border: none; margin: 0; padding: 0;}
.annual_inset_figure {float:left; width: 45%; margin: 5px 20px 0 0!important; border: 1px solid #d9d9d9;}

#plink img.annual_feature_img {width: 100%; margin: 0;}
.annual_feature_figure {float:none; width: 100%; margin: 0px; padding-bottom: 5px;}

#plink .annual h1 {color: #31689b; font: 30px/32px Georgia, Times, "Times New Roman", serif; }
#plink .annual h2 {color: #31689b; font: 22px/24px Georgia, Times, "Times New Roman", serif; }
#plink .annual_excerpt h2 {margin-top: 10px;}
#plink .annual h3, #plink .annual h4  {color: #31689b; font: 18px/20px Georgia, Times, "Times New Roman", serif;
margin: 5px 0;}

.annual table {border: solid #ccc 1px; border-collapse: collapse; margin: 10px 0; width: 100%;}
.annual table td { padding: 10px;
text-align:left; vertical-align: top; border-bottom: 1px solid #cbcbcb;
font-size: 14px; line-height: 16px; font-family: "Georgia" !important; color: #3f4c6b;
}

.annual table td:nth-child(odd) {width: 25%;}
.annual table tr {background-color: #FAFAFA;}
.annual table tr:nth-child(even) {background-color: #F1F1F1;}

.annual .attached-file {width: 100%;
background:rgba(244, 244, 244, 0.7);
padding: 8px 5px 8px 30px;
margin-bottom: 2px;
}
#plink .annual .attached-file.small {width: 50%;}
#plink .annual .attached-file.pdf {background: url('/images/site/file-icon-pdf.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7); padding-left: 30px!important;}
.attached-file.ppt {background: url('/images/site/file-icon-ppt.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.pptx {background: url('/images/site/file-icon-ppt.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.xls {background: url('/images/site/file-icon-xls.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.xlsx {background: url('/images/site/file-icon-xls.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.doc {background: url('/images/site/file-icon-doc.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.docx {background: url('/images/site/file-icon-doc.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}
.attached-file.zip {background: url('/images/site/file-icon-zip.gif') 5px center no-repeat, rgba(244, 244, 244, 0.7);}

#plink.annual_excerpt_plink {padding: 0;
margin:0; background: none; width: 562px; border: none;
margin-top: -20px;}

.annual_excerpt {width: 524px; padding: 20px; border: 1px solid #c2d0dd; margin: 0 0 10px 0; background: #fff;}

.annual-social {width: 120px; float: right; height: 26px;}
#plink .annual .annual-social .hj_social_bookmarks img {padding: 0; margin: 0 2px;}
#plink .annual .annual-social img.annual-social-img {padding: 0; margin: 0 2px;}
#plink .annual .annual-social .annual-social-ics {}
#plink .annual .annual-social img.annual-social-ics  {padding: 0; margin: 5 1px;}
#plink .annual .annual-social .annual-social-print {float: right; }
#plink .annual .annual-social .annual-social-print img {float: right; padding: 0; margin: -2 0px; }


/* ALMANAC 
------------------------------------------- */

.alma-h1-margin {margin: 5px 0 10px 0;}

.flourish-l { display: block; padding-left: 35px; 
	background: url("/images/site/flourish-l.png") no-repeat 0 10px; height: 44px;}

.flourish-r {display: inline; padding-right: 36px; 
	background: url("/images/site/flourish-r.png") no-repeat right 3px; line-height: 44px;}

.flourish-lg {
	.flourish-l;
	background: url("/images/site/flourish-l-grbg.png") no-repeat 0 10px;}

.flourish-rg {
	.flourish-r;
	background: url("/images/site/flourish-r-grbg.png") no-repeat right 6px;}

#almanac-home {border: solid #ecddbe 1px;
background-color: #fff;
width: 720px;
padding: 20px;
	h1 {font-size: 22px; .helvetica; font-weight: 400; color:#22471d;}
	h2 {color:#31689b; font-size: 18px; .helvetica; font-weight: 100; padding: 0 0 10px 0; color: #3f4c6b;}
	h3 {color: #54357a; font-size: 17px; line-height: 23px; .helvetica; font-weight: 400; padding: 10px 0 5px 0;}
	img.cover { width: 240px; margin-right:10px;}
	figure {margin:10px 0 0 0; padding:0; float:left; width: 240px;
		p {line-height: 17px; font-size: 12px; color: #939598; padding: 3px 10px 3px 0;}
		}
	p {line-height: 18px; font-size: 14px; padding: 10px 0 10px 0; color: #183f5f;}
	
	.amz { background: url(/images/site/icn_amazon_tiny.gif) center left no-repeat; height: 18px; padding-left: 17px; 
		display: block;
		position: relative;
		top: 10px;
		a:hover { color: #479eee;}
		font-size: 12px;
	    color: #939598;
	    .georgia;
	}
	.callbook { background: url(/images/site/tiny-book-icon.gif) center left no-repeat; height: 18px; padding-left: 17px; 
		display: block;
		position: relative;
		top: 20px;
		a:hover { color: #479eee;}
		p {padding-top: 1px;}
	}	
	.mouse { background: url(/images/site/tiny-mouse-icon2.gif) center left no-repeat; height: 18px; padding-left: 17px; 
		display: block;
		position: relative;
		top: 77px;
		a:hover { color: #479eee; }	
		}	
	.tiny-box { background: url(/images/site/tiny-box-icon.gif) center left no-repeat; height: 18px; padding-left: 17px; 
		display: block;
		position: relative;
		top: 87px;
		a:hover { color: #479eee; }	
		}	
}

.almahomehelvli {.helvetica; font-weight: 100; line-height: 30px; font-size: 14px; padding: 10px 0 10px 0; color: #183f5f;}
.almahomehelvp {.helvetica; font-weight: 100; font-size: 14px; padding: 10px 0 0 0; color: #183f5f;}

.almanac-home-box {border: solid #ecddbe 1px;
background-color: #fff;
width: 720px;
padding: 20px;
margin: 10px 0;
	.dater {font-size: 12px; margin-left: 20px; font-weight: 100;}
	h2 {.pblue; font-size: 16px; line-height: 22px; .helvetica; font-weight: 400; padding: 0 0 5px 0; color: #31689b;}
	p {.helvetica; line-height: 18px; font-size: 14px; font-weight: 100; padding: 5px 0; color: #183f5f;}
	p.georgia {.georgia;}
	h2.live {.dkgreen;}
	h2.comingsoon {color: #939598;}
	h2.empty {padding: 0;}
	p.live a {.almahomehelvp; .dkgreen; }
	p.comingsoon {color: #939598;}
	ul li {padding: 0!important; margin-left: 15px; .almahomehelvli}
	ul li.live {color: .dkgreen;}
	ul li.comingsoon {color: #939598;}
	ul li.live a {.almahomehelvli; .dkgreen; }
}

.almanac-home-title-left {width: 260px; float:left; height: 540px;
	a {.dkgreen;}
}
.almanac-home-title-right {width: 460px; float:right;}

.almanac-home-share {
		display: block;
		width: 200px;
		height: 20px;
		margin-top: 20px;
		img { margin: 0px 0px 0px 5px; border: none; outline: none; }
		img:hover { opacity: .8; }
		.hj_social_bookmarks { list-style: none; float: left; 
			li { float: left;}
					}
		}

.alma-quote {
border: solid #ecddbe 1px;
background-color: #fff;
width: 720px;
padding: 10px 20px;
margin: 10px 0;
	p {.helvetica; line-height: 18px; font-size: 16px; font-weight: 400!important; padding: 0px!important; .dkgreen;}
	p.alma-credit {.helvetica; line-height: 20px; font-size: 14px; font-style: italic; font-weight: 400; padding: 0!important; .dkgreen;}
	ol li {padding: 0!important; font-weight: 400!important; margin-left: 30px; .dkgreen; line-height: 22px; font-size: 16px;}
}

.statistic {border-top:  solid @bblue 1px; padding: 40px 0;
h2 {font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-weight: bold!important;}
}


/* ETC RAND
------------------------------------------- */

.annual-dot {
background: url("/images/site/blt_nbox.gif") no-repeat scroll 0 7px transparent;
padding-left: 12px;
font-size: 14px; line-height: 18px; .georgia; color: #3f4c6b; padding: 0 10px;
}

ul.no-padd {margin-top: -20px!important; margin-bottom: 10px!important;}
ol.no-padd {margin-top: -10px!important; margin-bottom: 10px!important;}
p.no-padd {padding:0!important}

.audioplayer {margin: 10px 0;}
.audioplayer-indent {margin: 10px 0 10px 15px;}

