/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
}

.polNoticeTable, .polNoticeTable &gt; *, .polNoticeTable * {
	border: none;
}

.site-header {
	max-width: 100%;
}

#site-header {
	background-color: black;
	background-image: url('http://trueblueline.net/wp-content/uploads/2015/07/trueblueline-logo-head-bg6.png');
	background-repeat: repeat-x;
}

.post-navigation {
	margin-right: 0;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .hentry, .comments-area, .post-navigation, .image-navigation, .archive-header {
	max-width: 100%;
}

.content-area, .content-sidebar {
	padding-top: 20px;
}

body.home div.entry-content a img.alignleft, body.home div.entry-content figure img, body.home div.entry-content img.alignnone {
	display: none;
}

body.search div.entry-summary a img.alignleft {
	display: none;
}

.search-toggle, .primary-navigation li:hover &gt; a, .primary-navigation li.focus &gt; a, button, .button, input[type="button"], input[type="reset"], input[type="submit"], #primary-navigation div ul li ul * {
	background-color: #2288ff;
}

body.single div.post-thumbnail {
	display: none;
}

body.single #content {
	margin-top: 20px;
}

.site-navigation .current_page_item &gt; a, .site-navigation .current_page_ancestor &gt; a, .site-navigation .current-menu-item &gt; a, .site-navigation .current-menu-ancestor &gt; a, .content-sidebar .widget a {
	color: #2288ff;
}

footer div.site-info {
	display: none;
}

/*iframe#twitter-widget-0 {
	height: 900px;
	width: 100% !important;
}*/
.jp-relatedposts-post-img {
	display: none !important;
}

.featured-content-inner &gt; .sticky &gt; a.post-thumbnail {
	display: none;
}

/*#masthead {
	top: 152px;
}*/
/*
div#page div.post-thumbnail img {
	display: none;
}

div#page div.post-thumbnail {
	height: 30px;
}*/