@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Jon Voth
Theme URI: http://www.jonvoth.com/
Version: 4.0
Author: Jon Voth
*/

body {
	color: #000;
	font-family: Helvetica, Sans-Serif;
	font-size: 12pt;
	line-height: 18pt;
	background-color:#FFF;
}

.alt {
	font-family: Helvetica, sans-serif;
}

p {
	color:#666;
	font-size: 12pt;
}

strong,
b {
	font-weight: bold;
}

em,
i,
cite {
	font-style: italic;
}

hr {
	color:#666;
	height: 3px;
	border: 0;
	padding: 0;
	margin: 10px 0;
}

h1 {
	color:#000;
	font-size:24pt;
	padding-bottom:4px;
	border-bottom:3px #000 solid;
}

#printHeader h1 {
	margin:0 0 20pt 0;
	padding:0;
	font-size:30pt;
	padding-bottom:0px;
	border-bottom:none;
}

h2 {
	color:#333;
	font-size:20pt;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #242e3f;
	text-decoration: none;
}

#wrapper {
	width: 100%;
}

#header {
	display:none;
}

#main {
	width: 100%;
}

#content {
	width:580px;
	margin:30px 0 0 30px;
}

#sidebar {
	display:none;
}

#footer {
	display:none;
}

#navigation {
	display:none;
}

#resumeRight {
	float:left;
	margin-left:0px;
}

/* POSTS */

.post_box_wide {
	float:left;
	width:560px;
	height:200px;
	margin:0 0 30px 0;
	padding:10px;
	overflow:hidden;
	border:1px #000 solid;
}

.post_box_left {
	float:left;
	width:265px;
	overflow:hidden;
	margin:0 20px 0 0;
}

.post_box_left img {
	margin:0 auto;
	max-width:265px;
	max-height:200px;
	width:auto;
	height:auto;
}

.post_box_right {
	float:left;
	width:265px;
}

.post_box_wide h2 {
	margin:0 0 20px 0;
	line-height:1.2em;
	padding:0;
}

.post_box_slim {
	float:left;
	width:155px;
	max-height:120px;
	overflow:hidden;
	margin:0 18px 30px 0;
	padding:10px;
	text-align:center;
	border:1px #000 solid;
}

.post_box_slim img {
	margin:0 auto;
	max-width:135px;
	max-height:80px;
	width:auto;
	height:auto;
}

.post_box_slim span {
	display:block;
	text-align:left;
	font-size:14px;
}

.post_box_slim p {
	text-align:center;
	font-size:.8em;
	margin:0;
	height:16px;
	overflow:hidden;
}

.post_box_slim_right {
	margin-right:0;
}

#post_navigation {
	width:580px;
}

#post_navigation_left {
	float:left;
}

#post_navigation_right {
	float:right;
}

.post {
	
}

.post img {
	float:left;
	margin:0 20px 20px 0;
}

/* UTILITY */
.main_column {
	width:100%;
}
