/* Reset styles, for Blank Slate purposes. Extended from Eric Meyer’s Reset CSS: http://meyerweb.com/eric/tools/css/reset/index.html */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/* See also main-lteIE7.css */
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset styles */

html {
	background-color: #999;
/*	background: #999 url(../images/verticalrhythm.png) top left repeat;*/
	font: 112.5% 'Georgia', serif; /* Vertical rhythm: 18 pixels */
}

body {
	position: relative;
	width: 45em;
	margin: 2em auto;
	-webkit-box-shadow: 0 0 3em #000;
	padding: 1.5em;
	background-color: #fff;
/*	background: #fff url(../images/verticalrhythm.png) top left repeat;*/
	color: #000;
}

body:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}/* Contains descendant floats. See also main-lteIE7.css */

a {
	text-decoration: underline;
}

a:link,
a:hover,
a:active {
	color: #03f;
}

a:visited {
	color: #909;
}



header {
	margin-bottom: 1.444em;/* 26px */
	border-bottom: solid 1px #999;
}

header h1 {
	font-size: 4em;/* 72px */
}

header h2 {
	font-size: 1.5em;/* 27px */
	line-height: 1.334;/* 36px */
}



#message {
	padding-bottom: 2em;
}

#message p {
	margin-bottom: 1.125em;/* 18px */
	font-size: .889em;/* 16px */
	line-height: 1.125;/* 18px */
}



#personal_projects h1,
#elsewhere h1 {
	font-size: .889em;/* 16px */
	line-height: 1.125;/* 18px */
	font-weight: bold;
}



#elsewhere {
	float: right;	
}

#elsewhere ul {
	clear: right;
	height: 90px;
}

	#elsewhere li {
		display: inline;
	}

		#elsewhere li a {
			float: left;
			width: 90px;
			height: 90px;
			margin-left: 18px;
			background-image: url(../images/sprite.png);/* See also lte-IE6.css */
			text-indent: -9999px;
		}

		#elsewhere li:first-child a {
			margin-left: 0;
		}
		
		/* The Poppy icon is at 0px */
		
		#elsewhere #linkedin {
			background-position: 0 -90px;
		}

		#elsewhere #stackoverflow {
			background-position: 0 -180px;
		}

		#elsewhere #pinboard {
			background-position: 0 -270px;
		}



#personal_projects {
	overflow: hidden;/* Take up the remaining horizontal space left by #elsewhere. */
	padding-right: 2em;/* 36px */
}

	#personal_projects ul {
		list-style-type: disc;
		margin-left: 2em;/* 36px */
	}

		#personal_projects ul li {
			margin: .563em 0;/* 9px 0 */
			font-size: .889em;/* 16px */
			line-height: 1.125;/* 18px */
		}



.poppy-appeal {
	position: absolute;
	left: 50%;
	top: .8em;
	margin-left: 5.5em;
}

	.poppy-appeal a {
		display: block;
		width: 88px;
		height: 88px;
		background-image: url(../images/sprite.png);/* See also lte-IE6.css */
		background-position: 0 -352px;
		text-indent: -9999px;
	}

footer {
	position: absolute;
	left: 1.5em;/* 27px */
	bottom: 0;
}

footer p {
	font-size: .667em;/* 12px */
	line-height: 2.25;/* 27px */
}

/* Mobile WebKit styles */
@media screen and (max-device-width: 1024px) {
/*	h1 {
		margin-top: .5em;
	}

	.poppy-appeal {
		position: static;
		margin-left: 0;
		padding-top: .5em;
	}
	
		.poppy-appeal a {
			margin: 0 auto;
		}*/
}

