


/* --- BREAK --- */

/* line 4, yeswaynoway.css.scss */
body {
  background: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', serif;
  font-size: 2em;
  color: #666;
  -webkit-font-smoothing: antialiased; }
  /* line 10, yeswaynoway.css.scss */
  body p, body blockquote {
    line-height: 1.5em; }

h2 {
  font-size: 1.2em; }

/* line 15, yeswaynoway.css.scss */
a {
  position: relative;
  text-decoration: none;
  background: #FFE351;
  padding: 0 2px;
  /* display: inline-block; */
  color: black; }
  /* line 18, ../../../../../.rvm/gems/ruby-1.9.3-p0@bucket/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:visited {
    color: #cdac00; }
  /* line 24, ../../../../../.rvm/gems/ruby-1.9.3-p0@bucket/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: black; }
  /* line 27, ../../../../../.rvm/gems/ruby-1.9.3-p0@bucket/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: black; }
  /* line 22, yeswaynoway.css.scss */
  a:hover {
    text-decoration: underline;
    background: none; }
  /* line 23, yeswaynoway.css.scss */
  a:active {
    top: 1px; }

/* line 26, yeswaynoway.css.scss */
ul {
  list-style-type: disc;
  padding-left: 20px; }

/* line 33, yeswaynoway.css.scss */
#header {
  max-width: 422px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-style: italic;
  font-size: .6em; }
  /* line 39, yeswaynoway.css.scss */
  #header h1 a {
    background: none;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    /* line 42, yeswaynoway.css.scss */
    #header h1 a img {
      width: 211px; }
    /* line 45, yeswaynoway.css.scss */
    #header h1 a:hover {
      top: -10px; }

/* line 57, yeswaynoway.css.scss */
.container {
  margin: 0 auto;
  max-width: 980px; }

/* line 62, yeswaynoway.css.scss */
.post {
  margin: 0 0 100px; }
  /* line 65, yeswaynoway.css.scss */
  .post p,
  .post blockquote {
    padding-right: 200px; }
  .post blockquote p {
    padding-right: 0; }

  /* line 69, yeswaynoway.css.scss */
  .post .source {
    display: none;
    font-size: .6em; }
  .post .caption,
  .post .post-footer {
    font-size: .8em; }
    /* line 71, yeswaynoway.css.scss */
    .post .source a,
	.post .caption a,
    .post .post-footer a {
      background: none;
      color: #999; }
	.post .caption a {
	  text-decoration: underline; }
  /* line 73, yeswaynoway.css.scss */
  .post .wrapper {
    text-align: center; }
  /* line 76, yeswaynoway.css.scss */
  .post .image {
    display: inline-block;
    background: #111 url("http://static.tumblr.com/giqzrou/XpXm1gtxy/luke-aztec-black.png") repeat top center;
    padding: 10px;
    margin-bottom: 1em;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 83, yeswaynoway.css.scss */
    .post .image a {
      padding: 0;
      color: #FFE351;
      background: none; }
  /* line 88, yeswaynoway.css.scss */
  .post .audioplayer {
    display: inline-block;
    background: #222;
    padding: 10px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    line-height: 0;
    margin-bottom: 1em; }
  .post .flex-video {
    float: left;
    width: 500px;
    margin: 0 10px 0 0; }
  .post.video p,
  .post.video blockquote {
    padding: 0; }
  .post.video .image {
    display: block; }

.post.photo {
  text-align: center; }
  .post.photo p {
    padding: 0 20%; }
  .post.photo blockquote {
    text-align: left;
    padding-right: 0;
    font-style: italic;
    margin: 0 20% 2em; }
  .post.photo blockquote p {
    padding: 0; }


@media screen and (max-width: 980px) {
  /* line 99, yeswaynoway.css.scss */
  .container {
    width: auto;
    margin: 0 20px; }

  /* line 105, yeswaynoway.css.scss */
  .post p,
  .post.photo p {
    text-align: left;
    padding: 0; }
  .post blockquote {
    padding-right: 0; }
  .post.photo blockquote {
	margin-left: 0;
    margin-right: 0; }
  /* line 108, yeswaynoway.css.scss */
  .post .image {
    padding: 5px; } 
}

/* line 114, yeswaynoway.css.scss */
.ac {
  text-align: center; }
.fl {
  float: left;
  margin: 0 10px 0 0; }

ol.notes {
  font-size: .6em; 
  text-align: left; }
  ol.notes li {
    margin-bottom: 2px; }
  ol.notes a {
    background: none; }
  ol.notes li.more_notes_link_container {
    text-align: left !important;
    font-weight: bold; }
  ol.notes blockquote {
    margin: 0 0 0 30px !important;
    padding: 0;
    border: 0;
    font-style: italic; }