/*
Title:     screen.css - Aloe Studios {v3} screen styles.
Author:    andy@aloestudios.com / twitter.com/andyford
Copyright: 2009, Aloe Studios.  All rights reserved. Don't steal.
*/

@import url('diagnostic.css');

/* @group GLOBALS
============================= */

/* @group Globals - Text Resets
============================= */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-size: 62.5%;
	line-height: 1;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	color: rgb(63,43,4);
	background: #fbf9ef url(i/bg-page-02.jpg);
	}

p, ul, ol, dl, table, blockquote {
	margin: 0 0 1.5em;
	line-height: 1.5;
	}

p, li, dt, dd, table { font-size: 1.4em; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote, q { quotes: none; }

strong { font-weight: 700; }
em { font-style: italic; }

ins { text-decoration: none; font-style: italic; color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

sub { font-size: .75em; line-height: 1px; position: relative; bottom: -0.5em; }
sup { font-size: .75em; line-height: 1px; position: relative; top: -0.5em; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'lucida console', monospace; line-height: 1.5; }

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 1em;
	height: 0;
	}

/* graphical HR's
http://borgar.undraland.com/s/2007/01/style-hr-elements/

hr {
	border: none;
	outline: none;
	clear: both;
	margin: 1em 0;
	height: 1.4em;
	background: url(i/hr.png) no-repeat 50% 50%;
	}

* html hr {
	display : list-item;
	list-style : url(i/hr.gif) inside;
	filter : alpha(opacity=0);
	width : 0;
	}
*:first-child+html hr {
	display : list-item;
	list-style : url(i/hr.png) inside;
	filter : alpha(opacity=0);
	width : 0;
	}
*/

a:link { color: inherit; }
a:visited { color: inherit; }
a:hover {}
a:focus {}
a:active { outline: none; }

abbr[title='and'] {
	border: 0;
	font-family: Baskerville, 'Goudy Old Style', 'Palatino', 'Palatino Linotype', 'Book Antiqua', serif;
	font-style: italic;
	}

img#wpstats { display: none; }

/* @end Globals - Text Resets
--------------------- */


/* @group Globals - Headings (H1-H6)
============================= */

h1 {
	position: relative;
	width: 238px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	opacity: .91;
	}
h1 a {
	display: block;
	width: 238px;
	height: 110px;
	text-indent: -9999px;
	background: url(i/id-color.png);
	}
h1 a:hover {
	background-position: 0 100%;
	}


h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	line-height: 1;
	}

h2 {
	font-size: 2.4em;
	}

h3 {
	font-size: 2.8em;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	}

h4 {
	margin: 0;
	font-size: 2.1em;
	font-weight: 400;
	}

h5 {
	margin: 0;
	font-size: 1.8em;
	line-height: 1.167;
	font-weight: 400;
	font-style: italic;
	}

h6 {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 700;
	font-variant: small-caps;
	}

/* @end Globals - Headings (H1-H6)
--------------------- */


/* @group Globals - Lists (UL, OL)
============================= */

ol, ul { margin: 0 1.5em 2.1em 1.5em; }
ol { margin-left: 2.5em; }

/* change bullet style when nesting lists */
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol, ol.alpha { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

/* @end Globals - Lists (UL, OL)
--------------------- */


/* @group Globals - Definition Lists (DL)
============================= */

dt, dd {
	line-height: 1.25;
	}

/* @end Globals - Definition Lists (DL)
--------------------- */


/* @group Globals - Tables
============================= */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption {
	text-align: left;
	font-weight: 700;
	}

th {
	font-weight: 700;
	}

th, td {
	padding: .5em;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	}

td {}

tr:even td { background: #eee; }

tfoot { font-style: italic; }

/* @end Globals - Tables
--------------------- */

/* @end GLOBALS
--------------------- */



/* @group HELPER CLASSES
============================= */

.hide { display: none !important; }

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 1em 0 0; }
img.right { margin: 0 0 0 1em; }
img.center { display: block; margin: 1em auto; }


/* Clearfix ~ http://www.positioniseverything.net/easyclearing.html */
.group:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
* html .group{zoom:1;} *:first-child+html .group{zoom:1;}

/* @end HELPER CLASSES
--------------------- */



/* @group FORMS
============================= */

form ol {
	padding: 0;
	list-style: none;
	}
form ol { display: inline-block; }
form ol:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
* html form ol { zoom: 1; } *:first-child+html form ol { zoom: 1; }
form ol { display: block; }

form ol li {
	width: 100%;
	float: left;
	margin: 0 0 0.8em;
	}

label {}

button,
input,
select,
textarea {
	font-size: 1.2em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	}

input[type=text],
textarea {
	margin: 0;
	padding: 4px 4px 2px;
	border: 1px solid rgba(63,43,4, .55);
	font-style: italic;
	color: rgb(63,43,4);
	background: rgba(255,255,255, .33);
	}

form div.buttons {}

button, input[type=submit] { cursor: pointer; }

button:focus, input[type=submit]:focus {
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	}


/* @group Forms - Responses
============================= */

.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

/* @end Forms - Responses
--------------------- */

/* @end FORMS
--------------------- */



/* @group LAYOUT
============================= */

#page {
	width: 960px;
	margin: 0 auto;
	}

