@charset "UTF-8";
/******************************************************************
Site Name: artforsoul
Author: DI(FH) Jürgen Brüder - www.juergenbrueder.com

Stylesheet: Main Stylesheet

******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
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.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 109, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 115, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 116, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 117, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 121, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 127, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 133, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 139, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 145, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 207, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid black;
  border-top-color: #0f0f0f;
  border-left-color: #0f0f0f;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #141414;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#141414));
  background-image: -webkit-linear-gradient(top, #212121, #141414);
  background-image: -moz-linear-gradient(top, #212121, #141414);
  background-image: -o-linear-gradient(top, #212121, #141414);
  background-image: linear-gradient(to bottom, #212121, #141414);
}
/* line 226, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  background-color: #080808;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#080808));
  background-image: -webkit-linear-gradient(top, #141414, #080808);
  background-image: -moz-linear-gradient(top, #141414, #080808);
  background-image: -o-linear-gradient(top, #141414, #080808);
  background-image: linear-gradient(to bottom, #141414, #080808);
}
/* line 234, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#212121));
  background-image: -webkit-linear-gradient(top, #141414, #212121);
  background-image: -moz-linear-gradient(top, #141414, #212121);
  background-image: -o-linear-gradient(top, #141414, #212121);
  background-image: linear-gradient(to bottom, #141414, #212121);
}

/* line 239, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 245, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 249, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/
/* #Base 960 Grid
================================================== */
/* line 14, ../scss/_skeleton.scss */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

/* line 15, ../scss/_skeleton.scss */
.container .column, .container .columns, .container #container, .container #logo, .container #navigation, .container .home-post, .container .image-response, .container .detail-post .title, .detail-post .container .title, .container .detail-post .entry-content, .detail-post .container .entry-content, .container #comments, .container .commentlist, .container #show-comments-form-link, .container #show-image-response-form-link, .container #subscribe-to-rss, .container .respond-form, .container .page, .container .page-bigimage .entry-content h2, .page-bigimage .entry-content .container h2, .container .page-bigimage-under .entry-content h2, .page-bigimage-under .entry-content .container h2, .container .page-bigimage .entry-content .text .text_content, .page-bigimage .entry-content .text .container .text_content, .container .page-bigimage-under .entry-content .text .text_content, .page-bigimage-under .entry-content .text .container .text_content, .container .page-bigimage .entry-content .text ul, .page-bigimage .entry-content .text .container ul, .container .page-bigimage-under .entry-content .text ul, .page-bigimage-under .entry-content .text .container ul, .container .wppa-container .thumbnail-area .thumbnail-frame, .wppa-container .thumbnail-area .container .thumbnail-frame, .container .wppa-container .album, .wppa-container .container .album {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 16, ../scss/_skeleton.scss */
.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
/* line 19, ../scss/_skeleton.scss */
.column.alpha, body h1.column, body h2.column, body h3.column, body h4.column, body h5.column, .column#logo, .detail-post .column.title, .column#comments, .column.commentlist, .column.respond-form, .column.page, .page-bigimage .entry-content h2.column, .page-bigimage-under .entry-content h2.column, .page-bigimage .entry-content .text .column.text_content, .page-bigimage-under .entry-content .text .column.text_content, .page-bigimage .entry-content .text ul.column, .page-bigimage-under .entry-content .text ul.column, .columns.alpha, body h1.columns, body h1#container, body h1#logo, body h1#navigation, body h1.home-post, body h1.image-response, body .detail-post h1.title, .detail-post body h1.title, body .detail-post h1.entry-content, .detail-post body h1.entry-content, body h1#comments, body h1.commentlist, body h1#show-comments-form-link, body h1#show-image-response-form-link, body h1#subscribe-to-rss, body h1.respond-form, body h1.page, body .page-bigimage .entry-content .text h1.text_content, .page-bigimage .entry-content .text body h1.text_content, body .page-bigimage-under .entry-content .text h1.text_content, .page-bigimage-under .entry-content .text body h1.text_content, body .wppa-container .thumbnail-area h1.thumbnail-frame, .wppa-container .thumbnail-area body h1.thumbnail-frame, body .wppa-container h1.album, .wppa-container body h1.album, body h2.columns, body h2#container, body h2#logo, body h2#navigation, body h2.home-post, body h2.image-response, body .detail-post h2.title, .detail-post body h2.title, body .detail-post h2.entry-content, .detail-post body h2.entry-content, body h2#comments, body h2.commentlist, body h2#show-comments-form-link, body h2#show-image-response-form-link, body h2#subscribe-to-rss, body h2.respond-form, body h2.page, body .page-bigimage .entry-content h2, .page-bigimage .entry-content body h2, body .page-bigimage-under .entry-content h2, .page-bigimage-under .entry-content body h2, body .wppa-container .thumbnail-area h2.thumbnail-frame, .wppa-container .thumbnail-area body h2.thumbnail-frame, body .wppa-container h2.album, .wppa-container body h2.album, body h3.columns, body h3#container, body h3#logo, body h3#navigation, body h3.home-post, body h3.image-response, body .detail-post h3.title, .detail-post body h3.title, body .detail-post h3.entry-content, .detail-post body h3.entry-content, body h3#comments, body h3.commentlist, body h3#show-comments-form-link, body h3#show-image-response-form-link, body h3#subscribe-to-rss, body h3.respond-form, body h3.page, body .page-bigimage .entry-content .text h3.text_content, .page-bigimage .entry-content .text body h3.text_content, body .page-bigimage-under .entry-content .text h3.text_content, .page-bigimage-under .entry-content .text body h3.text_content, body .wppa-container .thumbnail-area h3.thumbnail-frame, .wppa-container .thumbnail-area body h3.thumbnail-frame, body .wppa-container h3.album, .wppa-container body h3.album, body h4.columns, body h4#container, body h4#logo, body h4#navigation, body h4.home-post, body h4.image-response, body .detail-post h4.title, .detail-post body h4.title, body .detail-post h4.entry-content, .detail-post body h4.entry-content, body h4#comments, body h4.commentlist, body h4#show-comments-form-link, body h4#show-image-response-form-link, body h4#subscribe-to-rss, body h4.respond-form, body h4.page, body .page-bigimage .entry-content .text h4.text_content, .page-bigimage .entry-content .text body h4.text_content, body .page-bigimage-under .entry-content .text h4.text_content, .page-bigimage-under .entry-content .text body h4.text_content, body .wppa-container .thumbnail-area h4.thumbnail-frame, .wppa-container .thumbnail-area body h4.thumbnail-frame, body .wppa-container h4.album, .wppa-container body h4.album, body h5.columns, body h5#container, body h5#logo, body h5#navigation, body h5.home-post, body h5.image-response, body .detail-post h5.title, .detail-post body h5.title, body .detail-post h5.entry-content, .detail-post body h5.entry-content, body h5#comments, body h5.commentlist, body h5#show-comments-form-link, body h5#show-image-response-form-link, body h5#subscribe-to-rss, body h5.respond-form, body h5.page, body .page-bigimage .entry-content .text h5.text_content, .page-bigimage .entry-content .text body h5.text_content, body .page-bigimage-under .entry-content .text h5.text_content, .page-bigimage-under .entry-content .text body h5.text_content, body .wppa-container .thumbnail-area h5.thumbnail-frame, .wppa-container .thumbnail-area body h5.thumbnail-frame, body .wppa-container h5.album, .wppa-container body h5.album, .alpha#container, .detail-post #container.title, #container.commentlist, #container.respond-form, #container.page, .page-bigimage .entry-content h2#container, .page-bigimage-under .entry-content h2#container, .page-bigimage .entry-content .text #container.text_content, .page-bigimage-under .entry-content .text #container.text_content, .page-bigimage .entry-content .text ul#container, .page-bigimage-under .entry-content .text ul#container, #logo, .alpha#navigation, .detail-post #navigation.title, #navigation.commentlist, #navigation.respond-form, #navigation.page, .page-bigimage .entry-content h2#navigation, .page-bigimage-under .entry-content h2#navigation, .page-bigimage .entry-content .text #navigation.text_content, .page-bigimage-under .entry-content .text #navigation.text_content, .page-bigimage .entry-content .text ul#navigation, .page-bigimage-under .entry-content .text ul#navigation, .alpha.home-post, .home-post#logo, .detail-post .home-post.title, .home-post#comments, .home-post.commentlist, .home-post.respond-form, .home-post.page, .page-bigimage .entry-content h2.home-post, .page-bigimage-under .entry-content h2.home-post, .page-bigimage .entry-content .text .home-post.text_content, .page-bigimage-under .entry-content .text .home-post.text_content, .page-bigimage .entry-content .text ul.home-post, .page-bigimage-under .entry-content .text ul.home-post, .alpha.image-response, .image-response#logo, .detail-post .image-response.title, .image-response#comments, .image-response.commentlist, .image-response.respond-form, .image-response.page, .page-bigimage .entry-content h2.image-response, .page-bigimage-under .entry-content h2.image-response, .page-bigimage .entry-content .text .image-response.text_content, .page-bigimage-under .entry-content .text .image-response.text_content, .page-bigimage .entry-content .text ul.image-response, .page-bigimage-under .entry-content .text ul.image-response, .detail-post .title, .detail-post .alpha.entry-content, .detail-post .entry-content#logo, .detail-post .entry-content.title, .detail-post .entry-content#comments, .detail-post .entry-content.commentlist, .detail-post .entry-content.respond-form, .detail-post .entry-content.page, .detail-post .page-bigimage .entry-content h2.entry-content, .page-bigimage .entry-content .detail-post h2.entry-content, .detail-post .page-bigimage-under .entry-content h2.entry-content, .page-bigimage-under .entry-content .detail-post h2.entry-content, .detail-post .page-bigimage .entry-content .text .entry-content.text_content, .page-bigimage .entry-content .text .detail-post .entry-content.text_content, .detail-post .page-bigimage-under .entry-content .text .entry-content.text_content, .page-bigimage-under .entry-content .text .detail-post .entry-content.text_content, .detail-post .page-bigimage .entry-content .text ul.entry-content, .page-bigimage .entry-content .text .detail-post ul.entry-content, .detail-post .page-bigimage-under .entry-content .text ul.entry-content, .page-bigimage-under .entry-content .text .detail-post ul.entry-content, #comments, .commentlist, .alpha#show-comments-form-link, .detail-post #show-comments-form-link.title, #show-comments-form-link.commentlist, #show-comments-form-link.respond-form, #show-comments-form-link.page, .page-bigimage .entry-content h2#show-comments-form-link, .page-bigimage-under .entry-content h2#show-comments-form-link, .page-bigimage .entry-content .text #show-comments-form-link.text_content, .page-bigimage-under .entry-content .text #show-comments-form-link.text_content, .page-bigimage .entry-content .text ul#show-comments-form-link, .page-bigimage-under .entry-content .text ul#show-comments-form-link, .alpha#show-image-response-form-link, .detail-post #show-image-response-form-link.title, #show-image-response-form-link.commentlist, #show-image-response-form-link.respond-form, #show-image-response-form-link.page, .page-bigimage .entry-content h2#show-image-response-form-link, .page-bigimage-under .entry-content h2#show-image-response-form-link, .page-bigimage .entry-content .text #show-image-response-form-link.text_content, .page-bigimage-under .entry-content .text #show-image-response-form-link.text_content, .page-bigimage .entry-content .text ul#show-image-response-form-link, .page-bigimage-under .entry-content .text ul#show-image-response-form-link, .alpha#subscribe-to-rss, .detail-post #subscribe-to-rss.title, #subscribe-to-rss.commentlist, #subscribe-to-rss.respond-form, #subscribe-to-rss.page, .page-bigimage .entry-content h2#subscribe-to-rss, .page-bigimage-under .entry-content h2#subscribe-to-rss, .page-bigimage .entry-content .text #subscribe-to-rss.text_content, .page-bigimage-under .entry-content .text #subscribe-to-rss.text_content, .page-bigimage .entry-content .text ul#subscribe-to-rss, .page-bigimage-under .entry-content .text ul#subscribe-to-rss, .respond-form, .page, .page-bigimage .entry-content h2, .page-bigimage-under .entry-content h2, .page-bigimage .entry-content .text .text_content, .page-bigimage-under .entry-content .text .text_content, .page-bigimage .entry-content .text ul, .page-bigimage-under .entry-content .text ul, .wppa-container .thumbnail-area .alpha.thumbnail-frame, .wppa-container .thumbnail-area .thumbnail-frame#logo, .wppa-container .thumbnail-area .detail-post .thumbnail-frame.title, .detail-post .wppa-container .thumbnail-area .thumbnail-frame.title, .wppa-container .thumbnail-area .thumbnail-frame#comments, .wppa-container .thumbnail-area .thumbnail-frame.commentlist, .wppa-container .thumbnail-area .thumbnail-frame.respond-form, .wppa-container .thumbnail-area .thumbnail-frame.page, .wppa-container .thumbnail-area .page-bigimage .entry-content h2.thumbnail-frame, .page-bigimage .entry-content .wppa-container .thumbnail-area h2.thumbnail-frame, .wppa-container .thumbnail-area .page-bigimage-under .entry-content h2.thumbnail-frame, .page-bigimage-under .entry-content .wppa-container .thumbnail-area h2.thumbnail-frame, .wppa-container .thumbnail-area .page-bigimage .entry-content .text .thumbnail-frame.text_content, .page-bigimage .entry-content .text .wppa-container .thumbnail-area .thumbnail-frame.text_content, .wppa-container .thumbnail-area .page-bigimage-under .entry-content .text .thumbnail-frame.text_content, .page-bigimage-under .entry-content .text .wppa-container .thumbnail-area .thumbnail-frame.text_content, .wppa-container .thumbnail-area .page-bigimage .entry-content .text ul.thumbnail-frame, .page-bigimage .entry-content .text .wppa-container .thumbnail-area ul.thumbnail-frame, .wppa-container .thumbnail-area .page-bigimage-under .entry-content .text ul.thumbnail-frame, .page-bigimage-under .entry-content .text .wppa-container .thumbnail-area ul.thumbnail-frame, .wppa-container .alpha.album, .wppa-container .album#logo, .wppa-container .detail-post .album.title, .detail-post .wppa-container .album.title, .wppa-container .album#comments, .wppa-container .album.commentlist, .wppa-container .album.respond-form, .wppa-container .album.page, .wppa-container .page-bigimage .entry-content h2.album, .page-bigimage .entry-content .wppa-container h2.album, .wppa-container .page-bigimage-under .entry-content h2.album, .page-bigimage-under .entry-content .wppa-container h2.album, .wppa-container .page-bigimage .entry-content .text .album.text_content, .page-bigimage .entry-content .text .wppa-container .album.text_content, .wppa-container .page-bigimage-under .entry-content .text .album.text_content, .page-bigimage-under .entry-content .text .wppa-container .album.text_content, .wppa-container .page-bigimage .entry-content .text ul.album, .page-bigimage .entry-content .text .wppa-container ul.album, .wppa-container .page-bigimage-under .entry-content .text ul.album, .page-bigimage-under .entry-content .text .wppa-container ul.album {
  margin-left: 0;
}

