/* @override http://geoffgroberg.com/wp/wp-content/themes/gg/style.css */
/*
Theme Name: gg
Theme URI: http://geoffgroberg.com/
Description: A clean, simple wp theme
Author: Geoff Groberg
Version: 1
*/
/* @group basics */
body {
  font: 24px/170% Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
  margin: 0;
  /*dark bg, for footer*/
  background-color: hsl(20, 0%, 0%);
  color: hsl(20, 20%, 90%);
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }

main {
  /*most content*/
  background-color: hsl(20, 0%, 0%); }

/* centered blocks */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }

li {
  line-height: 130%;
  margin-bottom: .9em; }

a {
  text-decoration: none;
  color: hsl(10, 50%, 60%);
  -webkit-transition: color .1s;
  transition: color .2s; }

a:hover {
  color: hsl(20, 90%, 70%);
  /*opacity: .5;*/ }

a.sm2_link, a.sm2_link:hover {
  line-height: 70%;
  margin-left: .2em;
  color: #1a5ee6;
  background: none; }

a.sm2_link:hover {
  color: #5e8eed; }

a.readmore {
  white-space: nowrap;
  margin: 0 .3em;
  font-style: italic; }

blockquote {
  font-weight: lighter;
  /*font-style: italic;*/
  font-size: 1.3em;
  line-height: 1.5em;
  /*color: hsl(350, 0%, 40%);*/ }

blockquote i, blockquote em, blockquote p i, blockquote p em {
  font-style: normal; }

div.credits {
  font-size: .7em;
  line-height: 1.5em;
  font-style: italic;
  color: #b3b3b3;
  margin: 0 0 1rem; }

small {
  line-height: 150%; }

/* @end */
/* @group h1, h2, ... */
/*h1, h2, div.nav-prev-next, blockquote {
  font-family: "Times New Roman", Times, serif; }
*/
	
h1 {
  font-size: 3rem;
  margin: 0;
  letter-spacing: -.03em; }

h2 {
  font-weight: normal;
  font-size: 2em;
  line-height: 100%; }

.entry-content h2 {
  margin: 1.5em 0 .5em 0;
  padding: 0; }

h2.category-title {
  color: #cccccc;
  /*font-weight: bold;*/
  font-size: 1.2rem;
  font-style: italic;
  margin: 0; }

h2.category-title span.title {
  color: gray;
  text-transform: capitalize; }

.post h2 a {
  /*color: #000;*/
  color: #404040;
  /*font-weight: bold;*/ }

.post h2 a:hover {
  color: #144bb8; }

h3 {
  font-size: 1.3em;
  margin: 2em 0 0em 0;
  font-weight: normal; }

/* @end */
/* @group header */
header {
  padding: 1.3rem 0;
	width: 100%;
	text-align: center;
}

header h1 {
  font-size: 4.5rem;
	margin-top: 2rem;
  white-space: nowrap;
}

header h1 a, header h1 a:hover {
  color: hsl(20, 0%, 100%); }

header h2 {
  font-style: italic;
	font-size: 2rem;
}

ul.navigation {
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
	width: 100%;
	text-align: center;
}

ul.navigation li {
  font-size: .9em;
  line-height: 180%;
  display: inline;
  margin: 0 1rem 0 0;
  white-space: nowrap; }

img.twitter-logo {
  width: 25px;
  height: auto;
  margin-bottom: -8px;
  margin-left: -6px;
  margin-right: -6px; }

header .navigation a {
  text-transform: uppercase;
}

/* @end */
/* @group post */
.post {
  padding-top: 1rem;
  padding-bottom: 2rem;
  clear: both;
  position: relative; }

div.post:nth-of-type(1n) {
  /*margin-top: 2em;*/
/*border-top: 2px dashed #eee;*/ }

.entry-meta {
  font-size: .8rem;
  margin: -1.5rem 0 .5rem;
  clear: both;
  line-height: 130%;
  color: #b3b3b3;
  font-weight: normal; }

.entry-meta span {
  margin-right: 2em;
  display: inline-block; }

.entry-meta a {
  color: #759ef0; }

.entry-meta a:hover {
  color: #477eeb; }

/* @end */
/* @group footer */
footer {
  margin-top: 0em;
  margin-bottom: 0;
  clear: both;
  padding: 2em 0em 3em 0;
  text-align: center;
	color: hsl(20, 10%, 40%);
}

ul.xoxo h2 {
  font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
  font-size: 1.3em; }

div.socialmedia-buttons a img {
  margin: .3em 0em; }

ul.xoxo div.socialmedia-buttons p {
  /*display: inline;*/
  margin-right: 1em;
  font-size: 1.3em; }

footer ul.navigation li {
  margin: 0 .5rem; }

footer .copyright {
  font-size: 1rem;
  line-height: 130%;
  margin-top: 1em; }

/* @end */
/* @group bottom nav prev next */
div.nav-prev-next {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.9em;
  clear: both; }

div.nav-prev-next span.previous, div.nav-prev-next span.next {
  display: block;
  font-style: italic;
  margin: 2rem 0; }

div.nav-prev-next span.previous {
  float: left;
  margin-right: 2rem; }

div.nav-prev-next span.next {
  text-align: right;
  margin-left: 2rem; }

div.nav-prev-next span.previous a:before {
  content: " \2190  "; }

div.nav-prev-next span.next a:after {
  content: " \2192  "; }

/* @end */
/* @group comments */
#disqus_thread {
  padding-top: 2em;
  padding-bottom: 2em; }

.comments {
  margin-top: 2rem;
  /*display: none;*/
  /*padding: 1rem 1.3rem;*/
  /*background: hsl(40, 10%, 90%);*/ }

.comments h3 {
  margin: 0; }

.comments ol {
  list-style: none;
  padding: 0; }

.comments ol li {
  /*background: hsl(220, 0%, 95%);*/
  /*background: hsl(20, 30%, 95%);*/
  /*padding: 1rem 1rem .5rem;*/
  border-radius: .5rem; }

.comments .meta {
  font-size: .8rem;
  /*margin: 1rem 0 0;*/
  color: #999999; }

.comments #respond {
  margin-top: 1rem;
  /*display: none;*/ }

.comments #respond p {
  display: none;
  font-size: 1rem; }

.comments #respond h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #1a5ee6;
  display: inline; }

.comments #respond h3:hover {
  color: #759ef0;
  cursor: pointer; }

