/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ebede1 url(../imgs/cube-bg.png) top center;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #333;	
	overflow-x: hidden; /* For Opera */
	-webkit-box-shadow:
		inset #c4d4a1 0 0 0 5px,
		inset #d4e3b2 0 0 0 10px,
		inset #e0eac9 0 0 0 15px;
	-moz-box-shadow:
		inset #c4d4a1 0 0 0 5px,
		inset #d4e3b2 0 0 0 10px,
		inset #e0eac9 0 0 0 15px;
	box-shadow:
		inset #c4d4a1 0 0 0 5px,
		inset #d4e3b2 0 0 0 10px,
		inset #e0eac9 0 0 0 15px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------
GENERAL STYLING 
--------------------------------------------------- */

#wrap {
	width: 80%;
/*	min-height: 600px;*/
	margin: 0 auto;
	padding: 0 0 2em 0;
	background: none;
	overflow: hidden;
}
a:link, a:visited {
	color: #acc900;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
}
/* ---------------------------------------------------
HEADER STYLING 
--------------------------------------------------- */
#header {
	min-width: 260px;
	width: 30%;
	padding: 2em 0 0 0;
	margin: 0 auto;
	position: relative;	
	background: #f5f6ed;
	border: 1px solid #999;	
	border-top: 0;
	border-color: rgba(153,153,153,.36);
	box-shadow: 0 0 0 2px #c0e001;
}
#header h1 {
	font-size: 1.8em;
	color: #666;
	text-indent: 26px;	
}
#header h2 {
	border-bottom: 1px solid #acc900;	
	text-indent: 26px;
	color: #999;
	font-style: italic;
}

/* hire me button */
#header a#hire:link, #header a#hire:visited {
	display: block;
	margin: 2em auto;
	width: 180px;
	height: 150px;
	background: transparent url('../imgs/cta-hire-me-sprite.png') no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#header a#hire:hover {
	background-position: 0 -180px;
}
#header a#hire:active, #header a#hire:focus {
	background-position: 0 -360px;
}
/* 
NOTE on background position:
Firefox can be a little buggy when you use the shorthand for the background position. To make sure your sprite works well - keep this rule long-hand, as shown above.

*/
p {
	width: 260px;
	margin: 1em auto;
	text-align: center;
	color: #c4d4a1;
}
p strong {
	display: block;
	font-size: 2em;
	font-weight: 100;
	color: #999;
}