/* line 20, ../scss/_skeleton.scss */
.column.omega, .column#navigation, .detail-post .column.entry-content, .columns.omega, .omega#container, .omega#logo, #navigation, .omega.home-post, .omega.image-response, .detail-post .omega.title, .detail-post .entry-content, .omega#comments, .omega.commentlist, .omega#show-comments-form-link, .omega#show-image-response-form-link, .omega#subscribe-to-rss, .omega.respond-form, .omega.page, .page-bigimage .entry-content h2.omega, .page-bigimage-under .entry-content h2.omega, .page-bigimage .entry-content .text .omega.text_content, .page-bigimage-under .entry-content .text .omega.text_content, .page-bigimage .entry-content .text ul.omega, .page-bigimage-under .entry-content .text ul.omega, .wppa-container .thumbnail-area .omega.thumbnail-frame, .wppa-container .omega.album {
  margin-right: 0;
}

/* line 22, ../scss/_skeleton.scss */
.container .one-third.column {
  width: 300px;
}

/* line 23, ../scss/_skeleton.scss */
.container .two-thirds.column {
  width: 620px;
}

/*****************************
  12 Column
*****************************/
/* Base Grid */
/* line 30, ../scss/_skeleton.scss */
.container-twelve .one.column {
  width: 60px;
}

/* line 31, ../scss/_skeleton.scss */
.container-twelve .two.columns, .container-twelve .two#container, .container-twelve .two#logo, .container-twelve .two#navigation, .container-twelve .two.home-post, .container-twelve .two.image-response, .container-twelve .detail-post .two.title, .detail-post .container-twelve .two.title, .container-twelve .detail-post .two.entry-content, .detail-post .container-twelve .two.entry-content, .container-twelve .two#comments, .container-twelve .two.commentlist, .container-twelve .two#show-comments-form-link, .container-twelve .two#show-image-response-form-link, .container-twelve .two#subscribe-to-rss, .container-twelve .two.respond-form, .container-twelve .two.page, .container-twelve .page-bigimage .entry-content h2.two, .page-bigimage .entry-content .container-twelve h2.two, .container-twelve .page-bigimage-under .entry-content h2.two, .page-bigimage-under .entry-content .container-twelve h2.two, .container-twelve .page-bigimage .entry-content .text .two.text_content, .page-bigimage .entry-content .text .container-twelve .two.text_content, .container-twelve .page-bigimage-under .entry-content .text .two.text_content, .page-bigimage-under .entry-content .text .container-twelve .two.text_content, .container-twelve .page-bigimage .entry-content .text ul.two, .page-bigimage .entry-content .text .container-twelve ul.two, .container-twelve .page-bigimage-under .entry-content .text ul.two, .page-bigimage-under .entry-content .text .container-twelve ul.two, .container-twelve .wppa-container .thumbnail-area .two.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .two.thumbnail-frame, .container-twelve .wppa-container .two.album, .wppa-container .container-twelve .two.album {
  width: 140px;
}

