@charset "utf-8";
/* CSS Document */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font:10pt Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.75em;
}

/* Layout-------------------------------------------------------*/
#container {
	width:960px;
	text-align:left;
}
#top {
	position:relative;
	height:22px;
	margin-top:20px;
}
#logo {
	float:left;
	width:103px;
}
#nav {
	position:absolute;
	left:143px;
	font-size:12pt;
	padding-top:3px;
	overflow:hidden;
}
#main {
	clear:both;
	margin:20px 0px 10px 143px;
}
#copy {
	font-size:8pt;
	color:#ddd;
	border-top:1px solid #ddd;
	margin-left:143px;
	clear:both;
}

/* Links-------------------------------------------------------*/
#nav a {
	color:#22b9ff;
	text-decoration:none;
	margin-right:20px;
}
#nav a:hover {
	border-top:2px solid #d3d3d3;
}
#phome #nav a#lhome, #pabout #nav a#labout, #pprojects #nav a#lprojects, #ptutorials #nav a#ltutorials, #pbooks #nav a#lbooks, #pcontact #nav a#lcontact {
	border-top:2px solid #67cfff;
}
a, a:visited {
	color:#0782ba;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.title, a.title:visited {
	color:#333;
	text-decoration:none;
}
a.title:hover {
	text-decoration:underline;
}
/* Tables-------------------------------------------------------*/
form th {
	text-align:right;
	border-right:1px solid #ccc;
	padding:4px 8px 4px 0px;
	vertical-align:top;
}
form td {
	padding:4px 0px 4px 8px;
	vertical-align:top;
}
table.zebra .shaded {
	background-color:#e5e5e5;
}
table#books td.img {
	width:97px;
	vertical-align:middle;
}
img.amazonimg {
	padding-top:5px;
}

table#books td.info {
	vertical-align:top;
}
table#aboutme td {
	vertical-align:top;
}
/* Images-------------------------------------------------------*/
img.right, img.left {
	padding:8px;
	background-color:#f4f4f4;
	border:1px solid #e1e1e1;
}
img.right {
	margin:10px 0px 10px 10px;
}
img.left {
	margin:10px 10px 10px 0px;
}
/* Text-------------------------------------------------------*/
span.projecttitle {
	font-weight:bold;
	font-size:12pt;
}