body{
	margin:20px;
	padding:00px;
	
}

h1{
	color:#ccc;
}
h2{
	color:#ccc;
}

a {
	color:#999;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited, a:focus {
	text-decoration: none;
}


td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p.grey {
	color:#aaa;
}
td h3 {
	color:#aaa;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.hide {
display:none;
}

/* GALERY BOXES: divs that float left of each other across display */
#gallerybox {
	display: block;
	margin-bottom:20px;
	height:100px;
	float: left;
	text-align: center;
	text-decoration: none;
}
#gallerybox.text {
	border:1px solid #fff; 
	margin-right:20px; 
	width:150px;
	display:none;
}
#gallerybox a {
	text-decoration: none;
}

/* TITLE GALLERY BOXES: Main images for projects */
#gallerybox.title{
	width:150px;
}
.hidden #gallerybox:hover.title { /* TITLE CLOSED HOVER */
	background-color: #eee;
	border:1px dashed #999 !important;
}
.showhide #gallerybox:hover.title { /* TITLE OPEN HOVER */
}
.showhide #gallerybox.title { /* TITLE OPEN */
	border-right:1px dashed #eee;
	border-top:1px dashed #999;
	border-left:1px dashed #999;
	border-bottom:1px dashed #999;
	background-color:#eee;
}
.hidden #gallerybox.title { /* TITLE CLOSED */
	background-color:#fff;
	border:1px solid #ddd;
	margin-right:20px;
	display: block;
}

/* MIDDLE GALLERY BOXES: when project is expanded, these are the chained middle images */
#gallerybox.middle {
	background-color:#eee;
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
}
#gallerybox.middle img{
	padding:10px 10px 10px 0px;
}

/* LAST GALLERY BOXES: when project is expanded, this is the chained last image */
#gallerybox.last {
	background-color:#eee;
	margin-right: 20px;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	border-right: 1px dashed #999;
}
#gallerybox.last img {
	padding:10px 10px 10px 0px;
}


/* EXPANDO: showhide & hidden must match names in the JavaScript */
.showhide { /* showhide - the container */
} 
.hidden .showhidecontent { 
	display: none;
}

.title a:link, .title a:active, .title a:visited, .title a:hover, .title a:focus {
	text-decoration: none;
}