#main {}

#content {
	margin: 0 0 .1em;
	padding: 0 0 5.9em;
	border-bottom: 2px solid rgba(63,43,4, .9);
	}


/* @group Post
============================= */

.post {
	width: 480px;
	margin: 0 auto;
	padding: 4.1em 0 0;
	}

.post h2 {
	margin: 0 0 .286em;
	font-size: 3.5em;
	line-height: 1.2;
	font-weight: 400;
	font-variant: small-caps;
	text-align: center;
	}
.page h2,
.archive h2,
.search h2 {
	color: #567e21;
	}

.post h2 code {
	font-variant: normal;
	}


.post .details {
	position: relative;
	padding: .1em 0;
	border: 1px solid rgba(63,43,4, .09);
	border-width: 1px 0;
	}

.post .meta {
	padding: .6em 10px;
	background: rgba(63,43,4, .035);
	text-align: center;
	color: rgba(63,43,4, .66);
	}

.post .meta a {
	text-decoration: none;
	color: rgba(63,43,4, .66);
	}
.post .meta a:hover {
	text-decoration: underline;
	color: rgba(63,43,4, .9);
	}

.post .publish-date {
	margin: 0;
	font-size: 1.3em;
	font-style: italic;
	}

.post .taxonomy {
	display: inline;
	margin: 0;
	}

.post .taxonomy dt {
	display: inline;
	margin: 0;
	font-size: 1.2em;
	font-weight: 400;
	font-variant: small-caps;
	}
.post .taxonomy dt:after {
	content: ':';
	}
.post .taxonomy dd {
	display: inline;
	margin: 0;
	font-size: 1.3em;
	font-style: italic;
	}
.post .taxonomy dd:after { content: ','; }
.post .taxonomy dd:last-child:after { display: none; }

.post .tags {
	padding-left: 10px;
	}


#overview {
	position: absolute;
	top: -1px;
	left: -240px;
	width: 180px;
	
	display: none;
	}

#overview dl {
	margin: 0 0 1.2em;
	}

#overview dt {
	margin: 0 0 .728em;
	padding: 3px 0 0;
	border: 1px solid rgba(63,43,4, .42);
	border-width: 2px 0 1px;
	font-size: 1.1em;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	}

#post-summary {}

#post-summary dd {
	font-size: 1em;
	}

#post-summary dd p {
	margin: 0 0 1.167em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	line-height: 1.167;
	text-align: justify;
	}
#post-summary dd p:last-child {
	margin-bottom: 0;
	}

#toc {}

#toc dt {
	margin: 0;
	}

#toc dd {
	padding-top: .084em;
	border-bottom: 1px dotted rgba(63,43,4, .28);
	font-size: 1.2em;
	line-height: 1.584;
	}
#toc dd:last-child {
	border-bottom: 2px solid rgba(63,43,4, .42);
	}


.post .entry {
	padding: 1.6em 0 1.2em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	background: url(i/bg-shadow-bot.png) no-repeat 50% 0;
	}

.post .entry p {
	text-align: justify;
	vertical-align: top;
	}

.post .entry a {
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	line-height: 1.429; /* thanks, firefox */
	font-style: italic;
	text-decoration: underline;
	color: rgba(63,43,4, .75);
	}
.post .entry a:hover {
	color: #567e21;
	}

.post .entry img {
	display: block;
	overflow: hidden;
	max-width: 478px;
	height: auto;
	margin: 0 auto;
	border: 1px solid rgba(63,43,4, .3);
	-moz-box-shadow: 0 1px 4px rgba(63,43,4, .2);
	-webkit-box-shadow: 0 1px 4px rgba(63,43,4, .2);
	box-shadow: 0 1px 4px rgba(63,43,4, .2);
	}

.post .entry a:hover img {
	border-color: rgba(63,43,4, .6);
	-moz-box-shadow: 0 1px 4px rgba(63,43,4, .5);
	-webkit-box-shadow: 0 1px 4px rgba(63,43,4, .5);
	box-shadow: 0 1px 4px rgba(63,43,4, .5);
	}

/*.post .entry > p:first-child:first-letter {}*/

/*.post .entry p:first-letter {
	float: left;
	margin: 0 10px 0 0;
	padding: 6px;
	font-size: 80px;
	background: #666;
	line-height: .75 !important;
	border: 3px double;
	font-family: palatino;
	font-style: italic;
	vertical-align: middle;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
	}*/

.post #end {
	margin: -0.5em 0 0;
	padding: 0 0 1.834em;
	font-family: Baskerville;
	font-size: 1.8em;
	line-height: 1.167em;
	font-variant: small-caps;
	text-align: center;
	color: rgba(63,43,4, .5);
	background: url(i/orn-fin.png) no-repeat 50% 100%;
	}
