/* GPL-Stylesheet-ID: burgundy */

/* Fontin, a font available under a special license, which requires a particularly worded acknowledgement: */
@font-face {
  font-family:  "Fontin";
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  src:          local('Fontin'), local('Fontin Regular'),
                url(http://cgi.galion.lib.oh.us/font/exljbris/Fontin-Regular.otf);
  font-weight:  normal;
  font-style:   normal;
  font-variant: normal;
  font-stretch: normal;
}
@font-face {
  font-family:  "Fontin";
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  src:          local('Fontin'), local('Fontin Italic'),
                url(http://cgi.galion.lib.oh.us/font/exljbris/Fontin-Italic.otf);
  font-weight:  normal;
  font-style:   italic;
  font-variant: normal;
  font-stretch: normal;
}
@font-face {
  font-family:  "Fontin";
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  src:          local('Fontin'), local('Fontin Bold'),
                url(http://cgi.galion.lib.oh.us/font/exljbris/Fontin-Bold.otf);
  font-weight:  bold;
  font-style:   normal;
  font-variant: normal;
  font-stretch: normal;
}

/* **********************  G E N E R A L  ********************** */

body {
  background-color:   #4D1321;
  background-image:   none;
  color:              #FFE6BC;
  margin:             0px;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          13pt;
}

a {
  background-color:   transparent;
  color:              #FFF3DE;
  text-decoration:    underline;
  font-style:         italic;
}
a:visited {
  background-color:   transparent;
  color:              #FFE6BC;
  text-decoration:    underline;
}

.clipleft {
  float:              left;
  border:             0;
  padding:            0.5em;
}
.clipright {
  float:              right;
  border:             0;
  padding:            0.5em;
}

div.sidebar,
.sidebar {
  float:              right;
  background-color:   #260A10;
  border:             /* 4px outset #260A10; */ 1pt solid #FFE6BC;
  color:              white;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          12pt;
  font-weight:        bold;
  padding:            3pt;
  max-width:          30%;
}
.sidebar .caption {
  font-size:          1.25em;
  text-align:         center;
  width:              100%;
  background-color:   #FFE6BC;
  color:              #260A10;
  padding-top:        3px;
  padding-bottom:     3px;
}
.sidebar img {
  text-align:         center;
  padding:            1px;
  border:             2px solid black;
}
.sidebar img.symbol64 {
  border:             none;
  padding:            0px;
}

.sidebar .imgcaption {
  font-size:          0.75em;
  font-family:        "Fontin", /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
                      "Georgia", "Bitstream Vera Serif", serif;
  font-style:         italic;
}
.sidebar hr {
  width:              100%;
  height:             1em;
  background-color:   #7B1F35;
  border:             4px inset #260A10;
}

img.symbol64 {
  width:              20px;
  height:             20px;
  background-image:   url(/img/symbol64wheat.png);
  background-repeat:  no-repeat;
  vertical-align:     top;
}

img.galleryimg {
  border:             2px solid #7A1F2C;
  margin:             0.5em;
}

div.p {
  margin-top:         1em;
  margin-bottom:      1em;
}
div.h {
  margin-top:         1em;
  font-size:          1.1em;
  font-weight:        bold;
}

.fnewsdate {
  font-weight:        bold;
  font-style:         italic;
  background-color:   transparent;
  color:              #FFF3DE;
  padding:            1pt;
}

sup {
  font-size:          inherit;
  font-size:          60% !important;
  vertical-align:     top;
}

ins {
  text-decoration:    inherit;
}
del {
  text-decoration:    line-through;
  background-color:   yellow;
  text-shadow:        black 1px 1px 3px;
  color:              #7D0000;
}

.redcancel {
  background-color:   yellow;
  text-shadow:        black 1px 1px 3px;
  color:              #7D0000;
}

/* **********************  H E A D E R  ********************** */

div#siteheader {
  width:              100%;
  margin-right:       0;
}

div#sitenamebar {
  background-color:   #260A10;
  color:              white;
  padding-left:       0.75em;
  padding-top:        0.2em;
  padding-bottom:     0.2em;
  border-bottom:      2pt solid #A12845;
  font-family:        "Georgia", "Bitstream Vera Serif", serif;
  font-size:          2.5em;
  text-align:         center;
  vertical-align:     middle;
}
span#sitenamehighlight {
  color:              #FFF3DE;
}
span#sitename {
  font-style:         italic;
  font-weight:        bold;
}

