.menu-main-menu-container {
  width: 960px;
  clear: both;
  margin: 0 auto;
  padding: 0;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 18px;
  overflow: auto;
}
.menu-main-menu-container ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container ul li a {
  color: #FF9900;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 6px 25px;
  text-decoration: none;
}
.menu-main-menu-container ul li a:hover {
  color: #FFF;
}
.menu-main-menu-container ul li.feed a {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 46px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/rss.jpg) 50% 50% no-repeat;
}
.menu-main-menu-container ul li.feed a:hover {
  color: #FFF;
}
.menu-main-menu-container ul li.current_page_item {
  color: #FFF;
  /*background: url(images/menu-active-bg.gif) bottom center no-repeat;*/
}
/* second level stuff */
.menu-main-menu-container li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container li li {
  padding: 0;
}
.menu-main-menu-container li li a {
  width: 180px;
  float: none;
  margin: 0;
  padding: 0 5px;
  background: #545454;
  border-bottom: 1px solid #070707;
}
.menu-main-menu-container li li a:hover {
  background: #070707;
}
.menu-main-menu-container li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0;
  padding: 0;
}
.menu-main-menu-container li ul ul {
  margin: -35px 0 0 190px;
}
.menu-main-menu-container li:hover ul ul,
.menu-main-menu-container li:hover ul ul ul,
.menu-main-menu-container li.sfhover ul ul,
.menu-main-menu-container li.sfhover ul ul ul {
  left: -999em;
}
.menu-main-menu-container li:hover ul,
.menu-main-menu-container li li:hover ul,
.menu-main-menu-container li li li:hover ul,
.menu-main-menu-container li.sfhover ul,
.menu-main-menu-container li li.sfhover ul,
.menu-main-menu-container li li li.sfhover ul {
  left: auto;
}
.menu-main-menu-container li:hover,
.menu-main-menu-container li.sfhover {
  position: static;
}
.menu-main-menu-container ul li li {
  font-size: 14px;
  background-color: #660000;
}
.menu-main-menu-container ul li li:hover {
  background-color: #333333;
}
.menu-main-menu-container ul li li a {
  color: #FFFFFF;
  background-color: #660000;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
}
.menu-main-menu-container ul li li a:hover {
  color: #FFFFFF;
  background-color: #333333;
}
#feature {
  position: relative;
}
#feature .photo-order-wrapper {
  position: absolute;
  top: 0;
  right: 30px;
}
#feature .photo-order-wrapper img {
  height: auto;
  width: auto;
}
#feature img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 600px;
}
#feature .feature-overlay {
  background-image: url(img/feature_image_gradiant.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  height: 100px;
  max-height: 100px;
  width: 100%;
  overflow: hidden;
}
#feature .feature-overlay .title {
  background: none;
  float: none;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
}
#feature .feature-overlay #feature-content {
  float: none;
  width: auto;
}
#feature .feature-overlay #feature-content p {
  padding-top: 0;
}
#feature .byline {
  position: absolute;
  bottom: 100px;
  right: 0;
  background-image: url(img/feature_author_back.png);
  background-repeat: no-repeat;
  padding-left: 15px;
  width: 240px;
  max-width: 255px;
  overflow: hidden;
  color: #FFFFFF;
  float: none;
  padding: 3px 0;
}
#feature .byline .byline-inner {
  padding: 0 15px;
  text-align: right;
}
.author-list {
  margin: 0 -1px 5px -1px;
}
.author-list .author-box {
  width: 112px;
  margin: 0 1px;
  float: left;
}
.author-list .author-box .author-name {
  background-color: #660000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11px;
  box-shadow: inset -2px -2px 5px 0px #340201, inset 2px 2px 5px 0px #b56c6d;
}
.author-list .author-box .author-name a {
  color: #FFFFFF;
  text-shadow: 2px 2px 1px #333333;
}
.author-list .author-box img {
  max-width: 112px;
  display: block;
  margin: 0 auto;
}
.author-list .author-box .author-cta {
  padding: 5px;
  text-align: right;
}
.author-list .author-box .author-cta a {
  font-weight: bold;
  color: #6C6C6C;
  padding-right: 22px;
  background-image: url(img/arrow-right.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 11px;
  text-transform: uppercase;
}
#content .article-listing-recent .post .img-container {
  float: left;
  width: 160px;
}
#content .article-listing-recent .post .img-container img {
  height: auto;
  max-width: 100%;
}
#content .article-listing-recent .post .post-container {
  float: right;
  width: 440px;
}
#content .article-listing-recent .post .post-container .byline {
  width: auto;
  padding-right: 12px;
}
#content .article-listing-recent .post .post-container .addtoany_share_save_container {
  margin-bottom: 0;
  margin-top: 0;
}
#content .article-listing-recent .post .post-container .addtoany_share_save_container .addtoany_list a {
  padding-left: 0;
}
#content .article-listing-recent .post .post-container .more-link {
  margin-top: 0;
}
#ads-fyi img {
  display: block;
  margin: 0 auto;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
#credits {
  color: #FFFFFF;
}
#credits a {
  color: #FFFFFF;
}
#credits a:hover {
  color: #FFFFFF;
}
