/* Resize logo for header  */
.et_fixed_nav #logo
{
  max-height:inherit !important;
}

/* Keep primary  menu at the top of the screen, not scrolling */ 
.et_fixed_nav #main-header, .et_fixed_nav #top-header
{
  position:absolute !important;
}

/* for the secondary menu, once solid code to set "stickymenu" can be established */
.stickymenu 
{
  position:fixed;
  top: 0px;
  z-index: 99;
  margin-left:auto;
  margin-right:auto;
  background-color:black;
  background-image: url(http://darkodyssey.com/wp-content/uploads/2014/08/theme-colors-surrender-clear.png);
  width:100%;
  
}
  
/* The narrow headers for each even't subpage */
.modifiedPageTitle h1
{
     font-size: 3em;
}

.modifiedPageTitle img
{
  height: 100px;
  width: auto;
  position: relative;
  top: -5px;
  
}

.et_pb_section.modifiedPageTitle
{
  padding: 0px;
}


/* Correct the menu color bug */
#main-header .current-menu-item > a, #main-header .current-page-ancestor > a 
{
  color: white !important;
}

/* Correct the menu color bug */
#main-content .current-menu-item > a
{
  border-bottom: 4px solid white;
}

/*
.et-waypoint
{
  opacity:1 !important;
}*/

/* Make meta hidden, per https://basecamp.com/2111464/projects/6422364/todos/126345217 */
.post-meta 
{
  display:none;
}


/* To make background color black and text white, per https://basecamp.com/2111464/projects/6422364/todos/125077773  */ 

#main-content, .et_pb_section
{
  background-color: black !important; 
}
/* Add et_pb_bg_layout_dark class to any article tag - done via jQuery in Header and Footer */
/* In some cases, the style must be overridden. Known cases are as follows */
/* ggInlinePost wraps each article in a span with a style attribute set to black. Not cool */
.ggis-inlinepost span, #sidebar
{
  color: #FFF !important;
}


/* Pulls twitter timeline out of the 4-column footer into center of page. A single column is not enough to effectively use this plugin, and the these doesn't render any other column configurations. Another solution for twitter must be found if the footer widgets are desired in the future. */
/*
iframe.twitter-timeline-rendered
{
  width:575px !important;
}

#footer-widgets .footer-widget.last
{
  width:575px;
  margin-left:auto;
  margin-right:auto !important;
  float:none !important;
}

#footer-widgets .fwidget
{
  padding-bottom: 80px;
}
*/

/* Table headers to white */
.entry-content tr th, .entry-content thead th {
  color: inherit;
}

/* Hide invisible items */
.invisible
{
  display: none;
}

/* Remove "more" links */
.more-link
{
  display:none;
}


/* Custom formatting for fixed-width tables https://basecamp.com/2111464/projects/6422364/messages/31481839#comment_201857964 */
.fixedwidth-column-1
{
  width:669px;
}

.fixedwidth-column-2
{
  width: 141px;
}

.fixedwidth-column-3
{
  width: 141px;
}

/* Center bottom menu and social media links :https://basecamp.com/2111464/projects/6422364/todos/128015968 */
footer#main-footer .container
{
  text-align:center;
}

footer#main-footer .et-social-icons 
{
  float: none !important;
  padding-bottom:3px;
}