/**
 * StPauli stpauli.css
 *
 * Use this file to add your custom styles.
 *
 * You can change the name of this file, just
 * remember to update the name in the info file
 * as well.
 */

 
#block-system-main {
 height:0px;
 }
 
#columns {
  background-image: url('/sites/default/files/mapbg.png') !important;
  background-repeat: no-repeat !important;
}

.region-highlighted {
background-color:transparent;
}

/* Tables */
table {
  border: none;
  border-collapse: collapse;
  border-width: 0;
  margin: 1em 0;
  width: 100%;
}
th {
  font-weight: 600;
  text-align: left;
}
th, td {
  border: none;
  border-width: 0;
  padding: 0.5em;
  vertical-align: top;
}
thead th:last-child,
tr td:last-child {
  border-right: none;
}
table .form-item,
table p {
  margin: 0;
}
tbody {
  border-top: none;
}
/**
 * Webkit work-around
 */
tr td:last-child {
  border-right: none;
}
/**
 * Define size of main content
 */
.scrollable {
  height: 550px;
  overflow-y: scroll;
}
li {
  display: list-item;
  list-style-position: inside;
}
article > header {
border-bottom: solid 0.5px #9e0f37;
position: relative;
}
/**
 * Dormonline settings
 */
#book p { 
 padding: 0px 0px 0px 0px; 
 margin:0; 
} 
#dormonline { 
 background-color:#9D1B39; 
 color:#ffffff; 
 font-family:Arial,Helvetica,sans-serif; 
 font-size:11px; 
 padding:20px; 
 width:220px; 
} 
#dormonline p { 
 margin:1px; 
} 
#dormonline label { 
 display:block; 
 float:left; 
 padding-top:3px; 
 width:60px; 
} 
#dormonline input { 
 border: 1px #FF2222 solid; 
 color:#9D1B39; 
 font-size:10px; 
 margin: 5px 10px 0 0; 
 padding:0 5px 0 5px; 
} 
#dormonline a { 
 color:#ffffff; 
} 
#dormonline a:hover { 
 background-color:#fffff; 
 color:#ffffff; 
} 
#dormonline select { 
 font-size:11px; 
} 
#dormonline .inputday { 
 margin-left:5px; 
 width:50px;
} 
#dormonline .inputmonth { 
 width:90px;
 margin-left:5px; 
} 
#dormonline .modify { 
 margin-left:30px; 
}
/* Collapsible region */
.js .region-collapsible,
.collapsible-toggle {
  display: none;
}
.region-collapsible-wrapper {
  display: none;
}
.toggle-active .region-collapsible-wrapper {
  display: block;
}
.section-collapsible,
.region-highlighted {
  padding: 1em 0;
}
.js .section-collapsible {
  bottom: 0;
  height: 50%;
  height: auto !important;
  max-height: 50%;
  position: fixed;
  right: 0;
  z-index: 100;
}
.section-collapsible.toggle-active {
  overflow: auto;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}
.region-collapsible {
  padding: 0;
  overflow: hidden;
  width:100%;
}
.region-collapsible  .block {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.js .collapsible-toggle {
  border: none;
  display: block;
  font-size: 1.077em;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.collapsible-toggle a,
.collapsible-toggle a:visited {
  background: url(/sites/default/files/abc.png) no-repeat;
  bottom: 0;
  display: inline-block;
  height: 104px;
  padding: 0em;
  position: fixed;
  right: 0;
  text-indent: -999em;
  width: 200px;
  z-index: 1;
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}
.toggle-active .collapsible-toggle a {
  background: url(/sites/default/files/cross.png) no-repeat;
  height: 20px;
  background-position: 100px;
  position: relative;
  float: right;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible-toggle a:hover {
background-image: url(/sites/default/files/abc.png);
}
.toggle-active .collapsible-toggle a:hover,
.collapsible-toggle a:active {
  background-image: url(/sites/default/files/cross.png);
  outline: 0;
}
.link { background-position: 0 0; }
.locked { background-position: 0 -66px; }
.minus { background-position: 0 -132px; }
.plus { background-position: 0 -198px; }
.popout { background-position: 0 -264px; }
.search { background-position: 0 -330px; }
.x { background-position: 0 -396px;}

ul.secondary, .section-collapsible, .region-highlighted {
background-color: #fffed5;
}

