/*
    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;
    background: url(/images/bg-body.png);
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}

.continue,
.continue a,
.note {
    color: #fff;
}

.continue {
    margin: 20px 0;
    text-align: center;
}

.row {
    margin: 20px 0;
}

.promo {
    width: 460px;
    margin: 0 10px;
}

.promo-single {
    width: 460px;
    margin: 0 250px;
}


/* Utilities -------------------------------------------------------- */

.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; }
/* */

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