/*-----------------------------------------------------------------------------
Five-Nine Creative Style Sheet 

version:   1.2
author:    kris triplett
email:     kris@fivetonine.net
website:   http://www.fivetonine.net/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  	margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}
html, body {
	height: 100%;
	}
#container {
	position: relative;
	height: auto!important;
	height: 100%;
	min-height: 100%;
	}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  font: 60%/1.6 Helvetica, Tahoma, Verdana, sans-serif;
  color: #acacac;
}

h1{
	font-size: 3.0em;
	font-family: Trajan Pro, Verdana, Tahoma, sans-serif;
	text-align: center;
	margin: 100px auto 0 auto;
	}

h2 {
	font-size: 2.0em;
	font-family: trajan pro, verdana, tahoma, sans-serif;
	margin: 0 15px;
	}

/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #acacac;
	text-decoration: none;
	font-size: 1em;
}
a:focus, a:active {
	outline: none;
	}
a:hover {
	color: #5970bf;
	}
/* =Header
-----------------------------------------------------------------------------*/
#header {
	position: absolute;
	font-size: 2.0em;
    left: 0;
    top: 0;
    padding: 0;
	width: 100%;
	min-width: 800px;
	color: #acacac;
	background: transparent url(../images/header_bg.png) no-repeat scroll 0 0; 
	height: 100px;
	z-index: 11000;
	}
#header img {
	position: absolute;
	top: 0;
	left: 0;
	}
#header ul {
	list-style: none;
	margin: 50px auto 0 33%;
	}
#header ul li {
	display: inline;
	margin: 0 15px;
	}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	z-index: 9000;
	margin: 1em auto 5em;
	width: 850px;
	}
#about p{
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 10px auto;
	width: 500px;
	}
#content p.space {
	height: 50px;}
.proj {
	clear: both;
	margin: 20px auto;
	border-bottom: 1px solid #acacac;
	height: 220px;
	}	
.proj img {
	float: left;
	display: inline;
	margin-right: 20px;
	}	
.projDesc {
	font-size: 1.8em;
	line-height: 1.3em;
	}
#about, #projects, #contact {
	padding-top: 15px;}
	
#projects, #contact {
	}	

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	font-size: 1.0em;
	color: #918f8f;
	width: 100%;
	margin-bottom: 10px;
	}
#footer ul {
	width: 850px;
	margin: 0 auto;
	list-style: none;
	}
#footer ul li {
	display: inline;
	margin: 0 10px;
	}
	
/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
 	padding: 0 0 20px 0;
	border: none;}
legend, label {
	padding: 0 15px;
	}
label {
	display: block;
	}
input[type="text"] {
	width: 200px;
	}	
input[type="text"], textarea {
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
form p {
	margin-top: 0;
	}
/* =Tables
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}