/* line 32, ../scss/_skeleton.scss */
.container-twelve .three.columns, .container-twelve .three#container, .container-twelve .three#logo, .container-twelve .three#navigation, .container-twelve .three.home-post, .container-twelve .three.image-response, .container-twelve .detail-post .three.title, .detail-post .container-twelve .three.title, .container-twelve .detail-post .three.entry-content, .detail-post .container-twelve .three.entry-content, .container-twelve .three#comments, .container-twelve .three.commentlist, .container-twelve .three#show-comments-form-link, .container-twelve .three#show-image-response-form-link, .container-twelve .three#subscribe-to-rss, .container-twelve .three.respond-form, .container-twelve .three.page, .container-twelve .page-bigimage .entry-content h2.three, .page-bigimage .entry-content .container-twelve h2.three, .container-twelve .page-bigimage-under .entry-content h2.three, .page-bigimage-under .entry-content .container-twelve h2.three, .container-twelve .page-bigimage .entry-content .text .three.text_content, .page-bigimage .entry-content .text .container-twelve .three.text_content, .container-twelve .page-bigimage-under .entry-content .text .three.text_content, .page-bigimage-under .entry-content .text .container-twelve .three.text_content, .container-twelve .page-bigimage .entry-content .text ul.three, .page-bigimage .entry-content .text .container-twelve ul.three, .container-twelve .page-bigimage-under .entry-content .text ul.three, .page-bigimage-under .entry-content .text .container-twelve ul.three, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame, .container-twelve .wppa-container .three.album, .wppa-container .container-twelve .three.album {
  width: 220px;
}

/* line 33, ../scss/_skeleton.scss */
.container-twelve .four.columns, .container-twelve .four#container, .container-twelve .detail-post #container.title, .detail-post .container-twelve #container.title, .container-twelve .page-bigimage .entry-content .text ul#container, .page-bigimage .entry-content .text .container-twelve ul#container, .container-twelve .page-bigimage-under .entry-content .text ul#container, .page-bigimage-under .entry-content .text .container-twelve ul#container, .container-twelve .wppa-container #container.album, .wppa-container .container-twelve #container.album, .container-twelve .four#logo, .container-twelve .detail-post #logo.title, .detail-post .container-twelve #logo.title, .container-twelve .page-bigimage .entry-content .text ul#logo, .page-bigimage .entry-content .text .container-twelve ul#logo, .container-twelve .page-bigimage-under .entry-content .text ul#logo, .page-bigimage-under .entry-content .text .container-twelve ul#logo, .container-twelve .wppa-container #logo.album, .wppa-container .container-twelve #logo.album, .container-twelve .four#navigation, .container-twelve .detail-post #navigation.title, .detail-post .container-twelve #navigation.title, .container-twelve .page-bigimage .entry-content .text ul#navigation, .page-bigimage .entry-content .text .container-twelve ul#navigation, .container-twelve .page-bigimage-under .entry-content .text ul#navigation, .page-bigimage-under .entry-content .text .container-twelve ul#navigation, .container-twelve .wppa-container #navigation.album, .wppa-container .container-twelve #navigation.album, .container-twelve .four.home-post, .container-twelve .detail-post .home-post.title, .detail-post .container-twelve .home-post.title, .container-twelve .page-bigimage .entry-content .text ul.home-post, .page-bigimage .entry-content .text .container-twelve ul.home-post, .container-twelve .page-bigimage-under .entry-content .text ul.home-post, .page-bigimage-under .entry-content .text .container-twelve ul.home-post, .container-twelve .wppa-container .home-post.album, .wppa-container .container-twelve .home-post.album, .container-twelve .four.image-response, .container-twelve .detail-post .image-response.title, .detail-post .container-twelve .image-response.title, .container-twelve .page-bigimage .entry-content .text ul.image-response, .page-bigimage .entry-content .text .container-twelve ul.image-response, .container-twelve .page-bigimage-under .entry-content .text ul.image-response, .page-bigimage-under .entry-content .text .container-twelve ul.image-response, .container-twelve .wppa-container .image-response.album, .wppa-container .container-twelve .image-response.album, .container-twelve .detail-post .title, .detail-post .container-twelve .title, .container-twelve .detail-post .four.entry-content, .detail-post .container-twelve .four.entry-content, .container-twelve .detail-post .entry-content.title, .detail-post .container-twelve .entry-content.title, .container-twelve .detail-post .page-bigimage .entry-content .text ul.entry-content, .detail-post .page-bigimage .entry-content .text .container-twelve ul.entry-content, .container-twelve .page-bigimage .entry-content .text .detail-post ul.entry-content, .page-bigimage .entry-content .text .detail-post .container-twelve ul.entry-content, .container-twelve .detail-post .page-bigimage-under .entry-content .text ul.entry-content, .detail-post .page-bigimage-under .entry-content .text .container-twelve ul.entry-content, .container-twelve .page-bigimage-under .entry-content .text .detail-post ul.entry-content, .page-bigimage-under .entry-content .text .detail-post .container-twelve ul.entry-content, .container-twelve .detail-post .wppa-container .entry-content.album, .detail-post .wppa-container .container-twelve .entry-content.album, .container-twelve .wppa-container .detail-post .entry-content.album, .wppa-container .detail-post .container-twelve .entry-content.album, .container-twelve .four#comments, .container-twelve .detail-post #comments.title, .detail-post .container-twelve #comments.title, .container-twelve .page-bigimage .entry-content .text ul#comments, .page-bigimage .entry-content .text .container-twelve ul#comments, .container-twelve .page-bigimage-under .entry-content .text ul#comments, .page-bigimage-under .entry-content .text .container-twelve ul#comments, .container-twelve .wppa-container #comments.album, .wppa-container .container-twelve #comments.album, .container-twelve .four.commentlist, .container-twelve .detail-post .commentlist.title, .detail-post .container-twelve .commentlist.title, .container-twelve .page-bigimage .entry-content .text ul.commentlist, .page-bigimage .entry-content .text .container-twelve ul.commentlist, .container-twelve .page-bigimage-under .entry-content .text ul.commentlist, .page-bigimage-under .entry-content .text .container-twelve ul.commentlist, .container-twelve .wppa-container .commentlist.album, .wppa-container .container-twelve .commentlist.album, .container-twelve .four#show-comments-form-link, .container-twelve .detail-post #show-comments-form-link.title, .detail-post .container-twelve #show-comments-form-link.title, .container-twelve .page-bigimage .entry-content .text ul#show-comments-form-link, .page-bigimage .entry-content .text .container-twelve ul#show-comments-form-link, .container-twelve .page-bigimage-under .entry-content .text ul#show-comments-form-link, .page-bigimage-under .entry-content .text .container-twelve ul#show-comments-form-link, .container-twelve .wppa-container #show-comments-form-link.album, .wppa-container .container-twelve #show-comments-form-link.album, .container-twelve .four#show-image-response-form-link, .container-twelve .detail-post #show-image-response-form-link.title, .detail-post .container-twelve #show-image-response-form-link.title, .container-twelve .page-bigimage .entry-content .text ul#show-image-response-form-link, .page-bigimage .entry-content .text .container-twelve ul#show-image-response-form-link, .container-twelve .page-bigimage-under .entry-content .text ul#show-image-response-form-link, .page-bigimage-under .entry-content .text .container-twelve ul#show-image-response-form-link, .container-twelve .wppa-container #show-image-response-form-link.album, .wppa-container .container-twelve #show-image-response-form-link.album, .container-twelve .four#subscribe-to-rss, .container-twelve .detail-post #subscribe-to-rss.title, .detail-post .container-twelve #subscribe-to-rss.title, .container-twelve .page-bigimage .entry-content .text ul#subscribe-to-rss, .page-bigimage .entry-content .text .container-twelve ul#subscribe-to-rss, .container-twelve .page-bigimage-under .entry-content .text ul#subscribe-to-rss, .page-bigimage-under .entry-content .text .container-twelve ul#subscribe-to-rss, .container-twelve .wppa-container #subscribe-to-rss.album, .wppa-container .container-twelve #subscribe-to-rss.album, .container-twelve .four.respond-form, .container-twelve .detail-post .respond-form.title, .detail-post .container-twelve .respond-form.title, .container-twelve .page-bigimage .entry-content .text ul.respond-form, .page-bigimage .entry-content .text .container-twelve ul.respond-form, .container-twelve .page-bigimage-under .entry-content .text ul.respond-form, .page-bigimage-under .entry-content .text .container-twelve ul.respond-form, .container-twelve .wppa-container .respond-form.album, .wppa-container .container-twelve .respond-form.album, .container-twelve .four.page, .container-twelve .detail-post .page.title, .detail-post .container-twelve .page.title, .container-twelve .page-bigimage .entry-content .text ul.page, .page-bigimage .entry-content .text .container-twelve ul.page, .container-twelve .page-bigimage-under .entry-content .text ul.page, .page-bigimage-under .entry-content .text .container-twelve ul.page, .container-twelve .wppa-container .page.album, .wppa-container .container-twelve .page.album, .container-twelve .page-bigimage .entry-content h2.four, .page-bigimage .entry-content .container-twelve h2.four, .container-twelve .page-bigimage .entry-content .detail-post h2.title, .page-bigimage .entry-content .detail-post .container-twelve h2.title, .container-twelve .detail-post .page-bigimage .entry-content h2.title, .detail-post .page-bigimage .entry-content .container-twelve h2.title, .container-twelve .page-bigimage .entry-content .wppa-container h2.album, .page-bigimage .entry-content .wppa-container .container-twelve h2.album, .container-twelve .wppa-container .page-bigimage .entry-content h2.album, .wppa-container .page-bigimage .entry-content .container-twelve h2.album, .container-twelve .page-bigimage-under .entry-content h2.four, .page-bigimage-under .entry-content .container-twelve h2.four, .container-twelve .page-bigimage-under .entry-content .detail-post h2.title, .page-bigimage-under .entry-content .detail-post .container-twelve h2.title, .container-twelve .detail-post .page-bigimage-under .entry-content h2.title, .detail-post .page-bigimage-under .entry-content .container-twelve h2.title, .container-twelve .page-bigimage-under .entry-content .wppa-container h2.album, .page-bigimage-under .entry-content .wppa-container .container-twelve h2.album, .container-twelve .wppa-container .page-bigimage-under .entry-content h2.album, .wppa-container .page-bigimage-under .entry-content .container-twelve h2.album, .container-twelve .page-bigimage .entry-content .text .four.text_content, .page-bigimage .entry-content .text .container-twelve .four.text_content, .container-twelve .page-bigimage .entry-content .text .detail-post .text_content.title, .page-bigimage .entry-content .text .detail-post .container-twelve .text_content.title, .container-twelve .detail-post .page-bigimage .entry-content .text .text_content.title, .detail-post .page-bigimage .entry-content .text .container-twelve .text_content.title, .container-twelve .page-bigimage .entry-content .text ul.text_content, .page-bigimage .entry-content .text .container-twelve ul.text_content, .container-twelve .page-bigimage .entry-content .text .wppa-container .text_content.album, .page-bigimage .entry-content .text .wppa-container .container-twelve .text_content.album, .container-twelve .wppa-container .page-bigimage .entry-content .text .text_content.album, .wppa-container .page-bigimage .entry-content .text .container-twelve .text_content.album, .container-twelve .page-bigimage-under .entry-content .text .four.text_content, .page-bigimage-under .entry-content .text .container-twelve .four.text_content, .container-twelve .page-bigimage-under .entry-content .text .detail-post .text_content.title, .page-bigimage-under .entry-content .text .detail-post .container-twelve .text_content.title, .container-twelve .detail-post .page-bigimage-under .entry-content .text .text_content.title, .detail-post .page-bigimage-under .entry-content .text .container-twelve .text_content.title, .container-twelve .page-bigimage-under .entry-content .text ul.text_content, .page-bigimage-under .entry-content .text .container-twelve ul.text_content, .container-twelve .page-bigimage-under .entry-content .text .wppa-container .text_content.album, .page-bigimage-under .entry-content .text .wppa-container .container-twelve .text_content.album, .container-twelve .wppa-container .page-bigimage-under .entry-content .text .text_content.album, .wppa-container .page-bigimage-under .entry-content .text .container-twelve .text_content.album, .container-twelve .page-bigimage .entry-content .text ul, .page-bigimage .entry-content .text .container-twelve ul, .container-twelve .page-bigimage-under .entry-content .text ul, .page-bigimage-under .entry-content .text .container-twelve ul, .container-twelve .wppa-container .thumbnail-area .four.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .four.thumbnail-frame, .container-twelve .wppa-container .thumbnail-area .detail-post .thumbnail-frame.title, .wppa-container .thumbnail-area .detail-post .container-twelve .thumbnail-frame.title, .container-twelve .detail-post .wppa-container .thumbnail-area .thumbnail-frame.title, .detail-post .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.title, .container-twelve .wppa-container .thumbnail-area .page-bigimage .entry-content .text ul.thumbnail-frame, .wppa-container .thumbnail-area .page-bigimage .entry-content .text .container-twelve ul.thumbnail-frame, .container-twelve .page-bigimage .entry-content .text .wppa-container .thumbnail-area ul.thumbnail-frame, .page-bigimage .entry-content .text .wppa-container .thumbnail-area .container-twelve ul.thumbnail-frame, .container-twelve .wppa-container .thumbnail-area .page-bigimage-under .entry-content .text ul.thumbnail-frame, .wppa-container .thumbnail-area .page-bigimage-under .entry-content .text .container-twelve ul.thumbnail-frame, .container-twelve .page-bigimage-under .entry-content .text .wppa-container .thumbnail-area ul.thumbnail-frame, .page-bigimage-under .entry-content .text .wppa-container .thumbnail-area .container-twelve ul.thumbnail-frame, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame.album, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.album, .container-twelve .wppa-container .album, .wppa-container .container-twelve .album {
  width: 300px;
}

