#content {
    padding-top: 0;
    position: relative;
}

#content-head {
    position: relative;
    width: 100%;
    background: #FFF;
}

/** 
 * When scrolled past the top position of the content head, it
 * becomes fixed to scroll with the user. It also get's the `fixed`
 * class for any adjustments.
 */
#content-head.fixed {
    margin-top: 0;
}
#content-head .squeeze { 
    border-bottom: 1px dotted #818E98;
}

#content-head h1 {
    float: left;
    width: 550px;
}
#content-head ul {
    margin: 3px 0;
    padding: 0;
    float: right;
}
#content-head ul li {
    line-height: 2.5em;
    padding: 0.3em 0.5em;
}
#content-head ul li a {
    font-weight: 400;
    font-size: 1.1em;
}
#content-head ul li a.button {
    font-weight: 700;
    line-height: 1.5em;
    color: #FFF;
}
#content-head ul li a.current {
    font-weight: 900;
}

button.soft, .soft-button {
    border-radius: 5px;
    text-shadow: 1px 1px 0px #ffffff;
    background: #EEEEEE; /* fallback */
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(#EEEEEE), to(#CCCCCC)); /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #EEEEEE, #EEEEEE, #CCCCCC); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(   top, #EEEEEE, #EEEEEE, #CCCCCC); /* FF3.6+ */
    background: -ms-linear-gradient(    top, #EEEEEE, #EEEEEE, #CCCCCC); /* IE10 */
    background: -o-linear-gradient(     top, #EEEEEE, #EEEEEE, #CCCCCC); /* Opera 11.10+ */
    background: linear-gradient(        top, #EEEEEE, #EEEEEE, #CCCCCC); /* W3C */ 
    -moz-box-shadow:    1px 1px 2px #AAA;
    -webkit-box-shadow: 1px 1px 2px #AAA;
    box-shadow:         1px 1px 2px #AAA;   
    font-size: 0.9em;
    line-height: 1.8em;
    display: inline-block;
    padding: 0.2em 0.5em;
    cursor: pointer;
    color: #393939;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
button.soft *, .soft-button * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;    
}
button.soft.active, .soft-button.active,
button.soft:hover, .soft-button:hover {
    background: #DDDDDD; /* fallback */
    background: -webkit-gradient(linear, 0 50%, 0 100%, from(#DDDDDD), to(#AAAAAA)); /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #DDDDDD, #DDDDDD, #AAAAAA); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(   top, #DDDDDD, #DDDDDD, #AAAAAA); /* FF3.6+ */
    background: -ms-linear-gradient(    top, #DDDDDD, #DDDDDD, #AAAAAA); /* IE10 */
    background: -o-linear-gradient(     top, #DDDDDD, #DDDDDD, #AAAAAA); /* Opera 11.10+ */
    background: linear-gradient(        top, #DDDDDD, #DDDDDD, #AAAAAA); /* W3C */ 
    color: #393939;
}
     

button.soft.first, .soft-button.first {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; 
    border-right: 1px solid #DDD;
}
 
button.soft.middle, .soft-button.middle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #DDD;
    border-left: 1px solid #FFF;
}                                

button.soft.last, .soft-button.last {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #FFF;
}

button.soft.single, .soft-button.single {
    float: right;
    margin: -0.5em 0.5em 0 1em;
}

#departure-message .alert {
    padding: 8px 14px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#departure-message .alert-warn, #departure-message .warning {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}
#departure-message .alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
    border-width: 1px;
    border-style: solid;
}
#departure-message .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-width: 1px;
    border-style: solid;
}
.highlight {
    background: #D6EF85;
}
p.warning, p.highlight {
    border-radius: 0.5em;
    padding: 0.5em;
}
 
#facebox .content {
  padding: 10px;
  width: 600px;
}

.well {
    min-height: 2em;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -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);
}

.section {
    padding-left: 275px;
    padding-right: 12px;
    padding-bottom: 2em;
    padding-top: 25px;
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/section-bg.png?42baccd9707f') repeat-x top center;
}

.section.scroll-selected {

}
.section h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em;
    margin-top: 0;
}
.section.scroll-selected h3 {
    font-weight: 500;
}
 
.section .content {
    padding: 0 0.5em;
}
 
.content .grouped {
    border: 1px solid #D6D6D6;
    border-radius: 1em;
    padding: 1em;
    background: #FFF;
}
 

/* Scrolling navigation */
.scroll-nav {
    float: left;
    width: 255px;
    position: relative;
    z-index: 1;
    background: #FFF;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px#888;
    box-shadow: 0 0 10px #888;
}
.scroll-nav ul {
    list-style: none;
    margin: 0;
    padding: 0.3em;
}
.scroll-nav li {
    list-style: none;
}

.scroll-nav li a {
    display: block;
    padding: 0.3em 0.5em;
    padding-left: 20px;
    font-weight: 300;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555;
}
.scroll-nav li a.scroll-selected {
    font-weight: 700;
    text-shadow: 1px 1px 0px #ffffff;
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px #EEEEEE; /* fallback */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, -webkit-gradient(linear, 0 50%, 0 100%, from(#EEEEEE), to(#CCCCCC)); /* Saf4+, Chrome */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, -webkit-linear-gradient(top, #EEEEEE, #EEEEEE, #CCCCCC); /* Chrome 10+, Saf5.1+ */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, -moz-linear-gradient(   top, #EEEEEE, #EEEEEE, #CCCCCC); /* FF3.6+ */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, -ms-linear-gradient(    top, #EEEEEE, #EEEEEE, #CCCCCC); /* IE10 */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, -o-linear-gradient(     top, #EEEEEE, #EEEEEE, #CCCCCC); /* Opera 11.10+ */
    background: url('//media.gadventures.com/media-server/static/trip_summary/css/images/grey_tab_arrow.png?e0c796db52c1') no-repeat 7px 5px, linear-gradient(        top, #EEEEEE, #EEEEEE, #CCCCCC); /* W3C */
    -moz-box-shadow:    1px 1px 2px #AAA;
    -webkit-box-shadow: 1px 1px 2px #AAA;
    box-shadow:         1px 1px 2px #AAA;
}
