/* --------------- reset -------------- */
* {
    margin: 0px;
    padding: 0px;
}

a {
    outline: none;
}

hr {
    clear: both;
}

/* --------------- structure -------------- */

div.inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
}


/* --------------- header -------------- */

#header {
    z-index: -10;
    height: 148px;
    background-image: url("/static/images/website/header_bg.png");
    background-repeat: repeat-x;
}

#header * {
    z-index: 10;
}

#header_logo {
    float: left;
    margin-top: 27px;
}

#header_logo > img {
    border: none;
    outline: none;
}

#header_right_image {
    float: right;
}

#tagline {
    position: absolute;
    top: 69px;
    left: 194px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

/* --------------- above fold -------------- */

#above_fold {
    background-image: url("/static/images/website/above_fold_bg.png");
    background-repeat: repeat-x;
    background-color: #b5a693;
    min-height: 374px;
    height: auto;
    padding-top: 30px;
    position: relative;
}

#above_fold h1 {
    font-size: 26px;
}

.login_link {
    position: absolute;
    right: 3px;
    top: -22px;
}

.login_link, .login_link a {
    color: #52514e;
    text-decoration: none;
}

.login_link a:hover {
    text-decoration: underline;
}

#pitch {
    position: relative;
    width: 470px;
}

#pitch h1 {
    font-family: helvetica,arial,sans-serif;
    color: #3a3a34;
    font-size: 38px;
    font-weight: bold;
}

#pitch h2 {
    font-family: georgia,times;
    color: #36312e;
    font-size: 25px;
    font-weight: normal;
}

#pitch p {
    font-family: georgia,times;
    color: #3f3f3f;
    font-size: 21px;
    font-weight: normal;
}


#pitch .get_started_link {
    position: absolute;
    bottom: -93px;
    right: 0px;
}

#dest_visual {
    float: right;
}


/* --------------- below fold -------------- */

body {
    background-color: #564836;
}

#below_fold {
    clear: both;
    /*background-image: url("/static/images/website/below_fold_bg.png");
    background-repeat: repeat-x;*/
    background-color: #564836;
    /*padding-top: 20px;*/
}

#plnnr_benefits {
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
}

.plnnr_benefit {
    height: 125px;
    width: 260px;
    float: left;
    margin: 0 40px 2px 0px;
    color: #ecf4ee;
    text-align: justify;
}

.plnnr_benefit > h2 {
    height: 40px;
    font-size: 19px;
}

.plnnr_benefit > h2 > span{
    position: relative;
    top: -8px;
}

#flow_explain {
    font-family: helvetica,arial,sans-serif;
    clear: both;
    width: 900px;
    height: 211px;
    border: solid 3px #fff;
    background-image: url("/static/images/website/flow_explain_bg.png");
    background-repeat: repeat-x;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#flow_explain > div.flow_item {
    float: left;
    width: 150px;
    padding: 12px 2px 3px 4px;
    text-align: center;
}

#flow_explain > div.flow_item > h3 {
    color: #000;
    font-size: 18px;
}

#flow_explain > div.flow_item > h4 {
    color: #4d4046;
    font-size: 12px;
}

#flow_explain > div.flow_item > p {
    color: #1b191a;
    font-size: 12px;
}

#flow_explain > div.flow_item .graphic {
    height: 105px;
    margin: auto auto;
    position: relative;
}

#flow_explain > div.flow_item .graphic .get_started {
    position: absolute;
    width: 115px;
    height: 26px;
    left: 19px;
    top: 26px;
}

#flow_explain > div.flow_item .graphic .big_cursor {
    position: absolute;
    left: 50px;
    top: 42px;
}

#flow_explain > div.flow_item .graphic .review,
#flow_explain > div.flow_item .graphic .compare {
    position: absolute;
    top: 10px;
    left: 17px;
}

#flow_explain > div.flow_item .graphic .print {
    position: absolute;
    top: 20px;
    left: 40px;
}

#flow_explain > div.flow_item .refine{
    position: absolute;
    top: 10px;
    left: 31px;
    text-align: left;
    list-style: none;
}


#flow_explain > img {
    float: left;
}

#below_fold .get_started_link {
    margin: 40px auto;
    margin-bottom: 0px;
}

#plane_image {
    position: absolute;
    right: -142px;
    top: 302px;
}

/* --------------- get started -------------- */

.auto_start_button {
    display: block;
    background-image: url('/static/images/button_bg.png');
    background-repeat: repeat-x;
    height: 29px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;

    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

    box-shadow: 3px 3px 8px #888;
    -moz-box-shadow: 3px 3px 8px #888;

}

.get_started_link img {
    border: none;
    outline: none;
}

