/*
  Theme Name: d a r w i n
  Description: Custom shizzle
  Version: 0.2
  Author: Dan Farrow / Anthony Herron
  Author URI: http: //twitter.com/dan_farrow
  Updated November 2012 by Dan Farrow
  Updated October 2018 by Dan Farrow
*/

/*
WARNING Messy CSS below...

Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
http://cssreset.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom */

#wrapper {
  font-size: 1.2em;
  line-height: 1.4em;
}

body {
  background: #fff;
  color: #333;
  font-family: serif;
  font-size: 62.5%;
  margin: 10px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3c6c92;
}

img {
  height: auto;
  max-width: 100%;
}

/* Page structure */

#wrapper {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

#header {
  position: relative;
  max-width: 494px;
  width: 100%;
  margin: 40px auto 80px;
  padding: 0;
}

#columnLeft {
  float: left;
  max-width: 200px;
  width: 100%;
  margin-right: 20px;
}

#columnMiddle {
  float: left;
  max-width: 515px;
  width: 100%;
  margin-right: 20px;
}

#columnRight {
  float: left;
  max-width: 265px;
  width: 100%;
}

/* Homepage layout */

.block {
  padding: 20px;
  margin-bottom: 48px;
  background-color: rgba(255, 255, 255, 0);
}

#mailinglist.block {
  padding: 0;
}

.heading1 {
  font-size: 7em;
  letter-spacing: -0.04em;
}

.blocktitle.heading1 {
  font-size: 6em;
  top: -0.58em;
}

.heading2 {
  font-size: 3em;
  letter-spacing: -0.04em;
}

.blocktitle.heading2 {
  font-size: 3em;
  top: -0.55em;
}

.heading3 {
  font-size: 3em;
  letter-spacing: -0.04em;
	margin-bottom: 0.3em;
}

.blocktitle.heading3 {
  font-size: 3em;
  top: -0.7em;
}

.blocktitle {
  font-size: 2.5em;
  letter-spacing: -0.04em;
  top: -0.65em;
}

.centered {
  text-align: center;
}

.blocktitle {
  font-size: 3em;
  position: relative;
  z-index: -1;
}

.blocktitle,
h1,
h2,
h3,
.more {
  font-family: sans-serif;
  text-transform: lowercase;
}

#logo .blocktitle {
  font-size: 7.4em;
  text-align: center;
  top: 0;
}

#logo:hover .blocktitle,
#logo:focus .blocktitle {
  z-index: auto;
}

#logo:hover a,
#logo:focus a {
  color: #000;
}

#logo {
  background-color: rgba(69, 120, 196, 0.4);
  height: 90px;
}

#blog {
  background-color: rgba(49, 155, 110, 0.4);
}

#blog .blocktitle {
  top: -1em;
  left: 0.3em;
}

#store {
  background-color: rgba(89, 60, 155, 0.4);
}

#store .blocktitle {
  right: 0.1em;
}

#shows {
  background-color: rgba(6, 171, 225, 0.4);
  margin: 0 30px 0 22px;
  margin-top: -25px;
  padding-top: 0px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

#shows .blocktitle {
  top: -0.3em;
  left: 0.4em;
}

#Insta {
  background-color: rgba(226, 204, 72, 0.4);
  padding: 0 26px 20px 10px;
  margin: 0px -13px;
}

#Insta .blocktitle {
  top: -.28em;
  left: 0.89em;
}

#tweed {
  background-color: rgba(242, 242, 90, 0.4);
}

#tweed .blocktitle {
  font-size: 6.2em;
  top: -0.28em;
  left: 1.2em;
}

#tweed iframe {
}

#tweed-heading {
  font-size: 5em;
  top: -0.28em;
  left: 1.2em;
}

#videos {
  background-color: rgba(226, 116, 72, 0.4);
}

#videos .blocktitle {
  top: -0.8em;
  right: -1.1em;
}

#videos iframe {
  max-width: 475px;
  width: 100%;
  height: 267px;
}

#lyrics,
.post {
  background-color: rgba(244, 73, 73, 0.4);
}

#lyrics .blocktitle {
  top: -0.4em;
  left: 0em;
}

#lyrics {
  margin: 0 40px 48px;
}

#lyrics {
  padding-top: 1px;
}

#lyrics a {
  display: block;
  margin-bottom: 0.5em;
}

