/* @override
	http://geometron.net/css/lifeisgood.css */
/* ---LAYOUT--- */
html, body {
	margin: 0;
	padding: 0;
}
html {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#wrap, #footer {
	width: 668px;
	margin: 0 auto;
	padding: 0 12px;
}
#header {
	position: relative;
	margin-bottom: 1em;
}
#title {
	margin: 0;
	margin-left: 168px;
}
#nav {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
#nav ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav:hover {
	cursor: pointer;
}
#nav:hover ul {
	display: block;
}
.post {
	margin-bottom: 1em;
}
.columns {
	font-size: 0;
	line-height: 0;
}
.aside {
	vertical-align: top;
	width: 164px;
	margin-right: 4px;
}
.aside .nav a {
	display: block;
}
.feature, .meta {
	width: 500px;
}
.feature {
	margin-bottom: 2em;
}
.meta {
	margin-top: -2em;
	margin-left: 168px;
}
.aside a .source {
	display: inline;
}
.feature.photo img {
	width: 500px;
	height: auto;
}
.feature.photo a {
	display: block;
	line-height: 0;
}
.feature.text blockquote img {
	margin-left: -40px;
	margin-right: -40px;
}
.caption {
}
.caption p, #caption p {
	margin: 0;
}
.notes {
	margin-top: 0;
}
#footer {
	position: relative;
}
#pagination {
	text-align: right;
	position: absolute;
	bottom: 14px;
	right: 12px;
	width: 500px;
	margin: 0 !important;
}
#pagination .button {
	width: 164px;
	margin: 0 4px 0 0;
}
#pagination #nextPageButton {
	margin-right: 0;
}
#thumbNav {
	position: fixed;
	bottom: 14px;
}
#thumbNav .button {
	width: 80px;
	padding-top: 1px;
	position: relative;
}
#thumbNav .button .key {
	font-size: .75em;
	line-height: 1em;
	position: absolute;
	right: 16px;
	top: 6px;
}
#thumbNav .button:hover .key {
	display: block;
}
#stopButton {
	display: block;
	width: 164px !important;
}
#timer {
	width: 164px;
	height: 1px;
	position: absolute;
	top: 0;
}
/* init hide */
.caption, .aside .source, #notes, #captionEllipses, #thumbNav .key, #nextButton .label, #prevButton .label, #stopButton {
	display: none;
}
/* set inline-block */
#nav .symbol, .columns .aside, .columns .feature, .columns .meta, #pagination .button, #thumbNav .button, .feature form.search {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
/* sticky #footer */
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
#push, #footer {
	height: 50px;
}
/* --- STYLES --- */
.sky {
	background: #3A7CD6;
}
.mountaindew {
	background: #fdff6b;
}
.concrete {
	background: #ccc;
}
.steam {
	background: #f0f0f0;
}
body, .aside, .feature, .meta {
	color: #a1a1a1;
	background-color: #fff;
	font: 14px/21px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
body.slideshow, .slideshow .aside, .slideshow .feature, .slideshow .meta {
	color: #3a3a3a;
	background-color: #000;
}
#title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h1, h2, h3 {
	margin-top: 0;
}
h2 {
	font-size: 2em;
	line-height: 1em;
}
p {
	margin: 0 0 1em;
}
a, a:link, a:visited, .toggle {
	color: #3A7CD6;
	text-decoration: none;
}
a:hover, a:active, .toggle:hover {
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0px;
}
.button, a.button, .button.norm:hover {
	color: #a1a1a1;
	text-align: center;
	font-size: 1.25em;
	line-height: 2em;
	background: #f0f0f0;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 2px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.button:hover, .button:hover, .button.hover, #stopButton,
.aside .nav a:hover, .toggle:hover {
	color: #3A7CD6;
	background: #fdff6b;
	text-decoration: none;
	cursor: pointer;
}
#footer .button .symbol {
	font-size: 1.5em;
	line-height: .5em;
}
.crunch .toggle {
	margin-right: 1em;
	padding: 2px 1px;
}
.crunch .caption * {
	margin: 0 1px 0 0 !important;
	background: transparent !important;
}
.crunch p {
	float: left;
}
#header {
	background: #3A7CD6;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#title, #nav .symbol {
	font-size: 42px;
	line-height: 1.5em;
	white-space: nowrap;
}
#title a, #title a:link, #title a:visited {
	color: #fff;
	text-decoration: none;
}
#title a:hover, #title a:active {
	color: #fdff6b;
	text-decoration: none;
}
#nav .symbol {
	color: #fff;
	padding: 0 16px;
}
#nav:hover .symbol {
	color: #3A7CD6;
	background: #fdff6b;
}
#nav ul {
	background: #fdff6b;
	padding: .5em 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#nav li {
	text-align: left;
}
#nav li a, #nav li a:link, #nav li a:visited, #nav li span {
	font-size: inherit;
	color: inherit;
	display: block;
	padding: 2px 12px;
	font-weight: bold;
}
#nav li a:hover, #nav li a:active, #nav li span:hover {
	color: #3A7CD6;
	font-weight: bold;
	text-decoration: none;
}
form.search {
	padding: .25em .5em;
	vertical-align: top;
}
form.search input {
	border: none;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: baseline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.search input[type=text] {
	padding: 0 4px;
	width: 100px;
	color: #ccc;
}
form.search input[type=text]:focus {
	color: black;
	outline: none;
	-webkit-box-shadow: inset 0 0 5px #ccc;
	-moz-box-shadow: inset 0 0 5px #ccc;
	-ms-box-shadow: inset 0 0 5px #ccc;
	-o-box-shadow: inset 0 0 5px #ccc;
	box-shadow: inset 0 0 5px #ccc;
}
form.search input[type=submit] {
	margin-left: 2px;
	padding: 0 8px;
	color: #fff;
	background: #3A7CD6;
}
form input[type=submit]:hover {
	cursor: pointer;
	color: #fdff6b;
}
.feature form.search {
	padding: 0;
}
.feature form.search input[type=text] {
	border: 2px solid #ccc;
}
#stopButton {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#stopButton .symbol {
/*	font-size: 1.4em;
	line-height: 1em;*/
}
#timer {
	background: #3A7CD6;
}
.pagination .post {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-webkit-transition: opacity 333ms ease;
	-moz-transition: opacity 333ms ease;
	-o-transition: opacity 333ms ease;
	transition: opacity 333ms ease;
}
.pagination .post.focus, .pagination .post:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.columns {
	border-top: 1px solid #ccc;
}
.columns .aside .button {
	text-align: left;
	padding-left: .75em;
}
.feature.photo {
	background: #f0f0f0;
}

