/*-----------------------------------------------------------------------------

Master Style Sheet



version:   2.0

author:    Nathan Frerichs

email:     nathan@nathanfrerichs.com

website:   http://www.nathanfrerichs.com

-----------------------------------------------------------------------------*/


@font-face {
	font-family: "Junction.otf";
	src: fonts/Junction.otf format("opentype");
}

body {
	font-family: Junction, Helvetica, Arial, Tahoma, sans-serif;
	font-size:62.5%;
	color:#2c3d52;
	background-color:#eceff3;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 78px;
}

a {
	color:#2c3d52;
}

a:visited {
	color:#2c3d52;
}
/*---------------------------------------------------------

	Header: Logo & Nav

-----------------------------------------------------------*/

div.header {
	width: 1020px;
	margin: 0 auto;
	padding-left: 50px;
	text-align: left;
}

h1 {
	width: 279px;
	height: 137px;
	float: left;
	margin-left: 50px;
	text-indent: -9000px;
	background-image:url(../images/nathanfrerichs.png);
}

h2 {
	height:48px;
	font-size: 2.4em;
	letter-spacing: .5em;
}


/*---------------------

	Main Navigation

-----------------------*/

ul.nav {
	margin-top: 51px;
	margin-right: 50px;
	width: 325px;
	height: 50px;
	float:right;
}

ul.nav li {
	float:left;
}

li#portfolio a {
	display: block;
	width:130px;
	height:50px;
	text-indent:-2000px;
	background-image: url(../images/nav/portfolio.jpg);
}

li#portfolio a:hover {
	background-image: url(../images/nav/portfolio.jpg);
	background-position: bottom;
}

li#resume a {
	display: block;
	text-indent:-2000px;
	width:100px;
	height: 50px;
	background-image: url(../images/nav/resume.jpg);
}

li#resume a:hover {
	background-image: url(../images/nav/resume.jpg);
	background-position: bottom;
}

li#contact a {
	display: block;
	text-indent:-2000px;
	width: 88px;
	height: 50px;
	background-image: url(../images/nav/contact.jpg);
}

li#contact a:hover {
	background-image: url(../images/nav/contact.jpg);
	background-position: bottom;
}




/*---------------------------------------------------------

	Footer

-----------------------------------------------------------*/

.footer hr {
	visibility:visible;
	margin-top:50px;
	margin-right:300px;
	margin-bottom:20px;
	margin-left:300px;
}

.footer p {
	margin-bottom:10px;
	font-size:1.2em;
}

.footer ul.nav {
	width:100%;
	margin: 0 auto;
	text-align:center;
}

.footer ul.nav li {
	display:inline;
	float:none;
	margin-left:10px;
}

.footer ul.nav li a {
	text-decoration:none;
	margin-right:15px;
}

.footer ul.nav li a:visited {
	color:#2c3d52;
}

.footer ul.nav li a:hover {
	color:#fff;
}




/*---------------------------------------------------------

Miscellaneous

-----------------------------------------------------------*/



hr {
	clear: both;
	visibility:hidden;
	}