body {
  background: #fcfcfc;
}

#masthead {
  /*background: #fcfcfc;*/
  padding: 0px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

.main-navigation {
  margin: 0px;
}

.main-navigation ul ul a {
  width: 300px;

		border-top: 1px solid aliceblue;
		font-weight: 600;
}

.main-navigation ul li a, #masthead.masthead-logo-in-menu .logo {
  /*padding-left: 12px;
  padding-right: 12px;*/
}

#main {
  padding: 0px;
}
#colophon #theme-attribution, #colophon #site-info {
  text-align: center;
  margin-top: 1px;
  color: #aaa;
  font-size: 11.5px;
		
}
.layout-full #colophon {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
		background: #025c7c;
}
.entry-content a {
  color: #006b67;
	font-weight: bolder;
}
.entry-content h2 {
  font-size: 1.2em;
  line-height: 22px;
  /*font-weight: bold;*/
}


@media screen and (max-width: 640px) {
  body.responsive #footer-widgets .widget, body.responsive #masthead-widgets .widget {
    width: auto;
    float: none;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 1px;
  }
}