BODY {
	background: #fff;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: .9em;
	color: #282828;
}
A {
	text-decoration: none;
	color: #072e62;
}
IMG {
	border: none;
}
H2 {
	font-weight: normal;
	font-size: 1.7em;
	color: #000;
	margin: .3em 0 0 0;
	padding: 0;
}


#logo {
	width: 100%;
	background: url('img/pattern.gif');
	padding: 16px 0;
}
#logo IMG {
	margin-left: 24px;
}


/*

NAVIGATION ROWS

*/
#nav {
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	text-transform: uppercase;
}
#nav #toprow {
	width: 100%;
	background: #ececec;
}
#nav #topline {
	width: 100%;
	height: 3px;
	background: #d3d3d3;
}
#nav #links DIV {
	position: relative;
	float: left;
	margin: 0;
	padding: 6px 20px;
	background: #ececec;
}
#nav #links DIV A:hover, #nav #sublinks DIV A:hover {
	color: #051933;
}
#nav #links DIV.selected {
	background: #adadad;
}
#nav #sublinks {
	margin-left: 13em;
}
#nav #sublinks DIV {
	position: relative;
	float: left;
	margin: 0;
	padding: 6px 20px;
	background: #ececec url('img/sublinks_bg.png') repeat-x;
}
#nav #sublinks DIV.selected {
	background-color: #bdbdbd;
}

/*
this isn't supported in older versions of IE
and i really don't care
*/
#nav #links, #nav #sublinks {
	min-width: 650px;
}

#page {
	position: relative;
	margin-bottom: 60px;
}


#col_left {
	width: 500px;
	margin: 50px 0 0 60px;
}

.big_blocks {
	margin-left: 60px;
}
.big_blocks H2.first {
	margin-top: 0;
}
.big_blocks H2 {
	margin: 30px 0 10px 0;
}
.big_blocks P {
	margin: 0 0 20px 0;
	font-size: 1.1em;
}

#dev_design_image {
	position: absolute;
	top: 20px;
	left: 650px;
	background: #d5e2f3;
}
#dev_design_image IMG {
	border: 1px solid #072e62;
}
#dev_design_image P {
	font-size: .8em;
	width: 246px;
	padding: 0 10px 10px 10px;
}

.left_list {
	margin-left: 60px;
}
.left_list H2 {
	font-size: 1.1em;
	margin: 10px 0 20px 0;
}
.left_list UL {
	margin: 0;
	padding: 0;
}

.left_list LI {
	font-size: 1.3em;
	margin: 0 0 .8em 0;
}
.left_list UL.characteristics LI {
	list-style-image: url(img/bullet.gif);
}

.left_list UL.skillset  { 
	list-style-type: none; 
}


.subsub {
	color: #000;
}


/**
//////////////////////////////////////////////////////
PROJECTS

**/
#project_text {
	width: 380px;
	margin: 0 0 0 60px;
	padding-top: 26px;
}
#project_text #subtitle {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	color: #888;
}
#project_text #title {
	font-size: 2.6em;
	margin-bottom: 20px;
}
#project_text #details {
	margin-bottom: 20px;
	font-size: .8em;
	color: #666;
}
#project_text #description {
	line-height: 135%;
}

#project_images {
	position: absolute;
	left: 480px;
	top: 50px;
}
#project_images IMG {
	top: 0;
	left: 0;
}

#img_nav_container {
	font-family: Arial;
	position: absolute;
	top: -30px;
	left: 0;
	width: 434px;
	font-size: .7em;
}

#img_nav {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
}
#img_nav UL {
	list-style: none;
	position: relative;
	left: -50%;
}
#img_nav LI {
	margin: 0 4px;
	padding: 1px 2px;
	float: left;
	position: relative;
}
#img_nav LI.num {
	background: #d0d8e1;
	color: #fff;
}
#img_nav LI.selected {
	background: #163b6b;
}
#img_nav LI.selected A {
	color: #fff;
}


/*
#project_images #img_nav {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 492px;
	text-align: center;
	font-size: .7em;
}
#project_images #img_nav .label {
	font-size: .7em;
	margin-top: 3px;
}

#project_images #img_nav DIV {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	margin: 0 5px;
}
#project_images #img_nav DIV.num {
	background: #d0d8e1;
	padding: 1px 2px;
}
#project_images #img_nav DIV.selected {
	background: #163b6b;
	color: #fff;
}
#project_images #img_nav DIV.selected A {
	color: #fff;
}
*/


UL.tasks {
	margin-left: 0;
	padding-left: 2em;
	font-size: 1.1em;
}

UL.tasks  LI {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 115%;
}
.note {
	margin-top: 3em;
	font-size: .8em;
	line-height: 120%;
	color: #444;
	font-style: italic;
}


.archive_summary {
	width: 500px;
	margin: 30px 0 0 60px;
}
#archive_projects {
	max-width: 950px;
	margin-left: 60px;
}
.archive_project {
	position: relative;
	float: left;
	margin: 30px 60px 40px 0;
	padding: 4px;
	width: 400px;
	border: 1px solid #999;
	background: #dfdfdf;
}
.archive_image {
	left: 60px;
}
.archive_text {
	padding: 8px;
}
.archive_text P {
	margin-top: 5px;
}
.archive_text H3 {
	margin: 10px 0 0 0;
}



/**
//////////////////////////////////////////////////////
PAGE FOOTER

**/
#footer {
	position: fixed;
	bottom: 0;
	background: #c8c8c8 url('img/footer.gif') repeat-x;
	width: 100%;
	padding: 24px 0 10px 0;
	min-width: 650px;
}
#footer .element {
	padding: 0 30px 0 20px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
