/* @override http://localhost/~reid/resume/resume.css */

body {
	font: 85%/1.5em serif;
	margin: 0;
	color: #333;
}

h1 {
	font: 4em "Arial Black", Arial, sans-serif;
	letter-spacing: -4px;
	margin: -5px 0;
}

#name {
    float: left;
}
#name h1 {
    float: left;
}

#name p {
    float: left;
    color: #999;
    font: bold 2em "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -1px;
    line-height: 90%;
    text-transform: uppercase;
    padding: 0;
    margin-left: 10px;
}

h2 {
	font: 1.5em Baskerville, Times, serif;
	text-transform: uppercase;
	margin: 0;
}

form {
	display: inline;
	vertical-align: top;
}

input {
	font-size: 0.8em;
	border-width: 1px;
}

img {
	border: 0;
}

.redacted {
    background: #000;
    color: #000;
}

.hidden {
	display: none;
}

.heading {
	position: absolute;
	left: 0;
	width: 22%;
	text-align: right;
}

.block {
	border-bottom: #ddd solid 1px;
	margin: 1.2em 0 1.2em;
	font-size: 1.2em;
}

.block ul {
	padding-left: 2em;
}

#experience ul, #references ul {
	list-style: none;
}

#references li, #experience ul {
	margin-bottom: 1em;
}

#experience ul div {
	float: right;
	text-align: right;
}

#experience ul, #references ul {
	padding-left: 0;
}

#experience ul ul {
	padding-left: 2em;
	list-style-type: disc;
}

#experience li span {
	color: #000;
	font-weight: bold;
}

#references li {
	float: left;
	margin-right: 2em;
}

#references p { clear: both; }

.high {
	background: #ffe;
	color: #000;
}

.additional {
    float: right;
	font-size: 1.2em;
}

.additional p {
	margin: 0;
}

.additional div {
	float: left;
	padding: 5px;
	margin-right 5px;
	border-right: #aaa solid 1px;
}

.header {
	border: #aaa solid 1px;
    border-width: 1px 0 1px;
}

#footer {
	border-top: #aaa solid 1px;
	clear: both;
}

#footer p {
	margin: 2em auto 2em;
	text-align: center;
}

#content {
	width: 83%;
	clear: both;
	margin: 0 0 0 auto;
}

#global {
	width: 80%;
	margin: 1em auto 5em;
}

/*.form-container {
	padding-bottom: 1.2em;
}*/

.printonly {
	display: none;
}

#revealProgress {
	vertical-align: top;
}

@media print {

	body {
		font-size: 59%;
	}

	#global {
		margin-top: 0;
		padding-top: 0;
		width: auto;
	}

	h3 { margin-top: .5em; }

	.noprint {
		display: none;
	}

	.block {
		border: 0;
	}

	.printonly {
		display: block !important;
	}

	.heading {
		position: static;
		width: auto;
		text-align: center;
		border-bottom: #666 solid 1px;
	}

	#content {
		width: 100%;
	}

	#online {
		text-align: center;
	}

	#online span {
		font-size: 120%;
		font-weight: bold;
	}

	a {
		text-decoration: none;
		color: #000;
		font-weight: bold;
	}

	acronym {
		text-decoration: none;
	}


	#promo {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
		margin: 0;
		padding: 0;
	}

}

.success {
	color: #060;
}

.fail {
	color: #f00;
}