.post #end:before { font-variant: normal; content: '{'; }
.post #end:after { font-variant: normal; content: '}'; }

/*.post .feedback {
	text-align: center;
	}*/

/* @end Post
--------------------- */


#comments {
	width: 480px;
	margin: 0 auto;
	padding: .1em 0 0;
	border-top: 1px solid rgba(63,43,4, .09);
	}

#comments h3 {
	margin: 0 0 .063em;
	font-size: 1.6em;
	line-height: 1.75;
	font-variant: small-caps;
	font-style: normal;
	color: rgba(63,43,4, .66);
	background: rgba(63,43,4, .04);
	text-shadow: 0 -1px 0 rgba(255,255,255, 1);
	}
#comments h3 abbr {
	font-size: 1.5em;
	line-height: .667;
	position: relative;
	top: 3px;
	}

#comments ol {
	margin: 0 0 .1em;
	padding: 2.7em 10px .4em;
	list-style: none;
	border: 1px solid rgba(63,43,4, .09);
	border-width: 1px 0;
	background: url(i/bg-shadow-bot.png) no-repeat 50% 0;
	}

#comments li {
	min-height: 8.4em; /* devnote: check */
	margin: 0 0 3.2em;
	font-size: 1em;
	}

#comments li .meta {
	position: relative;
	margin: 0 0 .358em;
	padding: .072em 100px .143em 60px;
	border-top: 2px solid rgba(63,43,4, .15);
	border-bottom: 1px solid rgba(63,43,4, .15);
	font-style: italic;
	}
#comments li .meta:after {
	content: ' said:';
	}

#comments li .meta .num {
	position: absolute;
	left: 0;
	color: rgba(63,43,4, .47);
	}


#comments li .meta .num a {
	text-decoration: none;
	color: inherit;
	}
#comments li .meta .num a:after {
	content: '.';
	}
#comments li .meta .num a:hover {
	color: rgb(63,43,4);
	}

#comments li .meta .date {
	position: absolute;
	right: 0;
	font-size: .858em;
	line-height: 1.75;
	color: rgba(63,43,4, .47);
	}

#comments li .meta img {
	position: absolute;
	top: 2.572em;
	left: 0;
	padding: 4px;
	background: rgba(255,255,255, .95);
	-moz-box-shadow: 0 1px 4px rgba(63,43,4, .2);
	-webkit-box-shadow: 0 1px 4px rgba(63,43,4, .2);
	box-shadow: 0 1px 4px rgba(63,43,4, .2);
	}

#comments li .meta .author a {
	text-decoration: none;
	}
#comments li .meta .author a:hover {
	text-decoration: underline;
	}

#comments li blockquote {
	margin: 0 0 0 60px;
	text-align: justify;
	}

#comments li blockquote p {}
#comments li blockquote > p:last-child {
	margin-bottom: 0;
	}

#comments li blockquote code {
	display: block;
	overflow: auto;
	padding: 10px;
	font-size: .715em;
	line-height: 1em;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: rgba(63,43,4, .15) #fff;
	background-color: rgba(63,43,4, .05);
	}

#comments li blockquote code + br{
	display: none;
	}

#comments li blockquote blockquote {
	margin: 0 0 2.1em;
	padding: 1em 20px .9em;
	border: 1px dotted rgba(63,43,4, .15);
	border-width: 1px 0;
	font-style: italic;
	}

#comments li blockquote blockquote p:first-child:before {
	float: left;
	margin-left: -10px;
	content: '\201C';
	}
#comments li blockquote blockquote p:last-child:after {
	content: '\201D';
	}

#comments .nocomment {
	text-align: center;
	}


#respond h3:before, #respond h3:after { content: ' ~ '; }

#respond form {
	padding: 3em 9px 0;
	border-top: 1px solid rgba(63,43,4, .09);
	background: url(i/bg-shadow-bot.png) no-repeat 50% 0;
	}

#respond fieldset {
	float: right;
	width: 162px;
	margin: 0 0 1.9em;
	}
#respond fieldset.comment {
	float: left;
	width: auto;
	margin: 0;
	}

#respond label {
	display: block;
	padding: 0 0 0 1px;
	font-size: 1.4em;
	line-height: 1.5em;
	font-variant: small-caps;
	color: rgba(63,43,4, .52);
	}
#respond label:after { content: ':'; }

#respond label.note {
	display: inline;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	font-style: italic;
	font-variant: normal;
	}
#respond label.note:after { display: none; }

#respond .subscribe-to-comments {
	font-size: 1em;
	}

#respond input {
	width: 152px;
	}
#respond input[type=checkbox] {
	width: auto;
	margin-left: 0;
	}
#respond input:focus {
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	}

#respond textarea {
	width: 270px;
	height: 20.8em;
	line-height: 1.75;
	padding: 1px 5px;
	}
#respond textarea:focus {
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	}

