/*	Most of this stylesheet is a few years old, from before the age of reset stylesheets... */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #eee url(images/eaeaea_tile.png) repeat 0 0;
}
body {
	background: transparent;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}
a {
	color: #333;
}
a:visited {
	color: #777;
}
#wrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#let-the-non-semantics-begin,
#another-presentational-div,
#this-is-getting-out-of-hand {
	height: 170px;
	position: fixed;
	top: 0;
	z-index: 1;
}
#let-the-non-semantics-begin {
	background: url(images/blahblahblah_left.png) no-repeat 0 0;
	left: 0;
	width: 335px;
}
#another-presentational-div {
	background: url(images/blahblahblah_mid.png) no-repeat 0 0;
	left: 335px;
	width: 56px;
	z-index: 7;
}
#this-is-getting-out-of-hand {
	background: url(images/blahblahblah_right.png) no-repeat 0 0;
	left: 391px;
	width: 780px;
	z-index: -1;
}
#ahhh-not-another {
	background: url(images/owl.jpg) no-repeat 0 100%;
	bottom: -20px;
	height: 550px;
	left: 0;
	position: fixed;
	width: 350px;
	z-index: 1;
}
#are-you-freaking-kidding-me {
	bottom: 220px;
	height: 43px;
	left: 335px;
	position: fixed;
	width: 56px;
	z-index: 3;
}
#are-you-freaking-kidding-me div {
	background: url(images/pointer.png) no-repeat 0 0;
	height: 43px;
	position: absolute;
	width: 56px;
	z-index: 3;
}
#header h1,
#header h2 {
	display: none;
}
#nav {
	left: 30px;
	position: fixed;
	top: 90px;
	z-index: 3;
}
#nav li {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
	font-size: 2.4em;
	line-height: 1.25em;
	list-style: none;
	letter-spacing: -0.05em;
}
#nav li#nav-subscribe a {
	padding-right: 1.04em;
	background: transparent url(/img/icons/feed/feed-icon-14x14-bw.png) no-repeat 95% 50%;
}
#nav li#nav-subscribe a:hover,
#nav li#nav-subscribe a:focus {
	background-color: #000;
	background-image: url(/img/icons/feed/feed-icon-14x14.png);
}
#nav li a {
	padding: 0.0833em 0.25em 0.0042em 0.2em;
	margin-left: -0.2em;
	text-decoration: none;
	color: #222;
}
#nav li a:hover,
#nav li a:focus {
	color: #fff;
}
#content {
	margin-left: 383px; /* originally 390, accounts for left-margins on cbb's within */
	position: relative;
	z-index: 2;
}
.post,
.welcome {
	position: relative;
	float: left;
	clear: left;
	margin-left: 7px;
	padding-bottom: 30px;
}
.last-post {
	padding-bottom: 0;
}
.post-wrap,
.welcome-wrap {
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	box-shadow: 0 0 5px #d2d2d2;
	-moz-box-shadow: 0 0 5px #d2d2d2;
	-webkit-box-shadow: 0 0 5px #d2d2d2;
	color: #222;
	font-size: 1.2em;
	overflow: auto;
	padding: 2em;
	width: 33em;
}
.welcome .pointer,
.post .pointer {
	position: absolute;
	bottom: -1px;
	z-index: 3;
	width: 25px;
	height: 32px;
	background: transparent url(images/pointer-welcome.png) no-repeat 0 100%;
}
.welcome .pointer {
	left: 24px;
}
.post .pointer {
	right: 24px;
	background-image: url(images/pointer-post.png);
}
#content div:last-child .pointer {
	display: none;
}
/*	Fallback for IE */
#content div.last-post .pointer {
	display: none;
}
.post p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
}
.pointer-blocker {
	background: url(images/pointer-blocker.png) no-repeat 0 0;
/*	bottom: -90px;*/
	height: 130px;
/*	left: -60px;*/
	left: 335px;
	margin-top: -79px;
	position: absolute;
	width: 56px;
	z-index: 4;
}
.welcome {
	margin: 60px 0 0 7px;
	padding-bottom: 30px;
}
.welcome-wrap {
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font-size: 5em;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	padding: 1em;
	width: 10em;
}
.welcome h2 {
	font-size: 1em;
	font-weight: normal;
}
h3 a:visited {
	text-decoration: none;
	color: #000;
}
h3 a:hover,
h3 a:focus {
	color: #fff;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#content img {
	display: block;
	text-align: center;
	max-width: 396px;
}
#content p + p,
#content h4 + p,
#content p + blockquote,
#content blockquote + p,
#content p + div,
#content div + p,
#content p + img,
#content img + p {
	margin-top: 1.5em;
}
#content .post-hoot p+p {
	margin-top: 0.5em;
}
#content p img {
	margin: 1em 0;
}
#content p.fig a img {
	border: 0;
}
#content p.fig a:hover,
#content p.fig a:focus {
	background-color: transparent;
}
#content p.fig img {
	margin-bottom: 0;
}
#content p.fig span {
	display: block;
	margin-bottom: 1em;
	text-indent: 0;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}
