/* Disappear some fields from RL in the News page sticky post at top of page */
#post-4372 .postoptions, #post-4372 .readmore {
	display: none;
}
/* Customize some links */
.bodylink a {
text-decoration: underline;
}
body {
  font-size:14px !important;
}
p {
  line-height: 18px !important;
}
a:link,a:visited,a:active,a:hover {
  text-decoration:underline;
}
.headtext p {
  font-size:12px !important;
}
/* Change homepage banner text box size */
.nivo-caption {
  height: 120px !important;
}
/* Change homepage banner caption size */
.nivo-caption h4 {
  font-size: 28px;
}
/* Styling for Blog Post Date */
.blog-post-date {
  line-height: 2.5em;
  font-style: italic;
}