/* line 34, ../scss/_skeleton.scss */
.container-twelve .five.columns, .container-twelve .five#container, .container-twelve .five#logo, .container-twelve .five#navigation, .container-twelve .five.home-post, .container-twelve .five.image-response, .container-twelve .detail-post .five.title, .detail-post .container-twelve .five.title, .container-twelve .detail-post .five.entry-content, .detail-post .container-twelve .five.entry-content, .container-twelve .five#comments, .container-twelve .five.commentlist, .container-twelve #show-comments-form-link, .container-twelve #show-image-response-form-link, .container-twelve #subscribe-to-rss, .container-twelve .five.respond-form, .container-twelve .five.page, .container-twelve .page-bigimage .entry-content h2.five, .page-bigimage .entry-content .container-twelve h2.five, .container-twelve .page-bigimage-under .entry-content h2.five, .page-bigimage-under .entry-content .container-twelve h2.five, .container-twelve .page-bigimage .entry-content .text .five.text_content, .page-bigimage .entry-content .text .container-twelve .five.text_content, .container-twelve .page-bigimage-under .entry-content .text .five.text_content, .page-bigimage-under .entry-content .text .container-twelve .five.text_content, .container-twelve .page-bigimage .entry-content .text ul.five, .page-bigimage .entry-content .text .container-twelve ul.five, .container-twelve .page-bigimage-under .entry-content .text ul.five, .page-bigimage-under .entry-content .text .container-twelve ul.five, .container-twelve .wppa-container .thumbnail-area .five.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .five.thumbnail-frame, .container-twelve .wppa-container .five.album, .wppa-container .container-twelve .five.album {
  width: 380px;
}

