/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CSS3 EFFECTS ============================== */
/* ----- GENERAL LAYOUT ----- */
#jsn-pos-user-bottom {
	border-top: 1px solid rgba(255,255,255,0);
}
/* ----- READ MORE ----- */
body.jsn-css3 .readon {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-moz-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(216,216,216)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(216,216,216) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffd8d8d8,GradientType=0);
}
body.jsn-css3 .readon:hover {
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
}
/* ----- GO TOP LINK ----- */
body.jsn-css3 #jsn-gotoplink {
	transition: color 0.3s linear, background 0.3s ease-out;
	-moz-transition: color 0.3s linear, background 0.3s ease-out;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
/* ----- TYPOGRAPHY STYLE ----- */
/* TEXT STYLES */
body.jsn-css3 .text-box {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
body.jsn-css3 .text-box-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
body.jsn-css3 .text-box-highlight:hover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
body.jsn-css3 .text-highlight {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* LINK STYLES */
body.jsn-css3 .link-button {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
body.jsn-css3 .link-button.button-light {
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}
body.jsn-css3 .link-button,
body.jsn-css3 .link-button a {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
body.jsn-css3 .button-light {
	text-shadow: 0 1px 0 #FFF;
}
body.jsn-css3 .link-action {
	transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
	-moz-transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
	-webkit-transition: color 0.3s linear, background 0.3s ease-out, text-shadow 0;
}
body.jsn-css3 .link-action:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
body.jsn-css3 .link-highlight {
	transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
body.jsn-css3 .link-highlight:hover {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
}
/* TABLE STYLES */
body.jsn-css3 table.table-style th,
body.jsn-css3 table.table-style td {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* LIST STYLES */
ul.list-number-bullet li .jsn-listbullet {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
/* FORM STYLE */
body.jsn-css3 .inputbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-moz-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
	-webkit-transition: color 0.1s linear, background 0.3s ease-out, border-color 0.3s;
}
body.jsn-css3 #jsn-page .button {
	background: #EEE;
	border: 1px solid #BBB;
	border-bottom-color: #999;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #555;
	text-shadow: 0 1px 0 #FFF;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
body.jsn-css3 .button:hover,
body.jsn-css3 .button:active {
	background: #DDD;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
body.jsn-css3 #jsn-menu-inner2,
body.jsn-css3 #jsn-content-bottom-inner1 {
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
body.jsn-css3 #jsn-promo,
body.jsn-css3 #jsn-content-top,
body.jsn-css3 #jsn-content_inner,
body.jsn-css3 #jsn-usermodules3,
body.jsn-css3 #jsn-footer-inner {
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.35);
}
body.jsn-css3 #jsn-menu-inner3 {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
body.jsn-css3 #jsn-pos-breadcrumbs {
	box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 0 #FFF;
}
body.jsn-css3 #jsn-breadcrumbs-inner {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
body.jsn-css3 #jsn-pos-content-top,
body.jsn-css3 #jsn-content-bottom-inner2,
body.jsn-css3 #jsn-footermodules {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
body.jsn-css3 #jsn-footermodules a {
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
/* MAIN MENU - SIDE MENU */
body.jsn-css3 #jsn-pos-mainmenu .jsn-menu-toggle.active {
	text-shadow: 0 0 10px #FFF;
}
body.jsn-css3 ul.menu-mainmenu li ul,
body.jsn-css3 ul.menu-sidemenu li ul,
body.jsn-css3 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid rgba(255,255,255,0.15);
}
body.jsn-css3.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-left: 1px solid rgba(255,255,255,0.15);
	border-right: none;
}
body.jsn-css3.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-left: 1px solid rgba(0,0,0,0.4);
	border-right: none;
} 
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-right: 1px solid rgba(0,0,0,0.4);
}
body.jsn-css3 #jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle > span {
	border-left: 1px solid rgba(0,0,0,0.4);
}
body.jsn-css3.jsn-direction-rtl #jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle > span {
	border-right: 1px solid rgba(0,0,0,0.4);
	border-left: none;
}
body.jsn-css3 #jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle {
	border-left: 1px solid rgba(255,255,255,0.15);
}
body.jsn-css3.jsn-direction-rtl #jsn-menu #jsn-pos-mainmenu .jsn-modulecontainer.display-dropdown h3.jsn-moduletitle {
	border-right: 1px solid rgba(255,255,255,0.15);
	border-left: none;
}
body.jsn-css3 #jsn-pos-mainmenu .jsn-modulecontent > .jsn-menu-toggle,
body.jsn-css3 ul.menu-mainmenu li a,
body.jsn-css3 ul.menu-sidemenu li a,
body.jsn-css3 ul.menu-sidemenu.menu-richmenu span.jsn-menudescription,
body.jsn-css3 ul.menu-treemenu li a,
body.jsn-css3 ul.menu-treemenu.menu-richmenu span.jsn-menudescription {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu li a,
body.jsn-css3 #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3.jsn-moduletitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li.active > a,
body.jsn-css3 #jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	text-shadow: 0 0 20px rgba(255,255,255,0.9);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a,
body.jsn-css3 div[class*=richbox-] ul.menu-sidemenu li:hover > a,
body.jsn-css3 div[class*=richbox-] ul.menu-sidemenu li.active > a,
body.jsn-css3 div[class*=solid-] ul.menu-sidemenu li:hover > a,
body.jsn-css3 div[class*=solid-] ul.menu-sidemenu li.active > a,
body.jsn-css3 div[class*=richbox-] ul.menu-treemenu li:hover > a,
body.jsn-css3 div[class*=richbox-] ul.menu-treemenu li.active > a,
body.jsn-css3 div[class*=solid-] ul.menu-treemenu li:hover > a,
body.jsn-css3 div[class*=solid-] ul.menu-treemenu li.active > a {
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li:last-child,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li:last-child,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu ul li:last-child > a,
body.jsn-css3 div.jsn-modulecontainer ul.menu-sidemenu ul li:last-child > a {
	border-bottom: none;
}
body.jsn-css3 ul.menu-mainmenu li:hover > ul,
body.jsn-css3 ul.menu-sidemenu li:hover > ul,
body.jsn-css3 #jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* ----- SITE TOOLS ----- */
ul#jsn-sitetools-menu > li:hover > a {
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
ul#jsn-sitetools-menu li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
ul#jsn-sitetools-menu li:hover ul {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.jsn-css3 ul#jsn-sitetools-menu li,
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
body.jsn-css3 ul#jsn-sitetools-menu > li:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
ul#jsn-sitetools-inline {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* ----- MOBILE TOOLS ----- */
body.jsn-css3 #jsn-mobiletools ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ----- FONT STYLES ----- */
body.jsn-css3 .contentheading,
body.jsn-css3 .componentheading,
body.jsn-css3 .subheading {
	text-shadow: 1px 1px 1px #e5e5e5;
}
/* ----- MODULE STYLES ----- */
body.jsn-css3 div[class*=lightbox-] div.jsn-modulecontainer_inner {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
body.jsn-css3 div[class*=richbox-] div.jsn-modulecontainer_inner,
body.jsn-css3 div[class*=solid-] div.jsn-modulecontainer_inner {
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	-o-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
body.jsn-css3 div[class*=box-] h3.jsn-moduletitle {
	box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	-o-box-shadow: inset 0 0 2px rgba(255,255,255,0.6); 
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
body.jsn-css3 div[class*=solid-] h3.jsn-moduletitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
body.jsn-css3 div[class*=lightbox-] div.jsn-modulecontent {
	text-shadow: 0 1px 0 #FFF;
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
	-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.9);
}
body.jsn-css3 div.jsn-modulecontent ul.menu-sidemenu li ul {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
body.jsn-css3 div[class*=richbox-] div.jsn-modulecontent,
body.jsn-css3 div[class*=solid-] div.jsn-modulecontainer_inner > div {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
	-o-box-shadow: inset 0 0 2px rgba(255,255,255,0.6);
}
/* ----- TEXT SHADOW ----- */
#jsn-headerright,
#jsn-content-top {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}