body {
    background: #E1FFFF;
    font-family: Georgia, serif;
    font-size: 10pt;
    color: #000;
}

div.wrapper {
    line-height: 130%;
    width: 760px;
    padding: 10px;
    background-color: #fff;
    margin: 10px auto;
    border: 2px solid #ccc;
}

div.pages {
    height: 17px;
    padding: 2px 6px 4px 6px;
    margin: 15px 0;
    text-align: center;
    background: #eee;
}
div.pages a {
    padding: 4px 10px;
    margin: 0 5px;
}
div.pages a:hover, div.pages a.on {
    background-color: #fff;
}
div.pages a.on {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color:#808040;
    text-align: center;
    margin-top: 10px;
    font-weight:lighter;
    font-size: 22px;
}

h2 {margin-top:0;color:#000;border-bottom:1px solid #ccc; font-weight:lighter; font-size:14pt; font-weight:lighter;}
h3 {font-weight:lighter;font-size:12pt;}

a {
    color: #808040;
}
a:hover {
    color: #000;
}

hr {color:#000;border-color: #ccc;border-width: 1px; height: 1px; background-color: #ccc;line-height: 1px;}
p.right {float:right;margin:0}
p.links {margin:-20px 0 10px 0;text-align:center;}
.center {text-align:center}
.clear {
    clear:both;
}

p.sub {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
}

div.footer {
    clear:both;
    color:#666;
    font-size:11px;
    margin:10px;
    padding:5px;
    text-align: center;
}

/* Home */
.home div.album {
    margin: 20px auto;
    width: 500px;
}

/* Gallery */
div.photo a:hover {
    background-color: #EEEE36;
}
div.photo a {
    float:left;
    display: block;
    padding: 2px;

    margin: 3px 1px;
    background: #eaeaea;
}
div.photo a img {
    border: 0;
    width: 105px;
}

/* Visitor comments */
body.visitors-comments blockquote em {
    color: #666;
    display: block;
    padding: 4px 0;
    font-size: 11px;
}
body.visitors-comments hr {
   width: 40%;
   background-color: #ccc;
   border: 0;
   height: 1px;
}

/* Availability */
table.availability {
    float: left;
    width: 47%;
    margin: 0 10px;
    border-collapse: collapse;
}
table.availability.key {
    float: right;
    width:150px;
    margin-left: 20px;
}
table.availability.key td {
    border-color: #fff;
}
table.availability th, table.availability td {
    padding: 3px;
    border: 1px solid #ccc;
}
div.year {
    clear: left;
    padding: 10px;
}
div.year h2 {
    clear: both;
    color: #808040;
    font-size: 24px;
    text-align: left;
    border: 0;
    margin: 4px 6px;
}
table.availability th.date {
    width: 20%;
}
table.availability th.cost {
    width: 14%;
}
table.availability th.booked {
    width: 15%;
}
table.availability th.space,table.availability td.space {
    width: 2%;
    border-width: 0 1px 0 0;
}
table.availability td.booked.bookedfalse {
    background: #4FFF24;
}
table.availability td.booked.bookedtrue.confirmedfalse {
    background: #FFA8B2;
}
table.availability td.booked.bookedtrue.confirmedtrue {
    background: #FF0026;
}