/* This file will hold styles that are loaded using the same media query as the
  narrow grid. */
/* If you are using the default media queries provided by Omega,
 * these styles will also apply to the normal and widescreen layouts.
 * You may override these styles in the normal and widescreen CSS files as
 * appropriate. */
/*
header{
  background: red;
}*/
#site-clock-wrapper {
  margin: 15px 0px;
  height: 50px;
}
#site-clock-wrapper time.time,
#site-clock-wrapper time.date {
  width: auto;
  display: block;
  float: left;
  margin: 0px;
  height: 25px;
}
