/* GPL-Stylesheet-ID: softblue */

/* szlichta07, from the Open Font Library */
@font-face {
  font-family:  "Szlichta";
  src:          local('szlichta'), local('szlichta07'),
                url(http://cgi.galion.lib.oh.us/font/open-font-license/szlichta07.ttf);
  font-weight:  normal;
  font-style:   normal;
  font-variant: normal;
  font-stretch: normal;
}

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

body {
  background-color:   #ABBEDB;
  background-image:   none;
  color:              #000000;
  margin:             0px;
  font-family:        "Szlichta", "Bitstream Vera Sans", sans-serif;
  font-size:          13pt;
}

a {
  background-color:   transparent;
  color:              #0030CF;
  text-decoration:    underline;
}
a:visited {
  background-color:   transparent;
  color:              #001867;
  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:   #8695AC;
  border:             4px outset #8695AC;
  color:              white;
  font-family:        "Szlichta", "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:   #6D7A8C;
  color:              white;
  padding-top:        3px;
  padding-bottom:     3px;
}
.sidebar img {
  text-align:         center;
  padding:            1px;
  border:             2px solid #6D7A8C;
}
.sidebar img.symbol64 {
  border:             none;
  padding:            0px;
}

.sidebar .imgcaption {
  font-size:          0.75em;
  font-family:        "Georgia", "Bitstream Vera Serif", serif;
  font-style:         italic;
}
.sidebar hr {
  width:              100%;
  height:             1em;
  background-color:   white;
  border:             4px inset #6D7A8C;
}

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

img.galleryimg {
  border:             2px solid #ABBEDB;
  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:   #6D7A8C;
  color:              #CCCCCC;
  padding:            1pt;
}
a.readmore {
  font-style:         italic;
  font-weight:        bold;
  font-size:          0.75em;
}

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

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

.redcancel {
  background-color:   #943636;
  text-shadow:        black 1px 1px 3px;
  color:              white;
}

strong.major,
em.major {
  font-size:          1.25em;
  padding:            2px;
}


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

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

div#sitenamebar {
  background-color:   #91A1BA;
  color:              #FFFFFF;
  padding-left:       0.75em;
  padding-top:        0.2em;
  padding-bottom:     0.2em;
  font-family:        "Promocyja", "Georgia", "Bitstream Vera Serif", serif;
  font-size:          2.5em;
  text-align:         center;
  vertical-align:     middle;
}
span#sitenamehighlight {
  color:              #D2E4FF;
}
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 {
  height:             2em;
/*
  border-bottom:      3pt solid #91A1BA;
  background-color:   #9EB0CA;
*/
  vertical-align:     top;
  text-wrap:          suppress;
  font-size:          80%;
  text-align:         center;
}
div#sectionsidebar a {
  font-weight:        bold;
  text-decoration:    none;
}
div#sectionsidebar > div {
  vertical-align:     top;
  display:            inline-block;
  min-width:          8%;
  font-weight:        bold;
  padding:            2px;
  margin-bottom:      0.25em;
  border:             2pt outset #91A1BA;
  background-color:   #9EB0CA;
  position:           relative;
  z-index:            3;
}
div#sectionsidebar div:hover {
   background-color:   #9EB0CA;
   background-image:   url(/img/gradient-softblue-h1.gif);
   background-repeat:  repeat-y;
}
div#sectionsidebar div div:hover div {
   background-color:   #9EB0CA;
   background-image:   url(/img/gradient-softblue-h1.gif);
}
div#sectionsidebar div div:hover div:hover {
   background-color:   #9EB0CA;
   background-image:   none;
}
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 {
  margin-top:         0.2em;
}
div#sectionsidebar  div:hover > a {
  display:            block;
}
div#sectionsidebar > div.sitesection:hover > div.sectioncontents > span,
div#sectionsidebar > div.sitesection:hover > div.sectioncontents > span span {
  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-size:    1.2em;
}
div.blurb {
   display:            block;
   border:             3pt solid #91A1BA;
   margin:             0.25em;
   margin-bottom:      0.5em;
   padding:            0;
   border-radius:      6pt;
  -moz-border-radius:  6pt;
}
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:              #000033;
  padding:            1em;
  margin:             1px;
  margin-left:        3pt;
  font-family:        "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 {
/*  border:             1px solid #5C6676; */
  background-color:   #D2E4FF;
  color:              black;
  padding:            2px;
  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:   #91A1BA;
  border:             2pt outset #91A1BA;
  color:              white;
  font-family:        "Szlichta", "Bitstream Vera Sans", sans-serif;
  font-size:          12pt;
  font-weight:        bold;
}
table.table caption {
  font-size:          1.25em;
  text-align:         center;
  background-color:   #91A1BA;
  padding-top:        3px;
  padding-bottom:     3px;
}
th,
table.table td {
  border:             1px solid #6D7A8C;
  padding:            2px;
}
th {
  font-weight:        bolder;
  text-align:         left;
  border-color:       #454D58;
}
.numeric {
  text-align:         right;
}

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

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

.fineprint {
  font-size:          0.75em;
}
.lipsum {
  font-style:         italic;
  color:              #6D7A8C;
}

div.inlinebox,
div.category {
  margin:             1em;
  padding:            1em;
  background-color:   #9EB0CA;
  border:             3pt solid #6D7A8C;
  color:              white;
}
div.category {
  text-align:         center;
}
div.inlinebox img,
div.category img {
  border:             none;
}
div.inlinebox a,
div.inlinebox a:visited,
div.category a,
div.category a:visited {
  color:              white;
}

