@font-face {
    font-family: 'Goudy Bookletter';
    src: url('/assets/GoudyBookletter1911.eot');
    src: local('Goudy Bookletter 1911 Regular'), local('GoudyBookletter1911'),
        url('/assets/GoudyBookletter1911.otf') format('opentype');
}

BODY { margin:0px;
    font-family: 'Palatino Linotype', Palatino,Palladio,'URW Palladio L','ITC Garamond Narrow', 
    'New Century Schoolbook','Century Schoolbook', 'Century Schoolbook L',Georgia, serif;
    }


A:link {color: green; text-decoration: none;}
A:visited {color: green; text-decoration: none;}
A:active {background: #8ee2a4; text-decoration: none; color: black;}
A:hover {background: #8ee2a4; color: black; text-decoration: none;}


.header { background: url('/assets/masthead-fallback.png') repeat-x;
    background: -webkit-linear-gradient(top, #003e0f, #0aa446);
    background: linear-gradient(to bottom, #003e0f, #0aa446);
    height: 115px;
    margin-bottom: 25px; }
	
.header img {
    padding: 20px 0px 100px 70px;
}

#showNav {
    display: none;
}



h1, h2, .h1, .h2, .h2a, .h2b, .h2c, .h2l, .h3, .h3b, .h4, .h4b {
    font-family: "Goudy Bookletter", Georgia, serif;
}


.h1 { text-align:left; line-height: 160%;
    color: black;
    font-size: 22pt; font-weight:bold; }


.h2 { text-align:center;
    line-height:130%;
    color: black; 
    font-size: 18pt; font-weight:bold; }


.h2a { text-align:center; line-height:150%;
    color: black;
	font-size: 16pt; font-weight:bold; }


.h2b { text-align:left; margin: 30px;
 line-height:150%;
 color: black;
	font-size: 18pt; font-weight:bold; }


.h2c { text-align:left; line-height:150%;
    color: black;
	font-size: 18pt; font-weight:bold; }


.h2l { text-align: left;
 line-height:125%;
 color: black;
	font-size: 18pt; font-weight:bold; }


.h3 { text-align:center;
 line-height: 150%;
 color: black;
	font-size: 14pt; font-weight:bold; }

	
.h3b { text-align:left;
 line-height:150%;
 color: black;
	font-size: 14pt; font-weight:bold; }
	

.h4 { line-height:125%;
    color: black;
    font-size: 16pt; font-weight:bold; }


.h4b { text-align: left;
    line-height:125%;
    color: black; 
    font-size: 18pt; font-weight:bold; }


.h4s { line-height:125%;
    color: black;
	font-size: 12pt; }


.h5 { line-height:125%;
    color: black;
	font-size: 12pt; }


#banner { margin-left:50px; }

#responsive-image {  width: 20%;  height: auto; }

.boxed {
   border: 1px solid green; text-align:center; } 

.container { float: left; }


.content { margin: 20px 20px 30px 160px;
 height:auto; }


.fiction { margin-right:85px; line-height:120%;
    color: black;
    font-size: 11pt; }


.fiction-indent { margin-left:65px;  margin-right:65px; line-height:120%;
    color: black;
    font-size: 11pt; }


.content-button, .content-button:hover {
    background: url('/assets/button-fallback.png') repeat-x;
    background: -webkit-linear-gradient(top, white, hsl(98, 48%, 95%), hsl(98, 48%, 69%));
    background: linear-gradient(to bottom, white, hsl(98, 48%, 95%), hsl(98, 48%, 69%));
    border: 1px solid #A5A8A4;
    border-radius: 4px;
    font: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
}
.content-button { color: green; }
.content-button:hover { color: black; }


a.dropbtn {
    text-decoration: none;
    color: white; }
	
	
.dropbtn { display: block;
    background-color: #08913d;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida, Arial, sans-serif;    border: none;
    cursor: pointer;
    text-align: center; }

.dropdown { position: relative;
    margin-top: 15px; }

.dropdown-content { display: none;
    left: 75px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); }

.dropdown-content a { color: black; background-color: #a0d3ae;
    padding: 10px 10px;
    text-decoration: none;
    display: block; }

.dropdown-content a:hover { background-color: #5cab74; }

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 2; }

.dropdown:hover .dropbtn {
    background-color: #06652b; }

#intro {
    text-align: center;
    margin: -10px 0 -5px;
}
#intro p {
    text-align: left;
    margin: 22px;
    margin-right: 20px;
}
.intro-segment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 200px;
    margin-bottom: 5px;
}
.intro-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 36px;
}
#intro-society {
    max-width: 512px;
    background-image: url('/assets/intro-bg.png');
    background-color: #C7E8CB;
    background-position: left;
    background-size: auto 100%;
}
#intro-society p {
    font-size: 13pt;
    margin-left: 15%;
}
#intro-society .intro-more {
    font-weight: bold;
    text-align: right;
    right: 12%;
}
#intro-society .intro-more a:hover {
    background: none;
}
#intro-funding {
    max-width: 248px;
    background: #cbe4d5;
}
#intro-funding p {
    font-size: 11pt;
}
#intro-funding .intro-more {
    background: #bcd4c5;
}
@media not all and (min-width: 950px) {
    #intro-funding {
        max-width: 512px;
        height: auto;
        padding-bottom: 36px;
    }
}
@media (min-width: 1140px) {
    #intro p {
        text-align: left;
        margin: 28px;
        margin-right: 24px;
    }
    .intro-segment {
        height: 250px;
    }
    .intro-more {
        line-height: 45px;
    }
    #intro-society {
        max-width: 640px;
    }
    #intro-society p {
        font-size: 16pt;
        margin-left: 15%;
    }
    #intro-funding {
        max-width: 310px;
    }
    #intro-funding p {
        font-size: 13pt;
    }
}

