/*
	Print styles for the Dojo wordpress theme.
*/

/* Universal Rules -------------------------------------------------- */
#header,
#footer,
#sidebar,
#pagesmenu,
#bannercredit,
#catmenu,
#page-menu,
.syndicate,
.commentform,
.related,
.navigation,
.poweredby {
	display: none;
}

.clearboth { clear: both; }
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
a {
	color: #000;
	text-decoration: none;
}

/* Content -------------------------------------------------- */
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
}
pre {
	padding: .5em;
}
h1, h2 ,h3, h4 {
	line-height: 1.25;
	margin-bottom: -.25em;
}
#resume-head {
text-align: center;
margin-left:200px;
margin-bottom:20px;
}

#resume-head .resume-name {
float:left;
padding: 20px 0 20px 0;
}

#resume-contact {
float:left;
margin-left: 20px;
}

h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
letter-spacing: .2em;
}
h3 {
	margin:.5em 0;
}
#content {
	font: 65%/1.5 Georgia, "Times New Roman", Times, serif;
color: #000;
}

.content {
	margin-top:2em;
}

dl, dt, dd {

margin:0;
padding:0;

}

dt {
font-weight:bold;
line-height:2em;
}
dd {
line-height:1.2em;
}

dd p {
line-height:1.5em;
margin:0;
padding:0 0 .3em 0;
}

li {
list-style:disc;
list-style-position:outside;
margin-left:-4em;
}

.resume-degree {
font-style:italic;
}

.resume-position {
font-style:italic;
}

.resume-date {
margin-left:2em;
font-style:italic;
}