/* -----------------------------------------------------------------------------
 * Main css file
 * -----------------------------------------------------------------------------
 * Blue North Studios
 * Contains the global styles for the capstone driven website
 * -----------------------------------------------------------------------------
*/
/* -----------------------------------------------------------------------------
/* Globals */
/* ---------------------------------------------------------------------------*/
body {
    background: url(../images/bg/bg-2.jpg) top left repeat;
    font-family: tahoma, arial, verdana;
    font-size: .80em;
    color: #000;
}
a {    
    color: #423D3C;
    text-decoration: none;
}
a:hover {
    color: #000;
}
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; 
}
input[type='text'], textarea {
    background-color: #000;
    border: 1px solid #282828;
    color: #fff;
}
/* -----------------------------------------------------------------------------
/* 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: #0b0b0b;
    border: 1px solid #181818;
    color: #ddd;
}
.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 {
    position: relative;
    width: 900px;
    left: 50%;
    margin-left: -450px;
}
/* ---------------------------------------------------------------------------*/
/* Content
/* ---------------------------------------------------------------------------*/
.content {
    position: relative;
    width: 900px;
    left: 50%;
    margin-left: -450px;
}
/* ---------------------------------------------------------------------------*/
/* Main Navigation
/* ---------------------------------------------------------------------------*/
.mainnav {
    margin-bottom: 0px;
    padding: 10px;
    background: url(../images/bling/white-transparent.png) top left repeat;
    margin: 0px 0px 10px 0px;
    border: 1px solid #A79896;
    border-width: 1px 0px 1px 0px;
}
.mainnav span {
    display: block;
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    border-bottom: 1px solid #A79896;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.mainnav a {
    display: block;
    font-size: 1.0em;
}
/* ---------------------------------------------------------------------------*/
/* 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: 225px;
    padding: 0px 1px 0px 0px;
}
td.right {
    padding: 0px 0px 0px 15px;
}
/* ---------------------------------------------------------------------------*/
/* Content window
/* ---------------------------------------------------------------------------*/
.content_window {
    border: 1px solid #ccc;
    padding: 10px;
}
/* ---------------------------------------------------------------------------*/
/* Reservations
/* ---------------------------------------------------------------------------*/
.reservations {
    height: 240px;
    background: url(../images/bg/reservation_bg.jpg) top left no-repeat;
}
.reservations form {
    padding: 30px 10px 0px 10px;
    margin: 0px;
}
.reservations input[type='text'] {
    border: 1px solid #D57912;
    font-size: .9em;
}
/* -----------------------------------------------------------------------------
/* 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: 0px 0px 0px 0px;
}
.thisthat table {
    border-collapse: collapse;
}
td.thisthat_ls {
    background: #ccc url(../images/bling/ds_bottom.png) top left repeat-x;
    width: 15px;
    height: 10px;
    border-left: 1px solid #999;
    padding: 0px;
}
td.thisthat_l {
    background: url(../images/bg/thisthat_bg.png) 0px 100% no-repeat;
    width: 15px;
    height: 12px;
    padding: 0px;
}
td.thisthat_b {
    background: #ccc url(../images/bling/ds_bottom.png) top left repeat-x;
    border-bottom: 1px solid #999;
    background-color: #ccc;
    width: 860px;
    padding: 2px 0px 2px 0px;
}
td.thisthat_rs {
    background: #ccc url(../images/bling/ds_bottom.png) top left repeat-x;
    width: 15px;
    border-right: 1px solid #999;
    padding: 0px;
}
td.thisthat_r {
    background: url(../images/bg/thisthat_bg.png) 100% 100% no-repeat;
    width: 15px;
    height: 12px;
    padding: 0px;
}
.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: 0px 0px 10px 0px;
}
.headline h1 {
    margin: 0px; 
    padding: 0px;
    font-size: 2.1em;
    font-family: "times new roman";
    color: #000;
}
/* -----------------------------------------------------------------------------
/* Images/Thumbs
/* ---------------------------------------------------------------------------*/
.thumb {
    
}
.thumb img {
    padding: 5px;
    margin: 0px 3px 3px 0px;
    border: 1px solid #A79896;
    background: url(../images/bling/white-transparent.png) top left repeat;
    float: left;
}
.thumg img:hover {
    border-color: #655654;
}
/* -----------------------------------------------------------------------------
/* 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 #121212;
    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: 0px 0px 10px 0px;
    margin: 0px 0px 25px 0px;
    border-bottom: 1px dashed #C8BEBC; /*#EAD3C4;*/
}
.items table {
    border-collapse: collapse;
}
.items a.ih {
    display: block;
    font-size: 1.8em;
    font-family: "times new roman";
    text-decoration: none;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #000;
}
.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;
}
/* -----------------------------------------------------------------------------
/* Comment Display
/* ---------------------------------------------------------------------------*/
.comments {
    border-top: 2px solid #C8BEBC;
    color: #464646;
}
.comments div {
    border-bottom: 1px solid #beb1af;
    padding: 15px 0px 15px 0px;
}
.comments table {
}
.comments th {
    color: #806f55;
    font-weight: normal;
    font-size: 1.2em;
}
/* -----------------------------------------------------------------------------
/* Comment Form
/* ---------------------------------------------------------------------------*/
.comment_form {
    padding: 15px;
    background: url(../images/bling/white-transparent.png) top left repeat;
    margin: 15px 0px 15px 0px;
    color: #222;
}
.comment_form input[type='text'], textarea {
    border: 1px solid #6a5a57;
    background-color: #C8BEBC;
    color: #fff;
}
/* -----------------------------------------------------------------------------
/* 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;
}
/* -----------------------------------------------------------------------------
/* Footer
/* ---------------------------------------------------------------------------*/
.footer {
    position: relative;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    padding-top: 10px;
    margin-top: 10px;
}


