/* ==========================================================================
INSTRUCTIONS FOR THIS STYLESHEET

Styles that appear only to logged in people. Plus the skip link, since I didn't know where else to put it.
========================================================================== */
/* ==========================================================================
   BREAKPOINTS
========================================================================== */
/* ==========================================================================
   COLORS
========================================================================== */
/* ==========================================================================
   IMAGES
========================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
   RESPOND TO
   Use the breakpoint names defined in base.scss
   The $direction argument defines the whether to to include sizes up or down from the breakpoint.
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ------- Clear list style --------------------- */
/* ==========================================================================
TYPOGRAPHY STYLES TO EXTEND THROUGHOUT THE THEME
Table of Contents
  %heading1
  %heading2
  %heading3
  %heading4
  %intro
  %list-item
  %quote
  %related-link
  %caption
========================================================================== */
/* =============================================================================
 *   Draggable Handles
 * ========================================================================== */
/* line 14, ../sass/10-controls.scss */
.draggable a.tabledrag-handle {
  float: none;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 20, ../sass/10-controls.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 24, ../sass/10-controls.scss */
ul.primary {
  border-bottom-color: #e7e7e7;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

/* line 30, ../sass/10-controls.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

/* line 36, ../sass/10-controls.scss */
ul.primary li a {
  background-color: #efefef;
  border-color: #e7e7e7;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

/* line 47, ../sass/10-controls.scss */
ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #efefef;
  border-color: #e7e7e7;
}

/* line 53, ../sass/10-controls.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 60, ../sass/10-controls.scss */
ul.secondary {
  border-bottom: 1px solid #e7e7e7;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

/* line 66, ../sass/10-controls.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

/* line 74, ../sass/10-controls.scss */
ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* Left and right margin are set by the global gutter width */
/* line 86, ../sass/10-controls.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 91, ../sass/10-controls.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 100, ../sass/10-controls.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
/* line 101, ../sass/_custom.scss */
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
/* line 110, ../sass/10-controls.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
 *  Maintenance pages
 * ========================================================================== */
/* line 121, ../sass/10-controls.scss */
.maintenance-page .container {
  padding: 40px 0;
}

/* line 125, ../sass/10-controls.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 132, ../sass/10-controls.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

/* line 139, ../sass/10-controls.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}

/* line 143, ../sass/10-controls.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *  MESSAGES
 * ========================================================================== */
/* line 151, ../sass/10-controls.scss */
#messages {
  clear: both;
  padding-top: 10px;
}

/* line 156, ../sass/10-controls.scss */
#messages > .messages {
  margin: 10px 0;
}

/* line 160, ../sass/10-controls.scss */
#messages > e {
  border-color: #dadada;
  background-color: #f8f8f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
