/* projects.css : layers over art3column for just the projects page */

body {
	min-width: 55em;
	max-width: 65em;
	padding-top: 12pt;
}

div#column1.column {
	width: 15%;
}

div#column2.column {
	width: 75%;
	background-color: #f0f0f0;
}

div#column3.column {
	width: 10%; 
}

/* all project table cells */
table#icons td {
	padding: 8pt 1em 8pt 1em;
	vertical-align: top;
	width: 33%;
	text-align: center;
	border-right: 1px dotted white;
	border-left: 1px dotted white;
}

/* category title text */
table#icons tr.head td {
	vertical-align: middle;
	padding-top: 2ex;
	padding-bottom: 0;
	border-top: 1px dotted white;
}
/* category icon image */
#icons tbody tr.icon td {
}

/* project link text */
#icons tbody tr.links td {
	text-align: left;
	border-bottom: 1px dotted white;
	padding-bottom: 3ex;
	padding-left: 3em;
}


