﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #54361A;
    font-size: .75em;
    font-family: "Lucida Grande" , "Lucida Sans" , Tahoma, "Trebuchet MS" , Helvetica, Arial, Sans-Serif;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url(/images/background.jpg);
}
a {
    color: #000;
}
a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}
iframe {
    margin-top: 7px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 4em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "American Typewriter" , Rockwell, "Lucida Sans Typewriter" , Gungsuh, IrisUPC, "Courier New" , Courier;
}
h2 {
    padding: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
    text-align: center;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

h3 a {
    color: #000;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}
.heading_banner {
    background-color: #AC9F8C;
    margin: 0 0 8px 0;
    padding: 10px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 800px;
    margin: 0 auto 90px auto;
    background-color: #FEFEFE;
    border: solid 9px #FEFEFE;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

#header {
    margin-bottom: 0px;
    color: #FEFEFE;
    padding: 0;
    background-color: #706B62;
    padding-bottom: 39px;
}

#masthead {
    position: relative;
    background-image: url(../images/headers/bluebells.jpg);
    border: solid 9px #FEFEFE;
    border-left-width: 0px;
    border-right-width: 0px;
    height: 186px;
    overflow: hidden;
}
#masthead h1 {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
#masthead h1 a {
    color: White;
    text-decoration: none;
    font-size: 1.5em;
}
#masthead h1 a:hover {
    color: #eee;
}
#main {
    background-color: #706B62;
    border-bottom: solid 39px #706B62;
}
#content {
    background-color: #FEFEFE;
    margin: 0;
    border: solid 9px #FEFEFE;
    border-left-width: 0px;
    border-right-width: 0px;
}
#content h2 {
    text-align: center;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    clear: both;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.nav {
    padding: 0;
    position: relative;
    margin: 0;
    text-align: center;
}

ul.nav li {
    display: inline;
    list-style: none;
    border-left: solid 1px White;
    margin: 0;
}
ul.nav li:first-child {
    border-width: 0px;
}

ul.nav li a {
    padding: 2px 8px;
    text-decoration: none;
    line-height: 2em;
    color: #fff;
}

ul.nav li a:hover {
    text-decoration: none;
    color: #694A29;
}

ul.nav li a:active {
    text-decoration: none;
}

ul.nav li.selected a {
    background-color: #fff;
    color: #000;
}


/* CONTENT PANELS   
----------------------------------------------------------*/
.word_panel {
    width: 464px;
    background-color: #AC9F8C;
    padding: 8px;
    font-size: 1.15em;
}
.picture_panel {
    width: 311px;
    overflow: hidden;
    margin: 0;
    margin-top: -7px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.below {
    clear: both;
    margin-top: 7px;
}
.picture_panel img {
    margin-top: 7px;
}
.picture_panel p {
    background-color: #D0C8BC;
    padding: 3px 6px 5px 6px;
    margin: 7px 0 0 0;
}
.wide {
    width: 548px;
}
.narrow {
    width: 226px;
}
.lower_panel {
    padding-top: 8px;
    clear: both;
}
/* Panel heights */
.height_museum {
    height: 455px;
}
.height_craft_shop {
    height: 402px;
}
.height_about_us {
    height: 340px;
}
.height_location {
    height: 420px;
}
.height_home_welcome {
    height: 470px;
}
.height_home_lower {
    height: 608px;
    margin-bottom: 8px;
}
.height_camping {
    height: 443px;
}
.height_camping_club {
    height: 172px;
}
.height_restaurant {
    height: 202px;
}
.height_cream_teas {
    height: 181px;
}
.height_nature_autumn {
    height: 238px;
}
.height_nature_spring {
    height: 225px;
}
.height_nature_summer {
    height: 222px;
}
.height_nature_winter {
    height: 229px;
}
.height_camping_attractions{
    height: 328px;
}
.height_camping_directions{
    height: 356px;
}
.height_camping_pubs{
    height: 395px;    
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0;
    padding: 20px 0;
    border: 0px solid #CCC;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 0 10px 10px 0;
    border: solid 0px #e8eef4;
}

table th {
    text-align: left;
    background-color: #e8eef4;
    border: solid 0px #e8eef4;
}
td.key {
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
.location_from {
    font-weight: bold;
}
.sketch {
    text-align: center;
    padding: 20px 0 20px 40px;
    clear: both;
    border-top: 78px solid #706B62;
}
#bulletin {
    background-color: #7D6C58;
    margin: 0 0 8px 0;
    padding: 1px 8px;
}
#bulletin p {
    color: #DDD4C2;
}
#bulletin h2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #DDD4C2;
}
.tel {
    font-weight: bold;
}
.darker {
    background-color: #877D6E;
}
#contactForm {
    background-color: #B9AF9F;
}
#contactForm div {
    padding-bottom: 10px;
}
#contactForm label {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}
#contactForm input, #contactForm textarea {
    padding: 3px;
    border-width: 0;
    background-color: #D0C8BC;
    width: 300px;
}
#contactForm a {
    padding: 3px;
    color: Black;
    margin-left: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-top: -3px;
}
#contactForm a:hover {
    background-color: #D0C8BC;
}
#video_main {
    text-align: center;
    width: 100%;
    padding: 15px 0;
}
#opening_times_table{
    width: 100%;
    overflow: hidden;
}
#opening_times_table .last_in_section{
    border-bottom: solid 8px #fff;
}
#opening_times_table td{
    padding-left: 10px;
}
#opening_times_table h3{
    text-align:left;
}
.address {
    padding: 20px 0 20px 220px;
}