li {
  color: #232b2b;
}
a {
	text-decoration: underline;
	color: #232b2b;
}
a:hover {
	text-decoration: none;
	color: #232b2b;
}

p { font-style: normal;
		font-family: "Source Sans 3";
}
a:hover img {

opacity: 100;

}

#social-networking {
	visibility: collapse;
}

#header {
	background-color: #194036;
}

#wrapper {
	padding-top: 10px;
	padding-bottom: 0px;
}

.navbar-inner {
	background-color: #ffc51d;
	height: 0px;
	padding-bottom: 24px;
}

@media (min-width: 300px) {
	.navbar-inner {
	background-color: #ffc51d;
	height: 8px;
}
}	
@media (min-width: 700px) {
	.navbar-inner {
	background-color: #ffc51d;
	height: 18px;
	}
}
.navbar .btn, .navbar .btn-group {
	display: none;
}

.nav.nav-tabs.tab-count-4 li /*PH: fix for IE8*/ {
	width: 25%;
}

.navbar {
	display: contents;
	color: #000000;
}

.navbar .nav > li > a {
	color: #ffffff;
	text-decoration: none;
}
}
.navbar .nav > li > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.tabbed-widget .nav-tabs > li > a:hover {
	color: #999999;
}

.tabbed-widget .nav-tabs > li > a {
	color: white;
	text-decoration: none;
	filter: none;
}

.tabbed-widget .nav-tabs > li.active > a {
	color: black;
}

.tabbed-widget .tab-content ul li a:hover {
	text-decoration: none;
	color: rgb(136,136,136);
}

.tabbed-widget a {
	text-decoration: underline;
}

#sidebar .widget {
	padding: 10px;
}

.custom-background #sidebar .widget {
	padding: 10px;
}

.tabbed-widget .tab-content {
	padding: 0;
}

.wp-caption-text {
	padding: 3px;
}

.wp-block-search__button {
	inline-box-align
	padding: 10px;
	height: 36px
}

.widget h3.widget-title, .widget h4.widget-title {
	padding-bottom: 3px;
}

.tabbed-widget .tab-content ul > li {
	padding-bottom: 5px;
}

.wp-caption.aligncenter {
	margin-bottom: 20px;
}

.post-title a {
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-header-meta a {
	color: rgb(153,153,153);
}

.post p {
	font-size: 16px;
	line-height: 21px;
}

.post blockquote p {
	line-height: 24px;
}

.custom-background #sidebar .widget_search {
	margin-bottom: 10px;
}

#archive-page-title
{
	display: none;
	
}

#search-page-title
{
	display: none;
	
}

#footer .clearfix {
	background-color: #194036;
}

#footer a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}

#sidebar .widget {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#social-networking ul {
	display: none;
}

#infinite-footer .container {
	display: none;
}

#logo {
	visibility: hidden;
}
.breadcrumb 
{
  display: none;
}
#comments .comment-container .avatar-holder {
	display: none;
	vertical-align: top;
	width: 10%;
}
 #comments p {
    font-weight: normal;
  }
#respond p {
	font-weight: normal;
}
=