
/*
	Website: adventistai.lt
	Author: Osvaldas Valutis, www.osvaldas.info - freelancer web / print / brand identity designer and web developer
*/



ul#nav li ul
{
	box-shadow: 0 3px 10px #999;
	-moz-box-shadow: 0 3px 10px #999;
	-webkit-box-shadow: 0 3px 10px #999;
}



h1,
h2,
h3,
h4,
h5,
h6
{
	text-shadow: 1px 1px 0 #ccc;
}
	h1 span.date
	{
		text-shadow: none;
	}



a.more
{
	text-shadow: 1px 1px 0 #aba590;
}
	a.more.green
	{
		text-shadow: 1px 1px 0 #737f76;
	}
	a.more:hover
	{
		text-shadow: none;
	}



a.community
{
	text-shadow: 1px 1px 0 #737f76;
}
	a.community:hover
	{
		text-shadow: none;
	}



span.tooltip span
{
	text-shadow: 1px 1px 0 #aba590;
	box-shadow: 0 0px 5px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 0px 5px #999;
}



p a
{
	text-shadow: 1px 1px 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	p a:hover
	{
		text-shadow: none;
	}

#slideshow p a
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.entries-brief li a:hover img,
.user-info a:hover img,
#footerbar ul.thumbs-gallery li a:hover img
{
   	-webkit-transform: rotate(3deg);
    -webkit-transition: -webkit-transform .33s ease-in-out;
}

.tag-cloud a:hover
{
   	-webkit-transform: scale(1.1);
    -webkit-transition: -webkit-transform .33s ease-in-out;
}

ul.pagination li a:hover
{
   	-webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform .33s ease-in-out;
}



ul#extra-nav li a
{
	text-shadow: 1px 1px 0 #fff;
}
	ul#extra-nav li a:hover
	{
		text-shadow: none;
	}


#slideshow p a
{
	text-shadow: none;
}


ul.entries-brief li p.title a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
}


form input.f-submit
{
	text-shadow: 1px 1px 0 #957600;
}
	form input.f-submit:hover
	{
		text-shadow: none;
	}



form#send-mail
{
	-webkit-box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
}
	a#send-close
	{
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}



#footerbar h4
{
	text-shadow: 1px 1px 0 #6a736a;
}



#footer *
{
	text-shadow: none;
}