/*
Brettharmon.net Stylesheet

Authored by Brett Harmon ©2008
brett@brettharmon.net
onehundredpercentalltalkie@yahoo.com
*/


/* 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 67.5%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	position: absolute;
	top: 3px;
	left: 5px;
	}
	
ol, ul {
	list-style: none;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
/* End Reset */


/* Basic Styles */

body {
	font-family: "lucida grande", "lucida", lucida, ariel, sans-serif;
	padding: 5px;
	}


/* Left Side.  Logo and Navigation */

#left {
	display: block;
	width: 200px;
	height: 760px;
	font-size: 1.1em;
	}
	
#left_nav {
	display: block;
	position: relative;
	right: 15px;
	top: 90px;
	text-align: right;
	line-height: 1.9;
	font-size: 1.2em;
	}
	
#left_nav a {
	text-align: right;
	line-height: 1.9;
	font-size: 1.1em;
	text-decoration: none;
	color: black;
	}
	
#left_nav a:hover {
	text-align: right;
	line-height: 1.9;
	font-size: 1.1em;
	text-decoration: none;
	color: #00adef;
	}

span#currentProject {
	text-align: right;
	line-height: 1.9;
	font-size: 1em;
	text-decoration: none;
	color: #00adef;
	font-weight: bold;
	}
	
#contactInfo {
	text-align: right;
	line-height: 1.4;
	font-size: 1.1em;
	text-decoration: none;
	color: black;
	}

	
/* Top.  Navigation */

#top {
	display: block;
	position: absolute;
	top: 41px;
	left: 258px;
	width: 600px;
	height: 30px;
	}
	
#top_nav {
	word-spacing: 18px;
	font-size: 2.4em;
	color: #00adef;
	}
	
#top_nav a {
	font-size: 1em;
	color: #00adef;
	text-decoration: none;
	}
	
#top_nav a:hover {
	font-size: 1em;
	color: black;
	text-decoration: none;
	}

span#currentPage {
	font-size: 1em;
	color: black;
	text-decoration: none;
	}

/* Main */

#main {
	display: block;
	position: absolute;
	left: 258px;
	top: 152px;
	font-size: 1em;
	}
	
#imageLinks {
	display: block;
	position: relative;
	top: 45px;
	word-spacing: 4px;
	font-size: 1em;
	color: #00adef;
	}
	
#imageLinks a {
	font-size: 1.1em;
	color: #00adef;
	text-decoration: none;
	}
	
#imageLinks a:hover {
	font-size: 1.1em;
	color: black;
	text-decoration: none;
	}
	
span#currentImage {
	font-size: 1em;
	color: black;
	text-decoration: none;
	}
	
#description {
	display: block;
	position: relative;
	width: 700px;
	height: 120px;
	top: 60px;
	font-size: 1.1em;
	color: black;
	line-height: 1.6;
	}
	
#longColumn {
	display: block;
	font-size: 1.3em;
	width: 600px;
	float: left;
	}

#column1 {
	display: block;
	font-size: 1.3em;
	width: 220px;
	float: left;
	}
	
#column2 {
	display: block;
	font-size: 1.3em;
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	}

#column3 {
	display: block;
	font-size: 1.3em;
	width: 220px;
	float: left;
	}



	
	
	
	
	
	
	