#respond .buttons {
	float: right;
	width: 162px;
	margin: -15px 0 0;
	padding: 5px 0 0;
	}

#respond .buttons p {
	margin: 0 0 8px;
	font-size: 11px;
	font-style: italic;
	color: rgba(63, 43, 4, 0.75);
	}

#respond button {
	padding: 1px 2px 0;
	border: 1px solid;
	border-color: rgba(63,43,4, .18) rgba(63,43,4, .3) rgba(63,43,4, .3) rgba(63,43,4, .18);
	outline: none;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-variant: small-caps;
	color: rgba(63,43,4, .75);
	background: rgba(63,43,4, .1);
	}
#respond button:hover,
#respond button:focus {
	border-color: rgba(63,43,4, .3) rgba(63,43,4, .18) rgba(63,43,4, .18) rgba(63,43,4, .3);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .13);
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	}


#sidebar {}

#sidebar #highlights {}
#sidebar #features {}


/* @group Layout - Header
============================= */

#header {
	position: relative;
	height: 200px;
	padding: 1.9em 0 0;
	border-bottom: 1px solid rgba(63,43,4, .9);
	}

#header a.work {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 8.571em;
	padding: .286em 0 .143em;
	border: 3px double;
	border-width: 3px 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.072;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(63,43,4, .8);
	text-shadow: 0 1px 0 #fff;
	background: rgba(63,43,4, .1);
	}
#header a.work:hover {
	color: rgba(63,43,4, 1);
	/*text-shadow: 0 -1px 0 rgba(255,255,255, .9);*/
	background: rgba(63,43,4, .2);
	}

#searchform {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	border-bottom: 1px dotted rgba(63,43,4, .5);
	}

#searchform div {
	position: relative;
	padding: 4px 0;
	}

#searchform label {
	position: absolute;
	left: -9999px;
	}

#searchform #s {
	width: 82px;
	padding: 1px 3px;
	border: 1px solid rgba(63,43,4, .3);
	color: rgba(63,43,4, .44);
	}
#searchform #s:focus,
#searchform #s:hover {
	color: rgba(63,43,4, .77);
	border: 1px solid rgba(63,43,4, .55);
	}

#searchform #searchsubmit {
	float: right;
	width: 26px;
	padding: 1px 0 0;
	border: 1px solid;
	border-color: rgba(63,43,4, .18) rgba(63,43,4, .3) rgba(63,43,4, .3) rgba(63,43,4, .18);
	outline: none;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	font-variant: small-caps;
	color: rgba(63,43,4, .75);
	background: rgba(63,43,4, .1);
	}
#searchform #searchsubmit:hover {
	border-color: rgba(63,43,4, .3) rgba(63,43,4, .18) rgba(63,43,4, .18) rgba(63,43,4, .3);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .13);
	-moz-box-shadow: 0 0 3px rgba(63,43,4, .22);
	-webkit-box-shadow: 0 0 3px rgba(63,43,4, .22);
	box-shadow: 0 0 3px rgba(63,43,4, .22);
	}

/* @end Layout - Header
--------------------- */



#features {
	padding: 3.2em 0 0;
	}

#features dl {
	margin: 0 0 .2em;
	padding: .5em 0 1.3em;
	}

#features dt {
	margin: 0 0 19px; /*devnote: temporary*/
	padding: 0 0 .112em;
	border-bottom: 1px solid rgba(63,43,4, .9);
	line-height: 1.167;
	font-size: 1.8em;
	font-weight: 400;
	font-variant: small-caps;
	}
#features dt a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -9999% 0;
	}
#features dt a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background-color: rgba(63,43,4, .05);
	background-position: 98% 50%;
	}

#features dd {
	margin: 0 0 1.8em;
	padding: 0 0 2px;
	font-size: 1em;
	line-height: 1.5;
	}

#features dd strong {
	display: block;
	margin: 0 0 -1px;
	font-size: 1.4em;
	font-weight: 400;
	font-variant: small-caps;
	}

#features #latest-entries dd strong {
	letter-spacing: -0.04em; /*devnote: temporary*/
	}

#features dd strong a {
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}

#features dd span {
	display: block;
	padding: 1px 0 0;
	border-top: 1px solid rgba(63,43,4, .22);
	font-size: 1.2em;
	line-height: 1.75em;
	font-style: italic;
	color: rgba(63,43,4, .55);
	}

#features dd span a {
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
#features dd span a:hover {
	text-decoration: underline;
	}



/* @group Layout - Footer
============================= */

#footer {
	clear: both;
	padding: 0 0 1em;
	border-top: 1px solid rgba(63,43,4, .9);
	}

#footer #features {
	padding: 0;
	overflow: hidden;
	}

#footer #features dl {
	float: left;
	width: 220px;
	overflow: hidden;
	margin: 0;
	padding: .5em 10px 1.3em;
	}

#footer #features dt {
	margin: 0 0 21px; /*devnote: temporary*/
	padding: 0;
	border-bottom: 1px solid rgba(63,43,4, .9);
	line-height: 1.167;
	font-size: 1.8em;
	font-weight: 400;
	font-variant: small-caps;
	}

