/* THE ERIC MYER CSS RESET */
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,
b, u, i, center,
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-size: 100%; 
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLING */
body {
	background: #fefdfe url(../images/layout_big.jpg) no-repeat scroll;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%; /* SETTING THE BASE FONT SO 1EM = 10PX */
	color: #0e2b56;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 3em 0;
}

a {
	color: #46689c;
	text-decoration:underline;
}

a.selected {
	font-weight:bold;
}


/* HEADINGS */

h1.heading {
	background-repeat:no-repeat;
	height: 4.7em;
	width: 43.4em;
}

h1.pz {
	margin-bottom: 0.5em;
	position: absolute;
	left: 2em;
}

h1.welcome, h1.education, h1.experience, h1.expertise, h1.graphics, h1.web {
	width: 29em;
	height: 4.7em;
	margin-left: 37em;
	margin-bottom:1.5em;
	}

h1.welcome {
	background-image:url(../images/header_welcome.png);
}

h1.education {
	background-image:url(../images/header_education.png);
}

h1.experience {
	background-image:url(../images/header_experience.png);
}

h1.expertise {
	background-image:url(../images/header_expertise.png);
}

h1.graphics {
	background-image:url(../images/header_graphics.png);
}

h1.web {
	background-image:url(../images/header_web.png);
}



/* NAV STYLING */
.navigation {
	position: relative;
	width: 43.4em;
	left: 3.5em;
	top: 1.5em;
}

.nav1 {
	font-size: 1.5em;
	position: absolute;
	right: 2.5em;
	top: 3.5em;
	}

.nav2 {
	font-size: 1.2em;
	position: absolute;
	right: 3.2em;
	top: 6.1em;
	}	

.nav1, .nav2 {
	clear: both;
}

.nav1 li, .nav2 li {
float: left;
}

.nav1 a, .nav2 a {
	color: #0e2b57;
	text-decoration:none;
}

.nav1 a:hover, .nav2 a:hover {
	text-decoration: underline;
}

/* CONTENT */
.content {
	position: relative;
	top: 12.4em;
	left: 4em;
	width: 65em;
	float: left;
}


.content .img {
	border: 1px solid #46689c;
}

.portfolioList {
	padding: 2.5em 0;
	background: url(../images/dotted.png) repeat-x;
	background-position: 0% 100%;
	float:left;
	clear:both;
}

.portfolioList .left {
	width: 26.5em;
	margin-right: 1.5em;
	float: left;
}

.portfolioList .right {
	float: left;
	width: 37em;
}

.portfolioList h1 {
	font-size:1.4em;
	margin-bottom: 0.5em;
}

/* FOR THE JAVASCRIPT */
.show {
	display: block;
}

.hide {
	display:none;
}

.showNav {
	display:block;
}

.hideNav {
	display:none;
}
