
/* ---------- HTML ---------- */

body {
	margin: 0px;
	padding: 0px;
	background: #222222 no-repeat;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
	font-size: small;
	letter-spacing: .04em;
	color: #eeeeee;
	}

h1, h2, h3, h4 {
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 0px;
	}

h1 {
	font-size:90%;
	font-weight: bold;
	color: #eeeeee;
	}

h2 {
	font-size:90%;
	font-weight: normal;
	color: #eeeeee;
	}

h3 {
	font-size:90%;
	font-weight: bold;
	color: #27aefb;
	}

h4 {
	font-size:90%;
	font-weight: normal;
	color: #27aefb;
	}

a {
	color:#27aefb;
	text-decoration:none;
	}

a.hover {
	text-decoration:underline;
	}

a.visited {
	color:#547848;
	text-decoration:none;
	}

a.active {
	color:#693;
	}

div.float {
  float: left;
  }

img {
	border: 0;
	}

img.border {
	border: 1px solid #151515;
	margin-right: 10px;
	margin-bottom: 5px;
	}

p {
	line-height: 150%;
	text-align:justify;
	font-size: 90%;
	}

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	padding-top: 0;
	margin-top: 0;
	}

ul {
	line-height: 150%;
	}

/* ---------- ID's ---------- */

#container {
	background: url(../img/bg.jpg) no-repeat;
	width: 734px;
	min-height: 700px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 100px;
	padding-left: 20px;
	padding-right: 220px;
	}

#header {
	width: 1024px;
	height: 99px;
	position: relative;
	}

#banner {
	position: absolute;
	margin-top: 0px;
	}

#nameplate {
	position: absolute;
	margin-left: 94px;
	margin-top: 72px;
	}

#nav {
	margin: 0;
	padding: 40px 0 0;
	list-style: none;
	float: left;
	width: 191px;
	}

#nav a {
	border: none;
	color: #777777;
	font-weight: normal;
	text-align: right;
	text-decoration:none;
	}
	
#nav a:hover {
	color: #eeeeee;
	font-weight: normal;
	}

#nav li {
	line-height: 140%;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: right;
	}

body#portfolio #t-portfolio a, body#resume #t-resume a, body#contact #t-contact a {
	color: #27aefb;
	font-weight: bold;
	letter-spacing: .06em;
	}

#content {
	padding-top: 42px;
	width: 453px;
	min-height: 580px;
	clear: right;
	float: right;
	}

/* ---------- Classes ---------- */

.muted {
	color: #777777;
	}

.thumbs {
	padding-bottom: 20px;
	}
