/*
Aliso the Geek - Print Stylesheet
*/

@import url(fontface/stylesheet.css);

#sidebar, .email-subscribe, .post-navigation, #respond, .sexy-bookmarks, .wp-pagenavi, iframe, .pp_pic_holder, script {
	display: none;
}

a {
	color: #1c5e9c;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	float: none;
	margin: 1em auto;
}

body {
	margin-left: 4em;
	margin-right: 4em;
	padding: 0;
	color: #000;
	font: 9pt Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

code, pre {
	font-family: Consolas, 'Andale Mono', Monaco, monospace !important;
	font-size: 1.1em;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin: 0;
	padding: 1em;
}

.commentlist li.bypostauthor {
	border: 1pt solid #395176;
}

.commentlist .commentauthorlink a {
	text-decoration: none;
}

.commentlist .commentinfo {
	float: left;
	width: 15%;
	text-align: right;
}

.commentlist .commentlink {
	color: #ad742d;
	text-decoration: none;
}

.commentlist .comment-edit-link, .commentlist li.bypostauthor .comment-edit-link {
	color: #999;
}

.commentlist .commentnumber {
	float: right;
	width: 5%;
	line-height: 1em;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	color: #ad742d;
}

.commentlist .commenttext {
	float: left;
	width: 75%;
	margin-left: 5%;
}

#content {
	width: 100%;
	height: auto;
}

.entry a:after {
	content: " ["attr(href)"] ";
	font-size: 0.9em;
	font-weight: normal;
}

#footer {
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: TiresiasInfofontRegular, Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
}

h1 a {
	display: block;
	text-decoration: none;
	border-bottom: 1pt solid #ccc;
	font-size: 1.6em;
	color: #ad742d;
}

h1 a img {
	vertical-align: middle;
}

hr {
	border: none;
	border-bottom: 1pt solid #ccc;
}

.post_info, .post_meta {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
}

pre {
	width: 96%;
	padding: 1% 2%;
	font-size: 0.8em;
	border: 1pt solid #ddd;
}

.rating {
	float: right;
	width: 45pt;
	height: 30pt;
	margin: 0 0 10pt 10pt;
	padding: 5pt;
	border: 1pt solid #395176;
	color: #395176;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.9em;
}

.rating .my-rating {
	display: block;
	font-size: 2em;
	font-weight: bold;
}

.wp-caption {
	margin: 0 10pt 10pt;
	padding: 5pt;
	border: 1pt solid #ccc;
	text-align: center;
}

.wp-caption-text {
	margin: 0;
	padding: 0 10pt;
	font-size: 0.9em;
	font-weight: bold;
}

