/*
    Geyserville Inn Styles
    ----------------------
    URL: http://geyservilleinn.com/
*/


/* Reset ------------------------------------------------------------ */

@import url(/styles/reset.css);


/* Global ----------------------------------------------------------- */

html, body { height: 100%; }

a { color: #00502f; }

em { font-style: italic; }

strong { font-weight: bold; }


/* Layout ----------------------------------------------------------- */

body {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Lucida Grande', Calibri, Verdana, Helvetica, Arial, sans-serif;
    text-align: center;
    background: url(/images/bg-body.png);
}

#wrapper {
    width: 966px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    background: url(/images/bg-page.png) repeat-y;
}

#wrapper-i1 {
    padding: 0 3px;
}

#header {
    margin: 0 0 15px;
}

#header-i1 {
    padding: 5px;
}

#banner {
    height: 195px;
    background: url(/images/bg-banner.jpg) no-repeat;
}

#banner-i1 {
    padding: 14px 27px;
}

#logo {
    width: 213px;
    height: 100px;
}

#logo a,
#logo img {
    display: block;
}

#menu .menu-list {
    padding: 0 15px;
    background: url(/images/bg-menu.png) repeat-x;
}

#menu .menu-item {
    display: block;
    float: left;
}

#menu .last {
    float: right;
    font-weight: bold;
}

#menu .yah {
    background: url(/images/bg-menu-yah.png) repeat-x;
}

#menu .menu-item a {
    display: block;
    padding: 8px 15px 9px;
    color: #000;
    text-decoration: none;
}

#menu .menu-item a:hover,
#menu .menu-item a:active {
    color: #00502f;
    text-decoration: underline;
}

#menu .last a {
    color: #c60;
    text-decoration: underline;
}

#menu .last a:hover,
#menu .last a:active {
    color: #930;
}

#body {
    margin-bottom: 15px;
}

#body-i1 {
    padding: 0 5px;
}

#nav { width: 215px; }
#content { width: 520px; }
#sidebar { width: 215px; }

#nav-i1 { padding: 0 0 10px 15px; }
#content-i1 { padding: 0 20px 10px; }
#sidebar-i1 { padding: 0 15px 10px 0; }

.section-home #content { width: 960px; }
.section-home #content-i1 { padding: 0 20px 10px; }

#nav .nav-list {
    border-bottom: 1px solid #ddd;
}

#nav .nav-item {
    border-top: 1px solid #ddd;
}

#nav .nav-item a {
    display: block;
    padding: 8px 15px 9px;
    color: #000;
    text-decoration: none;
}

#nav .nav-item a:hover,
#nav .nav-item a:active {
    color: #00502f;
    text-decoration: underline;
}

#nav .yah {
    padding-right: 10px;
    background: #eee;
}

#nav .yah a {
    padding-right: 5px;
    background: url(/images/arrow.png) no-repeat right center;
}

.sidebar-items {
    border-top: 1px solid #ddd;
    padding-top: 17px;
}

.sidebar-item {
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}

#footer {
    padding: 0 15px;
}

#footer-i1 {
    border-top: 1px solid #eee;
    padding: 8px 0 9px;
}

.copyright {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}

.img-l {
    float: left;
    margin-right: 10px;
}

.img-r {
    float: right;
    margin-left: 10px;
}

.img-l img,
.img-r img,
.img-p img {
    display: block;
}

.column {
    float: left;
    display: inline;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* Typography ------------------------------------------------------- */

#content h1, #content h2, #content p,
#content ol, #content ul, #content li,
#content dl, #content dd,
#content table {
    margin-bottom: 9px;
}

#content h1 {
    font-size: 24px;
    line-height: 36px;
    font-family: Georgia, serif;
}

#content h2 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 27px;
    font-family: Georgia, serif;
}

#content ol,
#content ul {
    padding-left: 45px;
}

#content dt {
    font-weight: bold;
}

#content dd {
    padding-left: 15px;
}

#content ul li {
    list-style: url(/images/bullet.gif);
}

#content table {
    width: 100%;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
}

#content table th,
#content table td {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 5px 10px;
    background: #fff;
}

#content table ol,
#content table ul,
#content table li {
    margin-bottom: 0;
}

.sidebar-header h4 {
    font-weight: bold;
}


/* Reservations ----------------------------------------------------- */

.reservationview .pkg {
    margin-bottom: 9px;
    background: url(/images/bg-reservations.png) repeat-y;
}

.reservationview .column-online { width: 220px; }
.reservationview .column-phone  { width: 220px; margin-left: 40px; }

#content .reservationview h2 {
    margin-top: 0;
}

#content .reservationview .last {
    margin-bottom: 0;
}


/* Home ------------------------------------------------------------- */

.homeview .column-slideshow { width: 600px; }
.homeview .column-info      { width: 290px; margin-left: 20px; }
.homeview .column-facebook  { width: 120px; }
.homeview .column-news      { width: 260px; margin-left: 20px; }
.homeview .column-feature   { width: 290px; margin-left: 20px; }
.homeview .column-contact   { width: 180px; margin-left: 20px; }

.homeview .slideshow-border {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;
}

.homeview .yui-sldshw-displayer {
    width: 596px;
    height: 396px;
}

.homeview .module-about,
.homeview .module-rating {
    margin-bottom: 15px;
}

.homeview .module-about p {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 24px;
}

.homeview .module-rating img {
    display: block;
}

.homeview .module-deals,
.homeview .module-weblog,
.homeview .module-restaurant,
.homeview .module-us {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 14px 14px 4px;
}

.homeview .module-deals h4,
.homeview .module-weblog h4,
.homeview .module-restaurant h4,
.homeview .module-us h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

.homeview .module-reservations {
    margin-bottom: 10px;
    padding: 15px 15px 5px;
    background: url(/images/bg-module.png) no-repeat;
}

.homeview .module-reservations h4 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.homeview .module-reservations .reservation-form {
    font-size: 11px;
    line-height: 20px;
}

.homeview .module-reservations .reservation-form h5 {
    font-size: 13px;
    font-weight: bold;
}

.homeview .module-reservations .reservation-group {
    margin-bottom: 10px;
}

#content .homeview .module-weblog li {
    margin-bottom: 5px;
}

.homeview .module-restaurant .module-image {
    margin-bottom: 10px;
}


/* Photos ----------------------------------------------------------- */

#content .photo_list {
    margin: 0 0 10px;
    border: 1px solid #ddd;
    padding: 3px 0 0 3px;
}

#content .photo_list li {
    display: block;
    float: left;
    width: 92px;
    height: 92px;
    margin: 0 3px 3px 0;
    list-style: none;
    text-align: center;
    background: #eee;
}

#content .photo_list img {
    display: block;
}

.photo img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;
}


/* Maps ------------------------------------------------------------- */

.google_map {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;
}

.google_map #directions {
    margin-top: 1px;
    border-top: 1px solid #ccc;
    padding: 10px 9px 9px;
}

.google_map #directions input {
    margin: 0;
}


/* Contact */

#comments label {
    display: block;
    font-weight: bold;
}

#comment-form-name,
#comment-form-email,
#comments-open-text {
    margin-bottom: 9px;
}


/* Blogs */

.entry-header a {
    color: #000;
    text-decoration: none;
}

.entry-header a:hover,
.entry-header a:active {
    text-decoration: underline;
}

.entry-footer,
.entry-footer a {
    color: #666;
}

.entry-footer a:hover,
.entry-footer a:active {
    color: #333;
}
