/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */


body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	background:#F6F5F0;
	text-align:center;
}

a{
	color:#666;
	text-decoration:none;
}
p,h2{
	margin:15px 5px;
}
h2{
	color:#999;
}

#wrap{
	width:100%;
	margin:2px auto;
	position:relative;
}

#header{
	margin-bottom:0px;
}
#header a{
	text-decoration:underline;
}



#main-content li{
	width:137px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	padding-left:4px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	margin:4px;
}

#main-content  a span{
	position:absolute;
	left:-9999px;

}

/* hover description */
#main-content a:hover span{	
	top:2px;
	left:4px;
	width:139px;
	font-weight:bold;
	background:#EEEEEE;
	color:#000000;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #CCCCCC;
	border-width:0 0 2px 0;
	filter: alpha(opacity=100);	
	-moz-opacity:.8;
	opacity:.80;

} 

#main-content a:hover 
{ 
	white-space: normal; 
}

img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
*/ 
}

