/*
Project: cjbportfolio.com
Resume Print Styles
Author: Cameron Bates
Created on: February 16, 2011
--------------------------------*/

body{ font:100%/1.3 Georgia, "Time New Roman", Serif;width:8in;color:#333; }

header, footer {display: none}

#resume {
	background: #fff;
}
#resume .location {
	font-style: italic;
}
.vcard {
	margin: 0;
	padding: 0;
	position: relative;
}
#content .vcard h2.fn {
	margin: 0;
	padding: 0;
	font: normal normal 40px/40px 'Nobile', Lucida Grande, sans-serif;
	letter-spacing: -1px;
	background: transparent;
	border: 0;
}
.given-name {
	color: #999;
}
.family-name {
	color: #666;
}
.vcard ul {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
.vcard li {
	display: inline;
	margin: 0 0 0 12px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 12px;
	font-style: italic;
	text-transform: lowercase;
	display: none;
}
.vcard li:first-child {
	display: inline;
	border: 0;
}
.vcard li a {
	text-decoration: none;
	color: #256985;
}

#resume h3 {
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	font: normal normal 150%/130% 'Nobile', Lucida Grande, sans-serif;
	color: #666;
}
.skills {
	overflow: auto;
}
.skills .set {
	width: 25%;
	float: left;
	font-size: 90%;
}
.set h4 {
	font: normal bold 90%/100% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.set ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.education .school, .experience .job {
	clear: both;
	overflow: auto;
	margin: 0 0 30px;
}
.education .schoolName, .education .location, .education .dates,
.experience .institution, .experience .location, .experience .dates, .experience .title {
	float: left;
	clear: left;
	width: 250px;
}
.education .schoolName, .experience .institution {
	font: normal bold 90%/160% Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}
.experience .location, .experience .dates, .experience .title,
.education .location, .education .dates, .education .title {
	color: #888;
}
.education p, .experience p {
	margin: 0 0 1em 270px;
	line-height: 140%;
}
.speaking ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.speaking li {
	margin-bottom: 15px;
}
.speaking .title {
	font-weight: bold;
}
.speaking .location, .speaking .date {
	display: inline;
}
.speaking .location {
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	border-right: 1px solid #ccc;
}
