/*----------------------------------
RESET
----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
    -moz-box-sizing: border-box; /* Needed for Firefox */
    box-sizing: border-box;
}
*:focus {outline: none;}
/* GLOBAL */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #3b3b39;
	counter-reset: pop-faves;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal;
}
div, section, nav, article, aside, header, footer {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
p {
	margin: 1em 0;
}
/* Noprint */
#monitor,
#nav-top-content,
#banner-link span,
#main-nav-content,
.post .category-box,
.post a.read-on,
.post footer,
.post-social-link,
.nav-content,
.nav-pager-bottom,
.zemanta-related,
#comments,
.comments-header,
.comments-content,
#beta,
#shop-feature,
#post-browser,
#footer a {
	display: none;
	visibility: hidden;
}
.title {
	display: block;
	width: 100%;
	padding: 0.5em 1em 1em 1em;
	margin: 0 auto;
	line-height: 1.5em;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	clear: both;
}
.title a {
	color: #282828;
}
#banner {
	width: 80%;
	margin: 0 auto 2em auto;
	padding: 0 0 2em 0;
	text-align: center;
	border-bottom: 1px dashed #dadada;
}
#banner-link {
	font-size: 2.5em;
	color: #282828;
}
/* Content */
#alpha {
	float: none;
	width: 80%;
	margin: 0 auto;
	padding: 1%;
}
.post {
	margin-bottom: 2em;
}
.post img {
	width: auto;
	max-width: 100%;
}
.post time {
	display: block;
	line-height: 1em;
	font-family: 'Cardo', serif;
	font-size: 0.55em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #ff0092;
	clear: both;
}
.post-content {
	width: 80%;
	margin: 0 auto;
	line-height: 1.25em;
	line-height: 1.5em;
	font-size: 0.75em;
	overflow: hidden;
}
.post-content a {
	font-weight: bold;
	color: #333;
}
.post-content a[href^=http]:after {
	content:" (" attr(href) ") ";
	font-size: 75%;
	font-weight: normal;
	color: #aaa !important;
}
.post-content .asset-img-link:after,
.page-content .asset-img-link:after,
.post-content img[src*=webbeak] {
	display: none;
}
.post-excerpt .post-excerpt-thumb {
	float: left;
	width: 48%;
	clear: none;
}
.post-excerpt header,
.post-excerpt .post-content,
.post-excerpt footer {
	display: inline-block;
	float: right;
	width: 48%;
	clear: none;
}
.post-excerpt time {
	font-size: 0.75em;
}
.archive-list {
	position: relative;
	padding: 0 1em;
	overflow: hidden;
}
.archive-list-item {
	position: static;
	display: block;
	float: left;
	padding: 0.5em;
	clear: none;
}
.infinite-item .thumb {
	width: 95%;
	margin: 0.5em auto;
	overflow: hidden;
	clear: both;
}
.infinite-item .thumb img,
.infinite-item .thumb .thumb-title {
	display: block;
	float: left;
	margin: 0 2em 0 0;
	clear: none;
}
.infinite-item .thumb .thumb-title {
	float: right;
	width: 50%;
	font-size: 1.6em;
}
.archive-list-item a {
	display: inline-block;
	font-style: italic;
	white-space: nowrap;
}
/* FOOTER */
footer {
	text-align: center;
}
/* ph=1 */
