
body.how-to-give .marquee-container {
	background-color:  #51C33A;
}
.thumbnail > img {
	padding: 0;
}

/* aside */

@media (min-width: 768px){

  	div.donate-content{
		padding-bottom: 4em;	
	}

	div.sidebar-content{
		padding-top: 4em;
		padding-bottom: 4em;	

	}

	body.how-to-give aside > ul{	
		padding-top: 5em;	
		z-index: 100;
	}

	body.how-to-give aside div.donate-content{	
		position: absolute;
		padding-bottom:0;
		top: 0;	
	}

}

/* GENERAL */

article {
	  font-family:'Open Sans', sans-serif;
}

article h1, article h2, article h3 { 
	font-family:'Tungsten A', 'Tungsten B'; 
	letter-spacing: 0.05em;
}

article h1.link { 
	text-decoration:underline;
}


article h2 { 
	font-weight: 700;
    text-transform: uppercase;
    margin: 0;
	font-size: 2.2em;
}

article h2.base {
	font-family:'Open Sans', sans-serif;
	font-size: 1.3em;
	color: #696969;
}

article h3 {
	font-weight: 600;
	font-size: 2em;
}

article h3.base {
	font-family:'Open Sans', sans-serif;
	font-size: 1em;
}

article h4 {
	letter-spacing: 0.05em;
}

article h5 { 
	text-transform: uppercase;
}

article p {
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
}

article p.intro {
    color: #696969;
	font-family:'Tungsten A', 'Tungsten B';
    font-size: 2.2em;
	font-weight: 500;
    margin-top: 0;
}

/* fix board of directors images */
article img {
    padding: 0;
	
}




p.beep {
	color: #51C33A;
	text-align:center;
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 700;
}
p.beep span.roar { 
	font-size: 5em;
	font-family:'Tungsten A', 'Tungsten B'; 
	letter-spacing: 0.05em;
}

/* EASAL */

@media (max-width: 1048px) {
  body.easel article.interior:before,
  body.easel article.interior:after {
	display:none;	
	}

}

body.easel .site-content{
	position: relative;
}

body.easel article.interior {
	background-color: #edf8e5;
	border: 5px solid white;
	padding: 1em;
	box-shadow: 1px 1px 1px #E1E1E1;
	margin-bottom:222px;
}

body.easel article.interior:before {
	content: 'Easel Top';
	text-indent: -10000px;
	position: absolute;
	top: 24px;
	width: 100px;
	left: 325px;
	line-height: 1em;
	background-color: #edf8e5;
	border: 5px solid white;
	padding: 1em;
	box-shadow: 1px 1px 1px #E1E1E1;
}

body.easel article.interior:after {
	content: 'Easel Bottom';
	text-indent: -10000px;
	position: absolute;
	left: 12px;
	margin-top: 2em;
	width: 715px;
	background-color: white;
	border: 5px solid white;
	padding: 1em;
	height: 195px;
	z-index: 1;
	background-image: url('green-2.png');
	background-repeat: no-repeat;
}



/* CONTACT */

h3#directions + p {
  padding-bottom:0;
  margin-bottom:0;
}
	
ul.contact-name li {
    color: rgb(135, 135, 135);
    font-family: 'Open Sans',sans-serif;
    font-size: 0.8em;
    font-weight: 500;
	letter-spacing: 1.1;
}

ul.contact-name {
	margin-bottom: 15px;
}

ul.contact-name span.first {
    color: #696969;
    font-family: 'Tungsten A','Tungsten B';
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Marquee */

div.marquee-content strong {
	padding-right: 5px;
}

/* BOARD */
div.directors-intro, div.directors-listing {
    font-size: 1em;
}

div.expander {
    font-size: .6em;
}

/* Home */

.title-bar h3 {
	font-family: Tungsten A, Tungsten B, sans-serif;
}
.headline-quote p {
	font-family: Tungsten A, Tungsten B, sans-serif;
}

body.home article ul li {
	padding: 0;
	margin: 0;
}
