@charset "UTF-8";

/* @group CSS Reset */
/**
 * Adapted from Eric Meyer's "Resetting Again" post
 * http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height:1;
}
ul, ol, ul li, ol li { list-style:none outside; }
/* @end */

body {
	background: #f6f8f9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}
.isntit #container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
.isntit #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#social
{
	padding-top: 10px;
}

#header
{
	padding-top: 65px;
	padding-bottom: 65px;
}

h1 {
	font: 48px Georgia, "Times New Roman", Times, serif;
	color: #444444;
}

.social
{
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #b8babb;
}

.line a, .social a {
	color: #b8babb;
	text-decoration: none;
}

.line a:hover, .social a:hover {
	text-decoration: underline;
}

.social a img
{
	margin-right: 8px;
}

.callout {
	color: #73bf44;
}

.callout a {
	color: #73bf44;
	text-decoration: none;
}

#work
{
	margin-bottom: 40px;
	clear: left;
	margin-left: 10px;
}

#imageLeft {
	float: left;
	width: 400px;
	/*background-color: #ff857f;*/
	margin-right: 20px;
	height: 100%;
	margin-bottom: 40px;
	text-align: center;
}

#writeup {
	padding-top: 16px;
}

#writeup > .line
{
	line-height: 24px;
}

#clear {
	clear: left;
}

.titlepiece {
	margin-bottom: 20px;
}

#footer {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
