@charset "utf-8";

/* KurtisHarris.COM - CLEAN INTERFACE */

/* SITE STRUCTURE */

html, body {
	background-color: #FFFFFF;
	color: #73828c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
}

div#outer {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	width: 1024px;
}

	div#inner {
		height: auto !important;
		height: 100%;
		margin: 0 auto;
		min-height: 100%;
		position: relative;
		width: 1024px;
	}


/* PAGE STRUCTURE */

div#header {
	height: 75px;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 1024px;
}

div#content {
	font-size: 12px;
	padding: 0;
	position: relative;
	width: 1024px;
}

	table.contentTable {
		width: 1024px;
	}

		td.siteNavigation {
			padding: 13px 0px 50px 0px;
			text-align: left;
			vertical-align: top;
			width: 128px;
		}

		td.siteSpacer {
			padding: 0;
			width: 16px;
		}

		td.pageContent {
			padding: 0px 0px 50px 0px;
			vertical-align: top;
			width: 736px;
		}

		td.sectionNavigation {
			padding: 13px 0px 50px 0px;
			text-align: right;
			vertical-align: top;
			width: 128px;
		}

div#footer {
	bottom: 0px;
	height: 32px;
	margin: 10px 0;
	position: absolute;
	text-align: center;
	width: 1024px;
}


/* HOME PAGE CONTENT */

table.updates {
	width: 100%;
}

	.updates td {
		vertical-align: middle;
	}

	td.updatesImages {
		width: 55px;
	}

	td.updatesText {
		vertical-align: top;
		width: 681px;
	}


/* PROJECTS PAGES CONTENT */

p.projectsTitle {
	font-weight: bold;
}


/* LINKS PAGES CONTENT */

table.linksTable {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

	.linksTable td {
		vertical-align: top;
		width: 50%;
	}

	.linksTable ul {
		list-style: disc;
		margin: 0;
		padding-left: 15px;
	}

	td.linksTitle {
		font-weight: bold;
		height: 24px;
		vertical-align: bottom;
	}


/* LINK FORMATTING */

a img {
	border: none;
	outline: none;
}

a {
	color: #6c166d;
	outline: none;
	text-decoration: none;
}


/* TEXT FORMATTING */

p.centered {
	text-align: center;
}