@charset "UTF-8";

/*
 Project Name: Wenaha Wood
 Project Date: Summer 2025
 Project Team: Wenaha Woodpeckers
 Project Form: style.css
 */

body {background-color: #ffffff;color: #000000;}
@font-face{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: normal;font-style: normal;font-size: .92857em;}
a {color: #000000;text-decoration: none;}
a:hover, a:active {color: #000000;text-decoration: underline;}
pre, code { background: #ffffff;font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: normal;font-style: normal;font-size: .92857em;}
code{padding: 2px 4px; color: #ff0000;}
pre {padding: 8px;overflow: auto;max-height: 400px;}
pre code {display: block;padding: 3px;color: #000000;}
blockquote {margin: 1em 0;padding-left: 1.5em;border-left: 4px solid #ffffff;color: #000000;}
table {border-top: 4px solid #29a4f5;width: 100%;}
table th,table td {padding: 5px 10px;}
table th {background: #ffffff;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: normal;font-style: normal;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea {padding: 5px;border:2px solid #29a4f5;width: 100%;border-radius: 2px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
textarea {resize: vertical;}

.meme-date{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 700;font-style: normal;font-size: calc(1.1vw + 1.1vh);}
.meme-location{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 800;font-style: normal;font-size: calc(1.1vw + 1.1vh);}
.meme-salutation{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 500;font-style: normal;font-size: calc(1.2vw + 1.2vh);}
.meme-body{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 500;font-style: normal;font-size: calc(0.7vw + 0.7vh);text-indent:40px;}
.meme-closing{font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 700;font-style: normal;font-size: calc(1.2vw + 1.2vh);}

#footer{color: #000000;padding: 3em 0;line-height: 1.5;text-align: center;font-family: 'Poynter';src: url('/PoynterTextItalicOne.ttf');src: url('../css/PoynterTextRomanOne.ttf');font-weight: 700;font-style: normal;font-size: calc(1.1vw + 1.1vh);}

.post-meta a,.post-content a,.widget a,.comment-content a {border-bottom:3px solid #29a4f5;}
.post-meta a:hover,.post-content a:hover,.widget a:hover,.comment-content a:hover {border-bottom-color: transparent;}
#header{padding-top:35px;}
#logo {color: #000000;font-size: 2.5em;}
#logo img {max-height: 64px;}
.description {margin: .5em 0 0;color: #000000;font-style: italic;font-size: calc(1.1vw + 1.1vh);text-align:center;}
#nav-menu {margin: 25px 0 0;padding: 0;}
#nav-menu a{display: block;margin-right: 5px;padding: 3px 20px;border:3px solid #000000;border-radius: 10px;height: 32px;line-height: 32px;color: #000000;float: left;}
#nav-menu a:hover,#nav-menu .current{background: #ffffff;}
#search {position: relative;margin-top: 15px;}
#search input {padding-right: 30px;}
#search button {
  position: absolute;
  right: 4px;
  top: 2px;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent url(img/icon-search.png) no-repeat center center;
  direction: ltr; /* fix RTL language */
  text-indent: -9999em;
}

.widget-title{background-color:#dfdfdf;padding:15px;font-size:24px;}
.widget {
  margin-bottom: 30px;
}
.widget-list {
  list-style: none;
  padding: 0;
  font-size:18px;
  font-weight:bolder;
  margin-left:35px;
}
.widget-list li {
  margin: 5px 0;
  line-height: 1.6;
}

.widget-list li ul {
  margin-left: 15px;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
  #search button {
    background-image: url(img/icon-search@2x.png);
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}


/* ------------------
 * Main
 * --------------- */

.post {
  padding: 15px 0 20px;
  border-bottom: 1px solid #ffffff;
}
.post-title {
  margin: .83em 0;
  font-size: 1.4em;
}
.post-meta {
  margin-top: -0.5em;
  padding: 0;
  color: #585858;
  font-size: .92857em;
}
.post-meta li {
  display: inline-block;
  margin: 0 8px 0 0;
  padding-left: 12px;
  border-left: 1px solid #ffffff;
}
.post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.post-content {
  line-height: 1.5;
}
.post .tags {
  clear: both;
}

.post-near {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  color: #585858;
}
.post-near li {
  margin: 10px 0;
}

.archive-title {
  margin: 1em 0 -1em;
  padding-top: 20px;
  color: #585858;
  font-size: 1em;
}
.more {
  text-align: center;
}
.more a {
  border: none;
}
.protected .text {
  width: 50%;
}

/* Page nav */

.page-navigator {
  list-style: none;
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.page-navigator li {
  display: inline-block;
  margin: 0 4px;
}
.page-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.page-navigator a:hover {
  background: #ffffff;
  text-decoration: none;
}

.page-navigator .current a {
  color: #585858;
  background: #ffffff;
}

/* ------------------
 * secondary
 * --------------- */
#secondary {
  padding-top: 15px;
  word-wrap: break-word;
}

/* -----------------
 * Error page
 * -------------- */
.error-page {
  margin-top: 100px;
  margin-bottom: 100px;
}


/* -----------------
 * Content format
 *--------------- */
.post-content, .comment-content {
  line-height: 1.5;
  word-wrap: break-word;
}
.post-content h2, .comment-content h2 {
  font-size: 1.28571em;
}
.post-content img, .comment-content img,
.post-content video, .comment-content video {
  max-width: 100%;
}
.post-content a img,
.comment-content a img {
  background: #ffffff;
  position: relative;
  bottom: -4px;  /* hidden img parent link border  */
}
.post-content hr, .comment-content hr {
  margin: 2em auto;
  width: 100px;
  border: 1px solid #ffffff;
  border-width: 2px 0 0 0;
}


/* -----------------
 * Misc
 *--------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 15px 0 0;
}
img.alignright {
  margin: 0 0 0 15px;
}


/* -----------------
 * Responsive
 *--------------- */
@media (max-width: 767px) {
  body {
    font-size: 81.25%;
  }
  #nav-menu a {
    float: none;
    display: inline-block;
    margin: 0 -2px;
  }
}

@media (max-width: 768px) {
  #header,
  .post-title,
  .post-meta {
    text-align: center;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .container {
    max-width: 952px;
  }
}


/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden; }

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.sr-only {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .sr-only class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden; }