.comments label {
  vertical-align: top;
  font-weight: bold;
  font-size: .9rem;
  width: 25%;
  margin-right: .5rem;
  display: inline-block;
  text-align: right; }

.comments input, .comments textarea {
  width: 60%; }

.comments input.submit {
  width: auto; }

.comments p.form-submit {
  text-align: center; }

.comments li p {
  margin: 0; }

/* @end */
/* @group <code> snippets */
code {
  display: block;
  background: #222;
  padding: 1rem 1.5rem;
  color: #59a68c;
  border-radius: .5rem;
  font-size: 1rem;
  font-family: Monaco, Menlo, Courier, monospace;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 1.3;
  margin: .5rem 0; }

/* @end */
/* @group archives page */
div.post.archives div.entry-content ul {
  list-style: none;
  padding: 0;
  line-height: 180%; }

div.post.archives div.entry-content ul li {
  margin-left: 8em; }

div.post.archives div.entry-content ul li span.published {
  display: inline-block;
  width: 7em;
  margin-right: 1em;
  margin-left: -8.3em;
  font-size: .8em;
  white-space: nowrap;
  text-align: right; }

div.tags {
  font-weight: normal;
  line-height: 130%; }

div.tags a {
  /*color: hsl(220, 80%, 70%);*/ }

div.tags a:hover {
  /*color: hsl(220, 20%, 60%);*/ }

#searchform {
  text-align: center;
  margin: 2rem 0 3rem;
  padding: 0 0 3rem 0;
  border-bottom: 2px dashed #b3c4e6; }

input#s {
  font-size: 1.2rem;
  color: #667799;
  padding: .5rem;
  width: 13rem;
  border: 2px solid #8592ad;
  border-radius: .5rem;
  background: #ecf0f9;
  margin-right: .3rem; }

#searchform input[type=submit] {
  border: 3px solid #8592ad;
  background: #8592ad;
  border-radius: .5rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 0 0;
  padding: 5px 10px;
  text-decoration: none; }

ul.recent-posts {
  font-size: 1rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 3rem; }

ul.recent-posts li {
  margin: 2rem 0; }

ul.recent-posts a.title {
  font-weight: normal;
  font-size: 1.2rem; }

ul.recent-posts span.date {
  font-size: .8rem;
  font-weight: normal;
  color: #999999;
  /*margin-left: 1rem;*/
  display: block; }

ul.recent-posts p {
  margin: .5rem 0; }

