body {
	margin: 50px 100px 0 100px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	min-width: 760px;
	height: auto;
}

a {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	padding: .5em 0 .1em 0;
	border-bottom: 1px solid #666666;
}

h2 {
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: -.5em;
	padding: 0;
}

/* header */

#banner {
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	position: relative;
	overflow: hidden;
	height: 1%;
}

#name {
	font-size: 3em;
}

#name a {
	color:  #333333;
}

#tagline {
	font-size: 1.5em;
}

#tagline a {
	color: #666666;
}

#nav {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;	
}

#nav ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
}

#nav ul li {
	display: inline;
	padding-left: 30px;
	font-size: 1.5em;
}

#nav ul li a {
	color: blue;
}

#nav ul li a:hover {
	border-bottom: 2px solid red !important;
}

#nav ul li a.currentlink {
	color: #333333 !important;
}

#nav ul li a.currentlink:hover {
	border: none !important;
}



/* body */

#content {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1em 0 0 0;
}

.project {
	margin-bottom: 3em;
	background-color: #dddddd;
}

.project-samples {
	float: left;
	width: 156px;
	padding: 20px;
}

.samples {
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
}

.samples a img {
	border: 1px solid #666666;
	padding: 3px;
	background-color: #eeeeee;
	margin-bottom: .5em;
}

.samples a:hover img {
	border: 1px solid blue;
}

.project-text {
	margin-left: 196px;
	padding-left: 20px;
	background-color: white;
}

.project-text ul {
	margin-top: -1em;
}

.project-text ul li {
	font-size: .9em;
	line-height: 1.35em;
	padding-top: .25em;
}


/* resume */

#resume {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1em 0 0 0;
}

#resumedl {
	font-size: .9em;
	font-weight: lighter;
	float: right;
}

.doc {
	padding-left: 20px;
	background-image: url(../assets/icons/doc.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pdf {
	padding-left: 20px;
	background-image: url(../assets/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#resume h1 {
	font-weight: normal;
	font-size: 1.25em;
	padding: .2em 0 .1em 0;
	border-bottom: 1px solid #666666;
}

#resume ul {
	margin-top: -.1em;
}

#resume ul li {
	font-size: .9em;
	line-height: 1.35em;
	padding-top: .25em;
}