div#sitenamebar img.gpllogo {
  background-image:   url(/img/gpl-logo-h-white.png);
}

/* ***************  S E C T I O N   S I D E B A R  *************** */

/*
div#sectionsidebar {
   clear:              right;
   float:              right;
   font-size:          12pt;
   background-color:   #260A10;
   padding-top:        0.5em;
   padding-bottom:     0.75em;
   margin:             0.3em;
   margin-top:         0px;
   margin-left:        1em;
   border-left:        2pt solid #A12845;
   border-bottom:      2pt solid #A12845;
}
div#sectionsidebar a {
   font-weight:        bold;
   text-decoration:    none;
   font-style:         normal;
}
div#sectionsidebar div {
   padding-bottom:     0.25em;
   padding-left:       0.5em;
   padding-right:      0.5em;
}
div#sectionsidebar div + div {
   padding-top:        0.25em;
}
div#sectionsidebar div div {
   padding-left:       1em;
   padding-top:        0.25em;
}
div#sectionsidebar div:hover {
   background-color:   #260A10;
   background-image:   url(/img/gradient-burg-h1.gif);
   background-repeat:  repeat-y;
}
div#sectionsidebar div:hover div {
   background-color:   #260A10;
   background-image:   none;
}
div#sectionsidebar div:hover div:hover {
   background-color:   #260A10;
   background-image:   url(/img/gradient-burg-h1.gif);
   background-repeat:  repeat-y;
}
div#sectionsidebar div:hover > a {
   color:              white;
}
.skipnav {
   display:            none;
}
*/
div#sectionsidebar {
  height:             2em;
  border-bottom:      1px solid #A12845;
  background-color:   #260A10;
  vertical-align:     top;
  text-wrap:          none;
  font-size:          80%;
  text-align:         center;
}
div#sectionsidebar > div {
  vertical-align:     top;
  display:            inline-block;
  min-width:          8%;
  font-weight:        bold;
  padding:            2px;
  margin-bottom:      0.25em;
  border:             2pt outset #260A10;
  background-color:   #260A10;
  position:           relative;
  z-index:            3;
  text-align:         left;
}
div#sectionsidebar > div > div :hover {
  background-color:   #260A10;
  background-image:   url(/img/gradient-burg-h1.gif);
  background-repeat:  repeat-y;
}
div#sectionsidebar > div > div.sectioncontents {
  display:            none;
}
div#sectionsidebar > div:hover > div.sectioncontents {
  display:            block;
  position:           relative;
  margin-top:         0.2em;
  z-index:            5;
}
div#sectionsidebar > div:hover > div div {
  padding-left:       1em;
  margin-top:         0.2em;
}

div#sectionsidebar div:hover > a {
   color:              white;
}
div#sectionsidebar > div > div:hover a {
  display:            block;
}

.skipnav {
   display:            none !important;
}

/* ********************* B L U R B   B A R ********************* */

div#blurbbar {
   float:        right;
   width:        45%;
   text-align:   center;
}
div#blurbbar > div.caption {
   font-weight:  bold;
   font-size:    1.2em;
}
div.blurb {
   display:      block;
   border:       3pt solid #260A10;
   margin:       0.25em;
   margin-top:   0.5em;
   padding:      0;
}
div.blurbcol,
div.blurb > div,
div.blurb > img {
   display:         table-cell;
   padding:         0.5em;
   vertical-align:  top;
}
div.blurbcol > img {
   vertical-align:  middle;
}



/* **********************  F E A T U R E  ********************** */

div#pagefeature { 
  color:              #FFE6BC;
  padding:            1em;
  margin:             1px;
  margin-left:        3pt;
  font-family:        "Fontin", /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
                      "Georgia", "Bitstream Vera Serif", serif;
  font-size:          13pt;
}

