body {
    font-family: Helvetica, sans-serif;
    color: #666666;
    line-height: 1.4em;
}

p {
    margin-bottom: 0.7em;
    padding: 0;
}

a:link, a:visited {
    color: #0099ff;
    text-decoration: none;
}

a:hover, a:active {
    color: #ff6600;
    text-decoration: underline;
}

hr {
    clear: both;
    color: orange;
    background-color: orange;
    height: 1px;
    border: 0px;
}

input,
textarea {
    border: 1px solid #cccccc;
    padding: 3px;
}

select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 2px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #0099ff;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h2 {
    color: #ff6600;
    margin-bottom: 1em;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    color: #ff6600;
}

.attention {
    font-size: 93%;
    color: #ff0000;
}

.cats-button {
    background-color: #ffffff;
    border: 1px solid #4972b0;
    color: #4972b0;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

input.cats-button {
    padding: 5px;
}

.cats-button:hover {
    color: #ff8000;
    border-color: #ff8000;
}

#doc {
    position: relative;
    padding-top: 45px; /* make room for Twitter bar */
}

#print_header {
    display: none;
    font-weight: bold;
    text-align: center;
    font-size: 123.1%;
    color: #ff6600;
}

#page_header {
    text-align: center;
}

#page_body {
    border: 1px solid #ffa500;
    padding: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#page_footer {
    text-align: center;
    margin: 17px 0 20px 0;
    padding: 0;
    font-size: 93%;
}


/** Navigation **/
#nav {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    overflow: hidden;
}

#nav li {
    display: inline;
    margin: auto;
    padding: 0;
}

#nav a {
    background: url(../images/nav.png) top left no-repeat;
    float: left;
    text-indent: -100em;
    overflow: hidden;
    height: 16px;
    text-decoration: none;
    margin: auto;
    padding: 0;
}

#nav .home a {
    width: 51px;
    background-position: 0 0;
}

#nav .home a:hover {
    background-position: 0 -32px;
}

#nav .home a.selected {
    background-position: 0 -16px;
}

#nav .reservations a {
    width: 99px;
    background-position: -51px 0;
}

#nav .reservations a:hover {
    background-position: -51px -32px;
}

#nav .reservations a.selected {
    background-position: -51px -16px;
}

#nav .tourinfo a {
    width: 72px;
    background-position: -150px 0;
}

#nav .tourinfo a:hover {
    background-position: -150px -32px;
}

#nav .tourinfo a.selected {
    background-position: -150px -16px;
}

#nav .tourhighlights a {
    width: 112px;
    background-position: -222px 0;
}

#nav .tourhighlights a:hover {
    background-position: -222px -32px;
}

#nav .tourhighlights a.selected {
    background-position: -222px -16px;
}

#nav .tourguides a {
    width: 92px;
    background-position: -334px 0;
}

#nav .tourguides a:hover {
    background-position: -334px -32px;
}

#nav .tourguides a.selected {
    background-position: -334px -16px;
}

#nav .guestbook a {
    width: 86px;
    background-position: -426px 0;
}

#nav .guestbook a:hover {
    background-position: -426px -32px;
}

#nav .guestbook a.selected {
    background-position: -426px -16px;
}

#nav .media a {
    width: 57px;
    background-position: -512px 0;
}

#nav .media a:hover {
    background-position: -512px -32px;
}

#nav .media a.selected {
    background-position: -512px -16px;
}

#nav .sep {
    float: left;
    margin: 3px 0 0 12px;
    padding: 0;
    width: 6px;
    height: 11px;
    background: url(../images/nav.png) -569px 0 no-repeat;
}

#fb-like-button {
    float: right;
}

#twitter-bar {
/*
    border-top: 1px solid #eeeeee;
    margin-top: 1em;
    padding-top: 0.3em;
*/
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1em;
    padding-bottom: 0.3em;

    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    width: 100%;
}

#twitter-button img {
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: middle;
}

#twitter-latest {
    display: block;
    margin-left: 20px;
}

#twitter-intro,
#twitter-timestamp {
    color: #999999;
}

#twitter-timestamp {
    font-size: 85%;
}
