/* begin reset */
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, blockquote
{
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea
{
	margin: 0px;
	padding: 0px;
}

html
{
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
	font-weight: normal;
}

cite
{
	font-style: normal;
}

ul
{
	list-style: none;
	list-style-type: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

code, pre, keyboard
{
	/* the simple act of choosing a font for code and pre blocks
		helps to normalize font size across browsers */
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
}

pre
{
	/* we don't want code in <pre/> elements screwing up layouts */
	overflow: auto;
}
/* end reset */

/* elements */
html
{
	font-family: Verdana,sans-serif;
	text-align: center;
}

body
{
	width: 860px;
	margin: 80px auto auto auto;
	text-align: left;
}

a:link, a:visited
{
	text-decoration: none;
}

p
{
	line-height: 2em;
	margin-bottom: 1em;
}

p:last-of-type
{
	margin-bottom: 0em;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Georgia,serif;
}

h2,h3,h4,h5,h6
{
	margin: 0.7em 0em 0.7em 0em;
}

h1
{
	font-size: 2.6em;
	margin-bottom: 0.1em;
}

h2
{
	font-size: 2em;
}

h3
{
	font-size: 1.8em;
}

h4
{
	font-size: 1.6em;
}

h5
{
	font-size: 1.4em;
}

h6
{
	font-size: 1.2em;
}

form input[type="text"], form textarea
{
	font-family: Verdana,sans-serif;
	font-size: 1em;
	padding: 0.5em 0.5em;
}

blockquote
{
	padding: 1.5em 2.5em;
	margin: 2em 10px 2em 10px;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 1.1em;
}

pre
{
	/*max-height: 20em;*/
	padding: 15px;
}

/* ids */

#home-link
{
	font-size: 3em;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	position: fixed;
	top: 10px;
	left: 10px;
}

#switch-link
{
	font-family: Verdana,sans-serif;
	font-weight: bold;
	position: fixed;
	text-transform: uppercase;
	top: 10px;
	right: 10px;
	padding: 0.5em;
}

#content
{
	margin-bottom: 2em;
	font-size: 1.3em;
}

#content.narrowcolumn
{
	width: 540px;
	float: left;
}

#content.widecolumn
{
	font-size: 1.4em;
}

#sidebar
{
	float: right;
	width: 275px;
}

#footer
{
	clear: both;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.15em;
	min-height: 3em;
}

/* classes */

.section-title
{
	display: block;
	margin: 0.3em 0em 0.3em 0em;
	font-family: Georgia, serif;
	font-size: 1.8em;
}

.author-about-box .section-title
{
	margin-top: 0em;
}

#sidebar .section-title
{
	font-size: 1.9em;
	margin-top: 0em;
	margin-bottom: 0.3em;
}

.entry-header
{
	text-align: center;
}

.archive .entry-header
{
	font-size: 0.7em;
	text-align: left;
}

.previewimage
{
	text-align: center;
	margin-bottom: 1em;
}

.previewimage img, .previewimage a img
{
	padding: 5px;
}

.post
{
	margin-top: 1em;
}

.postlinks
{
	display: block;
	font-family: Georgia,serif;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 2em;
	float: left;
}

.postdate
{
	display: block;
	font-family: Georgia,serif;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 2em;
	float: right;
}

.author-about-box
{
	margin-bottom: 3em;
	padding: 1.5em 2em;
}

.author-about-box .author-links
{
	margin-top: 1em;
	font-size: 0.8em;
}

.author-about-box .author-links li
{
	display: inline;
	margin-right: 2em;
}

.sidebar-box
{
	padding: 1.5em;
	margin-bottom: 3em;
}

#sidebar p
{
	font-size: 1.3em;
}

/* other */

.previewimage a, .previewimage img
{
	border: none;
}

.entry ul, .entry ol
{
	margin: 1.3em 0em 1.3em 3em;
}

.entry ul
{
	list-style-type: square;
}

.entry-header cite
{
	display: block;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 1.3em;
	margin-bottom: 1.2em;
}

.entry-header cite a
{
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-left: 0.25em;
}

.commentlist, .comment-list li
{
}

.commentlist li
{
	margin: 0em 0em 2em 2em;
}

.commentlist cite
{
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
	display: block;
}

.commentlist cite a
{
	font-weight: bold;
}

.comment
{
	padding: 1em;
	margin-bottom: 0.5em;
}

.comment p
{
	margin-bottom: 1em;
}

.comment p:last-of-type
{
	margin-bottom: 0em;
}

#commentform
{
	margin-bottom: 2em;
}

#commentform input[type="text"], #commentform textarea
{
	width: 95%;
}

#commentform p
{
	margin-bottom: 2em;
}

#commentform label
{
	font-family: Georgia,serif;
	font-style: italic;
	display: block;
	padding: 0em 0.5em;
	width: 95%;
	cursor: pointer;
}

#sidebar p
{
	margin-bottom: 0em;
	line-height: 1.4em;
}

#sidebar cite
{
	margin-bottom: 0em;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
}

.search-box
{
	padding-left: 45px;
	margin: 3em 0em 3em 0em;
	background: url("../images/search-icon.png") 3px top no-repeat;
	min-height: 32px;
	font-size: 1.3em;
}

#sidebar .search-box input
{
	display: block;
	width: 90%;
}

.sidebar-box a.featured
{
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.9em;
	display: block;
}

.sidebar-box ul li, .sidebar-box ol li
{
	margin-bottom: 0.5em;
}

.sidebar-box .infolink
{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.4em;
	padding-left: 42px;
	padding-bottom: 1em;
}

.sidebar-box .infolink:last-of-type
{
	padding-bottom: 0em;
}

.sidebar-box .twitter
{
	background: url("../images/twitter-icon.png") 3px top no-repeat;
}

.sidebar-box .feed
{
	background: url("../images/feed-icon.png") no-repeat;
}

.sidebar-box .contact
{
	background: url("../images/contact-icon.png") no-repeat;
}

#footer p
{
	float: left;
	font-size: 1em;
}

#footer ul
{
	float: right;
}

#footer ul li
{
	display: inline;
	margin-left: 2em;
}

.clearme
{
	clear: both;
}

.pagebar
{
	margin: 1em 0em 1em 0em;
	font-family: Georgia,serif;
	font-style: italic;
}

.pagebar a
{
	padding: 0em 0.5em 0em 0.5em;
}

.pagebar a.this-page
{
	padding-left: 1em;
}

.pagebar .break
{
	padding: 0em 0.5em 0em 0.5em;
}

.syntax_hilite
{
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	overflow: auto;
	padding: 15px;
}

.bookthumb
{
	float: left;
	clear: left;
	padding: 0em 1em 1em 0em;
}

#sidebar #reading-box cite
{
	display: block;
	margin-bottom: 1em;
}

#sidebar #reading-box cite:last-of-type
{
	margin-bottom: 0em;
}
