body {
background: #C0C0C0 url(/_themes/eden-theme/lightedentile.gif);
color:#333333;
margin:25px;
font-family:Comic Sans MS, Comic Sans, Verdana, arial;
}
a {
color:#0000FF;
}
a:visited {
color:#CC00FF;
}
.none {
padding:0px;
margin:0px;
border:0px;
}
border:0px;
}
.styletwo {
font-weight:bold;
font-size:18px;
}

/* homepage galleries images/buttons */
.galleries {
	display: block;
	width: 760px;
	height: 190px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.galleries li {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	margin: 10px;
	padding: 0;
}
.galleries li.first { clear: both; }
.galleries li img {
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.galleries li span {
	display: block;
	width: 170px;
	margin-top: -1.9em;
	font-size: 1.1em;
	text-align: center;
	text-shadow: 0px 0px 3px #000, 0px 0px 10px #333;
}
.galleries .light span {
	color: #000;
	text-shadow: 0px 0px 3px #FFF, 0px 0px 10px #DDD;
}
.galleries a:link, .galleries a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.galleries a:link:hover span, .galleries a:visited:hover span {
	text-shadow: 0px 0px 3px #000, 0px 0px 10px #00F;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.galleries .light a:link:hover span, .galleries .light a:visited:hover span {
	text-shadow: 0px 0px 3px #FFF, 0px 0px 10px #00F;
}
/* lists within galleries */
.galleries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.galleries ul li {
	display: list-item;
	width: auto;
	height: auto;
	margin: 0;
}
.galleries ul a:link, .galleries ul a:visited {
	color: blue;
	text-decoration: underline;
}
.galleries ul a:visited { color: #C0F; }

