@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Handlee');
body {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #070537;
}
#sidebar .widget_search {
    background: #f5f5f5;
}
#sidebar .widget_search #searchform #searchfield {
    width: 79%;
    font-size: 16px;
}
#searchform #searchfield {
    color: #070537;
}
#footer {
	font-size: 12px;
    background: #00B1AE;
    color: #070537;
}
.page-title {
	font-family: 'Handlee', cursive;
}
table {
    font-size: 14px;
}
#catnav ul li.menu-item-has-children>a {
    background: url(images/downarrow.png) 99% 50% no-repeat;
}

.quote {
	font-weight:bolder !important;
	
	font-style: italic;
}

span.names {
    font-size: 9pt;
    color: #00b1ae;
}

h3.recent_title {
    display: none;
}

.entry .meta {
display:none !important;
}

div#comments {
    display: none;
}

.auth-bio.clearfix {
    display: none;
}