div#pagefeature ul {
  margin-left:        1em;
  padding-left:       1em;
}
div#pagefeature ul li {
  margin-left:        1em;
}
.hugpreceding {
  margin-top:        -0.75em; /* Used e.g. for a list that belongs with the paragraph above it. */
}
div.address {
  margin-top:         0.2em;
  margin-bottom:      0.2em;
  padding-top:        4px; /* specified in px because it has to be just slightly larger than the box */
  padding-bottom:     4px; /* around the span.address, which looks wrong if it's more than about 2px. */
}
span.address {
  background-color:   #260A10;
  border:             1px solid #A12845;
  color:              #FFF3DE;
  padding:            3px;
  padding-left:       0.5em;
  padding-right:      0.5em;
}

table.table {
 /* i.e., a table that is really a table, not a layout mechanism */
  background-color:   #3F101B;
  border:             2pt outset #3F101B;
  color:              #FFF3DE;
  font-family:        "Verdana", "Bitstream Vera Sans", sans-serif;
  font-size:          12pt;
  font-weight:        bold;
}
table.table caption {
  font-size:          1.25em;
  text-align:         center;
  background-color:   #260A10;
  padding-top:        3px;
  padding-bottom:     3px;
}
th,
table.table td {
  border:             1px solid #CBB896;
  padding:            2px;
}
th {
  font-weight:        bolder;
  text-align:         left;
  border:             2px solid #FFE6BC;
}
.numeric {
  text-align:         right;
}

hr {
  background-color:   #A12845;
  height:             3px;
  border:             none;
  margin-left:        5%;
  margin-right:       5%;
}

.footnote {
  font-size:          0.7em;
  font-weight:        bold;
  font-style:         italic;
  color:              #EAA5B5;
  padding-left:       5em;
  padding-right:      5em;
  text-align:         justify;
}
div.footnote {
  margin-top:         1em;
}

.lipsum {
  font-style:         italic;
  color:              #EAA5B5;
}

div.category {
  margin:             1em;
  padding:            1em;
  text-align:         center;
  background-color:   #7B1F35;
  border:             3pt solid #CBB896;
  color:              white;
}
div.category img {
  border:             none;
}
div.category a,
div.category a:visited {
  color:              white;
}

.colorone {
  color:              #0099FF;
  font-weight:        bold;
}
.colortwo { 
  color:              #00AA00;
  font-weight:        bold;
}
.colorthree {
  color:              #FF00FF;
  font-weight:        bold;
}
.colorfour {
  color:              #EE6600;
  font-weight:        bold;
}
.colorfive {
  color:              #DDDD00;
  font-weight:        bold;
}

form.quickcatalogsearch {
  text-align:         center;
}

div.hostedby {
  clear:              both;
  text-align:         right;
  float:              right;
  margin-top:         0.75em;
  margin-bottom:      0.25em;
}
span.hostedby {
  font-size:          12pt;
  font-style:         italic;
  color:              #EAC7CF;
}
span.hostedby a:link,
span.hostedby a:visited {
  color:              inherit;
}

/* **********************  F O O T E R  ********************** */

div#sitefooter {
  background-color:   #260A10;
  color:              white;
  width:              100%;
  padding-top:        0.5em;
  padding-bottom:     0.5em;
  margin-top:         1em;
  margin-left:        0px;
  margin-right:       0px;
  border:             0;
  text-align:         center;
  clear:              both;
  border-top:         2pt solid #A12845;
}
div#sitefooter > div {
  padding-right:      0.25em;
  padding-left:       0.25em;
}

div#bottomlinkbar {
  font-weight:        bold;
  border-top:         3pt solid #A12845;
  margin-top:         2px;
  padding-top:        0.25em;
  margin-left:        5%;
  margin-right:       5%;
}

div#sitefooter a {
  font-weight:        normal;
  font-style:         normal;
  background-color:   transparent;
  color:              white;
  padding:            2px;
}
div#sitefooter a:visited {
  background-color:   transparent;
  color:              white;
}
div#sitefooter a:hover,
div#sitefooter a:active {
  text-decoration:    none;
  color:              #C07385;
}