#footer #features dd {
	margin: 0 0 2em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5;
	}

#footer #features dd strong {
	display: block;
	margin: 0 0 -1px;
	font-size: 1.4em;
	font-weight: 400;
	font-variant: small-caps;
	}

#footer #features #latest-entries dd strong {
	letter-spacing: -0.04em; /*devnote: temporary*/
	}

#footer #features dd strong a {
	display: block;
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
#footer #features dd strong a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}

#footer #features dd span {
	display: block;
	padding: 1px 0 0;
	border-top: 1px dotted rgba(63,43,4, .33);
	font-size: 1.2em;
	line-height: 1.75em;
	font-style: italic;
	color: rgba(63,43,4, .55);
	}

#footer #features dd span a {
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
#footer #features dd span a:hover {
	text-decoration: underline;
	}


#footer #latest-entries {}
#footer #latest-entries dd span em:after { content: ' ~'; }

#footer #latest-comments {}
#footer #latest-comments dd strong {
	font-style: italic;
	font-variant: normal;
	}
#footer #latest-comments dd span em {
	font-style: normal;
	font-variant: small-caps;
	}

#footer #latest-tweets {}

#footer #latest-tweets dt a {
	background-image: url(i/ico-twitter.png);
	}

#footer #latest-tweets dd strong {
	font-style: italic;
	font-variant: normal;
	}


#footer #latest-tweets ul {
	margin: 0;
	list-style: none;
	}

#footer #latest-tweets ul li {
	display: block;
	margin: 0 0 20px;
	font-size: 1.4em;
	font-weight: 400;
	font-style: italic;
	}

#footer #latest-tweets ul li.aktt_more_updates {
	display: none;
	}

#footer #latest-tweets dd a {
	color: rgba(63,43,4, .75);
	}
#footer #latest-tweets dd a:hover {
	color: rgba(63,43,4, .9);
	}

#footer #latest-tweets ul a.aktt_tweet_time {
	display: block;
	margin: -1px 0 0;
	padding: 1px 0 0;
	border-top: 1px dotted rgba(63,43,4, .33);
	font-size: 12px !important;
	line-height: 1.75em;
	font-style: italic;
	text-decoration: none;
	color: rgba(63,43,4, .55);
	}
#footer #latest-tweets ul a.aktt_tweet_time:hover {
	color: rgba(63,43,4, .75);
	text-decoration: underline;
	}


#footer #latest-bookmarks dt a {
	background-image: url(i/ico-delicious.gif);
	}

#footer #latest-bookmarks ul {
	margin: 0;
	list-style: none;
	}

#footer #latest-bookmarks ul li {
	margin: 0 0 2em;
	font-size: 1em;
	}

#footer #latest-bookmarks ul a.delicious-link {
	display: block;
	margin: 0 0 -1px;
	font-size: 1.4em;
	font-weight: 400;
	font-variant: small-caps;
	text-decoration: none;
	/*color: rgba(63,43,4, .75);*/
	color: inherit;
	}

#footer #latest-bookmarks ul a.delicious-link:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}

#footer #latest-bookmarks ul p.delicious-extended {
	display: block;
	padding: 1px 0 0;
	border-top: 1px dotted rgba(63,43,4, .33);
	font-size: 1.2em;
	line-height: 1.75em;
	font-style: italic;
	color: rgba(63,43,4, .55);
	}


#about {
	overflow: hidden;
	margin: 0 0 .1em;
	padding: .5em 0 0;
	border: 2px solid rgba(63,43,4, .9);
	border-width: 2px 0;
	}

#about dl {
	float: left;
	width: 460px;
	margin: 0;
	padding: 0 10px;
	}

#about dt {
	margin: 0 0 21px; /*devnote: temporary*/
	border-bottom: 1px solid rgba(63,43,4, .9);
	line-height: 1.167;
	font-size: 1.8em;
	font-weight: 400;
	font-variant: small-caps;
	}

#about dd {
	margin: 0;
	padding: 0 0 2em;
	font-size: 1em;
	}


#footer #post-categories {}

#footer #post-categories li {
	width: 25%;
	}



dl.archive ul {
	margin: 0 -20px 0 0;
	margin-right: 0;
	padding: .1em 0 0;
	list-style: none;
	}
dl.archive ul { display: inline-block; }
dl.archive ul:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
* html dl.archive ul { height: 1%; }
dl.archive ul { display: block; }

dl.archive li {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.75em;
	font-style: italic;
	color: rgba(63,43,4, .66);
	}

#post-categories li,
#archive-tags li {
	float: left;
	width: 50%;
	padding: 0;
	}
#archive-yearly li {
	float: left;
	width: 25%;
	padding: 0;
	}

dl.archive a {
	margin: 0 -3px;
	padding: 3px;
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
dl.archive a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}


#detail dd {
	position: relative;
	}

#detail p {
	width: 280px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.75em;
	}

