/*
Theme Name: OlfactoryBlues
Theme URI: https://olfactoryblues.com
Author: Malcolm I
Author URI: https://olfactoryblues.com
Description: a retro music blog theme
Version: 1.0.0
Text Domain: olfactoryblues
*/

html {
  overflow-y: scroll;
}

body {
    font-family: Arial, Helvetica, Lucida Grande, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    background: #130503;
	width: 100%;
}

a {
    color: #8a381b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {

  #headerimg {
      overflow: hidden;
  }

  #headerimg img {
      width: 100% !important;
      height: auto !important;   /* keep original ratio */
      transform: scale(1.3);    /* ZOOM IN */
      transform-origin: center 35%;
      display: block;
  }

}

/* =========================================
   Alert Bar
========================================= */

#alert {
    padding: 2px;
    background-color: #995325;
}
#alert p {
    color: #fff;
    font-size: 10px;
}

/* =========================================
   Main Navigation
========================================= */

#mainnav {
	width: 100%;
    height: 45px;
    background-color: #2b1d13;
    border-top: 2px solid #452a13;
	padding-left: 10px;
    box-sizing: border-box;
    float: left;
	clear: both;
}
#mainnav ul {
    margin: 15px 0 0 15px;
    padding: 0;
    float: left;
}
#mainnav ul li {
	float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 25px;
    letter-spacing: 1px;
	list-style-type: none;
}
#mainnav li a {
    display: block;
    color: #a7661a;
}
#mainnav li a:hover {
    color: #fff;
	text-decoration: none !important;
}

/* Search form inside nav */
.search-form {
	float:right !important;
    background-color: #37271b;
    padding: 10px 10px 0 15px;
    height: 33px;
	width: 235px;
    border-left: 1px solid #433124;
	list-style: none;
}

.search-form form input[type="text"],
.search-form form input[type="search"] {
	width: 175px;
}

#mobile-menu-toggle {
    display: none;
}
#mobile-dropdown {
    display: none;
}

@media screen and (max-width: 800px) {
.search-form {	
	display: none !important;
}
	
#mainnav {
	position: relative;
}

#mobile-menu-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: 5px;
    background: none;
    border: none;
    font-size: 22px;
    color: #a7661a;
    cursor: pointer;
}

/* Dropdown panel */
#mobile-dropdown {
    display: none;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 45px);
    overflow-y: auto;
    background-color: #6d6151;
    border-bottom: 1px solid #433124;
    z-index: 9999;
}

/* Inner spacing */
.mobile-inner {
    padding: 15px;
}

/* Reuse sidebar styles */
#mobile-dropdown h2 {
    color: #f68103;
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 8px;
    border-bottom: 1px solid #666;
}

#mobile-dropdown a {
    color: #c5c0bb;
}

#mobile-dropdown.open {
    display: block;
}
#mobile-dropdown.open .search-form {
    display: block !important;
    width: 100%;
    float: none;
    padding: 10px 0;
    border: none;
    background: none;
}

#mobile-dropdown .search-form input[type="search"],
#mobile-dropdown .search-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
}

/* =========================================
   Layout Structure
========================================= */

#page {
    max-width: 775px;
	width: 100%;
    background-image: url(https://olfactoryblues.com/wp-content/uploads/2026/01/bgolfactory-scaled.png);
	background-repeat: repeat-y;
	background-size: 100%;
	margin: 0 auto;
    display: block;
    text-align: left;
}

#header {
    max-width: 775px;
	width: 100%;
    float: left;
}

#site-name {
    float: left;
    margin-left: 40px;
}
#site-name a {
    display: block;
    width: 210px;
    padding-bottom: 70px;
    text-indent: -9999px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;  
    font-size: 0.85rem;
}

.navigation .alignleft,
.navigation .alignright {
    font-size: inherit;
}

.navigation a {
    text-decoration: none;
}

/* Columns */
.narrowcolumn {
    float: left;
    width: 540px;
    padding: 10px 12px 0 12px;
	margin-right: 10px;
	margin-left: 20px;
}

@media screen and (max-width: 800px) {
.narrowcolumn {
    width: 100%;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
	background: #b5ae9c;
}
}

/* =========================================
   Posts
========================================= */
.category {
	margin: 0;
}

