/*
Theme Name: Smpl Skeleton
Version: 2.1.1
Theme URI: http://www.simplethemes.com/wordpress-themes/theme/skeleton
Author: simplethemes
Author URI: http://www.simplethemes.com
Description: Skeleton is a simple, mobile-friendly, responsive theme that can be used as a simple WordPress theme or as a starting point for designers to make further customizations. Skeleton is fully child-themeable and includes several useful theme options to extend typography, colors, background and header styles.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, two-columns, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, sticky-post, translation-ready, black, blue, custom-background, custom-colors, featured-images, theme-options, threaded-comments
Text Domain: smpl
*/


/* Table of Contents
==================================================
  #Global Reset
  #Structural Customization
  #Header
  #Navigation Bar
  #Typography
  #Tables
  #Widgets
  #WP Blog
  #Styled Buttons
  #Tabs
  #Toggles
  #Callouts
  #Comments
  #WP Gallery
  #Misc
*/

/* must be before any other @-rule */
@import url("./style-main.css");
@import url("./style-pagetweaks.css");
@import url("./style-tables-etc.css");
@import url("./style-ubermenu.css");
@import url("./style-header.css");
@import url("./style-footer.css");
@import url("./style-carousel.css");
@import url("./style-page-pricelist.css");
@import url("./style-temp.css");
/* miniy this too, was all the stuff below the header in the default style file */
@import url("./style-inc.css");


table.SystemStatus td {
  font-size: 0.8em;
}
table.SystemStatus td.header {
  font-size: 1em;
  font-weight: bold;
  background: whitesmoke;
}
table.SystemStatus td div {
  color: gray;
}
table.SystemStatus td img {
  margin: -3px 6px -3px 3px;
}
table.SystemStatus td .moreinfo {
  color: red;
  text-decoration: underline;
}

/* for centering blocks */
.centercontent {
  text-align: center;
}

body.page-id-3329 #content {
  /* Data Centers */
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/wp-content/themes/nac/images/wallpaper/flexreplication.jpg);
}

body.page-id-3408 #content {
  /* Data Centers */
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/wp-content/themes/nac/images/wallpaper/columbus1.jpg);
}






  body.page-id-3408 .alternating-bg figure.z-image-block.z-image-block-collapse img {
    display: block;
    margin: 0 0 20px 0;
  }











/* 
for Youtube auto scale width script 
*/
.x-videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.x-videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93%;
}

