@charset "UTF-8";
@media all {
  /* overall styles */
  @-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
  }
  body {
    background-color: #5D0103;
    margin: 0;
    font-family: 'Special Elite', serif;
  }
  /* kooperkast button in header */
  .kkbutton {
    background-color: #ffd800;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: 'Special Elite', serif;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    margin: 25px 20px 10px 10px;
    clear: none;
    float: right;
  }
  .kkbutton:hover {
    background-color: #A70508;
    color: white;
    font-weight: 100;
  }
  .kkbutton:active {
    position: relative;
    top: 1px;
  }
  /* pod styles*/
  /* pod styles*/
  /* pod styles*/
  #wrapper .pod {
    clear: left;
    width: 100%;
    border-bottom: 20px;
    padding-top: 30px;
  }
  #wrapper .pod .podleft {
    width: 100px;
  }
  #wrapper .pod .podright {
    width: 80%;
    padding-left: 20px;
  }
  #wrapper .pod .podleft img {
    width: 100%;
    height: auto;
    padding-right: 20px;
    float: left;
  }
  #wrapper .pod .podright h3 {
    color: #970002;
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0;
  }
  #wrapper .pod .podright p {
    color: #333;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 18px;
  }
  /* pod styles*/
  /* pod styles*/
  /* pod styles*/
  #menubox {
    background-color: #666666;
    overflow: hidden;
    height: 50px;
  }
  #header {
    background-color: black;
    overflow: hidden;
  }
  #header a {
    text-decoration: none;
  }
  h2 {
    font-size: 36px;
    font-family: 'Special Elite', serif;
    letter-spacing: .5px;
    padding: 5px;
    margin: 40px 20px 25px 0;
    color: #A70205;
    border-bottom: 1px solid #999999;
    padding-bottom: 16px;
  }
  #header img {
    float: left;
    width: 20%;
    height: auto;
    max-width: 100px;
  }
  #header h1 {
    color: #999999;
    font-size: 45px;
    margin: 0;
    padding: 30px 20px 20px 30px;
    display: inline-block;
    float: left;
  }
  #wrapper {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 20px 15px 20px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    clear: left;
    overflow: hidden;
  }
  #wrapper.homewrapper {
    padding: 0;
  }
  #wrapper a:link {
    color: #970002;
    text-decoration: none;
  }
  #wrapper a:visited {
    color: #970002;
    text-decoration: none;
  }
  #wrapper a:hover {
    color: #1251b7;
    text-decoration: none;
  }
  #wrapper a:active {
    color: #970002;
    text-decoration: none;
  }
  #wrapper p.article a:link strong {
    color: black;
  }
  #wrapper p.article a:visited strong {
    color: black;
  }
  #wrapper p.article a:hover strong {
    color: #970002;
  }
  #wrapper p.article a:visited strong {
    color: black;
  }
  ol.stuff-list {
    padding-right: 30px;
  }
  ol.stuff-list li {
    float: none;
    line-height: 1.4em;
    list-style-type: decimal;
    display: list-item;
    list-style-position: inside;
  }
  ol.stuff-list li a {
    color: red;
    font-weight: bold;
    display: inline;
    background-color: transparent;
    line-height: 1em;
    font-family: 'Special Elite', serif;
  }
  p.article {
    background-image: url(img/grainy-rule.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .testimonials {
    overflow: hidden;
  }
  .testimonials .testy {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 4px dotted #B8B8B8;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .testimonials .testy img {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 40px;
    margin-bottom: 8px;
    -webkit-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
    border: 1px solid #B0B0B0;
    background-color: #EEEEEE;
  }
  .testimonials .testy .texty {
    float: left;
    width: calc(72% - 60px);
    clear: none;
  }
  .testimonials .testy .texty img {
    box-shadow: none;
    padding: 0;
    border: 0;
    float: left;
    width: 10%;
    clear: left;
  }
  .testimonials .testy .texty img:last-of-type {
    float: right;
    width: 10%;
    clear: left;
  }
  .testimonials .testy h2 {
    font-size: 28px;
    letter-spacing: .5px;
    padding: 5px;
    margin: 0 0 10px 0;
    color: #A70205;
    float: left;
    clear: left;
    width: 100%;
  }
  .testimonials .testy h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    color: #A70205;
    float: left;
    clear: left;
  }
  .testimonials .testy p {
    margin: 12px 0 0 0;
    padding: 0;
    float: left;
  }
  .bio p .date {
    display: block;
    line-height: 60px;
    font-size: 50px;
    color: #b5ab56;
    margin: 0;
  }
  .solo p strong {
    color: #9A0104;
    font-size: 30px;
    line-height: 35px;
  }
  .solo p img {
    max-width: 30%;
    width: 30%;
    height: auto;
    margin-right: 40px;
    margin-bottom: 20px;
    -webkit-box-shadow: 10px 10px 20px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px -2px rgba(0, 0, 0, 0.75);
  }
  .video {
    overflow: hidden;
    clear: left;
    padding-bottom: 30px;
    margin: 10px 0 20px 0;
  }
  .vidbox {
    width: 75%;
    max-width: 960px;
    float: left;
  }
  .video p {
    margin: 0 0 0 20px;
    padding: 0;
    width: 20%;
    float: left;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*end video page styles*/
  /*end video page styles*/
  /*end video page styles*/
  /*page segment boxes*/
  /*page segment boxes*/
  /*page segment boxes*/
  .fifty {
    width: 49%;
    float: left;
    background-color: white;
    padding-left: 1%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .welcome {
    padding: 0 40px 40px 40px;
    overflow: hidden;
  }
  .welcome p {
    font-family: 'Special Elite', serif;
    letter-spacing: .5px;
    font-size: 26px;
    line-height: 28px;
    margin: 12px 0 12px 0;
    color: #4F4F4F;
    font-weight: 200;
  }
  .home-two {
    overflow: hidden;
    padding-left: 3px;
    background-image: url(img/sand-light-2.gif);
    background-repeat: repeat;
  }
  .third {
    width: calc(33.3% - 2px);
    float: left;
    padding: 0 0 10px 0;
    margin-right: 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #dadada;
    background-image: url(img/sand-light-fade.png);
    background-repeat: repeat-x;
    background-position: bottom;
  }
    

  .third h3 {
    color: #ffffff;
    font-size: 24px;
    padding: 10px 5px 5px 10px;
    background-color: #6b6b6b;
    margin: 0 0 2px 0;
  }
  .third p {
    font-family: 'Special Elite', serif;
    letter-spacing: .8px;
    font-size: 22px;
    line-height: 30px;
    color: #444444;
    padding: 0 20px 0 20px;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    font-weight: lighter;
  }
  .third img {
    width: 100%;
    height: auto;
  }
  .fifty h2 {
    font-size: 36px;
    padding: 5px;
    margin: 20px 30px 15px 20px;
    color: #A70205;
    border-bottom: 1px solid #999999;
    padding-bottom: 16px;
  }
  p {
    font-size: 24px;
    line-height: 32px;
    color: #444444;
    padding: 0 0 0 0;
    margin: 10px 20px 30px 0;
    overflow: hidden;
  }
  p.lyric {
    font-size: 24px;
    line-height: 28px;
    color: #444444;
    padding: 0 0 20px 0;
    margin: 10px 20px 30px 0;
    border-bottom: 2px dotted #A70205;
    overflow: hidden;
  }
  p.lyric strong, p.lyrix b {
    color: #870205;
    font-size: 36px;
    line-height: 40px;
  }
  .fifty p {
    font-size: 24px;
    line-height: 28px;
    color: #444444;
    padding: 0 0 0 0;
    margin: 10px 30px 6px 20px;
    overflow: hidden;
  }
  p img {
    max-width: 25%;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  .bio p img {
    width: 20%;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  p.lyric img {
    max-width: 50%;
    height: auto;
    float: right;
    margin: 0 0 10px 20px;
  }
  #wrapper p.article img {
    width: 20%;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  #wrapper .discog {
    padding-bottom: 40px;
  }
  #wrapper .discog h3 {
    background-color: #777777;
    color: white;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding: 10px;
  }
  #wrapper .discog p a {
    color: #A70205;
    line-height: 28px;
    margin: 0 12px 10px 0;
    padding: 1px 0 8px 0;
    border-bottom: 1px dotted #A70205;
    display: inline-block;
  }
  #wrapper .discog h3 .top {
    float: right;
  }
  #wrapper .discog h3 .top a {
    color: gold;
  }
  #wrapper .gallery {
    overflow: hidden;
  }
  #wrapper .solo p {
    margin-bottom: 40px;
    padding-bottom: 60px;
    background-image: url(img/big-grainy-rule.png);
    background-repeat: repeat-x;
    background-position: bottom;
  }
  #wrapper .discog .date-box p {
    background-image: none;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  #wrapper .date-box {
    padding: 20px 0 0 0;
    margin: 30px 0 10px 0;
    border-top: 2px dotted #A70205;
    overflow: hidden;
  }
  #wrapper .date-box img {
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-left: 15px;
    float: right;
  }
  #wrapper .discog p.date {
    color: #A70205;
    font-weight: bold;
  }
  .feature-foto {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .phot_container {
    position: relative;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
    padding-bottom: 25%;
    float: left;
  }
  .phot-v, .phot-h {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #616161;
    background-image: url(img/sand.gif);
    background-repeat: repeat;
  }
  #wrapper .phot-v img {
    height: auto;
    width: 55%;
    margin: 2.5% 0 0 2.5%;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #wrapper .phot-h img {
    width: 96%;
    margin: 2%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .big_phot_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .big_phot-v, .big_phot-h {
    overflow: hidden;
    background-color: #616161;
    background-image: url(img/sand.gif);
    background-repeat: repeat;
  }
  #wrapper .big_phot_container .big_phot-v img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #wrapper .big_phot_container .big_phot-h img {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .phot-v p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 8px .5% 8px .5%;
    width: 34%;
    margin: 0 0 0 2.5%;
    float: left;
  }
  .phot-h p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
    width: calc(100% - 10px);
    padding: 0 5px 3px 8px;
  }
  #wrapper .big_phot_container .big_phot-v p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  #wrapper .big_phot_container .big_phot-h p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  /*	diary box styles */
  /*	diary box styles */
  /*	diary box styles */
  .diary-box {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .diary-box p:first-of-type:before {
    content: url(img/splat.png);
    float: right;
  }
  #wrapper .diary-box p {
    font-size: 24px;
    line-height: 30px;
    color: #444444;
    padding: 8px 5px 3px 0;
    margin: 0 0 2px 0;
    background-image: none;
    overflow: visible;
  }
  #wrapper .diary-summary p {
    font-size: 20px;
    line-height: 22px;
    color: #444444;
    padding: 8px 5px 3px 0;
    margin: 0 0 2px 0;
    background-image: none;
    overflow: visible;
  }
  #wrapper .diary-summary {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.42);
  }
  #wrapper .diary-summary img {
    width: 40%;
    height: auto;
    float: left;
    padding-right: 10px;
  }
  #wrapper .diary-summary {
    display: block;
  }
  #wrapper a:link .diary-summary {
    display: block;
    background-color: #f2efd7;
  }
  #wrapper a:hover .diary-summary {
    display: block;
    background-color: #edda34;
  }
  #wrapper .diary-summary a:link p {
    text-decoration: none;
    color: #7F090B;
  }
  #wrapper .diary-summary a:hover p {
    text-decoration: none;
    color: red;
  }
  #wrapper .diary-box ol {
    margin-bottom: 20px;
    margin-right: 40px;
    clear: left;
  }
  #wrapper .diary-box li {
    float: none;
    width: 100%;
    display: list-item;
    margin: 20px 0 30px 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
    clear: both;
  }
  #wrapper .diary-box li img {
    float: right;
    width: 400px;
    height: auto;
    margin: 0 0 40px 20px;
  }
}
#wrapper .diary-box hr {
  margin-top: 45px;
  margin-bottom: 45px;
}
#wrapper .diary-summary figure {
  width: 15%;
  height: auto;
  margin: 5px 35px 15px 0;
  float: left;
}
#wrapper .diary-summary figure {
  width: 30%;
  height: auto;
  margin: 10px 15px 15px 0;
  float: left;
}
#wrapper .diary-box figure {
  width: 25%;
  height: auto;
  margin: 15px 35px 15px 0;
  background-color: #e2d9d9;
  float: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#wrapper .diary-box figure figcaption {
  padding: 0 5px 5px 5px;
  color: #363434;
}
#wrapper .diary-box figure img, #wrapper .diary-summary figure img {
  width: 100%;
  height: auto;
}
#wrapper .diary-box p.diary-link {
  text-align: center;
}
#wrapper p.diary-link a:link, #wrapper p.diary-link a:visited, #wrapper p.diary-link a:active {
  display: block;
  text-transform: uppercase;
  color: #B2090C;
  padding: 20px 15px 15px 10px;
  background-color: #ddd;
  border: 1px solid #A30104;
}
#wrapper p.diary-link a:hover {
  color: #fff;
  background-color: #A30104;
  border: 1px solid black;
}
.contact-foto {
  width: 45%;
  float: right;
  margin-right: 1.5%;
}
.contact-foto img {
  padding: 20px;
  width: 100%;
  height: auto;
}
#footer {
  background-color: black;
  clear: left;
  padding: 10px 10px 0 20px;
  margin: 0;
  overflow: hidden;
}
#footer p.copyright {
  font-size: 18px;
  color: #dddddd;
  line-height: 22px;
  margin: 0px;
  padding: 10px;
  text-align: left;
  display: inline-block;
  width: 40%;
}
#footer p.top {
  font-size: 18px;
  color: #dddddd;
  line-height: 22px;
  margin: 0px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 15%;
}
#footer p.credit {
  font-size: 18px;
  color: #dddddd;
  line-height: 22px;
  margin: 0px;
  padding: 10px;
  text-align: right;
  display: inline-block;
  width: 40%;
}
#footer p a:link {
  color: gold;
}
#footer p a:visited {
  color: gold;
}
#footer p a:hover {
  color: red;
}
#footer p a:active {
  color: white;
}
/*Anything below 1452 pixels*/
@media only screen and (max-width:1452px) {
  #header h1 {
    font-size: 45px;
    margin: 0;
    padding: 30px 20px 20px 20px;
    float: left;
  }
  #wrapper .diary-summary {
    width: 31%;
    margin-right: 2%;
  }
  #footer p.copyright {
    font-size: 18px;
    color: #dddddd;
    line-height: 24px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #footer p.top {
    font-size: 18px;
    color: #dddddd;
    line-height: 24px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
  #footer p.credit {
    font-size: 18px;
    color: #dddddd;
    line-height: 24px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .phot-h p {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
    width: calc(100% - 10px);
    padding: 3px 5px 3px 5px;
  }
}
/*Anything below 1150 pixels*/
@media only screen and (max-width:1150px) {
  #menubox {
    background-color: #666666;
    overflow: hidden;
    height: 102px;
  }
  #wrapper .diary-summary p {
    font-size: 15px;
    line-height: 17px;
  }
  .phot_container {
    position: relative;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
    padding-bottom: 49%;
    float: left;
  }
}