/* line 35, ../scss/_skeleton.scss */
.container-twelve .six.columns, .container-twelve .six#container, .container-twelve #container.home-post, .container-twelve #container.image-response, .container-twelve #container.commentlist, .container-twelve #container.respond-form, .container-twelve #logo, .container-twelve #navigation, .container-twelve .home-post, .container-twelve .image-response, .container-twelve .detail-post .six.title, .detail-post .container-twelve .six.title, .container-twelve .detail-post .title#logo, .detail-post .container-twelve .title#logo, .container-twelve .detail-post .title#navigation, .detail-post .container-twelve .title#navigation, .container-twelve .detail-post .title.home-post, .detail-post .container-twelve .title.home-post, .container-twelve .detail-post .title.image-response, .detail-post .container-twelve .title.image-response, .container-twelve .detail-post .title.commentlist, .detail-post .container-twelve .title.commentlist, .container-twelve .detail-post .title.respond-form, .detail-post .container-twelve .title.respond-form, .container-twelve .detail-post .six.entry-content, .detail-post .container-twelve .six.entry-content, .container-twelve .detail-post .entry-content#logo, .detail-post .container-twelve .entry-content#logo, .container-twelve .detail-post .entry-content#navigation, .detail-post .container-twelve .entry-content#navigation, .container-twelve .detail-post .entry-content.home-post, .detail-post .container-twelve .entry-content.home-post, .container-twelve .detail-post .entry-content.image-response, .detail-post .container-twelve .entry-content.image-response, .container-twelve .detail-post .entry-content.commentlist, .detail-post .container-twelve .entry-content.commentlist, .container-twelve .detail-post .entry-content.respond-form, .detail-post .container-twelve .entry-content.respond-form, .container-twelve .six#comments, .container-twelve #comments.home-post, .container-twelve #comments.image-response, .container-twelve #comments.commentlist, .container-twelve #comments.respond-form, .container-twelve .commentlist, .container-twelve .six#show-comments-form-link, .container-twelve #show-comments-form-link.home-post, .container-twelve #show-comments-form-link.image-response, .container-twelve #show-comments-form-link.commentlist, .container-twelve #show-comments-form-link.respond-form, .container-twelve .six#show-image-response-form-link, .container-twelve #show-image-response-form-link.home-post, .container-twelve #show-image-response-form-link.image-response, .container-twelve #show-image-response-form-link.commentlist, .container-twelve #show-image-response-form-link.respond-form, .container-twelve .six#subscribe-to-rss, .container-twelve #subscribe-to-rss.home-post, .container-twelve #subscribe-to-rss.image-response, .container-twelve #subscribe-to-rss.commentlist, .container-twelve #subscribe-to-rss.respond-form, .container-twelve .respond-form, .container-twelve .six.page, .container-twelve .page#logo, .container-twelve .page#navigation, .container-twelve .page.home-post, .container-twelve .page.image-response, .container-twelve .page.commentlist, .container-twelve .page.respond-form, .container-twelve .page-bigimage .entry-content h2.six, .page-bigimage .entry-content .container-twelve h2.six, .container-twelve .page-bigimage .entry-content h2#logo, .page-bigimage .entry-content .container-twelve h2#logo, .container-twelve .page-bigimage .entry-content h2#navigation, .page-bigimage .entry-content .container-twelve h2#navigation, .container-twelve .page-bigimage .entry-content h2.home-post, .page-bigimage .entry-content .container-twelve h2.home-post, .container-twelve .page-bigimage .entry-content h2.image-response, .page-bigimage .entry-content .container-twelve h2.image-response, .container-twelve .page-bigimage .entry-content h2.commentlist, .page-bigimage .entry-content .container-twelve h2.commentlist, .container-twelve .page-bigimage .entry-content h2.respond-form, .page-bigimage .entry-content .container-twelve h2.respond-form, .container-twelve .page-bigimage-under .entry-content h2.six, .page-bigimage-under .entry-content .container-twelve h2.six, .container-twelve .page-bigimage-under .entry-content h2#logo, .page-bigimage-under .entry-content .container-twelve h2#logo, .container-twelve .page-bigimage-under .entry-content h2#navigation, .page-bigimage-under .entry-content .container-twelve h2#navigation, .container-twelve .page-bigimage-under .entry-content h2.home-post, .page-bigimage-under .entry-content .container-twelve h2.home-post, .container-twelve .page-bigimage-under .entry-content h2.image-response, .page-bigimage-under .entry-content .container-twelve h2.image-response, .container-twelve .page-bigimage-under .entry-content h2.commentlist, .page-bigimage-under .entry-content .container-twelve h2.commentlist, .container-twelve .page-bigimage-under .entry-content h2.respond-form, .page-bigimage-under .entry-content .container-twelve h2.respond-form, .container-twelve .page-bigimage .entry-content .text .six.text_content, .page-bigimage .entry-content .text .container-twelve .six.text_content, .container-twelve .page-bigimage .entry-content .text .text_content#logo, .page-bigimage .entry-content .text .container-twelve .text_content#logo, .container-twelve .page-bigimage .entry-content .text .text_content#navigation, .page-bigimage .entry-content .text .container-twelve .text_content#navigation, .container-twelve .page-bigimage .entry-content .text .text_content.home-post, .page-bigimage .entry-content .text .container-twelve .text_content.home-post, .container-twelve .page-bigimage .entry-content .text .text_content.image-response, .page-bigimage .entry-content .text .container-twelve .text_content.image-response, .container-twelve .page-bigimage .entry-content .text .text_content.commentlist, .page-bigimage .entry-content .text .container-twelve .text_content.commentlist, .container-twelve .page-bigimage .entry-content .text .text_content.respond-form, .page-bigimage .entry-content .text .container-twelve .text_content.respond-form, .container-twelve .page-bigimage-under .entry-content .text .six.text_content, .page-bigimage-under .entry-content .text .container-twelve .six.text_content, .container-twelve .page-bigimage-under .entry-content .text .text_content#logo, .page-bigimage-under .entry-content .text .container-twelve .text_content#logo, .container-twelve .page-bigimage-under .entry-content .text .text_content#navigation, .page-bigimage-under .entry-content .text .container-twelve .text_content#navigation, .container-twelve .page-bigimage-under .entry-content .text .text_content.home-post, .page-bigimage-under .entry-content .text .container-twelve .text_content.home-post, .container-twelve .page-bigimage-under .entry-content .text .text_content.image-response, .page-bigimage-under .entry-content .text .container-twelve .text_content.image-response, .container-twelve .page-bigimage-under .entry-content .text .text_content.commentlist, .page-bigimage-under .entry-content .text .container-twelve .text_content.commentlist, .container-twelve .page-bigimage-under .entry-content .text .text_content.respond-form, .page-bigimage-under .entry-content .text .container-twelve .text_content.respond-form, .container-twelve .page-bigimage .entry-content .text ul.six, .page-bigimage .entry-content .text .container-twelve ul.six, .container-twelve .page-bigimage .entry-content .text ul#logo, .page-bigimage .entry-content .text .container-twelve ul#logo, .container-twelve .page-bigimage .entry-content .text ul#navigation, .page-bigimage .entry-content .text .container-twelve ul#navigation, .container-twelve .page-bigimage .entry-content .text ul.home-post, .page-bigimage .entry-content .text .container-twelve ul.home-post, .container-twelve .page-bigimage .entry-content .text ul.image-response, .page-bigimage .entry-content .text .container-twelve ul.image-response, .container-twelve .page-bigimage .entry-content .text ul.commentlist, .page-bigimage .entry-content .text .container-twelve ul.commentlist, .container-twelve .page-bigimage .entry-content .text ul.respond-form, .page-bigimage .entry-content .text .container-twelve ul.respond-form, .container-twelve .page-bigimage-under .entry-content .text ul.six, .page-bigimage-under .entry-content .text .container-twelve ul.six, .container-twelve .page-bigimage-under .entry-content .text ul#logo, .page-bigimage-under .entry-content .text .container-twelve ul#logo, .container-twelve .page-bigimage-under .entry-content .text ul#navigation, .page-bigimage-under .entry-content .text .container-twelve ul#navigation, .container-twelve .page-bigimage-under .entry-content .text ul.home-post, .page-bigimage-under .entry-content .text .container-twelve ul.home-post, .container-twelve .page-bigimage-under .entry-content .text ul.image-response, .page-bigimage-under .entry-content .text .container-twelve ul.image-response, .container-twelve .page-bigimage-under .entry-content .text ul.commentlist, .page-bigimage-under .entry-content .text .container-twelve ul.commentlist, .container-twelve .page-bigimage-under .entry-content .text ul.respond-form, .page-bigimage-under .entry-content .text .container-twelve ul.respond-form, .container-twelve .wppa-container .thumbnail-area .six.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .six.thumbnail-frame, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame#logo, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame#logo, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame#navigation, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame#navigation, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame.home-post, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.home-post, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame.image-response, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.image-response, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame.commentlist, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.commentlist, .container-twelve .wppa-container .thumbnail-area .thumbnail-frame.respond-form, .wppa-container .thumbnail-area .container-twelve .thumbnail-frame.respond-form, .container-twelve .wppa-container .six.album, .wppa-container .container-twelve .six.album, .container-twelve .wppa-container .album#logo, .wppa-container .container-twelve .album#logo, .container-twelve .wppa-container .album#navigation, .wppa-container .container-twelve .album#navigation, .container-twelve .wppa-container .album.home-post, .wppa-container .container-twelve .album.home-post, .container-twelve .wppa-container .album.image-response, .wppa-container .container-twelve .album.image-response, .container-twelve .wppa-container .album.commentlist, .wppa-container .container-twelve .album.commentlist, .container-twelve .wppa-container .album.respond-form, .wppa-container .container-twelve .album.respond-form {
  width: 460px;
}

/* line 36, ../scss/_skeleton.scss */
.container-twelve .seven.columns, .container-twelve .seven#container, .container-twelve .seven#logo, .container-twelve .seven#navigation, .container-twelve .seven.home-post, .container-twelve .seven.image-response, .container-twelve .detail-post .seven.title, .detail-post .container-twelve .seven.title, .container-twelve .detail-post .seven.entry-content, .detail-post .container-twelve .seven.entry-content, .container-twelve .seven#comments, .container-twelve .seven.commentlist, .container-twelve .seven#show-comments-form-link, .container-twelve .seven#show-image-response-form-link, .container-twelve .seven#subscribe-to-rss, .container-twelve .seven.respond-form, .container-twelve .seven.page, .container-twelve .page-bigimage .entry-content h2.seven, .page-bigimage .entry-content .container-twelve h2.seven, .container-twelve .page-bigimage-under .entry-content h2.seven, .page-bigimage-under .entry-content .container-twelve h2.seven, .container-twelve .page-bigimage .entry-content .text .text_content, .page-bigimage .entry-content .text .container-twelve .text_content, .container-twelve .page-bigimage-under .entry-content .text .text_content, .page-bigimage-under .entry-content .text .container-twelve .text_content, .container-twelve .page-bigimage .entry-content .text ul.seven, .page-bigimage .entry-content .text .container-twelve ul.seven, .container-twelve .page-bigimage-under .entry-content .text ul.seven, .page-bigimage-under .entry-content .text .container-twelve ul.seven, .container-twelve .wppa-container .thumbnail-area .seven.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .seven.thumbnail-frame, .container-twelve .wppa-container .seven.album, .wppa-container .container-twelve .seven.album {
  width: 540px;
}

/* line 37, ../scss/_skeleton.scss */
.container-twelve .eight.columns, .container-twelve .eight#container, .container-twelve .eight#logo, .container-twelve .eight#navigation, .container-twelve .eight.home-post, .container-twelve .eight.image-response, .container-twelve .detail-post .eight.title, .detail-post .container-twelve .eight.title, .container-twelve .detail-post .entry-content, .detail-post .container-twelve .entry-content, .container-twelve .eight#comments, .container-twelve .eight.commentlist, .container-twelve .eight#show-comments-form-link, .container-twelve .eight#show-image-response-form-link, .container-twelve .eight#subscribe-to-rss, .container-twelve .eight.respond-form, .container-twelve .eight.page, .container-twelve .page-bigimage .entry-content h2.eight, .page-bigimage .entry-content .container-twelve h2.eight, .container-twelve .page-bigimage-under .entry-content h2.eight, .page-bigimage-under .entry-content .container-twelve h2.eight, .container-twelve .page-bigimage .entry-content .text .eight.text_content, .page-bigimage .entry-content .text .container-twelve .eight.text_content, .container-twelve .page-bigimage-under .entry-content .text .eight.text_content, .page-bigimage-under .entry-content .text .container-twelve .eight.text_content, .container-twelve .page-bigimage .entry-content .text ul.eight, .page-bigimage .entry-content .text .container-twelve ul.eight, .container-twelve .page-bigimage-under .entry-content .text ul.eight, .page-bigimage-under .entry-content .text .container-twelve ul.eight, .container-twelve .wppa-container .thumbnail-area .eight.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .eight.thumbnail-frame, .container-twelve .wppa-container .eight.album, .wppa-container .container-twelve .eight.album {
  width: 620px;
}

