body { padding-top: 60px; }

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

.masthead {
    margin-top: -20px;
    background: #009ccc;
    color: #fff;
    padding: 30px 0 25px 0;
    margin-bottom: 18px;
}

.masthead h1 { color: #fff; text-shadow: 0px -1px 0px #339; }
.masthead a { color: #fff; }
.masthead .btn { margin-right:15px; }
.masthead span { font-size:16px; }
.subhead h1 { margin-bottom: 25px; }

.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #E5E5E5;
}

.row { margin-bottom: 18px; }
#pg-wrap.row { margin-bottom: 0; }

a.decorate { text-decoration: underline; }
a.bt-h1-right { font-weight: normal; float: right;}

.obscure {
  position: absolute !important;
  left: -9999px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

p.error, p.warning, p.info, p.done { padding:5px; color: #000; }
p.error { border: 1px solid #F6ABAB; background: #FAD0D0; }
p.warning { border: 1px solid #FCEB77; background: #FFF6BF; }
p.info { border: 1px solid #BCDFEF; background: #D1ECF7; }
p.done { border: 1px solid #D0F1A6; background: #E5F8CE; }

#js_map_canvas { width: 100%; height: 250px; }
#js_map_canvas img { max-width: none; }
#static_map_canvas { }

.pagination-nmt { margin-top: 0; }
.pagination-nmb { margin-bottom: 0; }

/* Navigation
-------------------------------------------------------------- */

/* Nav Bars */

.navigation { margin-bottom: 1em; font-size: 14px; line-height: 19px; }
.navigation a.active {
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px dotted #ccc;
    font-weight: bold;
    color: #222;
}
.navigation a {
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px dotted #ccc;
}
.navigation a.last {
    padding: 0;
    margin: 0;
    border-right: 0;
}

/* Button Bar */
.button-bar a {
    display: block;
    padding: 3px 8px;
    text-decoration: none;
}
.button-bar .option {
    display: table;
    table-layout: fixed;
    width:100%;
}
.button-bar .option strong {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}
.button-bar .option .l-col-ico {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}
.button-bar .option .m-col {
    display: table-cell;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding-right: 10px;
}
.button-bar .option .r-col-txt {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right;
}
.button-bar .option .r-col-ico {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    text-align: right;
}
.button-bar .option .l-col-ico img { display: block; float:left; }
.button-bar .option .r-col-ico img { display: block; float:right; }
.button-bar .last { margin-bottom: 0; }

/* Custom Bar Styles */
.button-bar.alpha a:hover .m-col strong {
    color: #09C;
}
.button-bar.alpha a {
    background: #EAF2FA;
    margin-bottom: 5px;
    color: #4D4D4D;
}
.button-bar.browse a {
    color: #4d4d4d;
    margin-bottom: 5px;
    background: #EAF2FA;
}
.button-bar.browse a:hover strong {
    color: #08C;
}
.button-bar.browse a.highlight  { background: #b2e1f1; }
.button-bar.browse a.highlight:hover  { }
.button-bar.browse .option .l-col-ico { width: 58px; }
.button-bar.browse .ico-box-32 {
    width: 30px;
    height: 30px;
    padding: 9px;
    background: #FFF;
    border: 2px solid #DDD;
    border-radius: 5px;
}
.button-bar.browse .ico-box-24 {
    width:22px;
    height:22px;
    padding:13px;
    background:#FFF;
    border:2px solid #DDD;
    border-radius:5px;
}

/* Map navigation */
.map-nav h3 { }
.map-nav .label {
    position: relative;
    top: -2px;
}
.map-nav .address {
    margin-top:3px;
}

/* Share navigation */
#share a.twit, #share a.fb, #share a.email, #share a.addthis {
    display: block;
    line-height: 16px;
    padding-left: 21px;
}
#share a.twit {
    margin-top: .75em;
    background:url('../img/design/twitter_16.png') center left no-repeat;
}
#share a.fb {
    background:url('../img/design/facebook_16.png') center left no-repeat;
}
#share a.email {
    margin-top: .75em;
    background:url('../img/design/email_16.png') center left no-repeat;
}
#share a.addthis {
    margin-top: .75em;
    background:url('../img/design/addthis_16.png') center left no-repeat;
}

.well-nav {
    font-size: 12px;
    text-align: right;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-nav a { font-weight: bold; }
.well-nav span { margin-right: 15px; }
.well-nav span.last { margin: 0; }

.nav-pills span {
    display: block;
    padding: 8px 12px;
    line-height: 14px;
    margin: 2px 2px 2px 0;
    border-radius: 5px;
    background: #F5F5F5;
}

/* Reviews
-------------------------------------------------------------- */

.reviews { margin-bottom: 18px; }
.reviews_sum {
    font-weight: bolder;
    margin-bottom:.5em;
}
.reviews_sum span {
    margin:0 .5em;
    position: relative;
    top: -3px;
}
.reviews_up, .reviews_mid, .reviews_down {
    background-repeat: no-repeat;
    padding-left: 21px;
}
.reviews_up {
    background-image:url('../img/design/up.gif');
}
.reviews_mid {
    background-image:url('../img/design/mid.gif');
}
.reviews_down {
    background-image:url('../img/design/down.gif');
}
.reviews a.btn {
    margin-top: 1em;
}

/* Breadcrumbs
-------------------------------------------------------------- */

#breadcrumb {
    background-color: #08C;
    margin-top: -20px;
    margin-bottom: 18px;
}
ul.breadcrumb {
    margin: 0;
    background: none;
    border: 0;
    box-shadow: none;
}
ul.breadcrumb li { text-shadow:none; }
ul.breadcrumb li a { color:#fff; }
ul.breadcrumb li.first-crumb a {
    text-shadow: 0 1px 0 #000;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color: #fff;
}
ul.breadcrumb li span.divider { color: #eee; }

/* Banners
-------------------------------------------------------------- */

.rhc-banner { height: 250px; }

/* Other
-------------------------------------------------------------- */

.right { text-align: right; }
.low { color: #ccc; }
.well { background-color: #eaf2fa; }
