/* @override
	http://geometron.net/css/postmastergeneral.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;
}
.feature, .meta {
	width: 500px;
}
.meta {
	margin-left: 168px;
}
#source a span {
	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 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;
	margin-right: 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: 2px;
	position: absolute;
	top: 0;
}
/* init hide */
.caption, #source span, #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 --- */
body {
	color: #606060;
	font: 14px/21px Georgia, 'Times New Roman', Times;
	background-color: #161414;
	background-attachment: fixed;
	background-image: -webkit-gradient(linear, center top, center 180, from(#363333), to(#161414));
	background-image: -moz-linear-gradient(top, #363333, #161414 180px);
	background-image: -ms-linear-gradient(top, #363333 0%, #161414 180px);
	background-image: -o-linear-gradient(top, #363333 0%, #161414 180px);
	background-image: linear-gradient(top, #363333 0%, #161414 180px);
}
.aside, .feature, .meta {
	font: 14px/21px Georgia, 'Times New Roman', Times;
}
h1, h2, h3 {
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-size: 2em;
	line-height: 1em;
}
p {
	margin: 0 0 1em;
}
a, .toggle {
	color: #75a0b9;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}
a:hover, .toggle:hover {
	color: #161414;
	background: #75a0b9;
	cursor: pointer;
}
a img {
	border: 0;
}
.aside a, .aside a.norm:hover, .toggle, .toggle.norm:hover {
	padding: 1px 6px 2px 6px;
	background: transparent url(http://geometron.net/images/blackstripe.gif);
}
.aside a:hover, .aside a.hover, .toggle:hover, .toggle.hover {
	color: #161414;
	background-image: none;
	cursor: pointer;
}
.nav a, .nav a.norm:hover {
	display: block;
	color: #a62411;
	background-color: #a62411;
}
/*.permalink #source a, .permalink #source a.norm:hover {
	color: #75a0b9;
	background-color: #75a0b9;
}*/
.tags a, .tags a.norm:hover {
	color: #88baaa;
	font-style: italic;
	background-color: #88baaa;
}
.toggle, .toggle.norm:hover {
	color: #606060;
	background-color: #606060;
}
.toggle:hover, .toggle.hover {
	background-color: #75a0b9;
}
.button, a.button, .button.norm:hover {
	color: #606060;
	text-align: center;
	font-size: 1.25em;
	line-height: 2em;
	background: #606060 url(http://geometron.net/images/blackstripe.gif);
	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 {
	color: #161414;
	background: #a62411;
	text-decoration: none;
	cursor: pointer;
}
.meta .toggle {
	display: block;
	margin: 0;
}
.feature.photo a, .feature.photo a:hover {
	padding: 0;
	color: black;
	background-color: transparent;
}
#footer .button {
	padding: 0;
}
#pagination .button .symbol {
	font-size: .85em;
}
.crunch #caption blockquote, .crunch #caption p {
	display: inline;
	margin: 0;
	padding: 0 !important;
}
#header {
	background: #a62411 url(http://geometron.net/images/blackstripe.gif);
	-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 a, #title a:link, #title a:visited, #nav .symbol {
	color: #161414;
	font-variant: small-caps;
	font-size: 42px;
	line-height: 1.5em;
	white-space: nowrap;
	text-decoration: none;
}
#title a:hover, #title a:active {
	background-color: transparent;
	color: #a62411;
	text-decoration: none;
}
#nav .symbol {
	padding: 0 16px;
}
#nav:hover .symbol {
	background: #a62411;
}
#nav ul {
	background: #a62411;
	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: #161414;
	display: block;
	padding: 2px 12px;
	font-weight: bold;
}
#nav li a:hover, #nav li a:active, #nav li span:hover {
	color: #75a0b9;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(http://geometron.net/images/blackstripe.gif);
}
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-color: #161414;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#363333), to(#161414));
	background-image: -moz-linear-gradient(top, #363333, #161414 100%);
	background-image: -ms-linear-gradient(top, #363333 0%, #161414 100%);
	background-image: -o-linear-gradient(top, #363333 0%, #161414 100%);
	background-image: linear-gradient(top, #363333 0%, #161414 100%);
}
form input[type=submit]:hover {
	cursor: pointer;
	color: #75a0b9;
}
.feature form.search {
	padding: 0;
}
.feature form.search input {
	border: 2px solid #555;
}
#stopButton {
	background: #75a0b9;
	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:hover {
	background: #75a0b9 url(http://geometron.net/images/blackstripe.gif);
}
#stopButton .symbol {
	font-size: 1.4em;
	line-height: 1em;
}
#timer {
	background: #ccc;
}
#caption, #notes {
	padding-top: .15em;
	padding-bottom: .25em;
}
.pagination .feature {
	position: relative;
}
.pagination .shade {
	background: transparent url(http://geometron.net/images/blackstripe.gif);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 333ms ease;
	-moz-transition: opacity 333ms ease;
	-o-transition: opacity 333ms ease;
	transition: opacity 333ms ease;
}
.pagination .post.focus .shade {
	opacity: 0.05;
	filter: alpha(opacity=05);
}
.pagination .feature:hover .shade {
	background-image: none;
	height: 0;
}
.columns {
	border-top: 1px solid #484748;
}
.pagination .post {
	margin-bottom: 72px;
}
.feature.photo, .feature.photoset, .feature.video, .feature.audio {
	line-height: 0;
}
.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;
}

@media (max-width: 767px) {
#wrap, #footer {
	width: 500px;
}
.aside {
	width: 100%;
	margin-right: 0;
}
.pagination .nav {
	margin-bottom: 0;
}
.post {
	border-top: 1px solid #484748;
	border-bottom: 1px solid #6a1a14;
}
.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;
}
#wrap {
	margin: 0 auto -100px;
}
#push, #footer {
	height: 100px;
}
#thumbNav {
	position: fixed;
	bottom: 14px;
}
#thumbNav .button {
	width: 166px;
}
#pagination .button {
	width: 78px;
}
.aside a, .aside a.norm:hover, .toggle, .toggle.norm:hover,
.button, a.button, .button.norm:hover,
#header,
#nav li a:hover, #nav li a:active, #nav li span:hover,
#stopButton:hover,
.pagination .shade {
	color: black;
	background-image: none !important;
}
}
