div#intro
{
	line-height: 1.3em;
	margin-bottom: 1em;
}
div#intro p
{
	margin: 0 0 .1em 0;
}

div#projects
{
	float: left;
	margin-right: 20px;
	width: 450px;
}

div#projfooter
{
	clear: both;
}

#main #projects h2 a
{
	color: #666666;
	text-decoration: none;
}
#main #projects h2 a:hover
{
	text-decoration: underline;
}

.who
{
	font-size: 0.9em;
}

.project, .activeProject
{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #cccccc;
	font-size: 0.8em;
}
div#projects h2
{
	font-size: 1.2em;
}
.details
{
	display: none;
	margin-top: 5px;
}
.activeProject .details
{
	display: block;;
}
.desc
{
	font-size: 0.9em;
	margin-top: 0.2em;
}
.link
{
	margin-top: 0.6em;
}
#main .link a
{
	text-decoration: none;
}
#main .link a:hover
{
	text-decoration: underline;
}

.image, .image img
{
	width: 240px;
	height: 180px;
}
.image
{
	margin-bottom: 0.3em;
	margin-bottom: 0.6em;
}
.image img
{
	border: 1px solid #CCCCCC;
}

.date
{
	padding-left: 10px;
	display: none;
}

.activeProject .date
{
	display: inline;
}


.tech, .date, #tech *, #tech a
{
	color: #999999;
}

#tech h3
{
	color: #888888;
}

#tech a
{
	text-decoration: none;
}
#tech a:hover
{
	text-decoration: underline;
}
#tech .submit
{
	background-color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #444444;
	border: 1px solid #aaaaaa;
	padding: 2px;
	margin: 10px 0 5px 0;
}

#tech .submit:hover
{
	text-decoration: underline;
}

#main .link a
{
	color: #444444;
}

.tech
{
	margin-top: 0.6em;
}
.tech ul
{
	list-style: none;
	display: inline;
}
.tech .listtitle
{
	display: inline;
}
.tech li
{
	display: inline;
}

#tech
{
	float: right;
	border: 1px dashed #cccccc;
	padding: 5px 15px;
	font-size: 0.7em;
	width: 150px;
}

#checkcontrols
{
	margin-top: .6em;
}

.checklabel
{
	margin-left: 0.6em;
}