/* CSS Reset - Eric Meyer's */

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: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	color: black;
	line-height: 1;
	width:960px;
	margin:0 auto;
	background:#FFFFFF;
	}
	
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: "" "";
}

/* CUSTOM STYLES */

#site-wrapper {
}
	
#splash-wrapper {
	margin-top:25%;
}
	
#splash-wrapper-inner {
	background:url("../images/splashpage_entr.png") no-repeat top left;
	width:550px;
	height:80px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#splash-wrapper-inner h3 {
	bottom:0;
	font-size:1em;
	margin:0;
	padding:0;
	height:18px;
	position:absolute;
}

#splash-wrapper-inner h3 a {
	display:block;
	text-indent:-99999px;
	width:550px;
	height:18px;
	float:left;
}

/* Link Specific Styles */

/* RESUME */

#splash-wrapper-inner h3#resume {
	top:31px;
	left:203px;
	width:53px;
}

#splash-wrapper-inner h3#resume a:link,
#splash-wrapper-inner h3#resume a:visited  {
	top:31px;
	left:203px;
	width:53px;
}

#splash-wrapper-inner h3#resume a:hover,
#splash-wrapper-inner h3#resume a:active  {
	background:url("../images/splashpage_entr.png") no-repeat -203px -111px;
	top:31px;
	left:203px;
	width:53px;
}

/* PORTFOLIO */
#splash-wrapper-inner h3#portfolio {
	top:31px;
	left:293px;
	width:116px;
}

#splash-wrapper-inner h3#portfolio a:link,
#splash-wrapper-inner h3#portfolio a:visited  {
	top:31px;
	left:293px;
	width:116px;
}

#splash-wrapper-inner h3#portfolio a:hover,
#splash-wrapper-inner h3#portfolio a:active  {
	background:url("../images/splashpage_entr.png") no-repeat -293px -111px;
	top:31px;
	left:293px;
	width:116px;
}

/* EMAIL */
#splash-wrapper-inner h3#email {
	top:53px;
	left:6px;
	width:212px;
}

#splash-wrapper-inner h3#email a:link,
#splash-wrapper-inner h3#email a:visited {
	top:53px;
	left:6px;
	width:212px;
}

#splash-wrapper-inner h3#email a:hover,
#splash-wrapper-inner h3#email a:active {
	background:url("../images/splashpage_entr.png") no-repeat -6px -133px;
	top:53px;
	left:6px;
	width:212px;
}
