/* customise generic elements */

body { font-family: "tempus sans itc", arial, sans-serif;
}

a { text-decoration: none;
}

a:hover { 
          text-decoration: underline;
}

img { 
      border: 0;
}

/* header */

#header{ 
         width: 100%;
         display: block;
         margin: 0;
         padding: 0;
}

#header img{ 
             width: 100%;
             display: block;
             margin: 0 0 1px 0;
             }

#header #menu { /* Currently empty */
        /* width: 100%; (set it to be automatically calculated instead) 
           
           if set to 100% then it's actually bigger due to the padding 
           constraints
           */
        padding: 3px 10px 3px 10px;
	background: #336633;
	display: block;
	margin: 0 0 1px 0;
	text-align: right;
}

/* left-hand links */

#links { float: left;
         width: 180px;
}

#links ul { padding: 0;
            margin: 0;
}

#links li { padding: 0;
            margin: 0 0 1px 0;
            list-style: none;
}

#links li a { width: 175px;
              margin: 0;
              padding: 5px 5px 5px 10px;
              background: #6B8B45;
              display: block;
              font-size: 1.2em;
              color: #ffffff;
              }

#links li a.current { background: #336633;
}

#links li a:hover { background: #336633;
                    text-decoration: none;
                    }

/* general content styling */

#content { margin-left: 200px; }

/* special styling */

#content a.themed { background: #6B8B45;
                    color: #ffffff;
                    padding: 3px 5px;
                    }

#content a.themed:hover { background: #336633;
                          color: #ffffff;
                          text-decoration: none;
                    }

#content p.centre { text-align: center;  }

#content div.centre {  margin: auto; }
#content table.centre {  margin: auto; }

/* images and floats */

#content img { border: 1px solid black }



/* 100% images if they're in floating div blocks */
#content .floatLeft img{ 
                         width: 100%;
                         }

#content .floatRight img{ 
                          width: 100%;
                          }

/* or if they're big images (which won't be floating)*/

#content div.fullPage { 
                        display:none;
                        visibility: hidden;                        
                        width: 100%;
                        margin-left: auto;
                        margin-right: auto;
                        text-align: center;
}

#content div.fullPage img { display: block; 
                            margin-left: auto;
                            margin-right: auto;
                            margin-bottom: 5px;
                            height: 375px;
                            }

#content div#galleryPic_0 { display: block;
                            visibility: visible;}


/* top right bottom left */
#content .floatLeft{ float: left;
                     margin: 0px 10px 10px 5px;                   
                     width: 40%;
                     max-width: 500px;
                     font-style: italic;
                     font-size: 0.8em;
}


#content .floatRight{ float: right;
                      margin: 0px 5px 10px 10px;
                      width: 40%;
                      max-width: 500px;
                      font-style: italic;
                      font-size: 0.8em;}

#content .clearLeft { clear: left }
                         
#content .clearRight {  clear: right }

/* footer */

#footer { margin-top:30px;
          border-top:1px solid #3F7008;
          padding:10px 0 0 0; 
          font-size: 0.75em;
          clear: both;
}

#content table.tariff { border-top: 1px solid black;
                 border-bottom: 1px solid black;}

#content table.tariff td { padding-right: 20px }


table.calendar {border: 0; margin: 5px;}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 23px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

table.calendar td.booked { background-color: red; }
table.calendar td.newbooked { background-color: red; }

form.submitBookings {  margin: auto; text-align: center }
form.enterPassword { line-height: 1.7em; padding: 5px; }
