body {
  font-family: Arial, Helvetica, sans-serif;
  min-width: 1170px;
}
.container {
  width: 1170px;
  max-width: none !important;
}
#top-bar {
  background: #000;
  min-height: 100px;
  padding: 10px 0;
}
#top-bar a {
  color: #fff;
}
#body-bg {
  background: url('../images/bg.jpg');
  background-repeat: repeat-x;
}
#main-container {
  background: #fff;
  min-height: 800px;
}
#top-nav {
  background-color: #dae7e7; /*Hub teal*/
  margin-top: 10px;
  padding: 5px 0;
}
#top-nav a {
  color: #000;
  font-family: "Georgia", serif;
  font-style: italic;
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
}
#top-nav .search-form .search-submit {
  display: none;
}
#left-col #menu-left-sidebar {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-transform: lowercase;
}
#left-col #menu-left-sidebar li {
  position: relative;
  margin: 0px;
  margin: 0px;
  border-bottom: 1px solid #d4e2e2;
}
#left-col #menu-left-sidebar li a {
  color: #000;
  font-family: "Georgia", serif;
  font-style: italic;
  display: block;
  padding: 10px 0px;
  font-size: 17px;
}
#left-col #menu-left-sidebar li a .glyphicon {
  font-size: 9px;
  padding-left: 20px;
}
#left-col #menu-left-sidebar li ul.sub-menu {
  background: #d9e1d7;
  display: none;
  z-index: 99;
  position: absolute;
  top: 0px;
  left: 165px;
  width: 170px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#left-col #menu-left-sidebar li ul.sub-menu li {
  border-bottom: 2px solid #fff;
}
#left-col #menu-left-sidebar li ul.sub-menu li a {
  padding: 5px 20px;
}
#left-col #menu-left-sidebar li:hover ul.sub-menu {
  display: block;
}
#left-col #menu-left-sidebar .current-menu-item a {
  font-weight: bold;
}
#left-col #left-cat {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#left-col #left-cat li {
  margin: 0px;
  margin: 0px;
  border-bottom: 1px solid #d4e2e2;
}
#left-col #left-cat li a {
  color: #000;
  font-style: italic;
  display: block;
  padding: 10px 0px;
  font-size: 16px;
}
#content h1 {
  font-size: 30px;
  font-weight: bolder;
  color: #999;
  letter-spacing: 2px;
}
#content p {
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  #content p {
    font-size: 18px;
    line-height: 27px;
  }
}
#content .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}
#content .post p.headlines {
  display: none;
}
#content .headlines {
  font-family: "Georgia", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 25px !important;
  margin-bottom: 0px;
}
#content .headlines a {
  color: #000;
}
#content .headlines:hover {
  text-decoration: none;
}
#content .headline:hover {
  color: #ccc;
  text-decoration: underline;
}
#content .date-meta {
  text-align: left;
  line-height: 24px;
  color: #999;
}
#content .date-meta img {
  padding-top: 10px;
}
#content .author {
  margin-bottom: 10px;
}
#content .author .posted {
  color: #999;
}
.ApostedDate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-align: left;
  line-height: 250%;
  color: #999;
}
.captionText {
  font-style: italic;
  display: inline-block;
  background: #fbfbfb;
  padding: 10px;
  border: 1px solid #efefef;
}
.post img {
  display: block;
  padding-bottom: 5px;
}
#right-sidebar-ads, #left-sidebar-ads {
  background: #e4e4e4;
  text-align: center;
}
#footer-nav {
  padding-top: 10px;
  background: #666;
  margin-bottom: 20px;
}
#footer-nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
#footer-nav ul li {
  display: inline;
  color: #fff;
}
#footer-nav ul li a {
  color: #fff;
  padding: 2px 6px;
  text-transform: lowercase;
  font-size: 14px;
  border-right: 1px solid #fff;
}
#footer-nav ul li:last-child a {
  border-right: 0px;
  /*
			&:after{
				content: " | ";
			}
*/
}
