body {
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.site-header{
  background-color:#27528b;
  border-top:0px;
}

.site-header a, .site-header a:visited {
    color: #ffffff;
}

.nav-primary {
	background-color:#369b52;
}

.title-area {
	background-color:#369b52;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background-color:#369b52 !important;
}

.content-area {
	background-color:#e5e5e5;
}

.inside-article {
	padding:10px !important;
}

.after-entry .widget, .sidebar .widget {
	border-left:3px solid #27528b;
}

.site-footer {
 	background-color:#27528b;
}

.after-entry .widget-title, .sidebar .widget-title a, .sidebar .widget-title {
	color:#369b52;
}








html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.site-container {
   min-height:100%;
   position:relative;
}

.site-inner {
   padding-top:60px;
   padding-bottom:90px;   /* Height of the footer */
}

.site-footer {
   position:absolute;
   bottom:0;
   width:100%;
}

.site-footer p {
	display:none;
}

.entry-title {
	font-family: 'Oswald', sans-serif;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
	background-color: #369b52;
}

.archive-description, .author-box {
	background-color:#369b52;
}