#content .post h3 {
	display: none;
}
#content .post-header .post-date {
	font-size: 0.8333em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #b5b5b5;
}
#content .post-header .post-date a {
	text-decoration: none;
	color: #b5b5b5;
}
#content .post-header .post-date a:visited {
	color: inherit;
}
#content .post-header .post-date a:hover,
#content .post-header .post-date a:focus {
	color: inherit;
	background: none;
	text-decoration: underline;
}
#content p.subhead,
#content h4 {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#content .post h4 {
	font-size: 1.5em;
	margin-bottom: 0.65em;
}
#content h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.2;
}			
#content h3 a:link {
	text-decoration: none;
}
#content .post-content ul,
#content .post-content ol {
	margin: 1em 0;
}
#content .post-content li {
	margin-left: 1.5em;
}
#content .post-content li+li {
	margin-top: 1em;
}
#footer {
	clear: left;
	padding: 30px 0 20px 55px;
	margin-left: 335px;
	width: 602px;
	position: relative;
	color: #999;
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #eaeaea;
	z-index: 5;
}
#footer.pinned {
	position: absolute;
	bottom: 0;
}
#footer p {
	font-size: 1.1em;
}
#footer p a {
	color: #777;
}
#footer p a:hover,
#footer p a:focus {
	color: #fff;
	background-color: #000;
}
#footer #post-nav {
	overflow: visible;
	margin-bottom: 30px;
	min-height: 30px;
}
#footer #next-post {
	float: right;
}
#footer #previous-post {
	float: left;
}
#footer #post-nav a {
	position: relative;
	display: block;
	padding: 0.15em 0.35em;
	font-size: 1.5em;
	color: #333;
}
#footer #post-nav #previous-post a {
	left: -0.35em;
}
#footer #post-nav #next-post a {
	right: -0.35em;
}
#footer #post-nav a:hover,
#footer #post-nav a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
.pointer-blocker-side {
	position: absolute;
	top: -1px;
	height: 100%;
	background: url(images/eaeaea_tile.png) repeat 0 0;
}
#apology {
	position: absolute;
	top: 0;
	left: 400px;
	width: 380px;
	padding: 10px;
	font: 12px/18px "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	background: #f00;
}
#apology h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.text blockquote {
	font-style: italic;
}
.text cite {
	font-style: normal;
}
.quote blockquote {
	margin-bottom: 1em;
	font-style: italic;
}
.quote blockquote.short p {
	font-size: 1.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.quote cite {
	float: right;
	font-style: normal;
}
.quote + p {
	clear: right;
}
.video object {
	margin-bottom: 1.5em;
}
.text .quote,
.video .quote {
	overflow: hidden;
}