/*  
print style sheet
*/

/* Begin Global Reset */
* {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	z-index:0;
}

q {
	quotes:none;
}

strong {
	font-weight:700;
}

em {
	font-style:italic;
	text-decoration:underline;
}
/* End Global Reset */

/* Begin Basic Structure and Basic Coloring */
body {
	background:#FFF;
	color:#000;
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, 'Lucida Grande', Arial, Sans-Serif;
	margin:0;
	padding:0;
	text-align:center;
}

#page {
	background:#FFF;
	color:#000;
	margin:0 auto;
	text-align:left;
	width:94em;
}

#header {
	background:#FFF;
	clear:both;
	color:#000;
}

#top-menu {
	clear:both;
	display:none;
}

#content {
	clear:both;
	margin-top:0.5em;
}

#main {
	float:left;
	width:58em;
}

#sidebar {
	display:none;
}

#foot-menu {
	background:#FFF;
	clear:both;
	color:#000;
}

#foot-menu ul {
	display:none;
}

#foot-menu ul#copy {
	display:block;
}
/* End Basic Structure and Coloring */

/* Begin Post Layout */
.post {
	background:#FFF;
	color:#000;
	border:0.1em solid #000;
	margin-bottom:1em;
	margin-left:1em;
	margin-top:1em;
	padding:1em;
}

.post h2 {
	background:#FFF;
	border:0.1em solid #000;
	color:#000;
	font-size:1.8em;
	font-weight:700;
	line-height:1.8em;
	margin-bottom:0.2em;
	margin-top:0.5em;
	padding:0.3em;
	text-align:left;
}

.post h2 span {
	font-size:0.6em;
	margin-left:1em;
}

.post .date {
	background:#FFF;
	border:0.1em solid #000;
	color:#000;
	font-size:1.2em;
	font-style:italic;
	letter-spacing:0.2em;
	margin-bottom:0.5em;
	padding:0.2em 0.4em;
}

.post .text {
	font-size:1.4em;
	line-height:1.4em;
	text-align:left;
}

.post .text blockquote {
	border:0.2em solid #000;
	font-style:italic;
	margin:0.5em;
	padding:0.5em;
	position:relative;
}

.post .text blockquote p:first-letter {
	color:#000;
	font-size:2em;
	margin-left:0.1em;
}

.post .text h3,
.post .text h4,
.post .text h5,
.post .text h6 {
	font-weight:700;
	margin:0.6em 0;
}

.post .text p {
	margin-bottom:1em;
}

.post .text q {
	font-style:italic;
	font-weight:700;
}

.post .text ul {
	list-style:disc;
	margin-bottom:1em;
	margin-left:4em;
}

.post .text ol {
	list-style:decimal;
	margin-bottom:1em;
	margin-left:4em;
}

.post .text ul li,
.post .text ol li {
	margin-bottom:0.5em;
	margin-top:0.5em;
}

.post .text ul {
}

.post .postmetadata {
	background:#FFF;
	border:0.1em solid #000;
	font-size:1.4em;
	line-height:1.4em;
	margin-top:1em;
	padding:0.3em;
}

.post .postmetadata strong {
	font-weight:700;
	margin-right:0.5em;
}
/* End Post Layout */

/* Begin Comments Layout */

.comments-h3 {
	background:#FFF;
	border:0.1em solid #000;
	color:#000;
	font-size:1.2em;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:0.2em;
	margin-left:0.8em;
	margin-top:0.5em;
	padding:0.3em;
	text-align:left;
}

.c-title {
	border:0.1em solid #000;
}

.c-post {
	padding-top:0.5em;
	margin-bottom:-1em;
}

.alt {
	border-color:#000;
}

.authorcomment {
	background:#FFF;
}

.c-title img.avatar {
	float:left;
}

.c-title div.c-author {
	float:left;
	font-size:1.2em;
	font-weight:100;
	margin-left:1em;
	margin-top:0.4em;
}

.c-title div.c-date {
	font-size:0.8em;
}

.c-title div.c-frame {
	padding:0.4em;
}

#commentform {
	display:none;
}

/* End Comments Layout */

/* Begin Pagination */
.pagination {
	display:none;
}
/* End Pagination */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Links */

a img {
	border:0;
}

.box ul a {
	background:#FFF;
	color:#000;
	text-decoration:none;
}

a {
	background:#FFF;
	color:#000;
	text-decoration:none;
}

#twitter a {
	font-style:italic;
}

#top-menu a,
#foot-menu a,
.post a {
	background:#FFF;
}

.post .text a {
	background:#FFF;
	text-decoration:underline;
}

a:hover,
a:active,
.post .text a:active,
.post .text a:focus,
.post .text a:visited {
	text-decoration:underline;
}

a:focus {
	text-decoration:overline;
}

a:visited,
.post .postmetadata a:focus,
.post .text a:hover {
	text-decoration:none;
}
/* End Links */


/* Begin Arranging the Menus */

#top-menu ul {
	font-size:1.4em;
	font-weight:700;
	list-style:none;
}

#top-menu ul li {
	float:left;
	margin-right:2em;
}

#foot-menu ul {
	float:left;
	font-size:1em;
	list-style:none;
	margin-left:2em;
	margin-right:2em;
	margin-top:0.5em;
}
/* End Arranging the Menus */

/* Begin Other */
.clear {
	clear:both;
}
/* End Other */
