/**Set max width of body **/
body {
max-width: 480px; 
margin: auto;
} 


/** to set caption on legacy import from US **/

.legacy-caption{
font-size: 12px;
padding: .3em 0;
border-bottom: 1px dashed #b2b2b2;
display: block;
text-indent: 0px;

}

div.ad.visible {
  visibility: visible;
 text-align: center;
}
div.ad{
 text-align:center !important;
}



/**** Clone and css sharing tools ****/

.inlinelink{
font-weight: bold; color: black; display: inline; text-decoration: underline;}

ul.share-tools{
background-image:none;
border-bottom:0px;}


/****  ****/

#div-body h1.section-name {
  background-color:#21591d;

}

/* CUSTOM LAYOUT FOR PUSHES */

div.v2-push-large .pushinner {
  margin-top: 129px;
}

div.body div.v2-push-large h1 {
  font-size: 28px;
  padding-top: 7px;  
}

div.v2-push-large div.pushimg {
  top: -118px;
}

div.body div.v2-push-large div.excerpt, 
div.body div.v2-push-medium div.excerpt {
  font-family: helvetica;
}

/* Hide orange date stamp in pushes on touch site */
.excerpt .date {
  display: none !important;
}