.quote h2 {
	font-size: 3em;
	line-height: 1em;
	letter-spacing: -1px;
	margin: 0;
}
.quote .source {
	font-weight: normal;
	font-size: .66em;
	margin: 0;
}
.post .quote .source:before {
	content: "—";
}

.chat ul {
	list-style-type: none;
	border-left: solid 5px #bbb;
	margin: 0;
	padding: 0;
}
.chat ul li {
	color: #444;
	padding-left: 4px;
}
.chat .label {
	font-weight: bold;
}
.chat .user_1 span {
	color: #3A7CD6;
}
.chat .user_2 span {
	color: #00c899;
}
.chat .user_3 {
	color: #cb49e4;
}
.chat .odd {
	background-color: #f4f4f4;
}
.chat .even {
	background-color: #e8e8e8;
}
.post .audio .player {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	background: #e4e4e4;
}
/* no script */
.noscript #thumbNav, .noscript .ellipses {
	display: none;
}
.noscript .pagination .post {
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
.noscript .caption {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.noscript #notes {
	display: block;
}
.noscript .toggle, .noscript .toggle:hover {
	color: inherit;
	background: inherit;
	text-decoration: none;
}
/* freezeframe */
.freezeframe-container {
	margin: 0;
}
/* --- TARGETS --- */
/*@media (min-width: 1200px) {
#header {
	position: fixed;
	top: 50%;
	right: 50%;
	margin: -32px -586px 0 0;
	height: 64px;
	width: 332px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.permalink #header,
.permalink #thumbNav {
	top: 14px;
	margin-top: 0;
}
#nav .symbol {
	height: 64px;
}
#title {
	margin-left: 58px;
}
#wrap, #footer {
	padding-left: 0;
	padding-right: 168px;
}
#thumbNav {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 64px;
	margin-top: -32px;
	margin-left: -586px;
}
#thumbNav .button {
	margin-top: 0;
	height: 64px;
}
#thumbNav .button .symbol {
	font-size: 42px;
	line-height: 62px;
}
#pagination {
	top: 0;
	right: 168px;
	height: 64px;
}
#pagination .button {
	height: 64px;
	font-size: 22px;
	line-height: 64px;
}
#posts {
	margin-top: 1em;
}
/* sticky #footer *!/
#wrap {
	margin: 0 auto -90px;
}
#push, #footer {
	height: 90px;
}
}*/
@media (max-width: 767px) {
#wrap, #footer {
	width: 500px;
}
.aside {
	width: 100%;
	margin-right: 0;
}
.pagination .nav {
	margin-bottom: 0;
}
.post {
}
.feature {
	border-bottom: 1px solid #fdff6b;
}
.tags, .pagination .date, .pagination .source, .pagination .meta, .permalink .nav, .button.bonus, #pagination .label, .aside {
	display: none !important;
}
.aside, .meta, .feature, #nav li, .button, a.button, .button.norm:hover {
	font-size: 16px;
	line-height: 1.5em;
}
#title {
	margin-left: 45px;
	text-align: center;
}
#nav li {
	line-height: 1.5em;
}
.button, a.button, .button.norm:hover {
	line-height: 3em;
}
.button {
	color: #3A7CD6;
	background: rgba(240, 240, 240, 0.85);
}
.button, a.button, .button.norm:hover {
	color: #fff;
	background: #3A7CD6;
}
#wrap {
	margin: 0 auto -100px;
}
#push, #footer {
	height: 100px;
}
#thumbNav {
	position: fixed;
	bottom: 14px;
}
#thumbNav .button {
	width: 166px;
}
#pagination .button {
	width: 78px;
}
}