.frontpg {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 200px; /* Chrome, Safari, Opera */
    -moz-column-width: 200px; /* Firefox */
    column-width: 200px; 
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px; }


.columns-two {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 200px; /* Chrome, Safari, Opera */
    -moz-column-width: 200px; /* Firefox */
    column-width: 200px; 
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px; }
	

.column-left, .column-right {
    padding: .75em 0;
 }
.column-left > :first-child, .column-right > :first-child {
    margin-top: 0;
 }

.member-list li {
    display: list-item;
    margin: 1em 0;
}

.member-name {
    font-weight: bold;
}

.award { text-align: center;
    font-size: 11pt;
    padding-top: 40px; }
	
.award img {
    margin-top: -40px;
    float: right;
    padding: 10px 30px 0px 10px;
}

.award:after { /* clearfix */
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.book-details img {
    float: left;
    padding: 0px 20px 20px 0px;
}
.book-details:after { /* clearfix */
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }



.ppbut {margin-left:10%; }



.ppbut2 {margin-left:35%; }



.sidebar { width: 45px;
   height: 90px;
   position: fixed;
   left: 0px;
   top: 300px;
   border: 1px solid black; }


#navigation { position: fixed;
  z-index: 2;
  top: 115px;
  left: 15px;
  width: 115px; }


#news { line-height:125%;
    color: black;
	font-size: 16pt; font-weight:bold; }

table, th, td {
    border: 1px solid black; 
	border-collapse: collapse; }

th, td {
    padding: 8px; }	


.floating-box {
    display: inline-block;
    width: 20%;
    height: 200px;
    margin: 10px;
    padding: 10px; }


ul {  overflow: hidden;  }

sl { list-style-type: circle; }


li { line-height:1.3em;
  display:block; }

.biblio { margin: 0px 0px 0px 60px; }


.li2 { display: block; }


#colright
  { width: 250px; 
    float: right;
    margin: 0px 15px 5px 15px;
    background-color: #c7ebd4;
    padding: 10px 15px 15px 15px;
 font-size: 11pt; }


.links { line-height: 180%;
 color: #333300; font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida, Arial, sans-serif; 
 font-size: 16pt; font-weight: bold;  }


#pbutton
  {float:right; margin-right: 150px; font-weight: bold; }


.foot { text-align:center; line-height: 180%;
    color: black; 
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida, Arial, sans-serif; 
    font-size: 12pt; font-weight:bold; }

.foot1 { text-align:center; 
    color: black; 
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Lucida, Arial, sans-serif; 
    font-size: 12pt; font-weight:normal; }


@media not all and (min-width: 640px), not all and (min-height: 570px) {
    .content {
        margin: 10px;
    }
    .header {
        height: auto;
        margin-bottom: 0;
        padding: 4px;
    }
    .header img {
        padding: 0;
        display: block;
        max-width: 100%;
        height: auto;
    }
    #showNav {
        display: block;
    }
    #navigation {
        display: none;
        position: static;
        width: auto;
    }
    #navigation:target {
        display: block;
    }
    #showNav, .dropdown {
        margin: 15px;
    }
    .fiction, .fiction-indent {
        margin-right: 0;
    }
    .fiction-indent {
        margin-left: 30px;
    }
    .ppbut {
        margin-left: 0;
    }
    
    #intro {
        margin-top: 0;
    }
    #intro-society, #intro-funding {
        max-width: 300px;
        height: 120px;
        padding: 0;
    }
    #intro-society p, #intro-funding p {
        margin: 10px;
        font-size: 12px;
    }
    #intro-society .intro-more {
        line-height: 24px;
    }
    #intro-funding .intro-more {
        line-height: 32px;
    }
}
@media not all and (any-hover: hover) {
    .dropdown:hover .dropdown-content {
        display: none;
    }
}








