a:link,
.meta dl a:visited { 
	text-decoration: none; 
	color: #2F2C7D
/*	color: rgba(51%,14%,6%,0.9); */
}

a:hover {
	color: rgba(78%,6%,3%,1);
	text-decoration: underline;
}

a:visited {
	color: #571655;
/*	color: rgba(21%,21%,6%,0.8);*/
}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted rgba(0,0,0,0.6);
}

ins {
	text-decoration: none;
	color: rgba(0,0,0,1);
}

del {
	color: rgba(0,0,0,0.5);
}

.info, abbr, acronym {	
	cursor: help;
}

.info:hover, abbr:hover, acronym:hover {
	border-color: rgba(78%,6%,3%,0.8)
}


#content>article,
#content>section.list {
	font-family: "calluna-1","calluna-2",Georgia, serif;
}

body>header,
footer h1,
footer h2,
article h1, article h2, article h3, article h4 {
	font-family: "metallophile-sp8-1","metallophile-sp8-2",Futura,"Century Gothic",sans-serif;
}

article h1 *, article h2 *, article h3 *, article h4 * {
	font-size: 1em;
}

.kicker,
footer.meta,
#copyright {
	font-family: Futura,"Century Gothic",sans-serif;
}

kbd, 
var, 
code { 
	font-size: 14px;
	font-family: Consolas,Monaco,monospace;
}

code,
article .code { 
	color: rgba(51%,14%,6%,0.9); 
	white-space: pre-wrap;
	margin: 1.5em 0;
	text-indent: 0;
}

article blockquote.code {
	margin: 0;
	color: rgba(0,0,0,0.9);
}

article span.label+br {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="url"] {
	font-family: "john-doe-1","john-doe-2","American Typewriter",monospace;
}

	
body>header {
	position: absolute;
	left: 2.3em;
	top: 2em;
	border: 2px double black;
	border-radius: 5px;
	padding: 2px 5px;
	background:  rgba(245,245,245,1);
}

body>header h1 {
	margin: 0;
	font-size: 30px;
}

body>header h1 a:link,
body>header h1 a:visited {
	color: rgba(51%,14%,6%,0.9);
	text-decoration: none !important;
}

body>header h2 {
	margin-top: -6px;
	padding-left: 1px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: lowercase;
}

body>header nav {
	display: none;
}

.access { position: absolute; top: 0; left: -937em;}

#content>article,
#content>section.list {
	width: 28em;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 auto;
	padding: 2em;
	background-color: rgba(250,250,250,0.6);
	border-radius: 10px;
}

article p {
	margin: 0;
	text-indent: 1.5em;
}

.kicker:before { content: "From "}

.kicker { 
	font-size: 12px;
	text-indent: 0;
}

article header+p, article h3+p, article h4+p, article .display+p, article p.first {
	text-indent: 0;
}
	
article p.first {
	margin-top: 1em;
}
	
article h1, h2, h3, h4 { 
	margin-bottom: 0.2em;
}

footer { 
	color: rgba(0,0,0,0.7);
	padding-bottom: 1em;
}

#loyalty {
	border-top: 3px double rgba(0,0,0,0.8);
	padding-top: 1em;
	opacity: 0.6;
}

footer:hover,
#loyalty:hover {
	opacity: 1;
}

footer.meta {
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	font-size: 12px;
}

footer .kicker {
	display: none;
}

footer h1 {
	font-size: 16px;
	font-weight: normal;
}

footer h2 {
	font-size: 14px;
	font-weight: normal;
}

#copyright {
	font-size: 12px;
	text-align: center;
	padding: 4em 0;
}

#copyright * {
vertical-align: top;
}

#copyright .note {
	display: block;
	margin-top: 1em;
	font-style: italic;
}

.meta dl, footer ol, footer li {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.meta dd {
	margin: 0; 
}

.meta dt {		
	float: left;
	margin-right: 0.5em;
}

.meta dt:after {		
	content: ": ";
}

.timezone {
	display: none;
}

#geekthis, #comment, #loyalty .recommend, #dupe_meta { display: none; }

body { 
	background: rgb(98.8%, 96.9%, 93.7%) url(200-60-3.png); 
	color: rgba(10,12,10,0.8);
}

@media only screen and (min-width: 1400px) {
	#content>article,
	#content>section.list { 
		font-size: 14px;
		width: 96%;
		-webkit-column-width: 14em;
		-webkit-column-gap: 1em;
		column-width: 14em;
		column-gap: 1em;
	}
	
	.tumblr_photo_post img,
	.tumblr_video iframe {
		max-width: 14em;
	}
	
	.tumblr_post .twitter-tweet-rendered {
		display: none;
	}
	
	#content article .kicker, #content>section.list header  { padding-top: 75px; }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	#content>article,
	#content>section.list { 
		width: 40em;
		font-size: 21px;
		line-height: 1.6;
		padding: 2em 8em;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#content>article,
	#content>section.list { 
		font-size: 20px;
		line-height: 1.4;
		padding: 2em 6em;
	}
}

@media only screen and (min-width: 760px) and (max-width: 959px) {
	#content article .kicker { padding-top: 75px; }
}

@media only screen and (min-width: 760px) and (max-width: 870px) {
	#content>section.list header  { padding-top: 75px; }
}

@media only screen and (min-width: 321px) and (max-width: 759px) {
	#content>article,
	#content>section.list { 
		font-size: 16px;
		line-height: 1.3;
		max-width: 65%;
	}

	.tumblr_photo_post img,
	.tumblr_video iframe {
		max-width: 90%;
	}

	.tumblr_post .twitter-tweet-rendered {
		display: none;
	}
	
	#content article .kicker, #content>section.list header  { padding-top: 75px; }

}

@media only screen and (max-width: 320px) {
	#content>article,
	#content>section.list { 
		font-size: 14px;
		line-height: 1.2;
		padding: 1em;
	}
	
	.tumblr_photo_post img,
	.tumblr_video iframe {
		max-width: 90%;
	}

	.tumblr_post .twitter-tweet-rendered {
		display: none;
	}
	
	#content article .kicker { padding-top: 90px; }
}