 /* -------------------------[[ SITE WIDE TEXT STYLES ]] -------------------------------------------*/ 
.largeSectionHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #2E3336;
    text-transform: uppercase;
}

.largeSubheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #666666;
    line-height: 1.8em;
}

.sectionHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666666;
    text-transform: uppercase;
}

.subheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
}
.bodyCopy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.3em;
}
.copyrightText {
    font-family:Helvetica;
    font-size:11px;
    color: #888888;
    
}
a:link {color: #444444;text-decoration: underline;}
a:visited {color: #666666;text-decoration: underline;}
a:hover {color: #000000;text-decoration: underline;}
a:active {color: #555555;text-decoration: underline;}

a {text-decoration: none;}
textarea {
font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555555;
    width:95%;
}

 /* -------------------------[[ "Entry"" TEXT STYLES ]] -------------------------------------------
In this convention, and entry can be a review, blog, article. The entry classes are intended to define what is consistent between all. 
Acceptions in each case are listed in additional descriptors (e.g. .blogLinks)

*/ 
.entryDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    
}
.entryDescriptionSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    
}
.entryDescriptionSmallItalic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    font-style:italic
    
}
.entryTitle {
font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #444444;
    font-weight:bold;
}

.entryBody {
    font-family:georgia;
    font-size:14px;
    color: #666666;
    
}

.smallGrayText {
    font-family:Helvetica;
    font-size:12px;
    color: #888888;   
}

.footerHeader{ 
    font-size:16px;
    font-family: georgia;
}
.footerSubheader{
    font-size:14px;
    font-family: georgia;
    font-style:italic
}
.footerLink{
    color:#444444;
    font-size:12px;
    font-family: georgia;
}