.headline {
    color: #553B22;
    font-size: 30pt;
    font-weight: bold;
}

.subheading {
	font-weight: bold;
	color: #8EB1B5;
	font-size: 20pt;
}

.credit {
	font-size: 11px;
}
.alignright {
	float:right;
	margin:0 0 10px 10px!important; 
}
.alignleft {
	float:left;
	margin:0 10px 10px 0!important; 
}
img.nomargin {
	margin:0 0 4px 0!important;
}
img.grayborder {
border:2px solid #CCC;
padding:0px!important;
margin-bottom:4px!important;
}
/* the below three styles are for the what we do buttons -- the declarations (float, margin, padding, color, etc) are also in the ypf-2014.css file */
a.btn-learn-more {float:right;background-color:#807E19;font-size:12px;color:#FFF!important;text-transform:uppercase;text-decoration:none!important;padding:6px 8px;margin:0 0 0 15px;}
a.btn-donate {float:right;background-color:#CD9033;font-size:12px;color:#FFF!important;text-transform:uppercase;text-decoration:none!important;padding:6px 8px;margin:0 0 0 15px;}
.funding {font-style:italic;color:#817e1a;font-weight:bold;margin:0 0 6px 0!important;text-align:left;}

/* the below blockquote styles are for wherever -- the declarations are also in the ypf-2014.css file */
p.pullquote, p.pullout {
	font-family:"Times New Roman", Times, serif!important;
	background: #E9E8E0;
  border-left: 10px solid #8eb1b5;
  margin: 10px;
  padding: 20px;
  width:300px;
  font-family:"Times New Roman", Times, serif;
  font-size:18px!important;
  color:#666!important;
  font-style:italic!important;
  text-align: justify!important;
  line-height:normal!important;
  }

p.pullquote cite, p.pullout cite {
color: #999999;
font-size: 13px;
display: block;
margin: 0 10px 0 0;
text-align:right;
}
 
p.pullquote cite:before , p.pullout cite:before {
content: "\2014 \2009"
}

p.pullquote{
  display:block;
  position: relative;
  padding:40px 20px 15px 20px;
  text-indent: 50px;
}
p.pullquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  /*Font*/
  font-size: 120px;
  line-height:auto;
  font-weight:bold;
  color: #cccccc;
  /*Positioning*/
  position: absolute;
  left: -45px;
  top:-10px;
  
}
p.pullquote::after{
  /*Reset to make sure*/
  content: "";
}  

/*.byline {

}

.greylink {
}

.greytext{
}

.browntitle{
}

.yellowtitle{
}
*/







