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: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #ddd;
}

a:link {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: normal;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: normal;
}

a:visited {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: normal;
}

a:active {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: normal;
}

/* TOOLTIP */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000;
	color: #fff;
	padding: 3px 5px 5px 5px;
	opacity: .9;
	margin: -10px 0 0 -10px;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-weight: bold;
}


/* PROJECTS */

#content {
	margin: 73px 10px 0 15px;
}

div#content div {
	float: left;
	margin: 0 0 15px 20px;
}

div#content div a img {
	width: 230px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
	border: 1px solid #333;
	box-shadow: 3px 3px 10px #000;
}

div#content div div.hidden {
	display: none;
}


/* TOP */

div#whitetop {
	position: fixed;
	z-index: 90;
	background-image: url(../img/whiteTop.png);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

div#navtop {
	border-bottom: 1px solid #000;
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 44px;
	top: 0px;
}

div#bkgbar {
	position: fixed;
	z-index: 99;
	background-color: #000;
	opacity: .5;
	width: 100%;
	height: 45px;
	top: 0px;
}

a#scottkellum {
	position: fixed;
	z-index: 100;
	background-color: #000;
	opacity: .8;
	top: 0px;
	left: 35px;
	padding: 14px 0 0 20px;
	width: 462px;
	height: 30px;
	border: 1px solid #000;
	border-top: none;
}

div#navtop div#contact {
	display: none;
	position: fixed;
	z-index: 100;
	background-color: #000;
	color: #fff;
	opacity: .9;
	top: 45px;
	left: 35px;
	padding: 8px 0 0 20px;
	width: 462px;
	border: 1px solid #000;
	border-top: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

div#navtop div ul {
	list-style: none;
	list-style-position: inside;
}

div#navtop div ul ul.col {
	float: left;
	width: 200px;
	padding: 0 20px 0 0px;
}

div#navtop div ul ul.col li {
	margin: 0 0 5px 0;
}

a#links {
	position: fixed;
	z-index: 100;
	background-color: #000;
	opacity: .8;
	top: 0px;
	left: 539px;
	padding: 14px 0 0 168px;
	width: 62px;
	height: 30px;
	border: 1px solid #000;
	border-top: none;
}

div#slinks {
	display: none;
	position: fixed;
	z-index: 100;
	background-color: #000;
	color: #fff;
	opacity: .9;
	top: 45px;
	left: 539px;
	padding: 8px 0 0 0;
	width: 230px;
	border: 1px solid #000;
	border-top: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

div#navtop div#slinks ul ul.col {
	margin: 0 0 10px 0;
	float: none;
}

div#navtop div#slinks ul ul li.title {
	width: 190px;
	padding: 3px 20px;
	margin: 0px;
	font-weight: bold;
	display: block;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

div#navtop div#slinks ul ul li a:link {
	width: 190px;
	padding: 3px 20px;
	margin: 0px;
	font-weight: bold;
	display: block;
	color: #999;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

div#navtop div#slinks ul ul li a:hover {
	display: block;
	color: #fff;
	background-color: #333;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

div#navtop div#slinks ul ul li a:visited {
	width: 190px;
	padding: 3px 20px;
	margin: 0px;
	font-weight: bold;
	display: block;
	color: #999;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

div#navtop div#slinks ul ul li a:active {
	width: 190px;
	padding: 3px 20px;
	margin: 0px;
	font-weight: bold;
	display: block;
	color: #999;
	text-decoration: underline;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

div#options {
	position: fixed;
	z-index: 100;
	background-color: #000;
	opacity: .8;
	top: 0px;
	left: 791px;
	padding: 4px 0 0 20px;
	width: 210px;
	height: 40px;
	border: 1px solid #000;
	border-top: none;
	text-align: left;
}

div#options form {
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

div#options form div.input {
	float: left;
	width: 103px;
	text-align: left;
}


/* FOOT */

div.clear {
	clear: both;
	height: 10px;
}

div#bottom {
	position: fixed;
	z-index: 90;
	background-image: url(../img/whiteBot.png);
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	text-align: left;
}

.copyright {
	margin: 3px 0 -3px 40px;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000;
	opacity: .5;
	letter-spacing: 1pt;
	word-spacing: 2pt;
}