/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
@media only screen and (max-width:960px) {
  #wrapper .diary-summary {
    width: 47%;
  }
    
  .kkbutton {
    font-size: 18px;
    padding: 8px 7px 2px 7px;
    text-decoration: none;
    margin: 5px 10px 5px 15px;
    
    float: left;
  }    
    
  #header h1 {
    font-size: 24px;
    margin: 0;
    padding: 20px 20px 10px 20px;
      width: calc(100% - 150px);
  }    
    
}




/*Anything below 760 pixels*/
/*Anything below 760 pixels*/
/*Anything below 760 pixels*/
@media only screen and (max-width:760px) {
  .testimonials .testy .texty {
    width: 90%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .testimonials .testy img {
    float: none;
    display: block;
    width: 80%;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    -webkit-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 28px 0px rgba(0, 0, 0, 0.75);
  }
  .testimonials .testy .texty h2 {
    width: 100%;
  }
  #menubox {
    height: auto;
  }

  #wrapper .diary-summary {
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .vidbox {
    width: 100%;
  }
  .video p {
    margin: 10px;
    padding: 0;
    width: 100%;
    clear: left;
  }
  .fifty {
    width: 100%;
    clear: left;
    float: none;
    padding: 10px 0 20px 0;
  }
  .feature-foto {
    width: 100%;
    margin: 0 0 0 0;
    background-color: #565656;
    padding: 2%;
    float: none;
  }
  .third {
    width: 100%;
    float: none;
    padding: 0 10px 40px 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .third h3 {
    color: #ffffff;
    font-size: 24px;
    padding: 15px 5px 5px 10px;
    margin: 0;
    padding-bottom: 8px;
  }
  .phot_container {
    position: relative;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
    padding-bottom: 49%;
    float: left;
  }
  #wrapper p img {
    max-width: 50%;
    width: 50%;
    height: auto;
  }
  #wrapper p.article img {
    width: 40%;
    height: auto;
    margin: 0 20px 10px 0;
  }
  .contact-foto {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .contact-foto img {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .fifty h2 {
    font-size: 36px;
    padding: 5px;
    margin: 20px 5px 15px 5px;
  }
}

/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
/*Anything below 600 pixels*/

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


#wrapper {
  padding: 0;
  margin: 0;
}
#wrapper .discog {
  padding: 20px;
}
.welcome {
  padding: 0 0px 0px 0px;
}
.welcome p {
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  padding: 5px 15px 5px 15px;
}
.fifty {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.fifty h2 {
  font-size: 36px;
  padding: 5px;
  margin: 20px 5px 15px 5px;
}
h2 {
  font-size: 30px;
  padding: 5px;
  margin: 20px 20px 15px 8px;
  color: #A70205;
  border-bottom: 1px solid #999999;
  padding-bottom: 16px;
}
p {
  padding: 13px;
}
.feature-foto {
  width: 100%;
  float: left;
  margin: 0 20px 0 0;
}
p.lyric {
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  padding: 0 10px 20px 10px;
  margin: 10px 20px 30px 0;
  border-bottom: 2px dotted #A70205;
  overflow: hidden;
}
#header {
  margin: 0;
  padding: 0;
}
#wrapper .diary-summary p {
  font-size: 24px;
  line-height: 26px;
}
#header h1 {
  font-size: 28px;
  margin: 0;
  padding: 20px 10px 0px 20px;
}
.phot_container {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  float: none;
  overflow: hidden;
}
.phot-v, .phot-h {
  position: static;
  width: 100%;
  height: 100%;
  background-color: #616161;
  background-image: url(img/sand.gif);
  background-repeat: repeat;
  overflow: hidden;
}
#wrapper .phot-h img, #wrapper .phot-v img {
  width: 100%;
  margin: 0;
  height: auto;
  box-shadow: none;
}
.phot-h p {
  width: calc(100% - 20px);
  line-height: 26px;
  padding: 10px;
}
.phot-v p {
  line-height: 26px;
  width: calc(100% - 20px);
  padding: 10px;
}
#wrapper .diary-box li {
  margin: 8px 0 5px 0;
}
#wrapper .diary-summary {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 10px;
}
#wrapper .diary-box h2 {
  margin: 10px 0 0 0;
  padding: 0;
  border-bottom: none;
}
#wrapper .phot-v img {
  height: auto;
  width: 100%;
  float: none;
}
.diary-box {
  padding: 20px;
}
#wrapper .diary-box figure {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
}
#footer p.copyright, #footer p.top, #footer p.credit {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 8px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
}