:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
.site-header .title-area {
    display: none !important;
}

.site-header {
	position: relative;
	border: none;
	top: 0px !important;
}

.site-title {
	display: none !important;
}

.site-tagline {
    display: none !important;
}

body, h1, h2, h2, h2, h3, h4, h5, h6, p, input, select, textarea {
	color: #000000;
    font-family: 'Droid Serif', arial, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .entry-title a, .entry-title a:hover {
    font-family: 'Arial', arial, serif;
    font-size: 24px;
    line-height: 26px;
}


.entry-title a, .entry-title a:hover {
		color: #BC0000;
}

.entry-meta {
    display: none;
}

.sidebar {
    background-color: #f5f5f5;
    padding: 16px;
}

a, a:hover {
	color: #BC0000;
	border: none;
}

.pagination li.active a,
.pagination li.active a:hover {
    background-color: #BC0000;
}

.nav-primary {
    background-color: #fff;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

#menu-navbar a {
    color: #000;
	font-weight: bold;
}

#menu-navbar .current-menu-item a {
    color: #BC0000;
}

#menu-navbar .sub-menu a {
	color: #fff;
}

.nav-primary .responsive-menu-icon {
	color: #000000;
}

.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	color: #000000;
}

.genesis-nav-menu.responsive-menu .sub-menu {
	background-color: #333;
}

.genesis-grid-even, .genesis-grid-odd {
    width: 100%;
}

h2 {
    font-size: 24px;
		font-weight: bold;
}

h3 {
    font-size: 18px;
		font-weight: bold;
}

h4 {
    font-size: 16px;
		font-weight: bold;
}

strong {
    font-weight: bold;
}

.home .entry-content img {
    max-width: 150px;
    max-height: 150px;
}

/* center Jetpack Social Icons Widget */
.jetpack_widget_social_icons ul {
    text-align: center;
}

.widget h4.widgettitle {
  color: #000;
  padding: 0.5px 2px;
  margin-bottom: 1px;
  box-shadow: 0 0px 1px #fff;
  background: #1234;
	text-shadow: 1px 1px #f;
   }