 
/* -----------------------------------------------------------------------------
 * Main css file
 * -----------------------------------------------------------------------------
 * Blue North Studios
 * Contains the global styles for the capstone driven website
 * -----------------------------------------------------------------------------
*/
/* -----------------------------------------------------------------------------
/* Globals */
/* ---------------------------------------------------------------------------*/
body {
    background: #667AB2 url(../images/bg/bg.jpg) top left repeat;
    font-family: arial, verdana, tahoma;
    font-size: .75em;
    /*color: #3C2E1E;*/
    color: #000;
}
a {
    color: #364A85;
    text-decoration: none;
}
a:hover {
    color: #061A55;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px; 
}
h5 {
    font-size: 16px; 
}
/* -----------------------------------------------------------------------------
/* BG Glow - Bling */
/* ---------------------------------------------------------------------------*/
table.bg_glow {
}
td.bg_tl {
    background: url(../images/bling/bg_tl.png) top left repeat-x; height: 15px;
}
td.bg_t {
    background: url(../images/bling/bg_t.png) top left repeat-x; height: 15px;
}
td.bg_tr {
    background: url(../images/bling/bg_tr.png) top left repeat-x; height: 15px;
}
td.bg_l {
    background: url(../images/bling/bg_l.png) top right repeat-y; width: 15px;
}
td.bg_r {
    background: url(../images/bling/bg_r.png) top left repeat-y; width: 15px;
}
td.bg_bl {
    background: url(../images/bling/bg_bl.png) top right no-repeat; height: 15px; width: 15px;
}
td.bg_b {
    background: url(../images/bling/bg_b.png) top left repeat-x; height: 15px;
}
td.bg_br {
    background: url(../images/bling/bg_br.png) top left no-repeat; height: 15px; width: 15px;
}
td.bg_c {
    /* background-color: #CDCFCE; /*#e0e0e0;*/
    background: url(../images/bg/content_bg.jpg) top left repeat;
    padding: 2px;
    border: 1px solid #879B86;
    border-width: 0px 1px 1px 1px;
}
.ds_bottom {
    height: 8px;
    background: url(../images/bling/ds_bottom_dark.png) top left repeat-x;
}
.grey {
    color: #666;
}
.ltgrey {
    color: #999;
}
.box {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}
.error {
    background-color: #600;
    color: #fff;
    padding: 15px;
    margin: 0px 0px 15px 0px;
}
.error h4 {
    margin: 0px 0px 10px 0px;
}
.bluebar {
    height: 15px;
    background: #2B3F87 url(../images/bg/blue_bar_bg.jpg) top left repeat-x;
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
/* -----------------------------------------------------------------------------
/* Container - round tabs
/* ---------------------------------------------------------------------------*/
table.container {
    position: relative;
    margin-left: 50%;
    left: -475px;
    width: 950px;
    border-collapse: collapse;
    margin-top: 0px;
}
td.tl {
    width: 30px;
    height: 30px;
    background: url(../images/bg/container_bg.png) 0% 0% no-repeat;
}
td.t {
    height: 30px;
    background: url(../images/bg/container_bg_top_bottom.png) 0% 0% repeat-x;
}
td.tr {
    width: 30px;
    height: 30px;
    background: url(../images/bg/container_bg.png) 100% 0% no-repeat;
}
td.l {
    width: 30px;
    background: url(../images/bg/container_bg_left_right.png) 0% 0% repeat-y;    
}
td.c {
    padding: 0px;
    background-color: #fff;
    height: 500px;
}
td.r {
    width: 30px;
    background: url(../images/bg/container_bg_left_right.png) 100% 100% repeat-y;  
}
td.bl {
    width: 30px;
    height: 30px;
    background: url(../images/bg/container_bg.png) 0% 100% no-repeat;
}
td.b {
    height: 30px;
    background: url(../images/bg/container_bg_top_bottom.png) 100% 100% repeat-x;
}
td.br {
    width: 30px;
    height: 30px;
    background: url(../images/bg/container_bg.png) 100% 100% no-repeat;
}
/* -----------------------------------------------------------------------------
/* Header
/* ---------------------------------------------------------------------------*/
.header {

}
.header div {
    font-size: .8em;
    padding: 5px 0px 0px 0px;
    color: #444;
}
.header img {
    border-width: 0px;
}
/* ---------------------------------------------------------------------------*/
/* Top navigation
/* ---------------------------------------------------------------------------*/
.top_nav {
    position: relative;
    width: 920px;
    left: 50%;
    margin-left: -460px;
    color: #C4CCE1;
    font-size: 1em;
}
.top_nav a {
    color: #fff;
    text-decoration: none;
}
.top_nav a:hover {
    color: #C4CCE1;
}
/* -----------------------------------------------------------------------------
/* Search Bar
/* ---------------------------------------------------------------------------*/
.search {}
.search form {
    margin: 0px;
    padding: 0px;
}
.search div.search_input {
    float: left;
    background: url(../images/buttons/search_input_bg.png) top left no-repeat;
    width: 165px;
    height: 22px;
    padding: 2px 5px 0px 5px;
    margin-top: 2px;
}
.search input[type='text'] {
    border-width: 0px;
    background-color: transparent;
    font-size: .8em;
    height: 11px;
    margin-top: 1px;
}
.search input[type='submit'] {
    width: 80px;
    height: 22px;
    background: url(../images/buttons/search_bg.png) 0% 0% no-repeat;
    color: #7A2907;
    border-width:0px;
    cursor: pointer;
    font-size: 0.8em;
}
.search input[type='submit']:hover {
    background: url(../images/buttons/search_bg.png) 0% 100% no-repeat;
    color: #fff;
}
/* ---------------------------------------------------------------------------*/
/* Main navigation
/* ---------------------------------------------------------------------------*/
.main_nav {
    margin: 0px 0px 0px 0px;
    background: #4B6096 url(../images/bg/main_nav_bg.jpg) top left repeat-x;
    /*border-width: 1px 1px 1px 1px;*/
}
.main_nav table {
    border-collapse: collapse;
}
.main_nav td {
    padding: 0px 0px 0px 0px;
}
/* ---------------------------------------------------------------------------*/
/* Drop down menu
/* ---------------------------------------------------------------------------*/
#ddm {
    margin: 0;
    padding: 0;
    z-index: 150;
}
#ddm li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#ddm li a {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    padding: 0px 9px 0px 9px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    border-right: 1px solid #4A5C93;
}
#ddm li a:hover {
    background: url(../images/bg/main_nav_bg.jpg) 100% 100% repeat-x;
    color: #ffb;
}
#ddm div {
    position: absolute;
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background: #485782 url(../images/bling/ds_bottom_dark.png) top left repeat-x;
    border: 1px solid #374364;
    border-width: 0px 1px 1px 1px;
    z-index: 150;
}
#ddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 40px 5px 5px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    color: #fff;
    border: 1px solid #425179;
    border-width: 0px 0px 1px 0px;
}
#ddm div a:hover {
    color: #ffb;
    background-image: none;
    background-color: #536393;
}
/* ---------------------------------------------------------------------------*/
/* Banner Image
/* ---------------------------------------------------------------------------*/
.banner {  
}
.banner_glow {
}
/* ---------------------------------------------------------------------------*/
/* Credit for header
/* ---------------------------------------------------------------------------*/
.credit {
    position: relative;
    height: 25px;
    background: url(../images/bg/black_trans.png) top left repeat-x;
    line-height: 25px;
    padding: 0px 10px 0px 10px;
    color: #fff;
    text-align: right;
    font-size: .8em;
}
.credit i {
    color: #ddd;
    font-size: .8em;
}
/* ---------------------------------------------------------------------------*/
/* Content
/* ---------------------------------------------------------------------------*/
table.leftright {
    border-collapse: collapse;
}
td.left {
    width: 275px;
    padding: 0px 0px 0px 0px;
    background: #E2D4C4 url(../images/bg/adspace_bg.jpg) top left repeat-x;
}
td.right {
    padding: 0px 0px 0px 6px;
    background: url(../images/bling/ds_left_dark.png) top left repeat-y;
}
.div_bb {
    margin: 5px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #C7A889;
}
/* ---------------------------------------------------------------------------*/
/* Content window
/* ---------------------------------------------------------------------------*/
.content_window {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
}
/* ---------------------------------------------------------------------------*/
/* Reservations
/* ---------------------------------------------------------------------------*/
.reservations {
    height: 220px;
    background: url(../images/bg/reservation_bg.png) top left no-repeat;
    padding: 20px 20px 0px 20px;
}
.reservations a {
    display: block;
    color: #400;
    font-size: 1.4em;
    padding: 5px 0px 0px 0px;
}
.reservations a:hover {
    text-decoration: underline;
}
.reservations form {
    padding: 30px 10px 0px 10px;
    margin: 0px;
}
.reservations input[type='text'] {
    border: 1px solid #D57912;
    font-size: .9em;
}
/* ---------------------------------------------------------------------------*/
/* Breakfast Included 'Home Star Bullet under Check Availability!'
/* ---------------------------------------------------------------------------*/
.breakfast_incl {
    font-size:12px;
    font-weight:bold;
    background: url(../images/icons/home_star.png) 0px 0px no-repeat;
    height:28px;
    line-height:35px;
    padding-left:30px;
    margin-top:20px;
}
/* -----------------------------------------------------------------------------
/* Search results 
/* ---------------------------------------------------------------------------*/
.highlight {
    background-color: #ff6;
}
.search_results {
    
}
.search_results h2 {
    margin: 0px;
}
.search_results th a {
    display: block;
    padding: 15px 0px 5px 0px;
    font-weight: normal;
    font-size: 1.2em;
}
.search_results div {
    margin: 0px 0px 15px 0px;
    border-top: 1px dashed #ccc;
}
.search_results img {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0px 5px 0px 0px;
}
.search_results img:hover {
   
}
.search_results td {
    font-size: .9em;
}
.search_results span {
    color: #999;
}
/* -----------------------------------------------------------------------------
/* Current location in site
/* ---------------------------------------------------------------------------*/
.thisthat {
    margin: 5px 0px 5px 0px;
    padding: 5px;
    color: #bbb;
    background-color: #EEE;
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 0px;
    font-size: .85em;
}
.thisthat img {
    border-width: 0px;
}
/* -----------------------------------------------------------------------------
/* Mail form
/* ---------------------------------------------------------------------------*/
.mform {
    display: none;
    border: 1px solid #bbb;
    background-color: #e0e0e0;
    padding: 15px;
}
.mform form {
    margin: 0px;
}
.mform h3 {
    margin: 0px 0px 15px 0px;    
}
.mform td {
    padding: 4px 0px 4px 0px;
}
.mform input, textarea {
    border: 1px solid #bbb;
    cursor: pointer;
}
.mform input[type='submit']:hover {
    border-color: #000;
}
/* -----------------------------------------------------------------------------
/* Subscription Form
/* ---------------------------------------------------------------------------*/
.subscribe td.sleft {
    padding: 0px 20px 0px 0px;
    border-right: 1px solid #ccc;
}
.subscribe td.sright {
    padding: 0px 0px 20px 20px;
}
.subscribe input[type='text'] {
    border: 1px solid #bbb;
    margin-left: 10px;
}
/* -----------------------------------------------------------------------------
/* Headline
/* ---------------------------------------------------------------------------*/
.headline {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}
.headline h1 {
    margin: 0px; 
    padding: 0px;
    font-size: 1.8em;
    color: #990000;
    font-weight: normal;
    font-family: "Times New Roman";
}
/* -----------------------------------------------------------------------------
/* Images/Thumbs
/* ---------------------------------------------------------------------------*/
.thumb {
    
}
.thumb img {
    padding: 3px;
    margin: 2px;
    border: 1px solid #CCC;
    float: left;
}
/* -----------------------------------------------------------------------------
/* Contact info
/* ---------------------------------------------------------------------------*/
.contact {
    margin: 0px 0px 10px 0px;    
}
.contact table {
    border-collapse: collapse;
}
.contact b {
    font-size: 1.1em;
}
.contact i {
    color: #444;
}
.contact th {
    color: #666;
    padding-right: 10px;
}
/* -----------------------------------------------------------------------------
/* Location info
/* ---------------------------------------------------------------------------*/
.location {
    margin: 0px 0px 0px 0px;
}
.location b {
    font-size: 1.1em;    
}
/* -----------------------------------------------------------------------------
/* Files
/* ---------------------------------------------------------------------------*/
.files {
    border: 1px solid #ddd;
    border-width: 1px 0px 1px 0px;
    padding: 10px 0px 10px 0px;
    margin: 10px 10px 10px 0px;
}
.files th {
    font-weight: normal;
    padding: 2px 0px 2px 0px;
}
.files td img {
    padding: 0px;
    border-width: 0px;
}
.files td span {
    font-size: .9em;
    color: #666;
}
/* -----------------------------------------------------------------------------
/* Items
/* ---------------------------------------------------------------------------*/
.items {
    padding: 15px 0px 15px 0px;
    margin: 15px 0px 15px 0px;
    border-top: 1px solid #ddd; /*#EAD3C4;*/
}
.items a.ih {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.items img {
    border-width: 0px;
    margin: 0px 5px 5px 0px;
}
.items div.description {
    padding: 0px 0px 10px 0px;
}
/* -----------------------------------------------------------------------------
/* Notices
/* ---------------------------------------------------------------------------*/
.notice {
    margin: 5px 0px 10px 0px;
}
.notice table {
    border-collapse: collapse;
}
.notice td.tl {
    background: url(../images/bg/notice_bg.png) 0px 0px no-repeat;
    width: 12px;
    height: 10px;
}
.notice td.t {
    background: url(../images/bg/notice_bg.png) -20px 0px no-repeat;
}
.notice td.tr {
    background: url(../images/bg/notice_bg.png) -286px 0px no-repeat;
    width: 12px;
    height: 10px;
}
.notice td.l {
    background-color: #510200;
    border-left: 1px solid #2D0100;
}
.notice td.c {
    background-color: #510200;
}
.notice td.r {
    background-color: #510200;
}
.notice td.bl {
    background: url(../images/bg/notice_bg.png) 0px -40px no-repeat;
    width: 12px;
    height: 12px;
}
.notice td.b {
    background: url(../images/bg/notice_bg.png) -20px -40px no-repeat;
    height: 12px;
}
.notice td.br {
    background: url(../images/bg/notice_bg.png) -286px -40px no-repeat;
    width: 12px;
    height: 12px;
}
.notice h4 {
    color: #FFF;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border-bottom: 1px solid #460200;
}
.notice ul {
    list-style-position: outside;
    list-style-type: square;
    padding: 0px 0px 0px 14px;
    margin: 0px;
    color: #fff;
}
.notice a {
    color: #fff;
}
.notice a:hover {
    text-decoration: underline;
}
.notice span {
    font-size: 10px;
    color: #bbb;
}
/* -----------------------------------------------------------------------------
/* Form
/* ---------------------------------------------------------------------------*/
.form {
    /*border: 1px solid #D7C2AC;
    padding: 15px;*/
    background-color: #F4F1EC;
}
.form input[type='text'], textarea {
    border: 1px solid #B7A28C;
}
.inline_error {
   color: #600;
   padding: 5px;
   border: 1px solid #600;
   background-color: #FDD;
}
.form_thankyou {
    font-size: 1.3em;
    border: 1px solid #AFC0AB;
    padding: 15px;
    background-color: #e0e0e0;
    margin: 0px 0px 10px 0px;
}
.form form {
    margin: 0px;
}
.form table {
    border-collapse: collapse;
}
.form th {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #D7C2AC;
    border-top: 1px solid #D7C2AC;
    color: #745A3A;
    background-color: #EDE9E0;
}
.form th.form_header {
    font-size: 1.3em;
    color: #183112;
    border-bottom: 1px solid #AFC0AB;
    padding: 5px 0px 10px 0px;
}
.form td {
    padding: 4px 0px 4px 15px;
}
.form td.fspace {
    height: 10px;
    border-width: 0px;
}
.form td.form_description {
    padding: 10px 0px 10px 0px;
    color: #444;
}
.form td.form_sub_td {
    border-width: 0px;
    padding: 2px;
}
.form_label {
    color: #543A1A;
    padding-left: 0px;
}
/* -----------------------------------------------------------------------------
/* Sitemap
/* ---------------------------------------------------------------------------*/
.sitemap a {
}
.sitemap div {
    display: none;
}
.sitemap table {
    border-collapse: collapse;
}
.sitemap td {
    padding: 0px;
}
.sitemap img {
    border-width: 0px;
}
/* -----------------------------------------------------------------------------
/* Blank - Popup
/* ---------------------------------------------------------------------------*/
._blank {
    position: relative;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    border: 1px solid #556;
    background-color: #fff;
    padding: 20px;
}
/* -----------------------------------------------------------------------------
/* Sub-Footer
/* ---------------------------------------------------------------------------*/
.subfooter {
    text-align: right;
    padding: 5px 0px 0px 0px;
    background: url(../images/bling/ds_bottom.png) top left repeat-x;
    color: #bbb;
}
/* -----------------------------------------------------------------------------
/* Footer
/* ---------------------------------------------------------------------------*/
.footer {
    background: #DDD url(../images/bling/ds_bottom.png) top left repeat-x;
    padding: 10px;
    color: #888;
    font-size: .9em;
}
.footer a {
    display: block;
}
.footer table {
    border-collapse: collapse;    
}
.footer td {
    padding: 10px 10px 10px 10px;
}
.footer td.border {
    border-right: 1px solid #c8c8c8;
}
.footer td a {
    display: block;
    text-decoration: none;
    color: #486132;
}
.footer td b a  {
    color: #385122;
}
.footer td a:hover {
    color: #111;
}
.footer p {
    margin: 5px 0px 5px 0px;;
}
.btop {
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #ccc;
}


