#content, #content input, #content textarea ,.entry-content, .entry-summary {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 27px;
	width: 680px;
}

#content .entry-title {
	color: green;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	color: green;
}

.entry-title a:link,.entry-title a:visited {
	color: green;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

#site-title a {
	color: green;
}

#site-description {
	color: black;
	font-style: normal;
}

.navigation {
	color: #0000FF;
}

.navigation a:link,.navigation a:visited {
	color: #0000FF;
}

#access ul ul a {
	background: #006699;
	font-size: 15px;
	font-weight: bold;
}

#access li:hover > a,#access ul ul :hover > a {
	background: #006699;
	font-size: 15px;
	font-weight: bold;
}

#access .menu-header,div.menu {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.sidebar {
font-size: 15px;
}

.footer {
font-size: 15px;
}

.entry-date {
font-size: 19px;
font-weight: bold;
}

.entry-category {
font-size: 19px;
font-weight: bold;
}

.cat-links {
font-size: 19px;
font-weight: bold;
}

#site-description {
clear: right;
color: #000000;
float: right;
font-size: 16px;
font-style: bold;
margin: 1px 0 12px;
width: 320px;
}

#content .entry-utility {
    font-size: 18px;
    font-style: bold;
		color: black;
}

#content p {
    font-size: 24px;
}

#content h3 {
	font-size: 20px;
}

.pagination-post a { 
	font-size: 18px;
}
/*
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 95%;
  border: 2px solid grey;
}

input[type="text"] {
  width: 100%;
  border: 2px solid grey;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding:8px;
  box-sizing: border-box;
  transition: 0.3s;
}
*/
#subscribe-email input {
	width: 70%;
	height: 25px;
	padding: 10px 8px;
	font-size:18px;
	float:left;
}

#subscribe-submit input {
	width:25%;
	padding:0;
}

/*
#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap {
    width:400px !important;
}
*/

.wpforms-form {
    background-color: #eee !important;
    padding: 20px 15px !important;
    border: 3px solid #666 !important;
}

/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}