#header-image {
	pointer-events: none;
}

#header-menu ul.menu a {
  line-height: 2.5;
}

/*Hide Post Meta on Home- 12350718-hc KS */ .home footer.entry-meta{ display: none; }

p { font-family: "Times New Roman", Times, serif;
font-size: 1.05em; 
}

/* width of header image and menu */
#header-menu,
#header-image {
  width: 1260px;
  margin: 0 auto;
}

@media (max-width: 1344px) {
  #header-menu,
  #header-image {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  #header-menu,
  #header-image {
    width: 1100px;
  }
}
@media (max-width: 1152px) {
  #header-menu,
  #header-image {
    width: 1040px;
  }
}

@media (max-width: 1100px) {
  #header-menu,
  #header-image {
    width: 960px;
  }
}

@media (max-width: 1000px) {
  #header-menu,
  #header-image {
    width: 900px;
  }
}

@media (max-width: 940px) {
  #header-menu,
  #header-image {
    width: 740px;
  }
}

@media (max-width: 782px) {
  #header-menu,
  #header-image {
    width: 600px;
  }
}

@media (max-width: 568px) {
  #header-menu,
  #header-image {
    width: 440px;
  }
}

@media (max-width: 480px) {
  #header-menu,
  #header-image {
    width: 360px;
  }
}

#main {
    padding-top:0;
}

h3.widget-title {
	text-align: center;
}

.widget-title {
	margin-bottom: -10px;
}

.entry-content,.entry-summary {
	clear: both;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
}

.widget-area a:link,.widget-area a:visited {
	font-family: helvetica;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#content .post {
	margin-bottom: -23px;
}

.type-post .entry-title, .type-page .entry-title {
  font-size: 20px;
}

div.powered {
	visibility: hidden;
}

#infinite-handle { padding-top: 20px; }

.widget-area #subscribe-text p:last-child { margin-bottom: 5px; }

.widget-area #subscribe-email{ margin-bottom: 1px; }

.widget-area #subscribe-submit { margin-bottom:0; }

#header-menu ul.menu a, #footer-menu ul.menu a {
	padding: 0 16px;
}

/* reduce margin space between widgets */ .widget { margin-bottom: -20px; }

li#menu-item-9690 { border-right-style: solid; border-width: 1px; border-color: white; }

/* Removes right margin on menu */
ul.menu li {
    margin-right: -5px;
}

#header-menu, #header-image {
 border-radius: 5px 5px 0 0;
}

#header-menu #access {
 border-radius: 0 0 5px 5px;
}

#primary {
	float: left;
    overflow: hidden;
    width: 340px;
}

#secondary > .widget:last-child {
    margin-bottom: 0;
}

#header-menu ul.menu li:hover, 
#header-menu ul.menu li:hover a,
#header-menu ul.menu li:hover a:hover {
  color: #4169e1;
  background: initial;
}

/* Hide white header area */ 

#sidebar-header-right {
    display: none !important;
}
#header-content {
    padding: 0 !important;
}
#branding {
    display: inline;
}

div.sd-content ul {
	margin-bottom:0 !important;
}

#header-menu #access {
background-color: #0000A0;
}