html { 
    height: 100% 
}

body { 
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: sans-serif;
    font-size: 11px;
}

#content {
    width:1024px;
    margin-left: auto;
    margin-right: auto;
}

.panel_header {
    background: #333333;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
}

.panel_header a {
    outline: 0;
    text-decoration: none;
    font-size: 13px;
    color: inherit;
    clear: both;
}

.panel_header#title {
    margin-top: 0px;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 20px;
}

.panel_header#title a {
    font-size: 15px;
}

.panel {
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#directions_panel {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

#about_panel {
    padding: 10px;
}

.form_element {
    width: 256px;
    height: 80px;
    margin-top: 13px;
    margin-bottom: 13px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.form_element textarea {
    width:  246px;
    height: 69px;
    font: inherit;
    border: none;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

#start_form {
    float: left;
    margin-left: 58px;
}

#arrow {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: 37px;
    text-align: center;
    line-height: 28px;
    font-size: 150%; 
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

#destination_form {
    float: left;
    margin-left: 20px;
}

.footer {
    text-align: center;
}

.map_wrap {
    padding: 10px;
}

#map_canvas {
    height: 626px;
    border: 1px solid #CCCCCC;
}

#time_wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#time_wrap span {
    font-weight: bold;
}

#time_panel {
    border: 1px solid #CCCCCC;
    padding: 5px; 
}

#departure_time_selector {
    margin: 10px;
}


/* Shadows */
.drop-shadow {
    position:relative;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
}

.curved:before {
    top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
    z-index: -1;
}

.curved-hz-1:before {
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
    z-index: -1;
}

.raised {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


/* submit button */
a {
    outline: 0;
    text-decoration: none;
    color: #555555;
}

a:active {
    color: #EEEEEE;
}

#forecast_button {
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font: inherit;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    color: inherit;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    width: 150px;
    margin-top: 37px; 
    margin-left: 100px;
}
#forecast_button:active { 
    background: #EEEEEE;
}
#forecast_button:hover {
    color: #AAAAAA;
    text-shadow: none;
}


#sun {
    background: url('images/sun.png') no-repeat bottom;
    height: 99px;
    width: 225px;
    margin-left: 37px;
}

#stormcloud {
    background: url('images/stormcloud.png') no-repeat bottom;
    height: 120px;
    width: 176px;
    margin-left: 830px;
}

.gmap-popup {
   text-align: center;
}

.popup-header {
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.popup-title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 1px;
}

.aboutlink {
/*    display: inline-block; */
    padding: 10px 20px;
    line-height: 1;
    font: inherit;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    color: inherit;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    width: 150px;
}
.aboutlink:active { 
    background: #EEEEEE;
}
.aboutlink:hover {
    color: #AAAAAA;
    text-shadow: none;
}
