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

*{
	margin:0;
	padding:0;
	/*font-size:100%;*/

}

body{
	font:80%/110% Arial, Helvetica, sans-serif;
	color:#797878;
	text-align:center;
}

a{
	color:#797878;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}

h1
{
	color: #797878;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

h2{
	color:#797878;
	font-size:14px;
	text-transform: uppercase;
	font-weight: normal;
}

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

#header{
	margin-bottom:20px;
	font-size:38px;
}

#header a{
	text-decoration:underline;
}

#main-content li{
	width:200px;
	border:solid #AAA;
	border-width:0 1px 1px 0;
	background:#DDD;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#main-content-tales li{
	width:300px;
	border:solid #AAA;
	border-width:0 1px 1px 0;
	background:#DDD;
	padding:10px;
	text-align:left;
	position:relative;
	vertical-align:middle;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:190px;
		
}

#previous{
	text-align:left;
	font-size: medium;
}

#next{
	text-align:right;
	font-size:medium;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	color: #797878;
	text-decoration: none;
	text-transform: uppercase;
}

#fullplate-navigation li a:hover{
	color:#666600;
	text-decoration:none;
	text-transform: uppercase;
}



#fullplate-photo{
	border:solid #AAA;
	border-width:0 1px 1px 0;
	background:#DDD;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}

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

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#DDD;
	color:#797878;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #DDD;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	text-decoration:none;
} 


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

#main-content-tales img{
	border:1px solid #AAA;
/* 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;
}
