/* creates k-comments style */
.k-comments {
  font:arial;
  color:#aa0000 !important;
  font-weight:800;
}

/* all links blue */
a:link  {
  color:#0000ff !important;
}

/* all links blue */
a:visited  {
  color:#0000ff !important;
}

/* menu bar links white */
.primary-navigation-wrap a:link  {
  color:white !important;
}

/* menu bar links white */
.primary-navigation-wrap a:visited  {
  color:white !important;
}

/* Turn off constant contact disclaimer */
.ctct-disclosure {
	visibility: hidden !important;
  display:none !important;
}



/* Set size &amp; color of h1 */
h1 {
  font:arial;
  color:#008000 !important;
}

/* Set size &amp; color of h2 */
h2 {
  font:arial;
  color:#0000ff !important;
}

/* Set size &amp; color of h3 */
h3 {
  font:arial;
  color:#0000ff !important;
}
/* Set size &amp; color of h4 */
h4 {
  font:arial;
  size:12px;
  color:#aa0000 !important;
}
/* Set size &amp; color of p */
p {
  font:arial;
  size:10px !important;
}

/* Turn off comments count for home page */
.su-post-comments-link {
  display:none !important;
}

/* Turn off previous headline on home page */
 .nav-links {
  display:none !important;
}

/* Customice SU-Post Thumbnail Display */
.su-posts-default-loop .su-post-thumbnail {
  display:none !important;
}

/* Customice SU-Post Display */
.su-posts-default-loop .su-post {
  float:left !important;
  width:95%;
  height:300px;
  border-style: solid;
  border-width: 1px;
  padding:10px 10px 10px 20px;
  margin:10px;
  overflow:hidden !important;
  box-shadow: 5px 5px 2px #888888;
}


/* Remove read more button */
.read-more {
  display:none !important;
}




/* Full Size Logo-Header */
.header-main {
    padding: 0 0 0 0 !important;
    background-color: #ba3129 !important;
    max-width: 100% !important;
}


/* Full Size Logo-Header */
.site-branding {
  padding:0px !important;
  margin:0px !important;
  max-width:100% !important;
}

.header-widgets {float:left; width:35%; min-width:300px;}


