/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  color: #383838; }

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff; }

/*
 * Header
 */
#logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0; }

#logo img {
  vertical-align: bottom; }

#name-and-slogan {
  float: left;
  margin: 15px 0 0 30px; }

h1#site-name,
div#site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em; }

#site-name a {
  display: block;
  width: 82px;
  height: 98px;
  background: url(../images/logo.png) no-repeat; }
  #site-name a span {
    visibility: hidden; }

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none; }

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline; }

.region-header {
  clear: both;
  /* Clear the logo */ }

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
.breadcrumb {
  padding-bottom: 0;
  /* Undo system.css */ }

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  margin: 0; }

h1.title {
  margin-bottom: .5em; }

.page-label h1.title, .page-management h1.title, .page-publishing h1.title, .page-film-tv h1.title, .page-node-1441 h1.title, .page-news h1.title, .page-about h1.title {
  display: none; }

tr.even {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */ }

tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */ }

div.messages {
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */ }

div.messages ul {
  margin-top: 0;
  margin-bottom: 0; }

div.warning,
tr.warning {
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */ }

.error {
  /* color: #e55; */
  /* Drupal core uses a #e55 background */ }

.warning {
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */ }

ul.links.inline {
  display: block;
  /* Let the links be inline, but the container be a block. */ }

ul.links li {
  padding: 0 1em 0 0;
  /* LTR */ }

.item-list .pager {
  padding: 0;
  font-weight: bold; }

.item-list .pager li {
  padding: 0 0.5em; }

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer
 */
.section-kidswerk .region-footer {
  display: none; }

/*
 * Page bottom
 */
@media only screen and (max-width: 46em) {
  #header {
    background: rgba(56, 56, 56, 0.7); }

  #name-and-slogan {
    float: none;
    margin: 0 auto;
    width: 82px; }

  #site-name a {
    display: block;
    width: 82px;
    height: 98px;
    background: url(../images/logo-white.png) no-repeat; }
    #site-name a span {
      visibility: hidden; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #site-name a {
    background-image: url(../images/logo-@3x.png);
    background-size: 82px 98px; } }
@media only screen and (max-width: 46em) and (-webkit-min-device-pixel-ratio: 2) {
  #site-name a {
    background-image: url(../images/logo-white-@3x.png);
    background-size: 82px 98px; } }
