nav li,
#submit,
input#s,
.tagline,
.sub-title,
.copyright,
.read-more,
.rsswidget,
.widget h3,
.entry-meta,
.entry-title,
.entry-author,
.entry-header,
#social-box li,
.nav-next a,
.nav-previous a,
#respond label,
.section-header,
.comments .vcard,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
input[type="submit"],
.widget_ti-about-site p {
	letter-spacing:0;
	text-transform:none;
}

/* bold and increase size of menu font */
/*
.main-menu .sub-menu a {
   font-size: 26px;
} 
*/


/* change main menu drop down font; no caps in menus */

.main-menu .sub-menu .sub-links a {
   font-size: 12px;
   font-family: Georgia;
   text-transform: none;
   letter-spacing: 0px!important;
}
 
.sub-posts li a {
   font-size: 12px;
   font-family: Georgia;
} 



/* change width of sub-menus */
.main-menu > ul > .sub-links-only > .sub-menu {
    width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
 
.sub-menu .sub-menu {
    left: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* attempt to change height of the main menu */
.main-menu ul li a {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* attempt to change height of main menu - left side */
#masthead .main-menu .sub-menu .sub-links li {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
/* attempt to change height of main menu - right side */
#masthead .main-menu .sub-menu li {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}



/* No drop cap */
.ltr .entry-content > p:first-of-type:first-letter {
padding:0 !important;
float:none !important;
font-size:inherit !important;
font-weight:inherit !important;
font-family:inherit !important;
line-height:inherit !important;
}


/* Hide the secondary menu */
#masthead .top-strip nav { display: none; }


