/*
Colors used in this style sheet:
Green links and menu #479163
Red hovers #9E1E1C
Light gray background #f0f0f0 (box1)
Very light gray background #f8f8f8 (body, navigation)
Dark blue heading text and table head backgrounds #1C60A0
Light blue h2 background #829EE5
*/

/*---------------------------------------------------------------------*/
/* GLOBAL RESET -------------------------------------------------------*/

/* Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2 */

html {
    margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}

/*---------------------------------------------------------------------*/
/*--SITE-WIDE STYLES---------------------------------------------------*/

body {
    margin: 0px;
    color: #444;
    background-color: #f8f8f8;
    line-height: 170%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
}

a {
    color: #338e53;
    text-decoration: none;
}

a:hover,
nav a:hover {
    color: #bf2626;
    text-decoration: none;
}

em {
    font-style: italic;
}

h1,
h2,
h3 {
    font-weight: normal;
    color: #1c60a0;
}

h1,
h2,
h3,
nav {
    font-family: Helvetica, Univers, Arial, sans-serif;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h2 {
    color: #fff;
    background-color: #829ee5;
    font-size: 1.3em;
    padding: 0.3em 0.3em 0.15em 0.3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.1em;
    margin-top: 1.1em;
}

li {
    margin-left: 2em;
}

strong {
    font-weight: bold;
}

table {
    width: 100%;
}

th {
    color: #fff;
    background-color: #1c60a0;
    padding: 0.2em 0 0.1em.4em;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

ol li {
    padding-left: 0.35em;
}

ul,
ol,
p {
    margin-bottom: 1em;
}

#box1 {
    float: right;
    width: 670px;
    padding: 6px;
    text-decoration: none;
    background-color: #f0f0f0;
    /*	background-image: url(/images/top_over.png);
	background-repeat: no-repeat;
	background-position: 465px -10px;*/
    padding: 20px;
}

#box1 ul li {
    list-style: none;
    text-indent: -0.9em;
}

#box1 ul li:before {
    color: #829ee5; /* set color to red */
    content: "\2022"; /* /2022 is the numerical unicode for &bull; */
    font-size: 1.2em;
    padding-right: 0.35em;
}

#box1 ul.no-bullet li {
    list-style: none;
    text-indent: 0;
    margin-left: 1em;
}

#box1 ul.no-bullet li:before {
    content: ""; /* /2022 is the numerical unicode for &bull; */
    padding-right: 0;
}

#box1,
nav {
    margin-top: -663px;
}

#cancellation {
    display: block;
    padding: 10px 20px 10px 20px;
    color: black;
    background-color: red;
    font-family: "helvetica", "arial", san-serif;
    font-size: 20px;
}

#cancellation h2 {
    font-family: "helvetica", "arial", san-serif;
    color: black;
    font-size: 24px;
    border: none;
}

footer,
#footer {
    clear: both;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}

footer p,
#footer p {
    margin-bottom: 0;
}

header,
#header {
    background-color: #1c60a0;
    background-image: url(/assets/img/pic_header.jpg);
    background-repeat: repeat;
    float: left;
    height: 844px;
    width: 1100px;
    margin-left: -90px;
}

#mainwrapper {
    width: 924px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

nav {
    float: left;
    width: 160px;
    /*background-color: #f8f8f8;*/
    padding: 14px 20px;
}

nav a {
    font-size: 1.2em;
    line-height: 35px;
    color: #fff;
}

nav a:hover {
    color: #fffc00;
}

nav li {
    display: block;
    width: 185px;
    height: 37px;
    margin-left: 0;
    margin-top: 3px;
    padding-left: 0px;
}

/*---------------------------------------------------------------------*/
/*--GALLERY PAGE-------------------------------------------------------*/

.gallery .slideframe {
    width: 215px;
    height: 215px;
    float: left;
    border: 1px solid #cfcec8;
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: #e9e8e0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.gallery .thumbs {
    /* height:215px; */
    /* width:698px; */
    clear: both;

    display: grid;
    grid-template-columns: auto auto auto;
}

.gallery img {
    display: block;
    margin: 21px auto;
    border: 1px solid #cfcec8;
}

.gallery-sections h3 {
    margin-top: 1.2em;
    padding-top: 1.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1c60a0;
}

.gallery-sections h3:first-child {
    border: none;
    margin-top: 0;
    padding-top: 0.8em;
}

#gallery table {
    border: 0;
    cellspacing: active 5px;
    cellpadding: 2px;
}

#gallery td {
    width: 16%;
}

#gallery .member td {
    width: 33%;
}

.disabled-gallery-page {
    color: rgb(168, 166, 166);
}

.highslide-caption {
    line-height: 150%;
}
/*---------------------------------------------------------------------*/
/*--RESOURCES PAGE-------------------------------------------------------*/

#resources ul {
    margin-bottom: 0;
}

#resources td {
    padding: 10px;
}

#resources table {
    border-spacing: 10px;
    background-color: #eeeeee;
}
#resources tr:nth-child(odd) {
    background: #f8f8f8;
}

.tool-description {
    font-size: 0.9em;
    color: #666;
    padding-left: 12pt;
}

/*---------------------------------------------------------------------*/
/*--NEWSLETTER PAGE----------------------------------------------------*/

.newsletter-archives h3 {
    margin-top: 1.2em;
    padding-top: 1.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1c60a0;
}

.newsletter-archives h3:first-child {
    margin-top: 0;
    border: none;
}

/*---------------------------------------------------------------------*/
/*--FOR SALE PAGE------------------------------------------------------*/

.right {
    float: right;
    margin-right: -60px;
    margin-top: -40px;
}

.right_more {
    float: right;
    margin-right: -150px;
    margin-top: -40px;
}

.left {
    float: left;
    margin-left: -160px;
    margin-right: 20px;
}

.left_more {
    float: left;
    margin-left: -200px;
    margin-right: 20px;
}

/*---------------------------------------------------------------------*/
/*--MEMBERSHIP PAGE----------------------------------------------------*/

#membership form {
    margin-bottom: 1em;
}

#membership input[type="text"] {
    width: 300px;
    /* margin-bottom: 1em; */
    font-family: inherit;
    font-size: inherit;
}

#membership input[name="os1"] {
    width: 334px;
}

#membership input.paypal {
    margin-left: 355px;
}

#membership select {
    font-family: inherit;
    font-size: inherit;
    width: 274px;
}

#membership ul {
    list-style-type: none;
    /* margin-bottom: 1em; */
    /* padding: 0; */
}

#membership ul li:before {
    content: ""; /* /2022 is the numerical unicode for &bull; */
    /* font-size: 1.2em;
  padding-right: 0.35em; */
}

#membership address {
    margin-left: 1.65em;
}

.newsletter-year {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.newsletter-month {
}

.newsletter-month-unavailable {
    color: #a8a6a6;
    font-style: italic;
}

.gallery-section {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.gallery-page {
}

address {
    margin-bottom: 16pt;
}

#google-calendar {
    display: flex;
    flex-direction: row;
}

#google-calendar-description {
    flex: auto;
    margin-right: 12pt;
}

.add-to-cal-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12pt;
    padding: 6pt;
}

.add-to-cal-icon {
    width: 1em;
    height: 1em;
    margin-right: 6pt;
}

.add-to-cal-text {
    font-size: 1em;
}

.expand-in {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.expand-in.visible {
    max-height: 1000px;
}
