/*
Theme Name: Learn
Description: A conceptually simple theme for learning WordPress theme development. It has lots of comments to help you along.
Version: .1
Author: Gordon Brander
Author URI: http://gordonbrander.com

----
The comments above tell WordPress about your theme. This information shows up in the admin.
<http://codex.wordpress.org/Theme_Development#Theme_Style_Sheet>
*/
body{
	font-size: .8em;
}
body, h1, h2, h3, h4, p {
	color:#000;
	font-family: "Hoefler Text","Adobe Garamond",Garamond,Georgia,serif;
	line-height:1.3em;
	letter-spacing:.05em;
	margin:0px;
	margin-top:0px;
	background: none;
	font-weight:normal;
}

#sidebar, #header, #navigationContainer, #footer, .additional, small, hr, .post h4, .pagination, #respond, .postmetadata, #footer p, #footer a, .jScrollArrowUp, .jScrollArrowDown{
	display:none;
}

#footer {
	display:inline;
	visibility: visible;
}

h1, h2, ul{
	width:100%;
	float:left;
	letter-spacing:.05em;
}
h1{
	font-size: 1em;
}

h2, h3, h4{
	font-size: .9em;
		margin-top:1em;
}

a, a:hover, a:visited {
	text-decoration:none;
	color:#000;
}

.images {
	display:block;
	margin:2em;
}

img {
	margin:2em;
}

ul, li {
	list-style:none;	
}

p{
	margin:2em;
}

.hentry{
page-break-before: always;
}
.hentry:first-child{
	page-break-before: auto;
}


.vita-date {
	font-style:italic;
	float:left;
	font-size:.8em;
	margin-left:2em;
	display:inline;
}
.vita-entry {
  margin-left:10em;
font-size:.8em;
}
