/* Import specialized CSS */
/* IE is stupid
@import "blog-print.css" print;
@import "resume-print.css" print;
*/

/* @group Globals */

body {
	margin: 0;
	padding: 0;
	color: #202020;
	font: smaller/1.5 Georgia, "Times New Roman", Times, serif;
	background-image: none;
}

a[href] {
	text-decoration: none;
	color: #0060cc;
}

img {
	border: 1px solid black;
}

p {
	margin: 0;
	margin-bottom: 0.75em;
}

/* @end */

/* @group Header */

#header {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	display: none;
}

/* @end */
/* @group Formatting */

.blog h3 {
	margin: 0;
	color: #999999;
	font-weight: bold;
}

.blog h4 {
	margin: 0;
	margin-bottom: 0.5em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog p {
	margin-left: 0.5em;
}

.blog #nav-links {
	position: absolute;
	right: 0.5em;
	top: 20px;
}

.blog p.extended {
	clear: left;
}

.blog p.posted {
	margin-left: 0;
	border-bottom: 1px dotted gray;
	clear: both;
	font-size: smaller;
	text-align: right;
}

.blog pre.excerpt {
	font-family: monospace;
	font-size: small;
	background-color: #fafad2;
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	line-height: normal;
	padding: 6px;
}

.blog table.excerpt {
	font-family: monospace;
	font-size: small;
	background-color: #fafad2;
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	line-height: normal;
	padding: 6px;
}

.blog #comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

.blog textarea[id="comment-text"] {
	width: 80%;
}

.blog .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

.blog #post-comment-block {
	display: none;
}

/* @end */

/* @group Navigation */

.right.blog {
	display: none;
}

/* @end */
/* @group Globals */

.resume .section {
	padding-top: 0.6em;
	border-top: 1px solid black;
	clear: both;
}

.resume .section .date {
	display: inline;
	font-style: italic;
}

.resume .section .details {
	margin-left: 200px;
}

.resume p {
	margin-top: 0;
	margin-bottom: 0.6em;
}

.resume h1 {
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

.resume h2 {
	font-size: 1em;
	display: inline;
}

.resume h3 {
	margin: 0;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

/* @end */

/* @group Who Am I */

.resume #print {
	display: none;
}

.resume #whoami .headshot {
	display: none;
}

.resume #name {
	font-weight: bold;
}

.resume #contact-info .analog {
	float: left;
	text-align: left;
	padding-bottom: 0.6em;
}

.resume #contact-info .digital {
	float: right;
	text-align: right;
	padding-bottom: 0.6em;
}

.resume #projects {
	display: none;
}

/* @end */

/* @group Education */

.resume #education .school {
	margin-bottom: 0.6em;
}

/* @end */

/* @group Skills */

.resume #skills .csv {
	margin-bottom: 0.6em;
}

.resume #skills .last {
	border-bottom: none;
}

/* @end */

/* @group Experience */

.resume #experience .brief {
	margin-bottom: 0.6em;
}

.resume #experience .detail {
	border-bottom: 1px dotted black;
	margin-bottom: 0.6em;
}

.resume #experience .last {
	border-bottom: none;
}

/* @end */

/* @group Honors & Activities */

.resume #honors .details div {
	margin-bottom: 0.6em;
}

/* @end */

/* @group Publications */

.resume .publication {
	margin-bottom: 0.6em;
}

.resume .publication .title {
	font-style: italic;
}

.resume .publication .journal {
	text-decoration: underline;
}

/* @end */
