/* @group Reset (thx pownce.com) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Global */

body {
	padding: 15px 0;
	margin: 0 0 3em 0;
	text-align: left;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
    font: 83% "Lucida Grande", Arial, sans-serif;
    line-height: 1.4;
}

p, table, ul, hr, .date {
    margin-bottom: 1em;
}

h1, h2, h3 {
	margin-bottom: .2em;
	color: #738539;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: bold;
}

h2, h3 {
	color: #696969;
	font-size: 24px;
}

a {
	color: #738539;
}

a:hover {
	color: #333;
}

table td {
	padding: 6px;
}

table .label {
	width: 160px;
	background: url(/images/grey.png) repeat-x;
	border-right: 1px solid #7c7c7c;
}

.title, .date {
	font-weight: normal;
}

ul {
	padding-left: 40px;
	list-style: square;
}

li {
	margin-bottom: 8px;
	padding-left: 8px;
}

em {
	font-style: italic;
}

#header a {
	color: #d9d9d9;
	text-decoration: none;
	cursor: pointer;
}

#header p.blurb {
	position: absolute;
	margin: 0;
	color: #d9d9d9;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: normal;
	font-family: Georgia, serif;
}

#header p.blurb span {
	font-family: "Lucida Grande", Arial, sans-serif;
}

#header p.moto {
	position: relative;
	top: 46px;
	color: #edf4d8;
	font-size: 18px;
	text-align: right;
}

/* Jobs */

.job dl {
	background: url(/images/grey.png) repeat-x;
	border-bottom: 1px solid #7c7c7c;
	margin-bottom: 1em;
	padding: 8px;
	font-family: Georgia, serif;
	font-size: 16px;
}

.job dt {
	font-weight: bold;
}

.job dd {
	font-style: italic;
	text-align: right;
}

.job dd span {
	clear: left;
	float: left;
	display: block;
	font-style: italic;
}

.project a img {
	clear: both;
	display: block;
	margin: 0 auto 10px auto;
}

/* Misc */

.strike {
	text-decoration: line-through;
}

.clear {
	clear: both;
}

/* @end */

@media screen {
	
	body {
		background: url(/images/bamboo.jpg) top center no-repeat;
	}
	
	.print {
		display: none;
	}
	
	#wrap {
		width: 640px;
		margin: 0 auto;
		color: #696969;
		text-align: left;
	}
	
	#header {
		height: 100px;
	}
	
	#header h1 {
		display: none;
	}

	#menu {
		position: absolute;
	}
	
	#menu ul {
		position: absolute;
		margin: 0;
		padding: 0;
		top: 8px;
		left: 540px;
		width: 120px;
		list-style: none;
	}
	
	#menu li {
		margin: 0;
		padding: 0;
	}

	#menu a {
		display: block;
		padding: 4px 0 4px 20px;
		height: 24px;
		border-bottom: 1px solid #d9d9d9;
		color: #7c7c7c;
		font-family: Georgia, serif;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	#menu a:hover {
		color: #738539;
	}

	#menu .active a, #menu .active a:hover {
		background: url(/images/grey.png) repeat-x;
		border-bottom: 1px solid #7c7c7c;
		color: #738539;
	}
	
	#my-sites {
		position: relative;
		top: 188px;
		left: 560px;
	}
	
	#my-sites a {
		display: inline;
		margin: 0 2px 0 0;
		padding: 0;
		border: none;
	}
	
	#my-sites a img {
		width: 16px;
		height: 16px;
	}
	
	#content {
		width: 480px;
		margin-left: 40px;
		font-size: 14px;
		line-height: 1.6;
	}
	
	#content h2 {
		font-size: 16px;
	}
	
	#footer {
		margin-left: 40px;
		padding: 60px 0 0 0;
		font-size: 11px;
		font-weight: bold;
	}
	
	#footer a {
		margin-left: 10px;
		text-decoration: none;
	}
	
	.dl-box {
		padding: 10px;
		text-align: center;
		background: #eee;
		border: 1px #7c7c7c dashed;
	}
}

@media print {
		
	body {
		margin: 0;
		padding: 0;
		font-size: 11px;
	}
	
	a[href]:after { /* Show Link Paths */
		content: " (" attr(href) ")";
	} 
	
	h1 {
		font-size: 16px;
	}

	h2 {
		font-size: 12px;
	}
	
	td {
		font-size: 11px;
	}

	#menu, #footer, .dl-box {
		display: none !important;
	}
	
	#wrap {
		text-align: left;
	}
	
	#header p.blurb {
		top: 0;
		right: 0;
		font-size: 16px;
	}
	
	#header p.moto {
		position: absolute;
		top: 18px;
		right: 0;
		font-size: 8px;
	}
	
	#content {
		clear: both;
	}

	.job dl {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	#contact_by
	{
		padding: 8px 0;
		background: #eee;
		border: 1px dashed #444;
		border-width: 1px 0;
		text-align: center;
	}
	
	#contact_by p {
		font-size: 12px;
	}

}