/*
#------------------------------------------------------------------------
# CherryDesign - August 2010 (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com   
#------------------------------------------------------------------------ 
# Based on T3 Framework
#------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/

/* opacity */
#t3_logo { opacity: 0.5; filter:alpha(opacity=50); }
#t3_logo:hover { opacity: 1.0; filter:alpha(opacity=100); }

#stylearea .style_switcher:hover { opacity: 0.5; filter:alpha(opacity=50); }

#gk-tool-reset,
#gk-tool-increase,
#gk-tool-decrease { opacity: 0.5; filter:alpha(opacity=50); }

#gk-tool-reset:hover,
#gk-tool-increase:hover,
#gk-tool-decrease:hover { opacity: 1.0; filter:alpha(opacity=100); }

.gk_tab_button_next-style1,
.gk_tab_button_prev-style1 { opacity: 0.5; filter:alpha(opacity=50); }
.gk_tab_button_next-style1:hover,
.gk_tab_button_prev-style1:hover { opacity: 1.0; filter:alpha(opacity=100); }

.nsp_bottom_interface .prev:hover,
.nsp_top_interface .prev:hover {  opacity: 0.5; filter:alpha(opacity=50); }

.nsp_bottom_interface .next:hover,
.nsp_top_interface .next:hover {  opacity: 0.5; filter:alpha(opacity=50); }

/* text-shadows */
.moduletable.text{ text-shadow:1px 1px 1px #000; -moz-text-shadow:1px 1px 1px #000; -webkit-text-shadow:1px 1px 1px #000; }

.level0 > li > a > .menu-title,
.level0 > li > a > .menu-desc { text-shadow:1px 1px 1px #000; -moz-text-shadow:1px 1px 1px #000; -webkit-text-shadow:1px 1px 1px #000; }

.moduletable h3,
.moduletable_text h3,
.moduletable_menu h3 { text-shadow:1px 1px 1px #000; -moz-text-shadow:1px 1px 1px #000; -webkit-text-shadow:1px 1px 1px #000; }


/* border radius */
ul.pagination li, .button, a.readon, .k2TagCloudBlock a:hover { -moz-border-radius: 2px;border-radius: 2px; -webkit-border-radius: 2px;}
.gk-menu ul.level0 div.childcontent , #gk-subnav>div>ul ul{ -moz-border-radius: 3px;border-radius: 3px; -webkit-border-radius: 3px;}