/* Generally useful mixins */ /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Deal with long workds in headings
 * https://justmarkup.com/log/2015/07/31/dealing-with-long-words-in-css/
 */
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: border-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 1.75em;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 1.75em;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * For accessiblity, give linked images a focus outline
 */
a:focus > img {
  outline: thin dotted;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
body {
  position: relative;
}

#browsehappy {
  background: #d00;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 220px;
}
#browsehappy a, #browsehappy a:link, #browsehappy a:focus, #browsehappy a:hover {
  color: #fff;
  font-weight: bold;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Overlay
 */
html, body {
  height: 100vh;
}

.noscroll {
  overflow-y: hidden;
}

/*
 * Image replacement
 */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * 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
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.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;
}

/*
 * Cut off text and add elipsis
 */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	  `contenteditable` attribute is included anywhere else in the document.
 *	  Otherwise it causes space to appear at the top and bottom of elements
 *	  that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	  `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* SASS Variables */
/* General CSS code */
.replace {
  position: relative;
  margin: 0px;
  padding: 0px;
  /* hide overflow:hidden from IE5/Mac */
  /* \*/
  overflow: hidden;
  /* */
}

.replace span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1; /*for Opera 5 and 6*/
}

/* Site-specific code */
a:link {
  color: #637403;
  text-decoration: underline;
}
a:visited {
  color: #637403;
  text-decoration: underline;
}
a:hover {
  color: #9C0;
  text-decoration: underline;
}

body {
  background-color: #E5EBDC;
  font-family: "Arial", sans-serif;
  color: #000;
}
@media only screen and (min-width: 540px) {
  body {
    background-repeat: repeat-y;
  }
  body.y2008 {
    background-image: url(../bg2008.gif);
  }
  body.y2009 {
    background-image: url(../bg2009.gif);
  }
  body.y2010 {
    background-image: url(../bg2010.gif);
  }
  body.y2011 {
    background-image: url(../bg2011.gif);
  }
  body.y2012 {
    background-image: url(../bg2012.gif);
  }
  body.y2013 {
    background-image: url(../bg2013.gif);
  }
  body.y2014 {
    background-image: url(../bg2014.gif);
  }
  body.y2015 {
    background-image: url(../bg2015.gif);
  }
  body.y2016 {
    background-image: url(../bg2016.gif);
  }
  body.y2017 {
    background-image: url(../bg2017.gif);
  }
  body.y2018 {
    background-image: url(../bg2018.gif);
  }
  body.y2019 {
    background-image: url(../bg2019.gif);
  }
  body.y2020 {
    background-image: url(../bg2020.gif);
  }
  body.y2022 {
    background-image: url(../bg2022.gif);
  }
  body.y2023 {
    background-image: url(../bg2023.gif);
  }
}

.wrapper {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .wrapper {
    width: 700px;
  }
}
@media only screen and (min-width: 880px) {
  .wrapper {
    width: 880px;
  }
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    width: 1000px;
  }
}

header {
  position: relative;
}
header h1 {
  width: 100%;
  height: 0;
  padding: 0 0 48.789572% 0;
  margin: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.y2008 header h1 {
  background-image: url(../header_2008.jpg);
}
.y2009 header h1 {
  background-image: url(../header_2009.jpg);
}
.y2010 header h1 {
  background-image: url(../header_2010.jpg);
}
.y2011 header h1 {
  background-image: url(../header_2011.jpg);
}
.y2012 header h1 {
  background-image: url(../header_2012.jpg);
}
.y2013 header h1 {
  background-image: url(../header_2013.jpg);
}
.y2014 header h1 {
  background-image: url(../header_2014.jpg);
}
.y2015 header h1 {
  background-image: url(../header_2015.jpg);
}
.y2016 header h1 {
  background-image: url(../header_2016.jpg);
}
.y2017 header h1 {
  background-image: url(../header_2017.jpg);
}
.y2018 header h1 {
  background-image: url(../header_2018.jpg);
}
.y2019 header h1 {
  background-image: url(../header_2019.jpg);
}
.y2020 header h1 {
  background-image: url(../header_2020.jpg);
}
.y2022 header h1 {
  background-image: url(../header_2022.jpg);
}
.y2023 header h1 {
  background-image: url(../header_2023.jpg);
}
@media only screen and (min-width: 540px) {
  header h1 {
    width: 435px;
    padding-bottom: 212px;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 700px) {
  header h1 {
    margin: 20px 0 20px 120px;
  }
}
@media only screen and (min-width: 880px) {
  header h1 {
    width: 537px;
    padding-bottom: 262px;
    margin: 30px 0 20px 155px;
  }
}
@media only screen and (min-width: 1000px) {
  header h1 {
    width: 537px;
    padding-bottom: 262px;
    margin: 30px 0 20px 185px;
  }
}
header h2 {
  width: 100%;
  height: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 290px auto;
}
@media only screen and (min-width: 345px) {
  header h2 {
    background-size: auto;
  }
}
.page-guitars header h2 {
  padding-bottom: 54px;
  background-image: url(../title_gtr.gif);
}
.page-goodies header h2 {
  padding-bottom: 89px;
  background-image: url(../title_other.gif);
}
.page-perc header h2 {
  padding-bottom: 54px;
  background-image: url(../title_perc.gif);
}
.page-inst header h2 {
  padding-bottom: 54px;
  background-image: url(../title_inst.gif);
}
.page-techno header h2 {
  padding-bottom: 89px;
  background-image: url(../title_techno.gif);
}
.page-figure header h2 {
  padding-bottom: 89px;
  background-image: url(../title_figure.gif);
}
header nav select {
  position: relative;
  left: 50%;
  width: 200px;
  margin: 5px 0 5px -100px;
}
@media only screen and (min-width: 540px) {
  header nav select {
    display: none;
  }
}
header nav ul {
  display: none;
}
@media only screen and (min-width: 540px) {
  header nav ul {
    display: inline-table;
    position: relative;
    left: 50%;
    width: 400px;
    margin: 0 0 0 -200px;
    padding: 0;
  }
  header nav ul .nav-guitar {
    margin-left: 20px;
  }
  header nav ul .nav-goodies {
    margin-left: 35px;
  }
  header nav ul .nav-perc {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 880px) {
  header nav ul {
    display: inline-table;
    left: 0;
    width: auto;
    padding: 0;
    margin-left: 80px;
  }
  header nav ul .nav-guitar {
    margin-left: 0;
  }
  header nav ul .nav-goodies {
    margin-left: 0;
  }
  header nav ul .nav-perc {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  header nav ul {
    margin-left: 120px;
  }
}
header nav ul li {
  float: left;
  height: 45px;
  display: inline;
  width: auto;
}
header nav ul li a {
  display: block;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
header nav ul li a.nav-guitar {
  background-image: url(../nav-gtr.gif);
  width: 102px;
}
header nav ul li a.nav-goodies {
  background-image: url(../nav-other.gif);
  width: 99px;
}
header nav ul li a.nav-perc {
  background-image: url(../nav-perc.gif);
  width: 128px;
}
header nav ul li a.nav-inst {
  background-image: url(../nav-inst.gif);
  width: 145px;
}
header nav ul li a.nav-techno {
  background-image: url(../nav-techno.gif);
  width: 124px;
}
header nav ul li a.nav-figure {
  background-image: url(../nav-figure.gif);
  width: 124px;
}
header nav ul li a.selected {
  background-position: 0px -90px;
}
header nav ul li a:hover {
  background-position: 0px -45px;
}
header nav a:link span {
  background-position: 0px 0px;
}
header nav a:hover span {
  background-position: 0px -45px;
}
header #packrat {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 700px) {
  header #packrat {
    display: block;
    top: 59px;
    left: 535px;
  }
}
@media only screen and (min-width: 880px) {
  header #packrat {
    top: 89px;
    left: 655px;
  }
}
@media only screen and (min-width: 1000px) {
  header #packrat {
    top: 89px;
    left: 685px;
  }
}
header #packrat_shadow {
  display: none;
  position: absolute;
}
@media only screen and (min-width: 700px) {
  header #packrat_shadow {
    display: block;
    top: 165px;
    left: 548px;
  }
}
@media only screen and (min-width: 880px) {
  header #packrat_shadow {
    top: 195px;
    left: 668px;
  }
}
@media only screen and (min-width: 1000px) {
  header #packrat_shadow {
    top: 195px;
    left: 698px;
  }
}

footer {
  position: relative;
  margin-top: 35px;
  border-top: 3px #9C0 solid;
  border-bottom: 3px #9C0 solid;
  background-color: #DCF3BB;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 540px) {
  footer {
    margin-left: 55px;
    margin-right: 20px;
  }
}
footer p {
  margin: 1em 0 1em 0;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #666;
}
footer p em {
  color: #900;
  font-style: normal;
  font-weight: normal;
}
footer p em a:link {
  color: #A00;
}
footer p em a:visited {
  color: #A00;
}
footer p em a:hover {
  color: #F00;
}
footer img {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}
footer nav p {
  font-size: 1em;
}

.social {
  position: relative;
  display: block;
  height: 110px;
}
@media only screen and (min-width: 470px) {
  .social {
    height: 40px;
  }
}
.social img {
  padding: 0 6px 0 0;
}
.social .bookmarks {
  position: absolute;
  top: 0;
  left: 0;
}
.social .fb_like {
  position: absolute;
  top: 30px;
  left: 0;
}
@media only screen and (min-width: 470px) {
  .social .fb_like {
    top: -12px;
    left: auto;
    right: -20px;
  }
}

.copy {
  margin: 20px 0 0 0;
}
.copy p {
  color: #666;
  text-align: center;
  font-size: 0.8em;
}

.oddity {
  width: 100%;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 375px) {
  .oddity {
    width: 375px;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 880px) {
  .oddity {
    width: 775px;
  }
}
@media only screen and (min-width: 1000px) {
  .oddity {
    width: 875px;
  }
}
.oddity img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 375px) {
  .oddity img {
    width: 375px;
  }
}
@media only screen and (min-width: 880px) {
  .oddity img {
    float: left;
    width: 400px;
    padding-left: 25px;
    border-left: 3px #9C0 solid;
  }
}
@media only screen and (min-width: 1000px) {
  .oddity img {
    width: 500px;
  }
}
.oddity .youtube {
  z-index: 0;
  width: 100%;
  height: 308px;
}
@media only screen and (min-width: 375px) {
  .oddity .youtube {
    width: 375px;
  }
}
@media only screen and (min-width: 880px) {
  .oddity .youtube {
    float: left;
    width: 400px;
    padding-left: 25px;
    border-left: 3px #9C0 solid;
  }
}
@media only screen and (min-width: 1000px) {
  .oddity .youtube {
    width: 500px;
    height: 390px;
  }
}
.oddity .desc {
  position: relative;
  width: 100%;
  background-color: #D8F379;
  border-top: 3px #9C0 solid;
  border-bottom: 3px #9C0 solid;
  margin: 20px 0 0 0;
  padding: 0 10px 10px 15px;
}
.oddity .desc.no_address {
  padding-bottom: 35px;
}
@media only screen and (min-width: 375px) {
  .oddity .desc {
    width: 375px;
  }
}
@media only screen and (min-width: 880px) {
  .oddity .desc {
    float: left;
  }
}
.oddity .desc a:link {
  color: #637403;
  text-decoration: underline;
}
.oddity .desc a:visited {
  color: #637403;
  text-decoration: underline;
}
.oddity .desc a:hover {
  color: #000;
  background-color: #9C0;
  text-decoration: none;
}
.oddity .desc h1 {
  font-size: 1.1em;
  color: #220;
  font-weight: bold;
  margin: 0.4em 0 0.3em 0;
}
.oddity .desc h1.ooty {
  font-size: 1.4em;
  color: #77b300;
  font-weight: bold;
  margin: 0.4em 0 0.4em 0;
}
.oddity .desc h1.ooty a:link {
  text-decoration: none;
}
.oddity .desc h1.ooty a:visited {
  text-decoration: none;
}
.oddity .desc h1.ooty a:hover {
  text-decoration: none;
}
.oddity .desc p {
  font-size: 0.9em;
  line-height: 1.25em;
  color: #000;
  margin: 0 0 0.4em 0;
}
.oddity .desc ul {
  list-style: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.oddity .desc li {
  font-size: 0.7em;
  color: #222;
  line-height: 1.1em;
}
.oddity .desc .permalink {
  display: none;
  position: absolute;
  z-index: 25;
  right: 7px;
  bottom: 9px;
  margin: 0;
}
@media only screen and (min-width: 540px) {
  .oddity .desc .permalink {
    display: inline;
  }
}
.oddity .desc .permalink a {
  display: inline;
  padding: 3px;
  text-decoration: none;
  background-color: #CDE573;
}
.oddity .desc .permalink a:link {
  text-decoration: none;
  color: #ABBF60;
}
.oddity .desc .permalink a:visited {
  text-decoration: none;
  color: #ABBF60;
}
.oddity .desc .permalink a:hover {
  text-decoration: none;
  color: #333;
}

.next-up {
  width: 165px;
  padding: 10px 0;
  margin: 20px auto;
  border: 1px #9C0 solid;
  text-align: center;
}
.next-up a {
  display: block;
  margin: 0 auto;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.next-up a:hover {
  background-position: 0px -45px;
}
.page-guitars .next-up a {
  background-image: url(../nav-other.gif);
  width: 99px;
}
.page-goodies .next-up a {
  background-image: url(../nav-perc.gif);
  width: 128px;
}
.page-perc .next-up a {
  background-image: url(../nav-inst.gif);
  width: 145px;
}
.page-inst .next-up a {
  background-image: url(../nav-techno.gif);
  width: 124px;
}
.page-techno .next-up a {
  background-image: url(../nav-figure.gif);
  width: 124px;
}

/* Home page classes */
.home-content {
  font-size: 0.9em;
  margin: 15px;
}
.home-content > div {
  margin-bottom: 30px;
}
@media only screen and (min-width: 540px) {
  .home-content {
    font-size: 1em;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 880px) {
  .home-content {
    margin-left: 75px;
  }
}

.welcome h1 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0 15px 0;
}
.welcome p {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 880px) {
  .welcome {
    float: left;
    width: 430px;
    padding: 0 20px 0 0;
  }
  .welcome.no-ooty {
    padding: 0;
    width: 95%;
  }
}
@media only screen and (min-width: 1000px) {
  .welcome {
    margin-left: 40px;
  }
  .welcome.no-ooty {
    width: 90%;
  }
}

.museum {
  font-size: 0.9em;
}
.museum h1 {
  color: #669900;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.museum h2 {
  color: #669900;
  font-size: 1.1em;
  font-weight: bold;
  margin: -5px 0 15px 0;
}
.museum p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
  max-width: 400px;
}
.museum img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 880px) {
  .museum {
    float: left;
    width: 330px;
    border-left: 3px #9C0 solid;
    padding: 0 0 0 15px;
    margin: 15px 0 0 0;
  }
  .museum h2 {
    text-align: center;
  }
}

.history {
  clear: both;
}
.history h1 {
  font-size: 1em;
  font-style: italic;
  margin: 0 0 0.5em 0;
}
.history p {
  font-size: 0.8em;
  line-height: 1.4em;
  font-style: italic;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 880px) {
  .history {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .history {
    margin-left: 40px;
    margin-right: 70px;
  }
}

.facebook img {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  border: 0;
}
.facebook p {
  padding-top: 0;
}
@media only screen and (min-width: 880px) {
  .facebook {
    width: 470px;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 25px 0 40px 125px;
  }
}

/* For popup windows */
#page_curtain {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #507700;
}
#page_curtain p {
  color: #666;
  text-align: center;
  font-size: 0.8em;
}

.popup_bg {
  position: fixed;
  background-color: #FFF;
  border: 5px #53790c solid;
  padding: 12px;
  z-index: 75;
  border-radius: 12px;
  box-shadow: 5px 5px 15px #304800;
}

.close {
  position: absolute;
  top: -20px;
  left: -20px;
  cursor: pointer;
  z-index: 150;
}

#permalink_win {
  left: 50px;
  top: 50px;
  width: 360px;
  height: 350px;
}
#permalink_win h1 {
  font-size: 20px;
  color: #53790c;
  margin: 0 0 10px 0;
}
#permalink_win p {
  font-size: 15px;
  line-height: 18px;
}
#permalink_win textarea {
  display: block;
  width: 325px;
  padding: 7px;
  margin: 10px 0;
  border: 1px #499947;
  background: #eee;
  font-size: 11px;
  color: #444;
  overflow: hidden;
}
#permalink_win #badge_link {
  height: 65px;
}
#permalink_win #just_link {
  height: 28px;
}

.ie7 #permalink_win textarea,
.ie8 #permalink_win textarea,
.ie9 #permalink_win textarea {
  font-size: 10px;
}

.badge_preview {
  float: right;
  margin: -5px 0 10px 10px;
}

.home-image {
  width: 11rem;
  border-radius: 0.75rem;
  float: right;
  margin: 0 0 1rem 1rem;
}
@media only screen and (min-width: 540px) {
  .home-image {
    width: 14rem;
  }
}

.home-image2 {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 0 1rem 0;
  border-radius: 0.75rem;
}

span[class^=PIN_] {
  position: fixed;
  top: 0.25rem;
  right: 0.25rem;
}
@media only screen and (min-width: 700px) {
  span[class^=PIN_] {
    right: auto;
    left: 600px;
  }
}
@media only screen and (min-width: 880px) {
  span[class^=PIN_] {
    right: auto;
    left: 840px;
  }
}
@media only screen and (min-width: 1000px) {
  span[class^=PIN_] {
    right: auto;
    left: 920px;
  }
}

.big {
  position: absolute;
  top: 0;
  right: 8px;
  font-weight: 900;
  font-size: 30px;
  color: rgba(100, 150, 100, 0.2);
  letter-spacing: -2px;
}

/* Site print code */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print {
  #header {
    display: none;
  }
  #credit {
    display: none;
  }
  #nav {
    display: none;
  }
  #title img {
    display: none;
  }
  .permalink {
    display: none;
  }
  #page_curtain {
    display: none;
  }
  #permalink_win {
    display: none;
  }
  .content img {
    display: none;
  }
  .youtube {
    display: none;
  }
  .oddity {
    padding: 0;
    margin: 0 0 1em 0;
  }
  .desc {
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .oddity ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  #bottom {
    display: none;
  }
  #copy {
    display: none;
  }
}