.blogItemIndex,
.indexBlogTitle,
.blogItem {
  margin-bottom: 0.5em;
}

#social {
  position: absolute;
  left: 0;
  bottom: 0;
}

#social a {
  width: 32px;
  height: 32px;
  text-indent: -200%;
  overflow: hidden;
  display: inline-block;
}

/* Mailing list signup */

#mailinglist .blocktitle {
  display: inline-block;
}

#mailinglist p {
  margin-bottom: 0.5em;
}

#mailinglist label {
  display: none;
}

html.no-js #mailinglist label {
  display: block;
}

#mailinglist input,
#mailinglist .submit {
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 10px;
  width: 55%;
}

#mailinglist .submit {
  width: 30%;
  position: relative;
  top: -2px;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
  padding: 9px;
  border-bottom-width: 3px;
}

#mailinglist .submit:hover,
#mailinglist .submit:focus {
  top: 0;
  border: 1px solid #ccc;
  border-bottom-width: 1px;
}

#mailinglist .submit:active {
  background: #eee;
  border-top-width: 3px;
}

.more {
  font-size: 1.5em;
  display: block;
  padding: 5px 0 5px 5px;
  text-align: right;
}

.post {
  padding: 2em;
}

.post .heading2,
.post h2,
.post p {
  margin-bottom: 1em;
}

#filler {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/*.entry p::first-letter  {font-size: 40px;}*/
.firstWord {
  font-size: 40px;
}

.entry img,
.entry a img {
  background: #fff;
  border: 1px solid #bbb;
  padding: 2px;
}

.entry a:hover img {
  border-color: #3c6c92;
}

/* =----------------------------------- floats + clearing rule */

.floatleft,
.alignleft {
  float: left;
  margin: 3px 7px 0 0;
}

.floatright,
.alignright {
  float: right;
  margin: 3px 0 0 7px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.fix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fix {
  display: inline-block;
}

* html .fix {
  height: 1%;
}

.fix {
  display: block;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------extende's responsive media queries ----------------------------------------------------*/

@media only screen and (min-width:801px) and (max-width: 1040px) {


  #columnMiddle {
    width: 50%;
    margin-right: 20px;
    float: right;
  }
	
		  #columnLeft {
    width: 25%;
    margin-right: 20px;
  }

  #columnRight {
    width: 25%;
    margin-left: 0em;
  }
}

@media only screen and (max-width: 800px) {
	
  #wrapper {
    max-width: 774px;
    width: 100%;
    margin: 0 auto;
  }
  #header {
    position: relative;
    max-width: 774px;
    width: 90%;
    margin: 5px auto 10px;
    padding: 0;
    float: left;
    font-size: 60%;
  }

  #columnMiddle {
    max-width: 774px;
    width: 90%;
    margin-right: 20px;
    float: right;
  }
	
	#columnLeft {
    max-width: 774px;
    width: 90%;
    margin-right: 20px;
  }

  #columnRight {
    max-width: 774px;
    width: 90%;
    margin-left: 0em;
  }

  #logo {
    height: 140px;
    line-height: 0.7;
    margin: 40px 10px;
  }
  #Insta {
    margin: 80px 13px;
  }

  #store .blocktitle {
    top: -.28em;
    left: 0.89em;
  }
  #store {
    padding: 0 30px;
  }

  #blog {
    margin: 0px 18px;
  }

  #tweed .blocktitle {
    font-size: 0.1em;
    top: -0.28em;
    left: 1.2em;
  }

  .content {
    float: none;
    display: block;
    width: 100%;
    padding: 80px;
  }
  .sidebar {
    float: none;
    display: block;
    width: 100%;
  }

  html {
    font-size: 200%;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 80%;
  }
  .blocktitle.heading1 {
    font-size: 3em;
  }
  .blocktitle.heading2 {
    font-size: 2em;
  }
  .blocktitle.heading3 {
    font-size: 2.3em;
  }
  .heading1 {
    font-size: 4em;
  }
  .heading2 {
    font-size: 2em;
  }
  .heading3 {
    font-size: 2.3em;
  }
  h2.blocktitle {
    font-size: 2em;
  }

  #tweed-heading {
    font-size: 3.5em;
    left: 0.1em;
  }
  #logo .blocktitle {
    font-size: 6.4em;
  }

  #mailinglist .submit {
    width: 60%;
  }
}
