html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*Strip the ul of padding and list styling*/
ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}

/*begin our styles*/
 
body {
    font: 16px/1.4em 'PT Sans', sans-serif;
    color: #1c1c1c;
    background-color: #E7E7E7;
    max-width: 960px;
    margin: auto;
}
 
table, tr, th, td {
    border: 1px solid black;
    border-collapse: collapse;
} 

th, td {
    padding: 5px;
    }
 
table#members tr:nth-child(even) {
    background-color: #fff;
}
table#members tr:nth-child(odd) {
   background-color: #eee;
}
table#members th {
    background-color: #2f3036;
    color: white;
} 
 
a {
    color: #1D745A;
}

p {
    margin: 0 0 1.5em;
    padding-left: 50px;
}

b{
	font-weight: bold;
}

i{
	font-style: italic;
	
}

h1 {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    line-height: 1.4em;
    margin: 0 0 .4em;
    font-weight: bold;
    font-style: italic;
}
 
h2 {
    font-family: 'PT Serif', serif;
    font-size: 28px;
    line-height: 1.4em;
    margin: 0 0 .4em;
    font-weight: bold;
    padding-left: 25px;
}

h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    line-height: 1.0em;
    margin: 0 0 0.1em;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 1.0em;
    margin: 0 0 0.4em;
    font-style: italic;
    text-align: center;
}

h5 {

    line-height: 1.4em;
    margin: 0 0 .4em;
    padding-left: 50px;
}

article {
    border-bottom: 1px solid #959595;
    padding: 10px 20px 0 20px;
    margin: 10px 0;
}

/*header*/
 
header {
    padding: 15px 20px 30px;
}
 
        /*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
        header:before,
        header:after {
            content:"";
            display:table;
        }
         
        header:after {
            clear:both;
        }
         
        /* For IE 6/7 (trigger hasLayout) */
        header {
            zoom:1;
        }

/*footer*/
 
footer {
    font-family: 'PT Serif', serif;
    font-style: italic;
    text-align: center;
    font-size: 14px;
}

.responsive {
    width: 100%;
    height: auto;
}

/*maps*/
.google-maps {
        position: relative;
        padding-bottom: 30%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 50px;
        width: 100% !important;
        height: 100% !important;
    }

/*Style for menu links*/
li a {
    display:block;
    min-width:230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
    background: #1980c5;
}
/*Style for dropdown links*/
li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    background: #1980c5;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
    z-index:999;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    color: #fff;
    background: #1980c5;
    text-align: center;
    padding: 0px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 960px){
    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}

