/* reset */
* {
	margin:0;
	padding:0;
	border:none;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

#dsq-post-add {
	height:auto!important;
}

kbd, code, pre {
	font-family:CentSchbook Mono BT, Bitstream Vera Sans Mono, monofont, monospace;
	margin:0;
	font-size:18px;
	line-height:24px;
}
p, ul, ol, dl, pre {
	margin:30px 0;
	line-height:30px;
}

pre {
	display:block;
}
dd :first-child {
	margin-top:0;
}

body {
	quotes:"“" "”" "‘" "’";
	width:600px; /* 60ex */
	margin:30px auto;
	font-family:Hoefler Text, bodyfont, serif;
	font-size:20px;
	background:#fff;
	line-height:30px;
	color:#111;
}

blockquote {
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	width:85%;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6, dt, #header {
	font-family:Qlassik Medium, heading, sans-serif;
	font-size:25px;
}
h1, h2, h3, h4, h5, h6 {
	line-height:60px;
}
h2 { font-size:40px; }
h3 { font-size:35px; }
h4 { font-size:30px; }
h5 { font-size:25px; }
h6 { font-size:20px; }
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top:0;
}

i, em, cite {
	font-style:italic;
}
b, strong { 
	font-weight:bold;
}
i, em, cite, b, strong, small {
	line-height:28px;
}
small, .small, .small * {
	font-style:italic;
	color:#669;
	font-size:18px;
}
spall a, .small a {
	text-decoration:underline;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:underline;
}
.alignright { display:block; float:right; margin-left:1em; }
.alignleft { display:block; float:left; margin-right:1em; }

q:before, q q q:before, q q q q q:before, q q q q q q q:before { content:"“"; }
q q:before, q q q q:before, q q q q q q:before, q q q q q q q q:before { content:"‘"; }
q:after, q q q:after, q q q q q:after, q q q q q q q:after { content:"”"; }
q q:after, q q q q:after, q q q q q q:after, q q q q q q q q:after { content:"’"; }

a { color:#00f; text-decoration:none; }
a:visited { color:#636; }
a:hover, a:active { color:#900!important; text-decoration:underline; }

h1 {
	font-size:40px;
	line-height:60px;
}
#header {
	text-align:center;
	margin-bottom:30px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	padding-bottom:60px;
	margin-bottom:-60px;
	padding-top:30px;
	margin-top:-30px;
	position:relative;
	color:inherit;
	font-size:60px;
}

#access {
	position:absolute;
	left:-999em;
}

.navigation {
	display:table;
	width:100%;
	margin:0 0 30px 0;
	position:relative;
}
#nav-above {
	margin-bottom:-30px;
}
.navigation .nav-previous {
	display:table-cell;
	text-align:left;
	width:50%;
}
/* hang the » and « off into the margins */
.navigation .nav-previous a:before, .navigation .nav-next a:after {
	content: "«";
	display:block;
	height:30px;
	margin-bottom:-30px;
	text-decoration:none;
	margin-left:-15px;
}
.navigation .nav-next a:after {
	content: "»";
	text-align:right;
	margin-left:0;
	margin-top:-30px;
	margin-right:-15px;
}


.navigation .nav-next {
	display:table-cell;
	text-align:right;
	width:50%;
}
.navigation a {
	display:block;
	width:100%;
	height:100%;
}

.page-title {
	margin-top:60px;
}
.entry-title {
	font-size:50px;
	line-height:60px;
	margin-bottom:0;
}
.attachment .entry-title {
	margin-top:60px;
}
.cat-links {
	line-height:30px;
	font-size:16px;
	margin-top:60px;
	white-space:nowrap;
}
.cat-links a {
	line-height:30px;
	color:#aaa;
	margin-right:1em;
}
.entry-meta, .comment-meta {
	font-size:16px;
	line-height:30px;
	margin-bottom:30px;
}
#recaptcha_widget_div {
	height:112px;
	margin:0;
	padding:0;
}