/* line 38, ../scss/_skeleton.scss */
.container-twelve .nine.columns, .container-twelve .nine#container, .container-twelve .nine#logo, .container-twelve .nine#navigation, .container-twelve .nine.home-post, .container-twelve .nine.image-response, .container-twelve .detail-post .nine.title, .detail-post .container-twelve .nine.title, .container-twelve .detail-post .nine.entry-content, .detail-post .container-twelve .nine.entry-content, .container-twelve .nine#comments, .container-twelve .nine.commentlist, .container-twelve .nine#show-comments-form-link, .container-twelve .nine#show-image-response-form-link, .container-twelve .nine#subscribe-to-rss, .container-twelve .nine.respond-form, .container-twelve .nine.page, .container-twelve .page-bigimage .entry-content h2.nine, .page-bigimage .entry-content .container-twelve h2.nine, .container-twelve .page-bigimage-under .entry-content h2.nine, .page-bigimage-under .entry-content .container-twelve h2.nine, .container-twelve .page-bigimage .entry-content .text .nine.text_content, .page-bigimage .entry-content .text .container-twelve .nine.text_content, .container-twelve .page-bigimage-under .entry-content .text .nine.text_content, .page-bigimage-under .entry-content .text .container-twelve .nine.text_content, .container-twelve .page-bigimage .entry-content .text ul.nine, .page-bigimage .entry-content .text .container-twelve ul.nine, .container-twelve .page-bigimage-under .entry-content .text ul.nine, .page-bigimage-under .entry-content .text .container-twelve ul.nine, .container-twelve .wppa-container .thumbnail-area .nine.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .nine.thumbnail-frame, .container-twelve .wppa-container .nine.album, .wppa-container .container-twelve .nine.album {
  width: 700px;
}

/* line 39, ../scss/_skeleton.scss */
.container-twelve .ten.columns, .container-twelve .ten#container, .container-twelve .ten#logo, .container-twelve .ten#navigation, .container-twelve .ten.home-post, .container-twelve .ten.image-response, .container-twelve .detail-post .ten.title, .detail-post .container-twelve .ten.title, .container-twelve .detail-post .ten.entry-content, .detail-post .container-twelve .ten.entry-content, .container-twelve .ten#comments, .container-twelve .ten.commentlist, .container-twelve .ten#show-comments-form-link, .container-twelve .ten#show-image-response-form-link, .container-twelve .ten#subscribe-to-rss, .container-twelve .ten.respond-form, .container-twelve .ten.page, .container-twelve .page-bigimage .entry-content h2.ten, .page-bigimage .entry-content .container-twelve h2.ten, .container-twelve .page-bigimage-under .entry-content h2.ten, .page-bigimage-under .entry-content .container-twelve h2.ten, .container-twelve .page-bigimage .entry-content .text .ten.text_content, .page-bigimage .entry-content .text .container-twelve .ten.text_content, .container-twelve .page-bigimage-under .entry-content .text .ten.text_content, .page-bigimage-under .entry-content .text .container-twelve .ten.text_content, .container-twelve .page-bigimage .entry-content .text ul.ten, .page-bigimage .entry-content .text .container-twelve ul.ten, .container-twelve .page-bigimage-under .entry-content .text ul.ten, .page-bigimage-under .entry-content .text .container-twelve ul.ten, .container-twelve .wppa-container .thumbnail-area .ten.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .ten.thumbnail-frame, .container-twelve .wppa-container .ten.album, .wppa-container .container-twelve .ten.album {
  width: 780px;
}

/* line 40, ../scss/_skeleton.scss */
.container-twelve .eleven.columns, .container-twelve .eleven#container, .container-twelve .eleven#logo, .container-twelve .eleven#navigation, .container-twelve .eleven.home-post, .container-twelve .eleven.image-response, .container-twelve .detail-post .eleven.title, .detail-post .container-twelve .eleven.title, .container-twelve .detail-post .eleven.entry-content, .detail-post .container-twelve .eleven.entry-content, .container-twelve .eleven#comments, .container-twelve .eleven.commentlist, .container-twelve .eleven#show-comments-form-link, .container-twelve .eleven#show-image-response-form-link, .container-twelve .eleven#subscribe-to-rss, .container-twelve .eleven.respond-form, .container-twelve .eleven.page, .container-twelve .page-bigimage .entry-content h2.eleven, .page-bigimage .entry-content .container-twelve h2.eleven, .container-twelve .page-bigimage-under .entry-content h2.eleven, .page-bigimage-under .entry-content .container-twelve h2.eleven, .container-twelve .page-bigimage .entry-content .text .eleven.text_content, .page-bigimage .entry-content .text .container-twelve .eleven.text_content, .container-twelve .page-bigimage-under .entry-content .text .eleven.text_content, .page-bigimage-under .entry-content .text .container-twelve .eleven.text_content, .container-twelve .page-bigimage .entry-content .text ul.eleven, .page-bigimage .entry-content .text .container-twelve ul.eleven, .container-twelve .page-bigimage-under .entry-content .text ul.eleven, .page-bigimage-under .entry-content .text .container-twelve ul.eleven, .container-twelve .wppa-container .thumbnail-area .eleven.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .eleven.thumbnail-frame, .container-twelve .wppa-container .eleven.album, .wppa-container .container-twelve .eleven.album {
  width: 860px;
}

/* line 41, ../scss/_skeleton.scss */
.container-twelve .twelve.columns, .container-twelve #container, .container-twelve .twelve#logo, .container-twelve .twelve#navigation, .container-twelve .twelve.home-post, .container-twelve .twelve.image-response, .container-twelve .detail-post .twelve.title, .detail-post .container-twelve .twelve.title, .container-twelve .detail-post .twelve.entry-content, .detail-post .container-twelve .twelve.entry-content, .container-twelve #comments, .container-twelve .twelve.commentlist, .container-twelve .twelve#show-comments-form-link, .container-twelve .twelve#show-image-response-form-link, .container-twelve .twelve#subscribe-to-rss, .container-twelve .twelve.respond-form, .container-twelve .page, .container-twelve .page-bigimage .entry-content h2, .page-bigimage .entry-content .container-twelve h2, .container-twelve .page-bigimage-under .entry-content h2, .page-bigimage-under .entry-content .container-twelve h2, .container-twelve .page-bigimage .entry-content .text .twelve.text_content, .page-bigimage .entry-content .text .container-twelve .twelve.text_content, .container-twelve .page-bigimage-under .entry-content .text .twelve.text_content, .page-bigimage-under .entry-content .text .container-twelve .twelve.text_content, .container-twelve .page-bigimage .entry-content .text ul.twelve, .page-bigimage .entry-content .text .container-twelve ul.twelve, .container-twelve .page-bigimage-under .entry-content .text ul.twelve, .page-bigimage-under .entry-content .text .container-twelve ul.twelve, .container-twelve .wppa-container .thumbnail-area .twelve.thumbnail-frame, .wppa-container .thumbnail-area .container-twelve .twelve.thumbnail-frame, .container-twelve .wppa-container .twelve.album, .wppa-container .container-twelve .twelve.album {
  width: 940px;
}

/* Offsets */
/* line 44, ../scss/_skeleton.scss */
.container-twelve .offset-by-one, .container-twelve #show-comments-form-link, .container-twelve #show-image-response-form-link, .container-twelve #subscribe-to-rss, .container-twelve .page-bigimage .entry-content .text ul, .page-bigimage .entry-content .text .container-twelve ul, .container-twelve .page-bigimage-under .entry-content .text ul, .page-bigimage-under .entry-content .text .container-twelve ul {
  margin-left: 80px;
}

/* line 45, ../scss/_skeleton.scss */
.container-twelve .offset-by-two {
  margin-left: 160px;
}

/* line 46, ../scss/_skeleton.scss */
.container-twelve .offset-by-three {
  margin-left: 240px;
}

/* line 47, ../scss/_skeleton.scss */
.container-twelve .offset-by-four {
  margin-left: 320px;
}

/* line 48, ../scss/_skeleton.scss */
.container-twelve .offset-by-five {
  margin-left: 400px;
}

/* line 49, ../scss/_skeleton.scss */
.container-twelve .offset-by-six {
  margin-left: 480px;
}

/* line 50, ../scss/_skeleton.scss */
.container-twelve .offset-by-seven {
  margin-left: 560px;
}

/* line 51, ../scss/_skeleton.scss */
.container-twelve .offset-by-eight {
  margin-left: 640px;
}

/* line 52, ../scss/_skeleton.scss */
.container-twelve .offset-by-nine {
  margin-left: 720px;
}

/* line 53, ../scss/_skeleton.scss */
.container-twelve .offset-by-ten {
  margin-left: 800px;
}

