/* 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;
}

.photocap {
  	color: gray;
  	font-size: 14px;
  	line-height: 1 !important;
    margin-top:-15px;
    padding-bottom: 20px;
}

.pullquote {
    float:right;
    font-family: adelle-sans, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    color: #D81830;
    margin-right:0;
    text-align:right;
  	line-height:1.3;
    margin-left:30%;
    padding-bottom:40px;
    padding-top:10px;
}

.pullquote:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 70%; /* Change this to whatever width you want. */
    margin-left:30%;
    padding-bottom: 20px; /* This creates some space between the element and the border. */
    border-top: 7px solid black; /* This creates the border. Replace black with whatever color you want. */
}