.get_started_link {
    width: 230px;
    height: 70px;
    position: relative;
    text-decoration: none;
}

.get_started_link > .its_free {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

/* --------------- footer -------------- */

#image_credit {
    position: absolute;
    right: 0px;
    top: -119px;
}

#image_credit, #image_credit_link {
    color: #999;
    font-size: 10px;
}

#footer {
    margin: 0 auto;
    margin-top: 20px;
    width: 450px;
    text-align: center;

    font-family: helvetica,arial,sans-serif;
    color: #765;
    height: 36px;
}

#footer > a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}

#footer .city_details_links a {
    text-decoration: none;
    color: #847260;
}

/* --------------- poi lists -------------- */
ul.city_poi_list {
    list-style: none;
}

ul.city_poi_list > li {
    display: block;
    float: left;
    width: 340px;
}

.itinerary_item, .poi_list_item {
    width: 340px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 4px;
    margin-left: 9px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
    border: 1px solid #939090;
}


.itinerary_item, .poi_list_item {
    padding: 7px 35px 7px 8px;
    font-size: 85%;
    min-height: 68px;
}

.poi_thumbnail {
    position: relative;
    height: 60px;
    width: 60px;
    border: solid 1px #999;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
}

.poi_data {
    margin-top: 6px;
    margin-left: 68px;
    line-height: 140%;
}

.small_type_icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.time_string {
    font-weight: bold;
    color: #444;
}
.entry_rating {
    position: relative;
    top: 1px;
    margin-top: 2px;
}
.entry_title {
    color: #228;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 125%;
}

.rest_entry_title {
    color: #224;
    font-weight: bold;
    font-size: 125%;
}

.entry_tags {
    color: #888;
    line-height: 1.5em;
}

#page_navigation {
    width: 100%;
    text-align: center;
    font-size: 16px;
    clear: both;
}

.after_list {
    clear: both;
}

#page_navigation a {
    color: #228;
    text-decoration: underline;
}

/* --------------- sample trip -------------- */

.after_list .get_started_link {
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
}

.after_list .more_attractions_link {
    font-size: 18px;
    font-style: italic;
    color: #333;
    font-weight: bold;
    position: absolute;
    right: 50px;
}

.trip_day {
    float: left;
    width: 400px;
    margin-left: 20px;
}

/* --------------- poi page -------------- */

.poi_image_link > img{
    outline: none;
    border: none;
}

.poi_description {
    margin-left: 10px;
    margin-bottom: 20px;
}

/* --------------------- User management --------------- */

.field_error {
    color: #b00;
}

.message {
    position: absolute;
    width: 200px;
    text-align: center;
    border: solid 4px #a55;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 10;
}

.forgot_password_link {
    position: relative;
    top: 4px;
    color: #52514e;
    text-decoration: none;
}

.forgot_password_link:hover {
    text-decoration: underline;
}


#account_info {
    width: 500px;
}

.section_show_hide_button {
    font-size: 12px;
    color: #449;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 10px;
    float: right;
    clear: both;
}

.user_management {
    clear: both;
    display: block;
    position: relative;
    font-size: 85%;
    width: 500px;
    padding-bottom: 50px;
    /*border: solid 1px #000;*/
}

.user_management label{
    font-weight: bold;
}

.user_management .right_align {
    float: right;
    clear: both;
}

.user_management input[type="text"], .user_management input[type="password"] {
    margin-top: 5px;
    width: 244px;
    border: 1px solid #aaaaaa;
    outline: none;
    padding: 2px;
    margin-bottom: 10px;
    height: 16px;
    font-size: 13px;

}

.user_management input[type="submit"] {

}

.change_details_link {
    color: #00f;
    text-decoration: underline;
    cursor: pointer;
}

form.uneditable input, form.uneditable label {
    display: none;
}

form.uneditable span.field {
    float: right;
    margin-bottom: 0px;
    cursor: text;
}

form.editable span.field {
    display: none;
}

#signup_encourage {
    height: 60px;
}

#change_details_form {
    height: 40px;
}

#change_password_form {
    height: 100px;
}

#change_notify_form {
    height: 100px;
}

/*--------------------- profile trip list -----------------*/

.trip_list {
    border: 1px solid #000;
    background-color: #fff;
    width: 500px;
    max-height: 300px;
    overflow: auto;
    position: relative;
}

.trip_list .saved_trip_entry:first-child {
    margin-top: 10px;
}

.trip_list .saved_trip_entry {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
}

.saved_trip_delete {
    /*position: absolute;
    right: 0px;
    top: 2px;*/

    cursor: pointer;
}

#start_new_trip_button {
    width: 266px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 235px;
}