/* line 54, ../scss/_skeleton.scss */
.container-twelve .offset-by-eleven {
  margin-left: 880px;
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* line 61, ../scss/_skeleton.scss */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
/* line 68, ../scss/_skeleton.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 76, ../scss/_skeleton.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 79, ../scss/_skeleton.scss */
.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
/* line 83, ../scss/_skeleton.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 10, ../scss/_formalize.scss */
.input_tiny {
  width: 50px;
}

/* line 14, ../scss/_formalize.scss */
.input_small {
  width: 100px;
}

/* line 18, ../scss/_formalize.scss */
.input_medium {
  width: 150px;
}

/* line 22, ../scss/_formalize.scss */
.input_large {
  width: 200px;
}

/* line 26, ../scss/_formalize.scss */
.input_xlarge {
  width: 250px;
}

/* line 30, ../scss/_formalize.scss */
.input_xxlarge {
  width: 300px;
}

/* line 34, ../scss/_formalize.scss */
.input_full {
  width: 100%;
}

/* line 41, ../scss/_formalize.scss */
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* line 49, ../scss/_formalize.scss */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 60, ../scss/_formalize.scss */
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 64, ../scss/_formalize.scss */
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

/* line 75, ../scss/_formalize.scss */
input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 84, ../scss/_formalize.scss */
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('../images/button.png?1360851760') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px / 1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
/* line 106, ../scss/_formalize.scss */
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  text-decoration: none;
}
/* line 110, ../scss/_formalize.scss */
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: -moz-linear-gradient(#dddddd, #eeeeee);
  background-image: -o-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
/* line 120, ../scss/_formalize.scss */
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 126, ../scss/_formalize.scss */
a.button {
  *padding-bottom: 3px;
}

/* line 131, ../scss/_formalize.scss */
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 151, ../scss/_formalize.scss */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
/* line 174, ../scss/_formalize.scss */
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

/* line 185, ../scss/_formalize.scss */
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

/* line 199, ../scss/_formalize.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

/* line 204, ../scss/_formalize.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

/* line 209, ../scss/_formalize.scss */
input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

/* line 215, ../scss/_formalize.scss */
textarea,
select[size],
select[multiple] {
  height: auto;
}

/* line 222, ../scss/_formalize.scss */
select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 232, ../scss/_formalize.scss */
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  /* line 238, ../scss/_formalize.scss */
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* line 245, ../scss/_formalize.scss */
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  /* line 259, ../scss/_formalize.scss */
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
/* line 267, ../scss/_formalize.scss */
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

/* line 274, ../scss/_formalize.scss */
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
/* line 282, ../scss/_formalize.scss */
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 313, ../scss/_formalize.scss */
.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1360851760') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px / 1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

/* line 327, ../scss/_formalize.scss */
* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

/* line 333, ../scss/_formalize.scss */
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 340, ../scss/_formalize.scss */
.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

/* line 351, ../scss/_formalize.scss */
* html select {
  margin-top: 1px;
}

/* line 357, ../scss/_formalize.scss */
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

/* line 361, ../scss/_formalize.scss */
.ie6_input_disabled {
  background: #eeeeee;
}

/* Styles for ArtForSoul */
/* line 20, ../scss/style.scss */
html, body {
  height: 100%;
}

/* line 22, ../scss/style.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  font-weight: 300;
  word-break: keep-all !important;
  word-wrap: normal !important;
}
/* line 28, ../scss/style.scss */
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 300;
  color: #212121;
  text-transform: lowercase;
}
/* line 29, ../scss/style.scss */
body h2 {
  font-size: 2em;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
/* line 30, ../scss/style.scss */
body h3 {
  font-size: 1.5em;
  letter-spacing: 0.15em;
}
/* line 31, ../scss/style.scss */
body h4 {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #212121;
}
/* line 32, ../scss/style.scss */
body h5 {
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #212121;
}
/* line 33, ../scss/style.scss */
body p {
  color: #888888;
  letter-spacing: 0.15em;
  line-height: 1.2em;
  text-align: justify;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
/* line 41, ../scss/style.scss */
body a {
  color: #212121;
  color: #212121;
}
/* line 42, ../scss/style.scss */
body .bold {
  font-weight: bold;
}

/* line 45, ../scss/style.scss */
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -69px;
  padding-bottom: 80px;
}

/* line 59, ../scss/style.scss */
.header {
  padding: 50px 0 95px 0;
  position: relative;
  z-index: 1000;
}

/* line 65, ../scss/style.scss */
#logo {
  margin: 0;
}
/* line 70, ../scss/style.scss */
#logo a {
  color: #212121;
  font-size: 2.3em;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.18em;
}
/* line 76, ../scss/style.scss */
#logo a .white {
  color: #eee;
}
/* line 77, ../scss/style.scss */
#logo a .gray {
  color: #888888;
}

/* line 81, ../scss/style.scss */
#navigation {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
}
/* line 87, ../scss/style.scss */
#navigation ul {
  float: right;
}
/* line 88, ../scss/style.scss */
#navigation li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../../../../../../.rvm/gems/ruby-1.9.3-p429@xeer/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#navigation li:first-child, #navigation li.first {
  padding-left: 0;
}
/* line 49, ../../../../../../../../../.rvm/gems/ruby-1.9.3-p429@xeer/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#navigation li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../../../../../.rvm/gems/ruby-1.9.3-p429@xeer/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#navigation li.last {
  padding-right: 0;
}
/* line 89, ../scss/style.scss */
#navigation li + li:before {
  content: " | ";
  color: #888888;
  padding: 2px 8px;
}
/* line 94, ../scss/style.scss */
#navigation a {
  text-decoration: none;
  color: #888888;
  font-weight: 300;
  letter-spacing: 0.25em;
  font-size: 0.9em;
}
/* line 100, ../scss/style.scss */
#navigation a:hover {
  color: #212121;
}

/* line 104, ../scss/style.scss */
.gray {
  color: #888888;
}

/*HOME*/
/* line 108, ../scss/style.scss */
#website-instruction {
  text-align: center;
  margin-bottom: 30px;
  color: #888888;
  padding: 0 45px;
  text-align: justify;
}

/* line 116, ../scss/style.scss */
#website-welcome {
  margin-bottom: 40px;
}
/* line 117, ../scss/style.scss */
#website-welcome p {
  text-align: center;
}
/* line 118, ../scss/style.scss */
#website-welcome .heading {
  font-size: 1.8em;
  color: #212121;
}
/* line 119, ../scss/style.scss */
#website-welcome .welcome {
  /*padding:0 35px;*/
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 1.2em;
}

/* line 123, ../scss/style.scss */
.home-post, .image-response {
  margin-bottom: 20px;
}
/* line 127, ../scss/style.scss */
.home-post a, .image-response a {
  text-decoration: none;
}
/* line 128, ../scss/style.scss */
.home-post .info, .image-response .info {
  display: none;
  position: absolute;
  width: 460px;
  height: 340px;
  text-align: center;
  color: #333333;
}
/* line 136, ../scss/style.scss */
.home-post .info .text, .image-response .info .text {
  position: relative;
  width: 270px;
  margin: 120px 0 0 95px;
}
/* line 140, ../scss/style.scss */
.home-post .info .text .h2, .image-response .info .text .h2 {
  color: #333333;
  font-size: 2em;
  letter-spacing: 0.15em;
}
/* line 141, ../scss/style.scss */
.home-post .info .text p, .image-response .info .text p {
  letter-spacing: 0.15em;
  color: #333333;
  text-align: center;
}
/* line 144, ../scss/style.scss */
.home-post .info .circle, .image-response .info .circle {
  position: absolute;
  height: 340px;
  width: 340px;
  margin-left: 60px;
  background: url("../images/circle_340.png") no-repeat;
}
/* line 152, ../scss/style.scss */
.home-post:hover, .image-response:hover {
  cursor: pointer;
}

/* line 156, ../scss/style.scss */
.detail-post .image {
  width: 960px;
}
/* line 157, ../scss/style.scss */
.detail-post .title {
  color: #414141;
  font-size: 2.3em;
  letter-spacing: 0.15em;
  margin-top: 80px;
}
/* line 166, ../scss/style.scss */
.detail-post .entry-content {
  margin-top: 20px;
}
/* line 171, ../scss/style.scss */
.detail-post .entry-content ul li {
  margin: 0 0 10px 20px;
  list-style-type: circle;
  color: #888888;
  letter-spacing: 0.15em;
  line-height: 1.2em;
}

/* line 181, ../scss/style.scss */
.image-responses {
  margin-top: 30px;
}

/* line 185, ../scss/style.scss */
#comments {
  margin-top: 40px;
}
/* line 190, ../scss/style.scss */
#comments span {
  font-weight: bold;
}

/* line 200, ../scss/style.scss */
#show-comments-form-link, #show-image-response-form-link, #subscribe-to-rss {
  margin-left: 90px !important;
  display: block;
  background: #ececec;
  color: #888888;
  padding: 10px;
  font-size: 1.8em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
}

/* line 215, ../scss/style.scss */
#comment-image-wrapper {
  display: none;
}

/* line 219, ../scss/style.scss */
#comment-approval-message {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  border-top: 0;
  background: green;
  padding: 10px;
  height: 40px;
  text-align: center;
  color: #fff;
}
/* line 231, ../scss/style.scss */
#comment-approval-message a {
  color: #fff !important;
}

