@charset "UTF-8";
/* CSS Document */


/* TO MAKE IT SO THERE'S NO BORDER AROUND IMAGE LINKS */
fieldset,img { 
	border: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image:url(0%20images/main/backgroundtop.gif);
	background-repeat: repeat-x;
}

/* TEXT */

#header h1 {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif
	font-weight: normal;
	font-size:1.5em;
	color: #fff;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}


h1 {
	margin:0;
	margin-bottom: 10px;
	margin-right: 50px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 140%;
	color: #333;
}

p {
	font-family: Arial, Helvetica, sans-serif
	margin:0;
	padding:0;
	font-size: 1.3em;
	margin-top:5px;
	margin-right:60px;
	line-height:175%;
}

p.intro {
	font-size: 1.5em;
	line-height: 200%;
	margin-right: 90px;
	color: #333;
}

p.caption {
	clear: both;
	font-style: italic;
	line-height: 150%;
}

p.line {
	clear: both;
	border-bottom: 1px dashed #068ca0;
}

p.resume {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 150px 0 0;
	padding:0;
	font-size: 1.2em;
	line-height: 160%;
}

p.resumeitalic {
	font-family: Arial, Helvetica, sans-serif;
	margin:0 150px 0 0;
	padding:0;
	font-size: 1.2em;
	line-height: 150%;
	font-style: italic;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #333;
}

h2.resume {
	border-bottom: 1px dashed #068ca0;
	margin-right: 100px;
	margin-top: 20px;
}

#footer a:link,
#footer a:visited {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: normal;
	color: #068ca0;
}

#footer a:hover,
#footer a:active {
	font-weight: normal;
	color:#fff;
	background-color:#068ca0;
	text-decoration:none;
}

h3 {
	color: #666;
	font-style: regular;
	font-size: 1.2em;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

h3.resume {
	color: #000;
	font-style: normal;
	font-size: 1.2em;
	line-height: 150%;
	margin: 15px 0 0 0;
	padding: 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0;
	padding-left: 100px;
	margin:0;
	margin-top: 15px;
	font-size: 1.4em;
	color: #999;
}

#content a:link,
#content a:visited {
	font-weight: normal;
	color:#fa640a;
	text-decoration:none;
}

#content a:hover,
#content a:active {
	font-weight: normal;
	color:#fff;
	background-color:#fa640a;
	text-decoration:none;
}


/* DIVS */

#wrapper {
	margin-left: 0;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	background: #fff;
}

#header {
	margin-left: 0;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:0px;
	height: 50px;
}

#navcontainer {
	float:left;
	margin-top: 50px;
	width:315px;
	padding-right: 35px;
	position: absolute;
	line-height: 1.7em;
}

#secondarynavcontainer {
	float:left;
	width:230px;
}

#content {
	float:left;
	width:650px;
	margin-top: 50px;
	margin-left: 400px;
}

#footer {
	position: absolute;
	top: 650px;
	left: 100px;
	width: 250px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#text {
	float:right;
	clear:both;
	width:542px;
	padding: 10px;
	padding-top: 0;
	padding-left: 18px;
	padding-right:20px;
}

/* OTHER */

#content img {
	margin: 0;
	padding: 0;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* MAIN NAV -- identification is attached to the "ul" tag so that I can have a you-are-here marker on both navigation bars */

ul#print a#printLink,
ul#interactive a#interactiveLink,
ul#motion a#motionLink,
ul#writing a#writingLink,
ul#trad a#tradLink {
	color: #068ca0;
}

ul#resume a#resumeLink  {
	color: #068ca0;
}

ul.nav {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-size: 1.15em;
	letter-spacing: 0.02em;
}

ul.nav a {
	display:block;
	padding: 0;
	padding-left: 100px;
	margin-bottom: 3px;
}

ul.nav li {
	/* so IE displays correctly */
	display:inline;
	/*end of IE hack */
	height: 15px;
	line-height: 15px;
}

ul.nav a:link, a:visited {
	text-decoration:none;
	color: #333;
}

ul.nav a:hover {
	text-decoration:none;
	color:#068ca0;
	background-image:url(0%20images/main/rolloverimage1.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}


li.orange a {
	text-decoration: none;
	color: #ff9933;
}

/* SECONDARY NAV -- id is attached to the "body" tag */

body#thesis a#thesisLink,
body#products a#productsLink,
body#cumulus a#cumulusLink,
body#house a#houseLink,
body#self a#selfLink,
body#cage a#cageLink,
body#creativecenter a#creativecenterLink,
body#journal a#journalLink,
body#movethemusic a#movethemusicLink,
body#rereading a#rereadingLink,
body#koyaanisqatsi a#koyaanisqatsiLink,
body#traditional a#traditionalLink,
body#writing a#writingLink,
body#women a#womenLink,
body#fitwits a#fitwitsLink {
	color:#068ca0;
	background-image:url(0%20images/main/rolloverimage1.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}	

ul#secondnav {
	list-style-type:none;
	padding: 0;
	padding-left: 20px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	letter-spacing: 0.01em;
	float:left;
}

ul#secondnav li {
	/* so IE displays correctly */
	display:inline;
	/*end of IE hack */
	height: 15px;
	line-height: 15px;
}

ul#secondnav a {
	display:block;
	padding: 0;
}

ul#secondnav a:link, a:visited {
	text-decoration:none;
	color: #333;
}

ul#secondnav a:hover {
	color:#068ca0;
}


/*html hacks */

* html ul.nav a {
	height: 1px;
}

* html ul.nav a:visited {
	text-align: right;
	padding: 0;
	margin:0;
}

