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

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif;
}
.block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3em;
	background-color: #fff;
	z-index: 20;
}

.nav {
	font-size: 1.4em;
	line-height: .6em;
	width: 21.8em;
	padding: 1em 0 3em 1em;
	margin: 0;
	overflow-x: auto;
	overflow-y: auto;
	top: 2em;
	bottom: 0em;
	left: 3em;
	position: fixed;
}

.content {
	font-size: 1.2em;
	width: 54.1em;
	margin: 0 0 0 33em;
	position: relative;
	top: 1.9em;
	padding: .8em 0 2em 0;
	z-index: 1;
}
.content p {
	margin: 0 2em 1em 0;
	padding: 0;
	float: left;
	width: 20em;
	line-height: 1.3em;
}

.dotted {
	height: 1px;
	background-color: none;
	border-top: none;
	border-bottom: 1px dotted #000;;
	border-left: none;
	border-right: none;
	clear: both;
	margin: 0 0 1em 0;
}

hr {
	display: none;
}

u {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	
	width: 17.8em;
	
	padding: 0 0 .4em 0;	
	margin: 0;
}


.content img {
	padding: 0 0 2em 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.intro li {
	margin: 0 0 2em 0;
	text-decoration: none;
}

.header {
	margin: 0 0 .5em 0;
}

.work li, .details li {
	margin: 0 0 .6em 0;
}

.work a, .resume a, .details a {

	position: relative;
	left: -.75em;
	padding: 0 0 0 .75em;
}

.work a:hover, .resume a:hover, .details a:hover {
	background-image: url(/img/rollover.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.work img {
	margin: 0 0 1px 5px;
	border: none;
}

.hide {
	display: none;
}

.home {
	position: absolute;
	display: block;
	top: .7em;
	left: 0;
	
	width: 19em;
	height: 5.8em;
}

.home:hover {
	background-image: url(/img/rollover.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

.details .text {
	margin: -.3em 0 0 0;
	line-height: 1.2em;

	display: block;
	width: 17.8em;
}

#twitter_div u {
	border-bottom: 1px dotted #999;
}

#twitter_div {
	color: #999;
}

#twitter_div a {
	color: #999;
}

#twitter_div li {
	margin: 8px 0 3px 0;
}


#twitter_update_list {
	width: 18em;
	margin: 7px 0 0 0;
}

#twitter_update_list li {
	margin: 0 0 13px 0;
}

#twitter_update_list span {
	width: 100%;
	margin: 0 0 2px 0;
	display: block;
	line-height: 15px;
}

#twitter_update_list a:hover {
	color: #ccc;
}
