/*
Theme Name: Inn at the Pier
Theme URI: http://innatthepier.com
Version: 0.8
Author: Rob Williams, Spectra Media Communication Group
Tags: custom template
*/

html, body {
    width:          100%;
    height:         100%;
    margin:         0;
    padding:        0;
/*    color:          #245687;*/
    color:          black;
    background:     #fbfbfb;
    font-family:    'Helvetica', 'Arial', sans-serif;
    background:     url(/wp-content/themes/innatthepier/images/background.jpg) #fff repeat-x;
}

.aligncenter {
    margin:         10px auto;
    float:          none !important;
}

.alignleft {
    float:          left;
    margin:         10px;
}

.alignright {
    float:          right;
    margin:         10px;
}

.clear {
    clear:          both;
}

h1 {
    font-size:      1.5em;
}

h2 {
    font-size:      1.3em;
    margin-bottom:  0.4em;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.smallred { font-weight: bold; color: red; position: relative; top: -2px; }

.body_container {
    width:                  980px;
    min-height:             100%;
    height:                 auto !important;
    height:                 100%;
    margin:                 0 auto -35px;
    
}

ul.menu {
    width:                  890px;
    height:                 75px;
    margin:                 0 auto;
    position:               relative;
    z-index:                50;
}

ul.menu li {
    float:                  left;
    height:                 100%;
    background:             none;
    position:               relative;
    left:                   25px;
}

ul.menu li a {
    padding:                0 20px ;
    text-decoration:        none;
    color:                  white;
    font-size:              0.8em;
    position:               relative;
    top:                    30px;
}

.menu_selected {
    background:             #245687 !important;
}

ul.submenu {
    width:                  890px;
    height:                 33px;
    clear:                  both;
    position:               relative;
    top:                    -15px;
    left:                   70px;
    z-index:                1500;
}

ul.submenu li {
    float:                  left;
    height:                 33px;
    background:             none;
}

ul.submenu li a {
    padding:                0 20px;
    text-decoration:        none;
    color:                  white;
    font-size:              0.8em;
    position:               relative;
    top:                    3px;
}

.header_container {
    width:                  100%;
    height:                 226px;
    position:               relative;
    z-index:                5;
}

.logo {
    position:               relative;
    top:                    10px;
    left:                   30px;
}

.finger_photo_container {
    float:                  right;
    position:               relative;
    top:                    -6px;
    right:                  30px;
    height:                 226px;
}

.finger_down {
    position:               relative;
    top:                    30px;
    margin:                 0 20px;
}

.content_container {
    background:             white;
    width:                  900px;
    margin:                 0 auto;
    margin-top:             35px;
    padding:                20px 10px 10px;
    position:               relative;
}

.page_heading {
    padding:                10px 15px 10px 30px;
    margin:                 0;
    color:                  white;
    font-size:              30px;
    background:             #006ba8;
    position:               absolute;
    left:                   -20px;
    z-index:                10;
}

.page_heading_container {
    position:               relative;
    z-index:                10;
}

.left_banner_shadow {
    border-color:           transparent #004268 transparent transparent;
    border-style:           solid;
    border-width:           0px 20px 20px 20px;
    height:                 0px;
    width:                  0px;
    position:               absolute;
    z-index:                6;
    top:                    40px;
    left:                   -50px;
}

.booking_window {
    float:                  right;
    width:                  200px;
    padding:                10px 10px 60px 10px;
    margin:                 20px;
    background:             white;
}

.booking_window p {
    margin-bottom:          1em;
    font-size:              0.8em;
}

.booking_window ul {
    margin:                 10px 0 20px 0;
    list-style-type:        disc;
    list-style-position:    inside;
}

.booking_window ul li {
    font-size:              0.8em;
    margin-bottom:          0.4em;
    line-height:            1.0em;
    padding-left:           2em;
    text-indent:            -2em;
}

.booking_window span {
    position:               relative;
    top:                    5px;
}

.booking_window a, .column a, .package_content a {
    text-decoration:        none;
    color:                  #245687;
    font-weight:            bold;
}

.booking_window a:hover, .column a:hover, .package_content a:hover {
    color:                  #669FE5;
}

.booking_window table {
    width:                  100%;
    margin-bottom:          30px;
}

.booking_window td {
    text-align:             center;
    font-size:              0.8em;
    padding-bottom:         7px;
}

.higher, .in_line {
    top:                    0 !important;
}

.lower {
    top:                    -30px !important;
}

.even_higher {
    margin-top:             -50px !important;
    top:                    0 !important;
}

.price, .room_rate_season {
    margin-bottom:          10px !important;
    font-size:              1.3em !important;
    color:                  #245687 !important;
}

.fine_print {
    font-size:              0.75em;
    color:                  #245687 !important;
}


.book_link {
    padding:                10px 20px 10px 15px;
    margin:                 0;
    background:             #006ba8;
    position:               absolute;
    right:                  -10px;
    z-index:                10;
}

.book_link_container {
    position:               relative;
    z-index:                10;
}

.book_link a {
    color:                  white;
    font-size:              17px;
    text-decoration:        none;
    font-weight:            normal;
}

.book_link a:hover {
    color:                  white;
}

.book_link_shadow {
    border-color:           transparent transparent transparent #004268;
    border-style:           solid;
    border-width:           0px 10px 10px 10px;
    height:                 0px;
    width:                  0px;
    position:               absolute;
    z-index:                6;
    top:                    26px;
    right:                 -30px;
}

.package_gallery {
    float:                  right;
    width:                  100px;
    position:               relative;
    top:                    30px;
}

.thumbnail_container {
    margin-top:             10px;
}

.package_content {
    padding-top:            70px;
    font-size:              0.9em;
}

.package_content p {
    margin-bottom:          1.3em;
    line-height:            1.3em;
}

.package_content img {
    position:               relative;
    top:                    -70px;
}

.google_map {
    width:                  425px;
    margin:                 -60px 0 0 20px;
    border:                 1px black solid;
    float:                  right;
}

.input, .input_textarea {
    width:                  400px;
    font-size:              0.8em;
}

.input_textarea {
    height:                 50px;
    font-family:            'Helvetica', 'Arial', sans-serif;
}

.column {
    width:                  295px;
    float:                  left;
    margin-right:           20px;
}

.column img {
    top:                    0 !important;
}

.padbottom {
    padding-bottom:         20px;
    font-weight:            bold;
}

.room_rates {
    width:                  500px;
    position:               relative;
    left:                   20px;
}

.centered {
    text-align:             center;
}

.ngg-galleryoverview img {
    top:                    0 !important;
}

.ngg-thumbnail {
    float:                  left !important;
}

.ngg-galleryoverview {
    height:                 100px;
}

.wp-image-198 {
    top:                    -60px !important;
    margin-bottom:          -60px !important;
}

.wp-image-203 {
    margin-bottom:          -60px !important;
}

.wp-image-212 {
    top:                    0 !important;
}

#booking_form {
    width:                  50%;
    position:               absolute;
    z-index:                100;
    left:                   24%;
    top:                    10%;
    padding:                20px;
    border:                 2px black solid;
    background:             white;
    display:                none;
}

#booking_form input {
    font-size:              0.8em;
}

#booking_form table {
    margin-top:             80px;
}

#booking_form td {
    padding-bottom:         5px;
    font-size:              0.8em;
    vertical-align:         top;
}

.booking_form_submit {
    margin-top:             20px;
}

.booking_form_submit_blocker {
    height:                 70px;
}

.close_booking_window {
    font-size:              0.6em;
    float:                  right;
}

.wpcf7-mail-sent-ok {
    margin-top:             80px !important;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/wp-content/themes/innatthepier/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 150px;
	float: left;
	margin-left:20px\9;
	*+margin-left:21px;
}

.roomtype select{
	margin-left:-300px\9;
	*+margin-left:-203px;
}

.security_code_image {
    margin:                 0 !important;
    top:                    10px !important; 
}

.booking_form_security {
    margin:                 0 !important;
    top:                    0 !important; 
}

.security_code_input {
    width:                  50px;
    margin-left:            20px;
    text-align:             center;
    text-transform:         uppercase;
}
