/* stylesheet for jimw.com */
/* copyright © 2004-2005 jim williams */

body {
	margin-top: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
}

div#title { /* this div is all so very wrong */
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: Verdana, sans-serif;
}
div#title table {
	width: 288px;
}
div#title td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
div#title td.date {
	text-align: right;
	white-space: nowrap;
}

div#right {
	position: absolute;
	top: 80px;
	left: 375px;
	width: 200px;
	background-color: #F0F0F0;
	padding: 4px;
}

.arrownav { margin-left: 250px; }

div#resume { margin-right: 150px; margin-left: 20px; }

.hidden { display: none; }

.nav { right: 0px; top: 0px; text-align: right; float: right; padding: 10px; }
.resright { position: absolute; right: 10px; top: 85px; width: 4em; text-align: left; }
.nav img { float: right; }
.navtext {
/*	white-space: nowrap;*/
	color: #999999;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #999999;
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	margin-top: 10px;
}
h2 { font-size: 24px; }

p, ul { font-size: 14px; line-height: 20px; }

img { border-style: none; }
img.pf { border: 1px solid #CCCCCC; }

div#resume h2 { font-size: 18px; margin-bottom: -0.8em; }
div#resume h3 { font-size: 14px; text-transform: uppercase; }
div#resume h4 { font-size: 14px; margin-left: 1em; margin-bottom: -1.2em; }
div#resume p { margin-left: 1em; }
ul.notop { margin-top: -1.33em; }

.nowrap { white-space: nowrap; }

.menu { margin-left: 294px; } /* leftover from er */

.caption { font-size: 13px; font-family: Georgia, Times New Roman, Times, serif; }
p.caption:first-line { font-weight: bold; }

.credit {
	color: #999999;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	bottom: 2px;
	margin-top: 30px;
}

.s { font-size: 11px; line-height: 14px; }
.ctr { text-align: center; }
.pnav { font-style: italic; font-weight: bold; }

/* forms */

.choices { font-size: 11px; line-height: 12px; }
fieldset { width: 16em; }
legend { color: #000000; font-size: 14px; }
input.votebtn { margin-top:10px; margin-bottom:10px; margin-left:90px; }
input, textarea { font-family: Verdana, sans-serif; }
input.line {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	color: #000000;
}
textarea { border: 1px solid #000000; background-color: #FFFFFF; color: #000000; }

.choices { margin-top:10px; margin-left:4px; }

.err { color: #FF0000; }
.output { font-weight: bold; }

/* links */

a:link, a:visited { text-decoration: none; color: #009900; }
a:active, a:hover { text-decoration: none; color: #000099; }

.credit a:link, .credit a:visited { color: #999999; }
.credit a:hover  { color: #000000; }

a:link.gray, a:visited.gray { text-decoration: none; color: #999999; }
a:active.gray, a:hover.gray { text-decoration: none; color: #000099; }

/*
div#title a:visited { color: #925C54; }
div#title a:hover { text-decoration: none; border-bottom-width: 1px; border-bottom-style: dashed; }
*/