/* @end */
/* @group images */

div.wp-caption {
	max-width: 100%;
}
img {
/*	prevent the heights and widths that wordpress hard codes*/
    width: auto !important; /* or probably 100% in case of a grid */
    height: auto !important; 
}
img {
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  max-width: 100%; }

a img:hover {
  opacity: .9; }

.alignright {
  float: right;
  margin: 0em 0 1em 2em; }

.alignleft {
  float: left;
  margin: 0em 2em 1em 0em; }

p.wp-caption-text {
  font-size: .8em;
  text-align: center;
  margin-top: .5em;
  line-height: 140%;
  color: #777;
  padding: 0 1em; }

img.size-thumbnail {
  border: 3px solid #000; }

.gallery {
	width: 100%;
	text-align: center;
}
.gallery-item, .gallery-icon {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  margin: .5em; }

.gallery-caption {
  font-size: .7em;
  color: #aaa;
  line-height: 130%;
  margin: 0 1em;
  width: 95%;
  text-align: center; }

/* @end */
/* @group Video - make them full width */
/*.oembed {
	position: relative;
	padding-bottom: 56.25%;
	height: auto;
	overflow: hidden;
	margin-top: 1em;
	margin-bottom: 1em;
}*/
.oembed iframe,
.oembed object,
.oembed embed {
  /*	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
  width: 100%;
	margin: 2rem 0;
  /*height: auto;*/ }

img.size-large, .oembed img {
  width: 100%;
  height: auto; }

/* @end */
/* @group audio */
audio {
  width: 100%; }

/* @end */
/* @group widgets */
/* @end */
/* @group Google calendar events */
.moreGigsLink {
  font-size: .8em;
  display: block;
  margin-bottom: 3em;
  text-align: center;
  margin-top: -1em; }

.gce-event {
  padding: 0 0 1em 0;
  /* 	margin-left: 11em; */ }

.gce-event div {
  line-height: 1.3em;
  margin: .5em .5em 0 7%; }

div.band {
  display: none; }

ul.gce-list {
  list-style: none;
  padding: 0;
  font-size: .9em; }

ul.gce-list li {
  padding: 0;
  margin: 1.5em 0em;
  background-color: #eee;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em; }

ul.gce-list li ul li {
  margin: .5em 0em; }

.gce-list-title {
  /* The event date */
  position: relative;
  padding: .3em 1em;
  background-color: #d9dbdf;
  border-top-left-radius: 1em;
  white-space: nowrap;
  border-bottom: 1px solid #cecece; }

.gce-page-list .gce-list .gce-list-title {
  /* The title (not the same as event title) */
  /*	text-transform: uppercase;*/
  white-space: nowrap;
  font-weight: normal; }

.gce-page-list .gce-list .gce-list-event {
  /* The event title */
  background-color: #eee;
  font-size: 1.5em;
  margin-bottom: .5em;
  margin-top: 0;
  font-weight: bold; }

.gce-widget-list .gce-list .gce-list-event {
  background-color: transparent; }

.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span {
  /* The text displayed before each piece of info, 'Starts:' for example */
  color: #000;
  text-transform: uppercase;
  font-weight: bold; }

/*no gigs*/
p.no_events {
  font-size: 1.5em;
  font-style: italic; }

/* @end */
div.text-image {
  font-family: Times, serif;
  font-size: 16px;
  text-align: center;
  background-color: black;
  padding: 4em;
  line-height: 120%;
  margin-top: 4rem;
  /*font-weight: bold;*/ }

/*no collapsing*/
.noCollapse:after, .container:after, .container:before {
  content: "";
  display: table;
  clear: both; }

/*
*, *:after, *:before {
	box-sizing: border-box;
}
*/
/* @group responsive design */
@media screen and (max-width: 750px) {
	body {
		font-size: 18px;
	}
	header h1 {
		font-size: 2rem;
		margin-top: 0;
	}
	header h2 {
		font-size: 1rem;
	}
  div.text-image {
    font-size: 2vw; }
}

@media screen and (max-width: 600px) {
  .alignleft, .alignright {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    margin: 1em auto; }
}

@media screen and (max-width: 480px) {
  /*retina images*/
  img.size-thumbnail {
    width: 75px;
    height: auto; }
  img.attachment-thumbnail, .gallery-item, .gallery-icon {
    width: 75px;
    height: auto; }
}

/* @end */

/*# sourceMappingURL=style.css.map */
