@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;
}

/* 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: 175%;
	margin-right: 60px;
}

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-bottom: 5px;
	margin-top: 10px;
}

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;
}

#content a:link,
#content a:visited {
	font-weight: bold;
	color:#068ca0;
	text-decoration:none;
}

#content a:hover,
#content a:active {
	font-weight: bold;
	color:#068ca0;
	border-bottom: 1px dashed #068ca0;
	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;
	background-color: #068ca0;
}

#navcontainer {
	float:left;
	margin-left: 100px;
	margin-top: 50px;
	width:215px;
	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;
	border-bottom: 1px dashed #333;
}

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

ul.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	letter-spacing: 0.02em;
}

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

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

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

ul.nav a:hover {
	text-decoration:none;
	color:#068ca0;
}

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

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

body#self a#selfLink,
body#chateau a#chateauLink,
body#compeprice a#compepriceLink,
body#werkhaus a#werkhausLink,
body#move a#moveLink,
body#church a#churchLink,
body#indivisio a#indivisioLink,
body#signage a#signageLink,
body#grad a#gradLink,
body#pitt a#pittLink,
body#cage a#cageLink,
body#web a#webLink,
body#drawing a#drawingLink,
body#litho a#lithoLink,
body#painting a#paintingLink,
body#rereading a#rereadingLink,
body#women a#womenLink,
body#house a#houseLink,
body#fitwits a#fitwitsLink,
body#koyaan a#koyaanLink {
	color:#068ca0;
	font-weight: bold;
}	

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;
}
