/*
 Theme Name:        WordLand Baseline
 Theme URI:         https://github.com/scotthansonde/wordlandBaseline
 Description:       A classic baseline theme for WordLand inspired by Retrospect
 Author:            Scott Hanson
 Author URI:        https://wordland.shanson.de
 Version:           0.1.3
 Requires at least: 6.7
 Tested up to:      6.8.1
 Requires PHP:      8.0
 License:           GNU General Public License v2 or later
 License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       wordland-baseline
*/

/* You can add custom CSS below */

/* Note that we link to the baselinePlayground styles.css file in functions.php */

/* WordPress.com overrides the text-decorator for title. Set it back to none. */
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

/* Pagination styles */
.divPagination {
    margin: 2em 0;
}
.divPagination a {
    text-decoration: underline;
}

.divPagination .nav-links {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divPagination .page-numbers {
    margin: 0 0.25ch;
}

.divPagination .prev {
    margin-right: auto;
    margin-left: 0;
}

.divPagination .next {
    margin-left: auto;
    margin-right: 0;
}



.divPagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
}

/* These are additional styles */

.divSiteTitle {
  line-height: 1.1;
}

.divStoryTitle {
  line-height: 1.0;
}

a {
	text-decoration: none;
	cursor: pointer;
    color: inherit;
}

.divStoryBody h2 {
	font-size: 28px; /* a little bigger than paragraph text */
}

.divStoryTitle  a:hover, .divSiteTitle a:hover, .divPagination a:hover {
	text-decoration: underline;
}

#idStories .divStory .divStoryTitle {
    font-size: 25px;
    margin-top: 40px;
}

/* Constrain images in posts */
.divStory p img, .divFeaturedImage img {
  max-width: 100%; /* Scale down if too large */
  height: auto;    /* Maintain aspect ratio */
  display: block;  /* Remove inline spacing */
}

/* Style blockquotes */
.divStory blockquote {
  border-left: 1px solid #000;
  margin-left: 0;
  padding-left: 20px;
}


/* Social Icons */
.divFooterSocialMenu {
  text-align: center;
  margin: 1.1em 0;
}
.divFooterSocialMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.divFooterSocialMenu li {
  display: inline-block;
  margin: 0 0.25em;
}
.divFooterSocialMenu a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.divFooterSocialMenu svg {
  width: 1.0em;
  height: 1.0em;
  fill: black;
}
.screen-reader-text {
  position: absolute;
  left: -9999px;
}
