/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2015, 7:10:27 PM
    Author     : CK MacLeod
*/

/* post-format with thumbnail plus excerpt */

	
.entry-excerpt {
    background-color: whitesmoke;
    border-left: 1px dotted #a3a3a3;
    border-top: 1px solid #a3a3a3;
    color: #3a3a3a;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 20px;
    padding: 24px;
    text-align: left;
}
	
	
.entry-excerpt p {
        padding: 0;
	margin-bottom: 0;
	}

/*need to check for @media re-sizing of images */	
.single .entry-thumbnail img {
	min-width: 100%;
	
	}
.single .entry-thumbnail {
	margin-bottom: 20px;
	}
        
#post-display-meta-labels  {
    line-height: 150%;
    margin: 6px 0;
        } 
        
.post-display-meta-div {
         padding: 6px 0;   
        }
#subnote {
            font-size: 11px;
            font-weight: 700;

        }