@charset "UTF-8";

/* --------------------------------------
Howler Monkey Hotel
Two Column Fixed Width Centered Layout
Updated: June 2016
Basic styles by Karen E. Tourangeau
-----------------------------------------*/

/* body styles */

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: verdana, arial, geneva, sans-serif;
    color: #000; background: #bb7408;
    text-align: center;  /* used for older browsers such as IE6. */
}

div.wrapper
{
    width: 980px;
    margin: 0 auto; /*centers page for modern browsers such as Firefox and IE7+ */
    text-align: left;
}

/* top link styles */

#pull-right
{
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
    background: #45603f; color: #fff;
}

#pull-right ul
{
    margin: 0;
    padding-left: 700px; /* adjust to where you want the menu to start */
    list-style-type: none;
}

#pull-right ul li
{
    display: inline;
    margin-right: 10px;
}

#pull-right ul li a
{
    float: left; /* turns the links into "block boxes" -- fixes the problem of vertical padding not being added to "inline" elements */
    color: #dbd6ae; background: transparent;
    font-weight: bold;
    font-size: .92em;
    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #5c8a8a;
}

#pull-right li a:hover
{
    color: #fff; background: #262626;
}

/* general link styles */

a:link
{
    color: #0066cc; background: transparent;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
   color: #0066cc; background: transparent;
}

a:hover
{
    color: #ff0000; background: transparent;
    text-decoration: none;
}

a:active
{
    color: #ff0000; background: transparent;
}

/* header styles */

div.header
{
    background: #291b18 url(images/howlers_980.jpg) no-repeat center;
    height: 280px;
    color: #fff;
    padding: 0;
    margin: 0;
}

div.transparency
{
    width: 310px;
    height: 120px;
    margin: 0 0 0 18px;
    background: #262626;
    opacity: 0.9;
    filter: alpha(opacity=90); /* for IE8 and earlier */
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

h1
{
    font-size: 170%;
    font-family: "Lucida Calligraphy", "Brush Script", cursive;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #5c8a8a;
    padding-top: 12px;
    margin: 0;
    color: #dbd6ae; background: transparent;
}

/* navigation menu styles */

#nav
{
    float: left; /* need to add so background colour will appear in all browsers - container is turned into a block element */
    margin: 0;
    padding: 0px;
    width: 100%;
    background: #45603f; color: #fff;
}

#nav ul
{
    margin: 0;
    padding-left: 170px; /* adjust to where you want the menu to start */
    list-style-type: none;
}

#nav ul li
{
    display: inline;
}

#nav ul li a
{
    float: left; /* turns the links into "block boxes" -- fixes the problem of vertical padding not being added to "inline" elements */
    color: #dbd6ae; background: transparent;
    font-weight: bold;
    margin-right: 12px;
    padding: 10px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #5c8a8a;
}

#nav li a:hover
{
    color: #fff; background: #262626;
}

#nav a.current
{
    color: #fff; background: #262626;
}

/* content styles */

div.section
{
    /* div.section does not contain content - it is used as a container for the article divs. */
    float: right;
    width: 980px;
    background: #dbd6ae; color: #000;
}

div.article
{
    width: 710px;
    float: right;
    margin: 0;
    padding: 0;
}

div.aside
{
    float: left;
    width: 250px;
    margin: 16px 0;
    padding: 0;
    font-size: .89em;
    background: #e7e4cb;
    border-top: 16px solid #45603f;
}

div.contactBox
{
    width: 214px;
    padding: 5px 2px;
    margin: 40px 12px;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
}

div.promoBox
{
    width: 214px;
    padding: 5px 2px;
    margin: 40px 12px;
    border: 1px solid grey;
    background: #262626; color: #fff;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    box-shadow: inset 0px 0px 4px 2px #fff;
    text-align: center;
}

h2.cart
{
    font-size: 1.6em;
    font-weight: 500;
    margin-left: 16px;
}

h3
{
    font-size: 1.4em;
    font-weight: 500;
    margin-left: 20px;
}

h4
{
    font-size: .98em;
    margin-left: 30px;
}

h4.center
{
    font-size: .98em;
    color: #291b18; background: transparent;
    text-align: center;
    font-weight: bold;
    padding: 6px;
}

p
{
    margin-left: 30px;
    margin-right: 20px;
    font-size: .96em;
    line-height: 145%
}

p.smallFont
{
    font-size: .89em;
    text-align: center;
    margin-left: 0;
}

p.center
{
    text-align: center;
}

li
{
    margin-left: 20px;
    margin-bottom: .8em;
    font-size: .96em;
}

.important
{
    font-size: 1em;
    font-weight: bold;
    color: #291b18;
}

.white
{
    color: #fff;
    text-shadow: 1px 1px 2px gray;
}

.box
{
    color: #000; background: #e7e4cb;
    width: 685px;
    padding: 5px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
    box-shadow: inset 0px 0px 4px 2px #45603f;;
}

/* image styles */

img
{
    border: 1px solid #45603f;
    padding: 4px;
}

img.tripadvisor
{
    border: none;
    margin: 20px 56px;
    
}

img.button
{
    border: none;
    margin: 20px;
}

img.floatleft
{
   margin: 10px 15px 20px 12px; 
   float: left;
}

img.floatL
{
    float: left;
    margin: 10px 30px 15px 40px;
    padding: 5px; 
}

img.floatright
{
    float: right;
    margin: 10px 40px 15px 30px;
    padding: 5px;   
}

/* table styles */

table
{
    background-color: #bfd9c5;
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: collapse;
    font-size: .96em;
}

td
{
    padding: 5px;
}

th
{
    width: 330px;
    padding: 5px;
}

caption
{
    font-family: tahoma, arial, geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #fff; background: #305239;
    padding: 5px;
}

.direction
{
    width: 140px;
    padding: 5px;
    font-size: .93em;
}

.information
{
    width: 540px;
    padding: 5px;
    font-size: .93em;
}

.ferry
{
    width: 350px;
    padding: 5px 5px 5px 8px;
    font-size: .93em;
}

.altl
{
    background-color: #8fbc9b;
}

table.smalltb
{
    background-color: #dfece2;
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 4px;
    border-collapse: collapse;
}

.smdirection
{
    width: 200px;
    padding: 5px;
    font-size: .93em;
}

.sminformation
{
    width: 370px;
    padding: 5px;
    font-size: .93em;
}

table.contact
{
    width: 800px;
    padding: 5px;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* footer styles */

div.footer
{
    clear: both;
    width: 980px;
    float: left;
    color: #dbd6ae; background: #45603f;
    text-align: center;
}

.footer
{
    font-size: .92em;
    padding: 4px 0;
}