/* line 234, ../scss/style.scss */
.comment {
  border-top: solid 1px #888888;
  padding: 20px 0 0 20px;
}
/* line 238, ../scss/style.scss */
.comment .comment-author a {
  text-decoration: none;
  font-weight: 300;
  color: #888888;
  font-style: normal;
  font-size: 0.8em;
}
/* line 239, ../scss/style.scss */
.comment .comment-author .fn {
  color: #212121 !important;
  font-weight: 300;
  color: #888888;
  font-style: normal;
}
/* line 244, ../scss/style.scss */
.comment .comment-author .fn a {
  color: #212121;
  font-size: 1em;
}
/* line 247, ../scss/style.scss */
.comment p {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
/* line 248, ../scss/style.scss */
.comment .comment-reply-link {
  font-size: 0.8em;
  display: block;
  margin-bottom: 20px;
}

/* line 252, ../scss/style.scss */
.bypostauthor .fn a {
  font-weight: bold;
}

/* line 257, ../scss/style.scss */
.commentlist .alert p, .commentlist .info p {
  color: green;
  font-weight: bold;
}

/* line 261, ../scss/style.scss */
.depth-2 {
  padding-left: 20px;
}

/* line 262, ../scss/style.scss */
.depth-3 {
  padding-left: 20px;
}

/* line 263, ../scss/style.scss */
.depth-4 {
  padding-left: 20px;
}

/* line 264, ../scss/style.scss */
.depth-5 {
  padding-left: 20px;
}

/* line 268, ../scss/style.scss */
.respond-form {
  margin-top: 10px;
}
/* line 273, ../scss/style.scss */
.respond-form h3 {
  margin-top: 0;
}
/* line 274, ../scss/style.scss */
.respond-form #author {
  margin-bottom: 10px;
}
/* line 277, ../scss/style.scss */
.respond-form #author, .respond-form #email {
  height: 35px;
  font-size: 1em !important;
  width: 460px !important;
  color: #414141 !important;
}
/* line 283, ../scss/style.scss */
.respond-form #comment {
  height: 70px;
  font-size: 1em;
  color: #414141;
}
/* line 284, ../scss/style.scss */
.respond-form #submit {
  width: 300px;
  height: 35px;
  font-size: 1em;
}
/* line 285, ../scss/style.scss */
.respond-form small, .respond-form .maxlength-feedback, .respond-form #comment-image-wrapper {
  font-size: 0.8em;
  color: #212121;
  letter-spacing: 0.2em;
}

/* line 288, ../scss/style.scss */
.reply-form {
  margin: 40px 0 20px 0;
}

/* line 292, ../scss/style.scss */
.nocomments {
  height: 300px;
}

/* line 297, ../scss/style.scss */
#comment-image-wrapper label {
  margin-bottom: 10px;
}

/* line 300, ../scss/style.scss */
#close-response-form-container {
  float: right;
  margin: 8px 90px 0 0;
}

/* PAGE */
/* BIGIMAGE PAGE*/
/* line 318, ../scss/style.scss */
.page-bigimage .entry-content, .page-bigimage-under .entry-content {
  position: relative;
}
/* line 320, ../scss/style.scss */
.page-bigimage .entry-content h2, .page-bigimage-under .entry-content h2 {
  font-size: 2.3em;
  letter-spacing: 0.15em;
  color: white;
  margin-bottom: 90px;
  text-shadow: 3px 3px 1px black;
}
/* line 330, ../scss/style.scss */
.page-bigimage .entry-content h3, .page-bigimage-under .entry-content h3 {
  margin-left: 10px;
}
/* line 341, ../scss/style.scss */
.page-bigimage .entry-content .text ul li, .page-bigimage-under .entry-content .text ul li {
  margin-bottom: 30px;
  list-style-type: circle;
  text-align: justify;
  width: 310px !important;
}

/* line 347, ../scss/style.scss */
.big-image {
  position: absolute;
  margin-left: -30px;
}

/* line 348, ../scss/style.scss */
.big-image-tablet {
  position: absolute;
}

/* line 351, ../scss/style.scss */
.page-bigimage .big-image, .page-bigimage .big-image-tablet {
  top: 0px;
}
/* line 352, ../scss/style.scss */
.page-bigimage .entry-content {
  margin-top: 430px;
}

/* line 356, ../scss/style.scss */
.page-bigimage-under .big-image, .page-bigimage-under .big-image-tablet {
  top: 140px;
}
/* line 357, ../scss/style.scss */
.page-bigimage-under .entry-content {
  margin-top: 570px;
}
/* line 358, ../scss/style.scss */
.page-bigimage-under .entry-content-tablet {
  margin-top: 520px !important;
}
/* line 359, ../scss/style.scss */
.page-bigimage-under .page-title {
  text-transform: none;
}

/* line 362, ../scss/style.scss */
.content-copyright {
  text-align: center;
  font-size: 0.7em;
  margin-bottom: 40px;
}
/* line 366, ../scss/style.scss */
.content-copyright p {
  text-align: center;
}

/* line 369, ../scss/style.scss */
.emphasisze-navigation {
  color: #fff !important;
  text-shadow: 1px 1px 1px black;
}

/*CONTACT*/
/* line 380, ../scss/style.scss */
#wpcf7-f32-p10-o1 {
  margin: 50px 0 0 240px;
}

/* line 385, ../scss/style.scss */
.wpcf7 p {
  color: #414141;
}

/* line 388, ../scss/style.scss */
.wpcf7-text, .wpcf7-submit {
  height: 40px !important;
}

/* line 392, ../scss/style.scss */
.wpcf7-textarea, .wpcf7-text, .wpcf7-submit {
  font-size: 1em !important;
  width: 460px !important;
  color: #414141 !important;
}

/* PLACEHOLDER */
/* line 400, ../scss/style.scss */
.placeholder {
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
}

/* line 405, ../scss/style.scss */
::-webkit-input-placeholder {
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
}

/* line 410, ../scss/style.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
}

/* line 415, ../scss/style.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
}

/* line 420, ../scss/style.scss */
:-ms-input-placeholder {
  font-weight: 300 !important;
  letter-spacing: 0.15em !important;
}

/*GALLERY*/
/* line 428, ../scss/style.scss */
.wppa-container .thumbnail-area {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 431, ../scss/style.scss */
.wppa-container .thumbnail-area .thumbnail-frame {
  margin: 0 20px 20px 0 !important;
}
/* line 440, ../scss/style.scss */
.wppa-container .album {
  margin: 0 20px 20px 0 !important;
  padding: 0 !important;
  width: 300px !important;
  height: 235px !important;
  float: left !important;
}
/* line 448, ../scss/style.scss */
.wppa-container .album h2 a {
  width: 300px;
  text-align: center;
  position: absolute;
  margin-top: 212px;
  font-size: 0.5em;
  color: #414141;
  font-weight: 300 !important;
  text-decoration: none;
}
/* line 458, ../scss/style.scss */
.wppa-container .album .coverphoto-frame {
  width: 300px !important;
  margin: 0 20px 0 0 0 !important !important;
}
/* line 461, ../scss/style.scss */
.wppa-container .album .coverphoto-frame a {
  float: left;
  margin: .5em 10px .5em 0;
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 200px;
}
/* line 469, ../scss/style.scss */
.wppa-container .album .coverphoto-frame .image {
  padding: 0 !important;
  border-radius: 0 !important;
  position: absolute;
}
/* line 477, ../scss/style.scss */
.wppa-container #wppa-albdesc-1 {
  color: #888888;
  letter-spacing: 0.15em;
  line-height: 1.2em;
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* line 489, ../scss/style.scss */
#gallery-into-text, .wppa-nav {
  display: none;
}

/* line 490, ../scss/style.scss */
#gallery-into-text {
  margin-bottom: 40px;
}

/* line 492, ../scss/style.scss */
.thumbnail-area {
  width: 960px !important;
}

/* line 494, ../scss/style.scss */
#wppa-bc-1 {
  margin: 0 0 20px -5px !important;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.3em;
}
/* line 499, ../scss/style.scss */
#wppa-bc-1 a {
  color: #888888;
  text-decoration: none;
}
/* line 499, ../scss/style.scss */
#wppa-bc-1 a:hover {
  color: #212121;
}

/* line 502, ../scss/style.scss */
#wppa-overlay-img, #wppa-overlay-ic {
  width: auto !important;
}

/*FOOTER*/
/* line 506, ../scss/style.scss */
#footer {
  height: 69px;
  width: 100%;
}

/* line 511, ../scss/style.scss */
#pre-footer {
  margin-top: 40px;
  padding-left: 55px;
  text-align: center;
  color: #888888;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 0.95em;
  margin-bottom: 40px;
}
/* line 519, ../scss/style.scss */
#pre-footer .spacer {
  padding-left: 50px;
}
/* line 520, ../scss/style.scss */
#pre-footer img {
  position: absolute;
  margin-left: 10px;
}

/* line 527, ../scss/style.scss */
.footer {
  background: #414141;
}
/* line 529, ../scss/style.scss */
.footer #inner-footer {
  padding: 8px 0;
  color: #616161;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
/* line 534, ../scss/style.scss */
.footer #inner-footer a {
  color: #616161;
  text-decoration: none;
}
/* line 534, ../scss/style.scss */
.footer #inner-footer a:hover {
  color: white;
}

/* line 540, ../scss/style.scss */
.sociable li {
  margin: 10px 10px 10px 0px !important;
}
/* line 541, ../scss/style.scss */
.sociable ul li {
  padding: 0 3px 0 0 !important;
}

/* line 545, ../scss/style.scss */
#wppa-overlay-bg {
  height: 100% !important;
}

/*
PRINT STYLESHEET
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