.post {
    background-color: #eee6d9;
	background-image: url(https://olfactoryblues.com/wp-content/uploads/2025/12/post-olfactory.png);
	background-repeat: repeat-x;
    border: 1px solid #a18b69;
    padding: 25px 13px 13px;
    margin-bottom: 25px;
    text-align: justify;
	font-size: 80%;
}

@media screen and (max-width: 800px) {
.post {
    background-color: #eee6d9;
	background-image: url(https://olfactoryblues.com/wp-content/uploads/2025/12/post-olfactory.png);
	background-repeat: repeat-x;
    border: 1px solid #a18b69;
    padding: 25px 13px 13px;
    margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
    text-align: justify;
	font-size: 80%;
}
}

.post h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;
    margin: 4px 0 0 0;
	text-decoration: none;
	font-weight: bold;
}
.post h2 a {
    color: #000;
}
.post h2 a:hover {
    color: #8a381b;
	text-decoration: none;
}
.post h4 {
    margin-top: 4px;
    margin-bottom: 2px;
	font-weight: normal;
	color: #555;
}
.post img {
    border: 3px solid #be6418;
    margin: 0 8px 5px 0;
    padding: 1px;
	margin-top: 10px;
}

.post p {
    line-height: 1.3;
}

/* Post metadata */
.postmetadata {
    font-size: 1em;
    color: #555;
}
.postmetadata a {
    color: #99531D;
}
.postmetadata strong {
    color: #86381B;
}



/* =========================================
   Typography Headings
========================================= */

h1 {
    margin-top: 2px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}
h1.pagetitle {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 8px;
	padding: 0;
}

h3 {
    font-size: 1.4em;
    margin-top: 10px;
	margin-bottom: 0;
}

.description {
    font-size: 1.2em;
    display: none;
}

/* =========================================
   Sidebar
========================================= */

#sidebar {
    float: left;
    width: 160px;
    padding: 5px 0 5px 6px;
    font-size: 12px;
    font-family: Arial, Trebuchet MS, Georgia, serif;
}
@media screen and (max-width: 800px) {
	#sidebar {
    display: none;
	}
}
#sidebar h2 {
    margin: 25px 0 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f68103;
    border-bottom: 1px solid #666;
}

#sidebar a {
    color: #c5c0bb;
}
#sidebar a:hover {
    color: #fff;
    text-decoration: underline;
}

#sidebar ul {
    list-style: none;
    margin-top: 0px;
    padding: 0;
}

#sidebar ul li {
    margin-bottom: 0px;
}

/* =========================================
   Images & Alignment
========================================= */

img.centered {
    display: block;
    margin: 5px auto;
}
img.alignright {
    float: right;
    margin-left: 7px;
}
img.alignleft {
    float: left;
    margin-right: 7px;
}

.floatpostimgleft {
    float: left;
    margin: 10px;
}
.floatpostimgright {
    float: right;
    margin: 10px;
}

/* =========================================
   Forms
========================================= */

#commentform input,
#commentform textarea {
    width: 100%;
    font-family: small 'Lucida Grande', Verdana, Arial, sans-serif;
}

#respond {
	margin-right: 10px;
}

@media screen and (max-width: 800px) {
#commentform input,
#commentform textarea {
    display: block;
	width: 100%;
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}
#respond {
		margin-left: 10px;
		margin-right: 15px;
}
}

/* =========================================
   Comments
========================================= */

#comment {
	resize: none;
    width: 100%;
}

.commentlist {
	
}
.commentlist li {
    list-style: none;
    margin: 5px 0 10px 0;
	padding: 10px;
	background-color: #eee6d9;
	border: 1px solid #a18b69;
	
}
.commentmetadata {
    display: block;
}

@media screen and (max-width: 800px) {
.commentlist li {
    list-style: none;
    margin: 5px 10px 10px 0;
    padding: 10px;
}
}

/* =========================================
   Footer
========================================= */

#footer {
    clear: both;
	max-width: 775px;
    width: 100%;
    background-color: #383225;
    padding: 10px 0;
    float: left;
	font-size: 62.5%;
}
#footer p {
    color: #666;
    padding-left: 10px;
}

/* =========================================
   Miscellaneous Utility
========================================= */

.clear {
    clear: both;
}
.center {
    text-align: center;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #E7E2C1;
}
.gravatar {
    float: right;
    padding: 5px;
}
.postgrav {
    float: left;
    padding: 3px;
    margin: 0 5px;
}

.previous-nav {
    clear: both;
    width: 518px;
    background-color: #9f9685;
    padding: 10px;
    border: 1px solid #4c4034;
    text-align: center;
}
.previous-entries, .next-entries {
    font-size: 12px;
    font-weight: bold;
}