#mapdiv {
    width: 940px;
    height: 555px;
    float: left;
}

#view-trip #mapdiv {
    width: 625px;
    height: 400px;
    margin-bottom: 10px;
}

#view-profile .feed-item .vcard {
    display: none;
}

#view-profile .feed-item.comment .vcard {
    display: block;
}

.temporary {
    opacity: 0.4;
}

.dashboard .feed-item object {
    width: 70%;
    height: auto;
}

.trip-feed.videos.big object {
    width: 70%;
    height: relative !important;
}

.button.self {
    cursor: auto;
}

body#front-page #new #compass {
    background: url(/images/compass.png) top right transparent no-repeat !important;
    color: #4c86a6;
    font-size: 52px;
    height: 540px;
    position: absolute;
    right: 45px;
    top: 114px;
    width: 570px;
    z-index: 1 !important;
    opacity: 0.5;
}

body#front-page #new h2 {
    color: #4c86a6;
    font-size: 52px !important;
    line-height: 60px;
    z-index: 1;
    margin-bottom: 0;
}

body#front-page #new p {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#new iframe {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1000 !important;
}

#trip-feed .photos {
    margin: 7px;
    padding-bottom: 20px !important;
    float: left;
}

#trip-feed .photos a {
    line-height: 0;
    margin: 10px;
    padding: 0;
    display: block;
    float: left;
    border: 3px solid black;
}

#trip-feed .photos a:hover, #trip-feed .photos a:active, #trip-feed .photos a:focus {
    border: 3px solid #179ce4;
}

.photo-navigation {
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

.photo-navigation .button.next {
    float: right;
    margin-right: 12px;
}

#photo-picker {
    margin-bottom: 20px;
    height: 120px;
    width: 620px;
    overflow-x: scroll;
    overflow-y: hidden;
}

#photo-picker #photo-list {
    overflow: hidden;
    display: block;
}

#photo-picker #photo-list a {
    padding-left: 2px;
}

#photo-picker #photo-list img {
    padding-left: 2px;
    display: block;
    float: left;
}

.skipper img {
    border: 2px solid #179ce4;
}

#trip-meta .trip-actions {
    width: 100%;
    padding-top: 20px;
}

#view-dashboard-home .feed-item img {
    max-width: 180px;
}

h1 a, h3 a.right {
    float: right;
    color: white !important;
}

h1 a:hover, h3 a.right:hover {
    text-shadow: 1px 1px 0 black;
}

.button {
    border: none !important;
}

.button:hover {
    -webkit-box-shadow: 0 0 5px #254557;
    -webkit-transition: ease 0.1s;
}

.button:focus, .button:active {
    position: relative;
    top: 1px;
}

a:focus, a:active {
    position: relative;
    top: 1px;
}

.notification a {
    position: relative;
    top: auto !important;
}

.button.absolute:focus, .button.absolute:active {
    position: auto;
    top: auto;
}

#async-wrapper {
    position: relative;
}

#async-wrapper .loading {
    position: absolute;
    top: 200px;
    left: 150px;
    background: url(/images/loading.gif);
    display: block;
    width: 220px;
    height: 19px;
}

li.current-step a {
    color: white !important;
    text-decoration: none;
}

.button.downcase span {
    text-transform: lowercase !important;
}

#main li.boat {
    padding: 5px;
    margin-bottom: 5px;
}

#main li.boat.selected {
    background: #179ce4;
    color: white !important;
    font-weight: bold;
}

#main li.boat.selected a {
    color: white;
}

.light {
    color: #aaaaaa;
}

.invisible {
    opacity: 0;
}

form#new_trip fieldset input#boat_name, form.edit_trip fieldset input#boat_name {
    float: left;
    margin-right: 10px;
    width: 280px;
}

#edit-crew {
    background: white;
}

.badges, #badges {
    opacity: 0;
}

.bio {
    width: 250px !important;
    border: none;
}

#subnav li {
    background: white;
    -webkit-border-radius: 10px;
}

.qualification {
    float: left;
    clear: both;
}

#view-settings-qualifications fieldset {
    margin-bottom: 10px;
    width: 380px;
    background: #e8e8e8;
    padding: 10px;
}

.path-block {
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

form.loading {
    opacity: 0.5;
}

