/* Enter Your Custom CSS Here */

.redbold {
    font-family: adelle-sans, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #D81830;

}

.post ul {
    list-style: none;
    list-style-position: outside;
    font-family: serif;
  	font-size:130%;
  	line-height:1.5;
  	padding-bottom: 20px;
    margin-left: 0;
	 	padding-left: 2.5em;
    text-indent: -.65em;
}

.post li::before {
  content: "•  "; 
  color: #D81830;
}

.post li {

}

.small {
    font-variant: small-caps;
}

p.photocap {
  	color: silver;
  	font-size: 10px;
  	line-height: 1;
}