div#sitefooter img.symbol64 {
  background-image:   url(/img/symbol64white.png);
}

/* *******************  C A L E N D A R  ******************* */

form.calendarviewform {
  background-color:   #CBB896;
  color:              black;
  padding:            1em;
  border:             2pt solid #FFE6BC;
  margin-bottom:      1em;
}

caption.monthname {
  border-color:       #3F101B;
  background-color:   #3F101B;
}
caption.monthname > a.calprevnext {
  color:              #FFE6BC !important;
}

table.calendar {
  background-color:   #3F101B;
  border-color:       #3F101B;
}
table.calendar th,
table.calendar td {
  color:              #FFE6BC;
  border-color:       #FFE6BC;
}
table.calendar a:hover,
table.calendar a:active {
  color:              white;
}
td.othermonth {
  background-color:   #260A10;
  border:             0;
}

/* **********************  F O R U M  ********************** */

div.articleheader {
   color:               white;
   background-color:    #7B1F35;
}

div.comment,
div.message {
   border-left:         2pt solid #C07385;
   border-bottom:       2pt solid #C07385;
}

div.commentfriend {
   border-left:         2pt solid #70A7FF;
   border-bottom:       2pt solid #70A7FF;
}
div.commentstaff {
   border-left:         2pt solid #FFE6BC;
   border-bottom:       2pt solid #FFE6BC;
}
div.commentboard {
   border-left:         2pt solid #7F2020;
   border-bottom:       2pt solid #7F2020;
}

div.commentheader,
div.messageheader {
   background-color:    #C07385;
   border-bottom:       1pt solid #C07385;
   color:               white;
}
div.commentheaderfriend {
   background-color:    #70A7FF;
   border-bottom:       1pt solid #0030CF;
   color:               white;
}
div.commentheaderstaff {
   background-color:    #FFE6BC;
   border-bottom:       1pt solid #FFF3DE;
   color:               #4D1321;
}
div.commentheaderstaff a {
   color:               #260A10;
}
div.commentheaderboard {
   background-color:    #AA4040;
   border-bottom:       1pt solid #7F2020;
   color:               white;
}
div.messageheader a,
div.commentheader a,
div.commentheaderfriend a,
div.commentheaderboard a {
   color:               white;
}

div.agreements {
   color:               #00CC00;
   font-style:          italic;
}
div.disagreements {
   color:               #DD0000;
   font-style:          italic;
}

div#blogactions {
    border:             3pt dotted #FFE6BC;
    outline:            0.5em solid #4D1321;
    color:              #FFE6BC;
    background-color:   inherit;
}
div#blogactions > div {
    border-bottom:      1pt solid #A12845;
}

.commentaction,
.articleaction,
.indexaction,
.messageaction {
    background-color:   #260A10;
    border:             2pt inset #4D1321;
}

.adminaction {
    border:             1pt solid #7F2020;
    background-color:   #AA4040;
}
.adminaction a,
.adminaction a:link,
.adminaction a:visited {
    color:              white;
}

div.error {
    border:             2pt outset #FF0000;
    color:              #FF0000;
}
div.info {
    border:             2pt outset #0030CF;
    color:              #0030CF;
    background-color:   #000000;
}

div.discusslink {
    float:              right;
    background-color:   #70A7FF;
    color:              #0030CF;
    border:             2px outset #70A7FF;
    padding:            2px;
    padding-left:       0.5em;
    padding-right:      0.5em;
    margin-left:        0.25em;
    font-weight:        bold;
}

/* ******************* S T R A W P O L L ******************* */

div.pollquestionresult {
  margin-top:           1em;
}
.bargrapharea {
  background-color:     transparent;
}
.bargraphbar {
  color:                #FFE6BC;
  background-color:     #FFE6BC;
  font-size:            120%;
}
.bargraphlabel {
  background-color:     transparent;
  color:                #FFF3DE;
}


