/* styles for "Insights" section of Denneen & Co. site  */


/* SECONDARY NAVIGATION */

#divsecondarynav ul li a.current,
#divsecondarynav ul li a.current:link,
#divsecondarynav ul li a.current:visited,
#divsecondarynav ul li a:active,
#divsecondarynav ul li a:hover,
#divsecondarynav ul li a:focus {
  border-left: 6px solid #ff6600;
}



/* MAIN TEXT */

#divtext h1 {
  color: #ff6600;
}
#divtext h1.articletitle {
  color: #666666;
  margin-bottom: 0px;
}
/* over article title */
#divtext p.overhead {
  color: #ff6600;
}


/* boxes on home page */
body.insights_home #insightscolumntable {
  border: none;
  margin-top: 16px;
}
body.insights_home #insightscolumntable th {
}
body.insights_home #insightscolumntable td.story {
  border: 1px solid #d2d4d7;
  padding: 8px;
  width: 260px;
}
body.insights_home #insightscolumntable h2 {
  color: #ff6600;
  margin-bottom: 10px;
}
body.insights_home #insightscolumntable h3 {
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
body.insights_home #insightscolumntable p.author {
  text-align: center;
}
body.insights_home #insightscolumntable {
}

