/**
* @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 ----- */
::selection,
::-moz-selection,
::-webkit-selection  {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8) !important;
}
blockquote {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
pre {
	border-radius: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,0.1);
}
body.jsn-direction-rtl pre {
	box-shadow: inset -1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset -1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset -1px 0 0 rgba(0,0,0,0.1);
}
a {
	transition: color 0.3s ease;
	moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}
#jsn-body {
	/*text-shadow: 0 1px 0 rgba(255,255,255,0.9);*/
}
#jsn-header {
	box-shadow: 0 1px 10px #a6a5a2;
	-moz-box-shadow: 0 1px 10px #a6a5a2;
	-webkit-box-shadow: 0 1px 10px #a6a5a2;
}
#jsn-header-inner2 {
	box-shadow: inset 0 -2px 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 -2px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 -2px 0 rgba(255,255,255,0.3);
}
#jsn-menu {
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	/*background: rgba(0,0,0,0.5);*/
	background-color: #352d80 !important;
}
body.jsn-color-roughsky #jsn-menu {
	/*background: rgba(8,11,14,0.4);*/
	background-color: #352d80 !important;
}
body.jsn-color-amberfloor #jsn-menu {
	background: rgba(16,8,1,0.3);
}
body.jsn-color-auroraforest #jsn-menu {
	background: rgba(18,20,2,0.45);
}
body.jsn-color-sapphire #jsn-menu {
	background: rgba(2,24,24,0.5);
}
#jsn-maincontent,
#jsn-rightsidecontent,
#jsn-leftsidecontent,
#jsn-centercol,
#jsn-pos-innerright,
#jsn-pos-innerleft {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-maincontent {
	background-color: rgba(255,255,255,0.9);
}
#jsn-footer {
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);*/
}
/* ----- READ MORE ----- */
body.jsn-css3 .readon {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
body.jsn-css3 .readon:hover {
	text-shadow: none;
}
/* ----- GO TOP LINK ----- */
body.jsn-css3 #jsn-gotoplink {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: inset 0 0 2px #000;
	-moz-box-shadow: inset 0 0 2px #000;
	box-shadow: inset 0 0 2px #000;
	-moz-box-shadow: inset 0 0 2px #000;
	-webkit-box-shadow: inset 0 0 2px #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	text-shadow: 0 1px 0 #000;
}
/* ----- TYPOGRAPHY STYLE ----- */
/* TEXT STYLES */
body.jsn-css3 .contentheading,
body.jsn-css3 .componentheading,
body.jsn-css3 .subheading {
}
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;
}
body.jsn-css3 .text-highlight.highlight-dark {
	text-shadow: 0 1px 0 #000;
}
body.jsn-css3 .text-highlight.highlight-green,
body.jsn-css3 .text-highlight.highlight-red,
body.jsn-css3 .text-highlight.highlight-blue {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
.text-highlight {
	background: rgba(255,255,170,0.7);
}
.text-highlight.highlight-green {
	background: rgba(200,215,147,0.7);
}
.text-highlight.highlight-red {
	background: rgba(236,172,185,0.7);
}
.text-highlight.highlight-blue {
	background: rgba(175,220,236,0.7);
}
/* LINK STYLES */
body.jsn-css3 .link-button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.9);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
body.jsn-css3 .link-button:active {
	box-shadow: inset 0 10px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 10px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,0.3);
}
body.jsn-css3 .link-button[class*="button-"] .link-icon:before {
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.3);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.3);
}
body.jsn-css3 .link-button.button-light .link-icon:before {
	box-shadow: inset 1px 0 0 #FFF;
	-moz-box-shadow: inset 1px 0 0 #FFF;
	-webkit-box-shadow: inset 1px 0 0 #FFF;
}
body.jsn-css3 .link-button.button-dark .link-icon:before {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.2);
}
body.jsn-css3 .link-button.button-light {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	box-shadow: inset 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
}
body.jsn-css3 .link-button.button-dark {
	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);
}
body.jsn-css3 .link-button:focus,
body.jsn-css3 .link-button:active {
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: inset 0 1px 5px rgba(0,0,0,0.4);
}
body.jsn-css3 .link-button,
body.jsn-css3 .link-button a {
	transition: background-color 0.3s ease-out, box-shadow 0s;
	-moz-transition: background-color 0.3s ease-out, box-shadow 0s;
	-webkit-transition: background-color 0.3s ease-out, box-shadow 0s;
}
.link-action,
#jsn-promo div[class*="box"] .link-action,
#jsn-footer div[class*="box"] .link-action {
	background-color: rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 0 #FFF;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