#detail p a {
	font-style: italic;
	color: rgba(63,43,4, 0.66);
	}
#detail p a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}

#detail img {
	position: absolute;
	top: -14px;
	right: 0;
	width: 160px;
	padding: 23px 0;
	opacity: .85;
	-webkit-transition: -webkit-transform 333ms linear;
	}
#detail img:hover {
	opacity: 1;
	-webkit-transform: rotate(720deg);
	}


#fineprint {
	margin: 0;
	padding: 1.334em 0 0;
	border-top: 1px solid rgba(63,43,4, .9);
	font-size: 1.2em;
	line-height: 1.75;
	font-variant: small-caps;
	text-align: center;
	}

#fineprint a {
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	}
#fineprint a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}

/* @end Layout - Footer
--------------------- */

/* @end LAYOUT
--------------------- */



/* @group NAV/UI
============================= */

/* @group Nav - Main
============================= */

#nav-main {
	position: absolute;
	bottom: 1px;
	width: 100%;
	margin: 0;
	border: 1px solid rgba(63,43,4, .9);
	border-width: 1px 0 2px;
	list-style: none;
	text-align: center;
	}
#nav-main li {
	display: -moz-inline-block;
	display: inline-block;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.5;
	text-transform: uppercase;
	}
#nav-main a {
	display: -moz-inline-block;
	display: inline-block;
	padding: .188em 1em .063em;
	text-decoration: none;
	color: rgba(63,43,4, .9);
	background: rgba(63,43,4, 0);
	-webkit-transition: background 500ms ease-out;
	}
#nav-main .on a {
	color: #46720d;
	background: rgba(63,43,4, .04);
	text-shadow: 0 1px 2px rgba(63,43,4, .2);
	}

#nav-main a:hover {
	color: rgba(63,43,4, .9);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .07);
	-webkit-transition: background 500ms ease-out;
	}


/* @end Nav - Main
--------------------- */


/* @group Nav - Utility
============================= */

#nav-utility {
	margin: 0;
	list-style: none;
	text-align: center;
	}

#nav-utility li {
	display: inline;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.75;
	font-variant: small-caps;
	}

#nav-utility a {
	padding: 0 5px;
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
#nav-utility a:hover {
	text-decoration: underline;
	}

#nav-utility .on a {
	text-decoration: underline;
	}

/* @end Nav - Utility
--------------------- */

/* @end NAV/UI
--------------------- */



/* @group MODULES
============================= */

/* @group Blog Index - Home
============================= */

#blog-index {
	overflow: hidden;
	padding: .1em 0 0;
	
	}
.home #blog-index {
	border-top: 2px solid rgba(63,43,4, .9);
	}

.home #blog-index h2 {
	margin: 0;
	padding: 2px 0 1px; /*devnote: px to em*/
	border: solid rgba(63,43,4, .9);
	border-width: 1px 0;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 1.8em;
	line-height: 27px; /*devnote: px to em*/
	font-weight: 400;
	font-variant: small-caps;
	text-align: center;
	}

#blog-index h2 span {
	font-size: .834em;
	line-height: 1;
	font-style: italic;
	font-variant: normal;
	}

#posts {
	float: left;
	width: 650px;
	padding: 1.7em 0 2.1em;
	}

#posts .post {
	position: relative;
	width: 460px;
	margin: 0;
	padding: 1.9em 0 0 190px;
	border-bottom: 1px solid rgba(63,43,4, .5);
	}
#posts .post:last-child {
	border-bottom: none;
	}

#posts h3 {
	margin: 0 0 2px;/*devnote: px to em*/
	font-size: 2.1em;
	/*font-variant: small-caps;*/
	font-style: normal;
	text-align: left;
	}

#posts h3 a {
	display: block;
	text-decoration: none;
	color: inherit; /*devnote: check compatibility */
	}
#posts h3 a:hover,
#posts h3 a.hover {
	color: rgba(63,43,4, .9);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .07);
	}

#posts .meta {
	position: absolute;
	top: 2.4em;
	left: 0;
	width: 170px;
	padding: 0;
	text-align: left;
	background: transparent;
	}

#posts .meta p {
	display: inline;
	float: none;
	margin: 0;
	font-size: 1.2em;
	font-style: normal;
	font-variant: small-caps;
	}

#posts .meta .publish-date:after {
	content: ' ~ ';
	}

#posts .entry {
	padding: 0 0 2em;
	background: transparent;
	}

#posts .entry p {
	font-size: 1.3em;
	line-height: 21px; /*devnote: px to em*/
	}

#posts .entry > p:last-child {
	margin-bottom: 0;
	}


#blog-index #features {
	float: right;
	width: 240px;
	}

#blog-index #popular-posts {
	display: none;
	}

/* @end Blog Index - Home
--------------------- */


/* @group Blog Index - Archive/Category
============================= */

.search #main {
	margin: 0 0 .1em;
	padding: 0 0 3.8em;
	border-bottom: 2px solid rgba(63,43,4, .9);
	}

