/**
 * Base styles.
 * Provides sensible defaults for everything to save you time. Override
 * with an empty stylesheet to start over from scratch.
 */

/**
 * Skip navigation ====================================================
 */
#skip-link {
  position: absolute;
  display: block;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: -10000px;
  width: 1px;
  height: 1px;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: auto;
  height: auto;
}

/**
 * Views ==============================================================
 */

/*
table.grid-2 td {width: 50%;}
table.grid-3 td {width: 33.3%;}
table.grid-4 td {width: 25%;}
table.grid-5 td {width: 20%;}
table.grid-6 td {width: 16.6%;}
table.grid-7 td {width: 14.2%;}
table.grid-8 td {width: 12.5%;}
*/

/**
 * CK Editor ==============================================================
 */

.cke_editable {
  max-width: 800px;
  margin: 0 auto;
}
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.cke_editable p,
.cke_editable blockquote {
  margin: 1.2em 0;
}


