/* =422e16
----------------------------------------------- */
/* zeroing out margins
----------------------------------------------- */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: 1;
	}
/* body
----------------------------------------------- */
body {
	font-family: verdana, arial, helvetica, sans-serif; 
	/* background:#fff url(../images/resume/greenPaper.png) repeat top left; */
	background-color: #312210;
	color: #fff;
	font-size: 62.5%;
	}
em, i { font-style: italic; }
strong, b { font-weight: bold; }
a { color: #d8d8d8; text-decoration: none; border-bottom: 1px dotted #d8d8d8;}
a:hover { color: #fff; border-bottom: 1px solid #fff;}
/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	font-family: 'times new roman',times,serif;
	font-weight: normal;
	}
h1 {
	font-size: 6em;
	width: 70%;
	min-width: 665px;
	margin:0 auto;
	margin-top: 35px;
	padding: 15px;
	}
h2 {
	font-size: 4em;
	}
h3 {
	font-size: 2em;
	}
h4 {
	font-size: 1.7em;
	}
/* =content
----------------------------------------------- */
div.content {
	width: 70%;
	min-width: 665px;
	margin:0 auto;
	margin-top: 35px;
	background-color: #655A4C;
	padding: 15px;
	}
div.content ol.nav {
	list-style: none;
	padding-bottom: 35px;
	}
div.content ol.nav li {
	font-size: 3.5em !important;
	margin:5px 0 0 0;
	padding-right: 35px;
	display: inline;
	width: auto;
	font-family: 'times new roman', times, serif;
	}
div.content ol.nav li a {
	xborder: 0px solid blue;
	}
div.content h2 {
	padding-bottom: .5em;
	}
div.content h3 {
	font-size: 2.5em;
	letter-spacing: 2px;
	padding-bottom: .5em;
	text-transform: lowercase !important;
	}
div.content h3 span {
	font-size: 65%;
	}
div.content h4 {
	font-size: 1.1em;
	text-transform: uppercase !important;
	letter-spacing: 4px;
	}
div.content ul {
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 200px !important;
	}
div.content li, div.content p, div.content blockquote {
	line-height: 1.5;
	font-size: 1.3em;
	}
div.content li {
	margin-top: .75em;
	}
div.content li li {
	font-size: 1em !important;
	margin-left: 0px !important;
	}
div.content li ul {
	font-size: 1em !important;
	margin-left: 45px !important;
	padding:0;
	margin:0;
	}
div.content div {
	clear: both;
	margin: 0 0 35px 0;
	width: 100%;
 	}
div.content a img {
	border: 5px solid #999188;
	float: left;
	margin-right: 20px;
 	}
div.content a:hover img {
	border: 5px solid #CBC8C3;
	}
/* =work
----------------------------------------------- */

div#work ul {
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 250px !important;
	}

div#work a img {
	border: 5px solid #999188;
	float: left;
	margin-right: 20px;
 	}
div#work a:hover img {
	border: 5px solid #CBC8C3;
	}
/* =edu
----------------------------------------------- */

div#edu ul {
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 200px !important;
	}

/* div#work ul {
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 250px !important;
	}
----------------------------------------------- */

div#edu a img {
	border: 5px solid #999188;
	float: left;
	margin-right: 20px;
 	}
div#edu a:hover img {
	border: 5px solid #CBC8C3;
	}
/* =footer
----------------------------------------------- */
div#footer {
	width: 70%;
	min-width: 665px;
	margin:0 auto;
	background-color: #999188;
	padding: 15px;
	color: #312210;
	}
div#footer li, div#footer p, div#footer blockquote {
	line-height: 1.5;
	font-size: 1.3em;
	}
div#footer a { 
	color: #312210;
	border-color: #312210;
	}
	
/* =clearfix
----------------------------------------------- */
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
