/* @override http://localhost:3000/stylesheets/master.css?1197966722 */

/* General */

body {
  color: #333;
}

html {
  background: #fff url(../images/bg.png) repeat-y center top;
}

input {
}

.hiddenlink {
  color: #333;
  text-decoration: none;
}

.hiddenlink a {
  color: #333;
  text-decoration: none;
  
}

.hiddenlink a:hover {
  color: #333;
  text-decoration: none;
   cursor: default;
}

a {
  color: #559933;
  text-decoration: none;
}

a:hover {
  color: #77aa55;
  text-decoration: underline;
}

img {
  border-style: none;
}

p {
  padding-top: 10px;
}

#skiplink { 
  display: none;
}


/* Header */

h1 {
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  padding-top: 10px;
  font-weight: bold;
  font-size: 123%;
}

h2, h3 {
  padding-top: 10px;
  font-family: Arial, Helvetica, Geneva, sans-serif; 
  font-size: 123%;
}

h3 {
  font-weight: bold;
}


#hd h1 span {
  display: none;
}


#logo {
  width: 300px;
  margin: 0;
  padding: 5px 15px 5px 15px;
  margin: 10px 0 0 0;
  height: 85px;
}

#logo h1 {
  display: none;
}

acronym {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-style: italic;
}

#gutter {
  padding-top: 7px;
  padding-left: 5px;
}

#gutter p, #blogentries div.blogentry {
  padding-top: 10px;
}

#bd {
  border-top: 1px solid #888;
}

/* Login field */

#loginfieldset{
    border-width: 0 0 0 0;
    margin: 10px 0px 0px 0px;
    font-size: 77%;
    display: none;
}

.loginfields {
  font-family: Arial, sans-serif;
  background-color: #efd;
  padding: 2px;
  font-size: 77%;
  border: 1px solid #494; 
}

#flashes {
  border: 3px solid #494; 
  padding: 10px;
  font-size: 125%;
  font-weight: bold;
  width: 300px;
  height: 120px;
  text-align: center;
  font-weight: bold;
  background-color: #efd;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px; /* make this half your image/element height */
  margin-left: -150px; /* make this half your image/element width */
}

.loginbutton {
  font-family: Arial, sans-serif;
  background-color: #efd;
  padding: 1px;
  font-size: 77%;
  border: 1px solid #494; 
}

#loginfieldset legend {
  display: none;
}

#loginfieldset p {
}

/* Booking field */

#bookingfieldset {
     border: 1px solid #494; 
    margin-top: 10px;
    padding: 10px;
    background-color: #efd;
    margin-bottom: 10px;
}

#bookingfieldset td {
    padding: 0px 10px 2px 0px;
}

#bookingfieldset legend {
  font-family: Arial, sans-serif;
  font-size:14px;
  font-weight:bold;
  color: #333;
}

.bookingfields {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 3px;
  font-size: 10px;
  border: 1px solid #494; 
}

.bookingbutton {
  font-family: Arial, sans-serif;

  padding: 2px;

}


/* Main navigation */


#mainnavigation{
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #888;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

#mainnavigation li {
  border: 1px;
  list-style: none;
  display: compact;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #888;
  font-size: 85%;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
  font-weight: bold;
  text-align: right;
  background-color: #fff;
  color: #444; 
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

#mainnavigation li a {
  color: #482;
  padding: 6px;
  margin: 0px;
  height: 1.3em;
  display: block;
}

#mainnavigation li a:hover {
  background-color: #efd;
  text-decoration: none !important;
}

#mainnavigation li.active a {
  background-color: #efd;
}

/* Sub-navigation */

#subnavigation{
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #888;
  margin-top: 10px;
  padding: 0px 0px 5px 0px;
}

#subnavigation li {
  border: 0px;
  list-style: none none inside;
  display: inline;
  margin-left: 0;
  border-width: 0;
  padding: 1px;
  margin: 0px 12px 1px 0px;
  font: 93% Verdana, Arial, Helvetica, Geneva, sans-serif; 
  font-weight: normal;
  color: #444; 
  text-decoration: none;
}

#subnavigation li a {
  color: #482;
}

#subnavigation li a:hover {
  background-color: #efd;
  text-decoration: none !important;
}

#subnavigation li.active {
  border-width: 1px;
  border-style: solid;
  font-weight: bold; 
  background-color: #efd;
  border-color: #ddd;
  text-decoration: none !important;
}

/* External navigation */

#externalnavigation {
  display: none;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #888;
  margin: 25px 13px 5px 0px;
  padding: 0px 0px 0px 0px;
}

#externalnavigation li {
  border: 0px;
  list-style: none none inside;
  display: block;
  margin-left: 0;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #888;
  padding: 0;
  margin: 0;
  font: 85% Verdana, Arial, Helvetica, Geneva, sans-serif; 
  font-weight: normal;
  text-align: right;
  color: #444; 
  text-decoration: none;
  white-space: nowrap;
}

#externalnavigation li a {
  color: #482;
  padding: 3px 6px 3px 6px;
  margin: 0px;
  height: 1.3em;
  display: block;
}

#externalnavigation li a:hover {
  background-color: #efd;
  text-decoration: none !important;
}

#externalnavigation li.active a {
  background-color: #efd;
}

#maincontent ul, #maincontent ol {
  padding-top: 10px;
}

#maincontent ul li, #maincontent ol li {
  list-style-position: outside;
  margin-left: 1.5em;
}

#maincontent ul li {
  list-style-type: disc;
}

#maincontent ol li {
  list-style-type: decimal;
}
/* Blog */

#snappreview {
  padding: 0;
  margin: 0;
}

.tooltip {
  position: absolute; 
  z-index: 10; 
  visibility: hidden;
  background-color: #fff;
  color: #000;
  padding: 5px 10px 5px 10px;
  margin: 0;
  width: 300px;
  border: 1px solid #555;
  filter:alpha(opacity=70);   
  -moz-opacity: 0.7;   
  opacity: 0.7;   
}

#ft {
  font-size: 70%;
  margin-top: 8px;
  border-top: 1px solid #888;
}