div[class*="richbox-"] .link-action {
	background-color: rgba(0,0,0,0.05);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) !important;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) !important;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) !important;
}
.link-action:hover,
div[class*="richbox-"] .link-action:hover,
#jsn-promo div[class*="box"] .link-action:hover,
#jsn-footer div[class*="box"] .link-action:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
#jsn-promo a.link-action,
#jsn-footer a.link-action,
div[class*="solid-"] .link-action {
	background-color: rgba(255,255,255,0.3);
	background-color: #555\9;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	border-color: rgba(255,255,255,0.35);
	box-shadow: none;
}
#jsn-promo a.link-action:hover,
#jsn-footer a.link-action:hover,
div[class*="solid-"] .link-action:hover {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
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;
}
body.jsn-css3 table.style-colorheader thead,
body.jsn-css3 table.style-colorheader td.highlight,
body.jsn-css3 table.style-colorstripes,
body.jsn-css3 table.style-greystripes thead,
body.jsn-css3 table.style-greystripes td.highlight {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
body.jsn-css3 table.style-colorstripes td.highlight {
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
body.jsn-css3 .jsn-infotable .sectiontableheader,
body.jsn-css3 div.com-newsfeed th {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
/* LIST STYLES */
ul.list-number-bullet li .jsn-listbullet {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-shadow: none;
}
/* 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 .button {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
	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);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* ----- MENU STYLES ----- */
/* GENERAL */
body.jsn-css3 ul.menu-mainmenu li a span,
body.jsn-css3 ul.menu-sidemenu li a,
body.jsn-css3 ul.menu-sidemenu li span.jsn-menudescription,
body.jsn-css3 ul.menu-treemenu li a,
body.jsn-css3 ul.menu-treemenu li span.jsn-menudescription {
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}
body.jsn-css3 ul.menu-mainmenu ul,
body.jsn-css3 ul.menu-sidemenu ul {
	box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li > a span.jsn-menutitle,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li > a span.jsn-menudescription {
	text-shadow: 0 0 5px #000;
}
body.jsn-css3 ul.menu-mainmenu > li.active > a {
	text-shadow: 0 0 10px #FFF;
}
body.jsn-css3 ul.menu-mainmenu ul li a {
	text-shadow: 0 1px 0 #FFF;
	transition: padding 0.3s ease;
	moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a span.jsn-menutitle,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li.active > a  span.jsn-menutitle,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a span.jsn-menudescription,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li.active > a span.jsn-menudescription {
	transition: text-shadow 0.3s ease-in-out;
	-moz-transition: text-shadow 0.3s ease-in-out;
	-webkit-transition: text-shadow 0.3s ease-in-out;
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a span.jsn-menutitle,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li.active > a  span.jsn-menutitle {
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 30px #FFF, 0 0 40px #FFF;*/
}
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a span.jsn-menudescription,
body.jsn-css3 div.jsn-modulecontainer ul.menu-mainmenu > li.active > a span.jsn-menudescription {
	text-shadow: 0 0 10px #FFF;
}
body.jsn-css3 ul.menu-mainmenu.jsn-menu-mobile ul li a {
	text-shadow: 0 1px 0 #000;
}
body.jsn-css3 ul.menu-mainmenu.jsn-menu-mobile ul li a,
body.jsn-css3 ul.menu-mainmenu.jsn-menu-mobile ul li:hover > a,
body.jsn-css3 ul.menu-mainmenu.jsn-menu-mobile ul li.active > a {
	box-shadow: none;
}
/* MAIN MENU */
body.jsn-css3 ul.menu-mainmenu li ul,
body.jsn-css3 ul.menu-sidemenu li ul,
body.jsn-css3 #jsn-top div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: visibility 0s linear, opacity 0.4s ease-in-out, left 0.3s ease;
	-moz-transition: visibility 0s linear, opacity 0.4s ease-in-out, left 0.3s ease;
	-o-transition: visibility 0s linear, opacity 0.4s ease-in-out, left 0.3s ease;
	-ms-transition: visibility 0s linear, opacity 0.4s ease-in-out, left 0.3s ease;
	transition: visibility 0s linear, opacity 0.4s ease-in-out, left 0.3s ease;
}
body.jsn-css3 ul.menu-mainmenu li:hover > ul,
body.jsn-css3 ul.menu-sidemenu li:hover > ul,
body.jsn-css3 #jsn-top 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)";
}
#jsn-pos-toolbar {
	box-sizing: border-box;
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* TREE MENU - SIDE MENU */
div[class*="richbox-"] ul.menu-treemenu > li > a:hover,
div[class*="richbox-"] ul.menu-treemenu ul > li > a:hover,
div[class*="richbox-"] ul.menu-sidemenu > li:hover > a,
div[class*="richbox-"] ul.menu-sidemenu ul > li:hover > a {
	background-color: rgba(0,0,0,0.6);
	background-color: #555\9;
}
div[class*="richbox-"] ul.menu-treemenu li > a:hover span.jsn-menutitle,
div[class*="richbox-"] ul.menu-sidemenu li:hover > a span.jsn-menutitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5) !important;
}
div[class*="richbox-"] ul.menu-treemenu li > a:hover span.jsn-menudescription,
div[class*="richbox-"] ul.menu-sidemenu li:hover > a span.jsn-menudescription {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5) !important;
}
/* TOP MENU */
ul.menu-topmenu li a,
#jsn-top .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* DIV MENU */
ul.menu-divmenu li {
	border-color: rgba(255,255,255,0.2);
}
/* ----- SITE TOOLS ----- */
body.jsn-css3 ul#jsn-sitetools-menu,
body.jsn-css3 ul#jsn-sitetools-menu ul,
body.jsn-css3 ul#jsn-sitetools-inline > li > ul,
body.jsn-css3 ul#jsn-sitetools-menu > li > a,
#jsn-menu .jsn-modulecontainer.display-dropdown .jsn-modulecontainer_inner h3,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
body.jsn-css3 ul#jsn-sitetools-menu > li > a:hover,
body.jsn-css3 ul#jsn-sitetools-menu > li.jsn-sitetool-control.active > a,
body.jsn-css3 ul#jsn-sitetools-inline > li.jsn-sitetool-control.active > a {
	background-color: rgba(255,255,255,0.1);
}
body.jsn-css3 ul#jsn-sitetools-menu > li.jsn-sitetool-control.active > a {
	border-color: rgba(0,0,0,0.6);
}
body.jsn-css3 ul#jsn-sitetools-menu li.jsn-sitetool-control ul {
	background: rgba(255,255,255,0.05);
}
/* ----- MODULE STYLES ----- */
div[class*=box-] h3.jsn-moduletitle,
div[class*=solid-] h3.jsn-moduletitle {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
div[class*="richbox-"] div.jsn-modulecontainer_inner,
div[class*="lightbox-"] div.jsn-modulecontainer_inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
div[class*=richbox-] div.jsn-modulecontent {
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.7);
}
div.blankbox h3.jsn-moduletitle,
div.blankbox div.jsn-modulecontent,
div[class*="box-"] div.jsn-modulecontent {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
div[class*="solid-"] div.jsn-modulecontent {
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
#jsn-usermodules3 div[class*="lightbox-"] div.jsn-modulecontent {
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
div[class*=solid-] ul.menu-treemenu li a {
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}
div[class*="solid-"] ul.menu-sidemenu > li:hover > a,
div[class*="solid-"] ul.menu-sidemenu ul > li:hover > a,
div[class*="solid-"] ul.menu-treemenu li > a:hover {
	background-color: rgba(255,255,255,0.2);
}
.jsn-article-toolbar .article-info {
	text-shadow: 0 1px 0 #FFF;
}
/* ----- OVERRIDE JOOMLA 30 ----- */
.jsn-joomla-30 .calendar .button {
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}
/* ----- ARTICLE IMAGES  ----- */
.jsn-article-content img {

}
.jsn-gallery img,
.text-tip img {
	border-radius: 0 !important;
	box-shadow: none !important;
}