/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  background: #eee url(../img/bg.jpg) fixed top center;
  overflow-y: scroll;
}

body {
  font-family: 'PT Sans Narrow', sans-serif;
  width: 980px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow: 0px 0px 20px #949494;
  -webkit-box-shadow: 0px 0px 20px #949494;
  box-shadow: 0px 0px 20px #949494;
}

h1 {
  font-family: 'Abel', sans-serif;
  font-weight: normal;
  font-size: 39px;
  border-bottom: 1px solid #222;
  margin: 12px 0 24px;
}
  h1 a, h1 a:hover {
    color: #222;
    text-decoration: none;
  }
  h1 span {
    color: #0085b6;
  }

h2 {
  font-weight: normal;
  font-size: 38px;
  border-bottom: 1px solid #222;
  margin: 12px 0 24px;
}

a {
  text-decoration: none;
  color: #0085b6;
}
  a:hover {
    color: #00b5f7;
  }

p {
  font-size: 18px;
}

#content {
  width: 610px;
  float: left;
  margin:  0 0 12px 30px;
}

.info {
  margin-top: -18px;
  font-size: 30px;
  color: #848484;
  line-height: 1.2;
}
.info span {
  display: block;
  font-size: 24px;
}

p.blueprint {
  text-align: center;
  margin: 24px 0 36px;
}

.floormapdiv {
  overflow: hidden;
  height: 0;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  }
  .current .floormapdiv {
    height: 205px;
    display: block;
  }

  .floormapdiv .north {
    position: absolute;
    top: 150px;
    left: 10px;
  }

.floormapwrap {
  float: right;
  margin: 10px 0;
}

.index #content {
  width: 640px;
  margin: 0;
}

#sidebar {
  width: 280px;
  float: right;
  margin: 0 30px 12px 0;
}
  #sidebar ul {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
  }
    #sidebar ul ul {
      margin-left: 10px;
    }
      #sidebar ul ul a {
        font-size: 24px;
        text-decoration: none;
        color: #222;
        margin-bottom: 12px;
      }
      #sidebar ul ul a:hover, #sidebar ul ul .current a {
        color: #0085B6;
      }
  #sidebar h3 {
    background: #222;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    margin: 0 0 8px;
  }
  #sidebar h3 a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
  }

  .suites_floor .suites a,
  .suites_floor .suites #sidebar h3,
  #sidebar h3 a:hover,
  #sidebar h3:hover,
  #sidebar .current h3 a,
  #sidebar .current h3 {
    background: #0085B6;
  }

  #sidebar li {
    clear: both;
  }

#footer {
  background: #222;
  clear: both;
  margin: 24px 0 0;
  text-align: left;
}
#footer img {
  margin: 24px ;
}

.index #footer {
  margin: 0;
}
.form-horizontal .control-label {
  width: 140px;
  font-size: 18px;

}

.form-horizontal .controls {
  margin-left: 150px;
}

.controls label.span2 { margin-left: 4px; width: 140px; }
.controls label.span5, .waiting label.span3 { margin-left: 4px; }

.controls { position: relative; }
label.error { position: absolute; bottom: 0; right: 0; }
.error { color: #B94A48; }




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}