#comments-list li.comment, #comments-list li.pingback {
	font-size:40px;
	margin-left:-7px;
	margin-top:30px;
}
#comments-list div.comment {
	font-size:20px;
	padding-left:7px;
}
#comments-list .comment-head {
	border-color:inherit;
	border-style:solid;
	margin-left:-13px;
	border-width:0 0 0 3px;
	padding-left:10px;
}
#comments-list .comment-head h4 {
	max-width:100%;
	overflow:hidden;
	white-space:nowrap;
}
#comments-list .pingback .comment-head h4 {
	font-size:20px;
}

#comments-list h4 img {
	vertical-align:middle;
	display:inline-block;
	margin-right:6px;
}
.comment-parent a, .comment-children a {
	border-left:2px solid;
	padding-left:4px;
	margin-left:4px;
}

.show-lines body, input, button, textarea {
	background:#fff url("img/lines.png") top left repeat;
}
input, button, textarea {
	border:0;
	line-height:30px;
}
textarea {
	height:300px;
}
input {
	height:30px;
	line-height:30px;
}
input.submit, input#submit, input.button, button, input[type=submit] {
	cursor:hand; cursor:pointer;
	outline:1px solid #ccc;
}

#wrapper {
	margin-bottom:90px;
	*zoom:1;
}
#wrapper:after {
	display:block;
	content:".";
	visibility:hidden;
	width:0;
	height:0;
	clear:both;
}

.sidebar .xoxo > li {
	float:left;
	width:50%;
}
.sidebar li {
	list-style:none;
}
.sidebar #elsewhere {
	margin-left:-10%;
	margin-right:-10%;
}
.sidebar #rss-links, .sidebar #twitter-feeds {
	float:right;
	clear:right;
	width:20%;
}
.sidebar #search {
	clear:both;
	float:none;
	width:100%;
}
.sidebar #search h2 {
	margin-left:40%;
}
.sidebar #search #s {
	width:90%;
	float:left;
}
.sidebar #search #searchsubmit {
	width:10%;
	float:right;
}
.sidebar * {
	font-size:15px;
	line-height:30px;
}

#footer, #footer * {
	margin:300px 0 0;
	text-align:right;
	font-size:14px;
	line-height:90px;
}

@media print {
	a[href] {
		color:inherit;
	}
	a[href]:after {
		white-space:nowrap;
		content:" " attr(href);
	}
	a[href^=\#], a[href$="#respond"], a[href$="#comments"]:after,
	.responselinks, .edit-link, a.reply, .cat-links a:after,
	.navigation, #respond, #sidebars {
		display:none;
	}
}

/* the monospace fonts */
@font-face {
	font-family:monofont;
	src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMono.ttf) format("truetype");
}
@font-face {
	font-family:monofont;
	font-style:italic;
	src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoIt.ttf) format("truetype");
}
@font-face {
	font-family:monofont;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoBd.ttf) format("truetype");
}
@font-face {
	font-family:monofont;
	font-style:italic;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Bitstream-Vera-Sans-Mono/VeraMoBI.ttf) format("truetype");
}

/* Regular body text */
@font-face {
	font-family:bodyfont;
	src: url(http://foohack.com/tpl/fonts/Hoefler-Text/regular.ttf) format("truetype");
}
@font-face {
	font-family:bodyfont;
	font-style:italic;
	src: url(http://foohack.com/tpl/fonts/Hoefler-Text/italic.ttf) format("truetype");
}
@font-face {
	font-family:bodyfont;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Hoefler-Text/bold.ttf) format("truetype");
}
@font-face {
	font-family:bodyfont;
	font-style:italic;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Hoefler-Text/bolditalic.ttf) format("truetype");
}

/* headings */
@font-face {
	font-family:heading;
	src: url(http://foohack.com/tpl/fonts/Qlassik-Medium/Qlassik_TB.otf) format("truetype");
}
@font-face {
	font-family:heading;
	font-style:italic;
	src: url(http://foohack.com/tpl/fonts/Qlassik-Medium/Qlassik_TB.otf) format("truetype");
}
@font-face {
	font-family:heading;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Qlassik-Medium/QlassikBold_TB.otf) format("truetype");
}
@font-face {
	font-family:heading;
	font-style:italic;
	font-weight:bold;
	src: url(http://foohack.com/tpl/fonts/Qlassik-Medium/QlassikBold_TB.otf) format("truetype");
}