#blog-index.archives {
	padding-top: 4.1em;
	border-top: 0;
	}

#blog-index.archives h2 {
	margin: 0;
	border-width: 0 0 1px;
	font-size: 3.5em;
	line-height: 1.2;
	font-weight: 400;
	font-variant: small-caps;
	text-align: center;
	}

#blog-index.archives h2 em {
	font-variant: normal;
	color: #80c22a;
	}


#blog-index.archive-main #features {
	float: none;
	width: auto;
	overflow: hidden;
	}

#blog-index.archive-main #features dl {
	float: left;
	width: 220px;
	padding: 0 10px;
	}

/* @end Blog Index - Archive/Category
--------------------- */


/* @group Intro
============================= */

#intro {
	position: relative;
	margin: 3.1em 0;
	padding: 3.9em 180px 1.7em;
	text-align: center;
	}

#intro img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	}

#intro h2 {
	position: relative;
	z-index: 2;
	margin: 0 0 .634em;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 3em;
	font-weight: 400;
	font-variant: small-caps;
	color: #fff;
	text-shadow: 0 1px 1px rgba(63,43,4, .8);
	opacity: .99;
	}

#intro h2 strong {
	display: block;
	margin: 0 0 .2em;
	font-weight: 400;
	color: #ffc;
	}

#intro h2 strong abbr {
	line-height: 27px; /* thanks, firefox */
	}

#intro h2 em {
	display: block;
	font-size: .534em;
	font-variant: normal;
	color: #8ce41b;
	}

#intro h2 em acronym {
	font-variant: small-caps;
	border: 0;
	}

#intro h2 em abbr {
	line-height: 14px; /* firefox */
	}

#intro p {
	position: relative;
	z-index: 2;
	width: 380px;
	margin: 0 auto;
	padding: 0 0 47px;
	/*font-size: 1.2em;*/
	line-height: 1.5;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #ff9; /*devnote: adjust? */
	text-shadow: 0 1px 2px rgba(63,43,4, .6);
	background: url(i/orn-fin-green.png) no-repeat 50% 100%;
	opacity: .99;
	}

#intro p abbr {
	line-height: 20px; /* firefox */
	}

/* @end Intro
--------------------- */


/* @group Page template
============================= */

.page-template .post .entry {
	background: transparent;
	}

/* @end Page template
--------------------- */


/* @group About/Portfolio
============================= */

#main.about {
	padding: 4.1em 0 2.1em;
	border: 0;
	}

.about h2 {
	margin: 0 0 32px;
	padding: 2px 0 1px; /*devnote: px to em*/
	border: solid rgba(63,43,4, .9);
	border-width: 0 0 1px;
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 3.5em;
	line-height: 1.2;
	font-weight: 400;
	font-variant: small-caps;
	text-align: center;
	}

.about h2 span {
	font-variant: normal;
	font-style: italic;
	}

.about #content {
	margin: 0;
	padding: 0 10px;
	border: 0;
	background: url(i/rule-vert.png) repeat-y 631px 0;
	}

.about .entry,
#web-projects {
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
	}

.about .entry h3 {
	text-align: left;
	}

#web-projects li {
	position: relative;
	min-height: 105px;
	margin: 0 0 2em;
	padding: 0 0 2.1em 300px;
	border-bottom: 1px dotted rgba(63,43,4, .33);
	list-style: none;
	font-size: 1em;
	}
#web-projects li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	}

#web-projects li h3 {
	margin: 0 0 2px;/*devnote: px to em*/
	font-size: 2.1em;
	font-style: normal;
	text-align: left;
	}

#web-projects li h3 a {
	display: block;
	text-decoration: none;
	color: inherit; /*devnote: check compatibility */
	}
#web-projects li h3 a:hover,
#web-projects li h3 a.hover {
	color: rgba(63,43,4, .9);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .07);
	}

#web-projects li h3 img {
	float: left;
	width: 280px;
	height: 105px;
	margin: -3px 0 0 -303px;
	padding: 3px;
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(63,43,4, .5);
	}


#web-projects li p {
	line-height: 21px; /*devnote: px to em*/
	}

#web-projects li p {
	margin-bottom: 0;
	font-style: italic;
	}
#web-projects li p.meta {
	margin-bottom: 0;
	font-style: normal;
	}
#web-projects li p.meta strong {
	font-weight: normal;
	font-variant: small-caps;
	}

#web-projects li p:last-child {
	margin-bottom: 0;
	}


.about #sidebar {
	float: right;
	width: 280px;
	padding: 0;
	
	/*color: rgba(63, 43, 4, 0.66);*/
	}


.about #bio {
	margin: 0 0 2.1em;
	padding: .2em 0 1.4em;
	background: url(i/orn-fin.png) no-repeat 50% 100%
	}

.about #bio p {
	margin: 0 0 1.616em;
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 1.3em;
	line-height: 1.616;
	}

.about #bio abbr {
	border: none;
	}

