/* Companion Custom CSS over-rides for [ Truman Review ]:  -  */
.site-header {
	background-color: #660076;
}
.header-navigation, .footer-navigation {
	background-color: #8B784A;
}
.header-navigation li ul li a, .footer-navigation li ul li a {
	background-color: #666666;
}
.site-info a {
	color: #ffffff;
}

.header-navigation li ul li a:hover, .footer-navigation li ul li a:hover { 
	background-color: #8B784A;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

.issuem_active_list_widget p.issuem_widget_issue_name {
    color: rgb(0, 0, 0);
}
.issuem_articles_shortcode .issuem_article_category {
	background: url("/files/2014/01/bg-sectionheader-copy.gif") no-repeat scroll 0 0 transparent;
}
.header-image, #masthead, #header-image {
	padding: 0;
	margin: 0;
	float: left;
}
#header-navigation {
	margin: 0;
	float: left;
	width: 100%;
}
.widget img {
	box-shadow: none;
}
.issuem_article_list_widget .article_list, .widget-area .widget h3 {
	margin-bottom: 0;
}
.widget-area .widget {
	margin-bottom: .5rem;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 10px;
}
a, a:visited, a.issuem_article_link, a.issuem_article_link:visited, a.issuem_widget_link, a.issuem_widget_link:visited, .issuem_article_list_widget p .issuem_widget_link, .issuem_articles_shortcode .issuem_article_link, .issuem_articles_shortcode .issuem_article_link:visited  {
	color: #702c91;
}
a.issuem_widget_link:hover, .issuem_article_list_widget p .issuem_widget_link:hover {
	color: #702c91;
	text-decoration: underline;
}
span.featured_slider_teaser {
	display: none;
}