
/* 
About Me 
*/

/* General */

#about {
	padding-top: 417px;
}

/* Blurb */

#blurb {
	width: 702px;
	height: 203px;
	position: absolute;
	top: 172px;
	left: 34px;
	background: url("/images/about/about_blurb.png") no-repeat;
}

#blurb p {
	display: none;
}

/* Download CV */

a#download_cv {
	width: 145px;
	height: 35px;
	display: block;
	position: absolute;
	top: 60px;
	left: 528px;
	background: url("/images/about/download_cv_btn.png") top left no-repeat;
	cursor: pointer;
	outline-style: none;
}

a#download_cv:hover {
	background-position: bottom left;
}

a#download_cv span {
	display: none;
}

/* Print Page */

#resume_header a.print_page {
	width: 107px;
	height: 41px;
	display: block;
	position: absolute;
	top: 57px;
	left: 750px;
	background-image: url("/images/about/print_btn.png") !important;
	background-image: url("/images/about/print_btn_alt.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	outline-style: none;
}

#resume_header a.print_page:hover {
	background-position: bottom left;
}

#resume_header a.print_page span {
	display: none;
}

/* Resume */

#resume {
	color: rgb(51,51,51);
	font-size: 12px;
	width: 940px;
	line-height: 1.5em;
	position: relative;
	padding-bottom: 20px;
	background: url("/images/about/page_btm.png") no-repeat bottom left;
}

#resume_header {
	background-image: url("/images/about/page_header.png") !important;
	background-image: url("/images/about/page_header_alt.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 151px;
}

#resume_header h2 {
	color: rgb(0,0,0);
	margin: 0 70px 1.5em 70px;
	font-weight: normal;
	font-size: 24px;
	padding: 70px 0.8em 1.1em 0.8em;
	border-bottom: 1px solid rgb(0,177,220);
}

#resume_header h2 span {
	background: url("/images/about/blt_resume.png") no-repeat center center;
	color: rgb(0,177,220);
	margin: 0 0.3em;
}

#resume_body {
	background: url("/images/about/page_mid.png") repeat-y top left;
}

#resume_content {
	background: url("/images/about/page_top.png") no-repeat top left;
	position: relative;
}

#resume_content h3 {
	color: rgb(0,177,220);
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0.8em 0;
}

#resume_content h3.subsection {
	margin-top: 1.5em;
}

#resume_content h4 {
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: normal;
	margin: 1.4em 0 0.8em 0;
}

#resume_content h4.first {
	margin-top: 0;
}

#resume_content a {
	color: rgb(0,0,0);
	text-decoration: underline;
}

#resume_content a:hover {
	text-decoration: none;
}

#resume_content table {
	border-collapse: collapse;
	margin: 0 190px 0 110px;
	text-align: left;
}

#resume_content th, td {
	vertical-align: top;
	font-size: 12px;
}

#resume_content td {
	text-align: left;
	padding: 0 0 1em 3em;
}

#resume_content th {
	font-size: 22px;
	color: rgb(0,177,220);
	font-weight: normal;
	text-align: right;
	padding: 0 0 0.8em 0;
}

#resume_content th.mainhead {
	text-align: left;
}

#resume_content th.subhead {
	font-size: 14px;
	color: rgb(0,0,0);
	text-align: right;
}

#resume_content p {
	margin: -0.5em 0 1em 0;
}

#resume_content ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#resume_content li {
	list-style-position: inside;
	list-style-type: square;
}

#resume_content .archived {
	color: rgb(0,0,0);
}
