/*Zookat Creative Designs Portfolio/Home CSS Stylesheet */

@import url("thumbs.css");

* html body{
	text-align:center}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.workimage {
	list-style-type: none;
	width: 380px;
	float: left;
}
.workimage img {
	border-style: none; 
}
.workimage ul {
	margin-top: 15px;
}
.workimage ul li {
	float: left;
	margin-left: -6px;
	margin-right: 15px;
	margin-bottom: 4px;
}

.workimage ul li a {
	height: 40px;
	display: block;
	width: 100px;
	color: #CCCCCC;
	font-size: x-small;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}
.workimage ul li a:link {
	background: transparent url(images/mask.gif)   no-repeat left top;  
}
.workimage ul li a:visited {
	background: transparent url(images/visitedmask.gif) no-repeat left top;
	color: #666;
}

.workimage ul li a:hover, .workimage ul li a:active {
	background: transparent url(images/overmask.gif) no-repeat left top;
	float: left;
	color: #FF9900;
}

.workname {
	position: relative;
	top: 42px;
	left: 3px;
	font-weight: bold;
}

.greytext {
	color: #666;
	position: relative;
	top: 2px;
	font-weight: normal;
	font-style: normal;
}
.hide {
	display: none;
	width: 1px;
	height: 1px;
}

.clearboth {
	clear: both;
}

.workimage ul li a.visited:link,
.workimage ul li a.visited:visited {
	background: transparent url(images/visitedmask.gif) no-repeat left top;
}
.workimage ul li a.visited:hover,
.workimage ul li a.visited:active {
	background: transparent url(images/overmask.gif) no-repeat left top;
}