.about #sidebar #features {
	margin: -0.9em 0 0;
	padding: .3em 0 0;
	/*border-top: 2px solid rgba(63,43,4, .9);*/
	}


.about #features dl {}

.about #features dt {
	/*padding-top: .223em;*/
	padding-top: .278em;
	/*border-top: 1px solid rgba(63,43,4, .9);*/
	}

.about #features dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(63,43,4, .33);
	}
.about #features dd:last-child {
	border-bottom: 0;
	}

.about #features dd strong {}

.about #features dd strong a {
	display: block;
	}
.about #features dd strong a:hover {
	color: rgba(63,43,4, 1);
	text-shadow: 0 -1px 0 rgba(255,255,255, .9);
	background: rgba(63,43,4, .05);
	}

.about #features dd div {
	display: block;
	padding: 1px 0 0;
	border-top: 1px dotted rgba(63,43,4, .33);
	line-height: 1.75em;
	font-style: italic;
	color: rgba(63,43,4, .75);
	}

.about #features dd p {
	margin: 0;
	line-height: 1.75em;
	font-style: italic;
	}

.about #features dd div a {
	text-decoration: none;
	color: inherit; /*devnote: check compatibility*/
	}
.about #features dd div a:hover {
	text-decoration: underline;
	}


.about #features dd blockquote {
	margin: 0;
	text-indent: -0.7em;
	}

.about #features dd blockquote p {
	line-height: 1.5;
	}
.about #features dd blockquote p cite {
	display: block;
	text-align: right;
	color: rgba(63,43,4, .55);
	}
.about #features dd blockquote p cite:before {
	content: '~ ';
	}

.about #features dd blockquote p cite a {
	color: rgba(63,43,4, .55);
	}
.about #features dd blockquote p cite a:hover {
	color: rgba(63,43,4, .75);
	}


.about #bio a:hover,
#web-projects li p a:hover {
	color: #567e21;
	}

/* @end About/Portfolio
--------------------- */


/* @group Code Collection
============================= */

#code-collection {
	padding: .1em 0 4em;
	border-top: 2px solid rgba(63,43,4, .9);
	background: url(i/orn-fin.png) no-repeat 50% 100%;
	}

#code-collection div {
	padding: 1.9em 0 2em;
	border-top: 1px solid rgba(63,43,4, .9);
	}

#code-collection h3 {
	margin: 0 0 2px;/*devnote: px to em*/
	font-size: 2.1em;
	font-style: normal;
	text-align: left;
	}

#code-collection h3 a {
	font-style: normal;
	text-decoration: none;
	color: inherit;
	}
#code-collection h3 a:hover {
	color: rgba(63,43,4, .9);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .07);
	}

#code-collection div p {
	font-size: 1.3em;
	line-height: 21px; /*devnote: px to em*/
	}
#code-collection div p:last-child {
	margin-bottom: 0;
	}

/* @end Code Collection
--------------------- */


/* @group cForms Contact Form
============================= */

#cformsform {
	width: 330px;
	margin: 0 auto;
	}

#cformsform ol {
	margin: 0;
	}

#cformsform ol li {
	margin: 0 0 2em;
	font-size: 1em;
	}

#cformsform li label {
	display: block;
	padding: 0 0 0 1px;
	font-size: 1.4em;
	line-height: 1.5em;
	font-variant: small-caps;
	}
#cformsform li label span {}

#cformsform li input,
#cformsform li textarea {
	width: 320px;
	margin: 0;
	}
#cformsform li input:focus,
#cformsform li textarea:focus {
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	}

#cformsform li span.emailreqtxt,
#cformsform li span.reqtxt {
	display: block;
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 1.2em;
	font-style: italic;
	}

#cformsform p.cf-sb {
	font-size: 1em;
	text-align: right;
	}

#cformsform input.sendbutton {
	padding: 1px 2px 0;
	border: 1px solid;
	border-color: rgba(63,43,4, .18) rgba(63,43,4, .3) rgba(63,43,4, .3) rgba(63,43,4, .18);
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-variant: small-caps;
	color: rgba(63,43,4, .75);
	background: rgba(63,43,4, .1);
	}
#cformsform input.sendbutton:hover {
	border-color: rgba(63,43,4, .3) rgba(63,43,4, .18) rgba(63,43,4, .18) rgba(63,43,4, .3);
	text-shadow: 0 -1px 0 #fff;
	background: rgba(63,43,4, .13);
	box-shadow: 0 0 5px rgba(63,43,4, .22);
	-moz-box-shadow: 0 0 5px rgba(63,43,4, .33);
	-webkit-box-shadow: 0 0 5px rgba(63,43,4, .33);
	}

p#ll { display: none; }

/* @end cForms Contact Form
--------------------- */


/* @group WP Syntax
============================= */

div.wp_syntax {}

div.wp_syntax div {}

div.wp_syntax pre {}

/* @end WP Syntax
--------------------- */

/* @end MODULES
--------------------- */



/* EOF */
