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

*{
	margin:0;
	padding:0;
	font-size:100%;
	border-top: 10;

}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#000000;
	margin-top:20px;
	background:#F6F5F0;
	text-align:center;
}

a{
	color:#666;
	text-decoration:none;
	border-top: 15;
}


h2{
	margin:15px 5px;
color:#999;
}


#wrap{
	width:770px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:10px;
}

#header a{
	text-decoration:underline;
}



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

}

#main-content a:hover span{	
	top:0px;
	left:0px;
	width:237px;
	font-weight:bold;
	background:#FFF;
	color:#666666;
	padding:0px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 0px 0;
	filter: alpha(opacity=100);
	
/**/
} 

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	left:0px;
	font-weight:bold;
	color:#666666;
	padding:0px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	
	border-width:0 0 0px 0;
	filter: alpha(opacity=100);
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 1;
/* z-index sets the stack order of an element*/
}


.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 232px;
	height: 172px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	
	position: relative;
	background-color: #FFFFFF;
	visibility: inherit;
}

.hoverbox .preview
{

	border-color: #000000;
	width: 312px;
	height: 234px;
}

/*end hoverbox code*/


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

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}