.colorone {
  color:              #FF0000;
  font-weight:        bold;
}
.colortwo { 
  color:              #007F00;
  font-weight:        bold;
}
.colorthree {
  color:              #AA0099;
  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:              #6D7A8C;
}
span.hostedby a:link,
span.hostedby a:visited {
  color:              inherit;
}

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

div#sitefooter {
  background-color:   #91A1BA;
  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;
}
div#sitefooter > div {
  padding-right:      0.25em;
  padding-left:       0.25em;
}

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

div#sitefooter a {
  font-weight:        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;
  background-color:   #6D7A8C;
}

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

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

form.calendarviewform {
  background-color:   #8695AC;
  color:              white;
  padding:            1em;
  border:             2pt solid #6D7A8C;
}

caption.monthname {
  border-color:       #8695AC;
  background-color:   #8695AC;
}
table.calendar {
  background-color:   #91A1BA;
  border-color:       #8695AC;
}
table.calendar a:hover,
table.calendar a:active {
  color:              white;
}
td.othermonth,
td.today > div.daynum {
  background-color:   #8695AC;
  border:             0;
  padding-bottom:     0.25em;
}

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

div.articleheader {
   color:               white;
   background-color:    #8695AC;
}

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

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

div.commentheader,
div.messageheader {
   background-color:    #6D7A8C;
   border-bottom:       1pt solid #6D7A8C;
   color:               white;
   border-bottom:       1pt solid #6D7A8C;
}
div.commentheaderfriend {
   background-color:    #70A7FF;
   border-bottom:       1pt solid #0030CF;
   color:               white;
}
div.commentheaderstaff {
   background-color:    #3050AA;
   border-bottom:       1pt solid #15307F;
   color:               white;
}
div.commentheaderboard {
   background-color:    #AA4040;
   border-bottom:       1pt solid #7F2020;
   color:               white;
}
div.messageheader a,
div.commentheader a,
div.commentheaderfriend a,
div.commentheaderstaff a,
div.commentheaderboard a {
   color:               white;
}

div.agreements {
   color:               #007F00;
   font-style:          italic;
}
div.disagreements {
   color:               #CC0000;
   font-style:          italic;
}

div#blogactions {
    border:             3pt inset #91A1BA;
    outline:            0.5em solid #ABBEDB;
    color:              #00007F;
    background-color:   inherit;
}
div#blogactions > div {
    border-bottom:      1pt solid #6D7A8C;
}

.commentaction,
.articleaction,
.indexaction,
.messageaction {
    background-color:   #E5EEFD;
    border:             1pt outset #70A7FF;
}

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

div.error {
    border:             2pt outset #7F0000;
    color:              #7F0000;
}
div.info {
    border:             2pt outset #0030CF;
    color:              #0030CF;
}

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:     #91A1BA;
}
.bargraphbar {
  color:                #5B6574;
  background-color:     #5B6574;
  font-size:            120%;
}
.bargraphlabel {
  background-color:     transparent;
  color:                #5B6574;
}

/* ***************** C E L L P H O N E S ****************** */

@media (max-width: 800px) {
   div#blurbbar {
      width:      35%;
   }
   div.blurb div.blurbcol {
      display:    block;
      padding:    2px;
   }
   div#sectionsidebar {
      font-size:  0.75em;
   }
   table#servicecategories td {
      display:      block;
   }
   div.p img {
      height:       auto;
      max-width:    100%;
   }
}

@media (max-width: 650px) {
   body {
      font-size:    0.8em;
   }
   div#pagefeature {
      padding:      0.1em;
   }
}

@media (max-width: 550px) {
   div#sectionsidebar {
      padding-left:    1pt;
      padding-right:   1pt;
      margin-bottom:   2pt;
   }
   div#sectionsidebar > div.currentsection > div.sectioncontents {
      padding-left:    1pt;
      padding-right:   1pt;
      left:            0px;
      right:           0px;
   }
   div.sectionlabel > a {
      padding-left:    0.2em;
      padding-right:   0.2em;
   }
   .clipleft,
   .clipright {
      float:          none;
   }
   div.blurb + div + div + div + div {
      display:        none;
   }
}
@media (max-width: 500px) {
   div#blurbbar {
      float:          none;
      width:          100%;
   }
   div.sidebar, .sidebar {
      float:          none;
      max-width:      90%;
   }
   div#blurbbar img {
      display:        none;
   }
   div#sitenamebar img.gpllogo {
      display:      block;
      text-align:   center;
      margin-left:  auto;
      margin-right: auto;
   }
   .clipleft,
   .clipright {
      float:        none;
      height:       auto;
      max-width:    90%;
      padding:      0px;
   }
   div#pagefeature {
      margin-left:  1px;
   }
}
@media (max-width: 450px) {
   table.categories td {
      display:      block;
   }
   table#servicecategories img {
      display:      none;
   }
   div.sidebar, .sidebar,
   .clipleft, .clipright {
      max-width:      100%;
   }
   .sidebar img {
      height:       auto;
      max-width:    90%;
   }
}

@media (max-width: 350px) {
   div#sectionsidebar {
      display:      none !important;
   }
   div#sitefooter {
      margin-bottom:   0px;
   }
}
