/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #723B4A;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-color: #eee9ee;
}
#jsn-header {
	background-color: #854e6b;
}
#jsn-menu {
	background: url(../images/colors/purple/bg-mainmenu.png) left 10px repeat-x;
}
#jsn-menu-inner2 {
	background-color: #5D2D46;
	border: 1px solid #4c1e36;
}
#jsn-content-top,
#jsn-content-bottom-inner1 {
	background-color: #854E6B;
	border: 1px solid #854E6B;
	border-bottom-color: #66364f;
}
#jsn-footer-inner {
	background-color: #ba789b;
	border: 1px solid #ba789b;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-color: #723B4A;
}
.link-action:hover {
	background-color: #723B4A;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #703B49;
	border-right: 1px groove #814555;
}
table.style-colorheader thead th.highlight {
	background-color: #46242E;
}
table.table-style tbody tr.odd .highlight {
	background-color: #723B4A;
}	
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #763D4D;
	border-right: 1px groove #763D4D;
}
table.style-colorstripes thead th {
	background-color: #603B49;
}
table.style-colorstripes thead th.highlight {
	background-color: #46242E;
}
table.style-colorstripes tbody tr {
	background-color:  #8F4657;
}
table.style-colorstripes tbody .highlight {
	background-color: #F8EDF5;
	border-top-color: #763D4D;
	border: 1px solid #763D4D;
}
table.style-colorstripes tbody tr.odd {
	background-color: #A95C72;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #B97B8C;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #863D4D;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #E4C0DE;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #763D4D;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #723B4A;
}
.sectiontableheader {
	background-color: #994c8c;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #46242E;
}
table.table-style tbody .highlight {
	background: #8F4657;
	color: #fff;
}
table.table-style tbody tr:hover .highlight { 
	background: #723B4A;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: url(../images/colors/purple/submenu-bg.png) repeat-x;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 1px solid #814555;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-right: 1px solid #613947;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-left: 1px solid #814555;
	border-right: none;
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	border-left: 1px solid #6D3947;
	border-right: none;
}
/* =============== MENU - TREE MENU =============== */
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-treemenu > li:hover > a,
div.lightbox-2 ul.menu-treemenu ul > li:hover > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu > li.active > a,
div.lightbox-2 ul.menu-treemenu ul > li.active > a,
div.lightbox-2 ul.menu-treemenu.menu-richmenu > li.active > a span.jsn-menudescription,
div.lightbox-2 ul.menu-treemenu.menu-richmenu ul > li.active > a span.jsn-menudescription  {
	color: #5D2D46;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background: #6D4256;
}
/* ----- HOVER STATE ----- */
div.lightbox-2 ul.menu-sidemenu > li:hover > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li:hover > a span.jsn-menudescription,
div.lightbox-2 ul.menu-sidemenu > li.active > a,
div.lightbox-2 ul.menu-sidemenu.menu-richmenu > li.active > a span.jsn-menudescription {
	color: #5D2D46;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu > li:hover {
	background-color: #854E6B;
}
ul#jsn-sitetools-menu li ul {
	background-color: #854E6B;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- LIGHTBOX ----- */
div.lightbox-2 h3.jsn-moduletitle {
	background-color: #5D2D46;
	border-color: #4C1E36;
}
/* ----- RICHBOX ----- */
div.richbox-2 h3.jsn-moduletitle {
	background-color: #5D2D46;
	border-color: #4C1E36;
}
div.richbox-2 div.jsn-modulecontent {
	background-color: #854E6B;
	border-color: #4C1E36;
}
/* ----- SOLIDBOX ----- */
div.solid-2 h3.jsn-moduletitle {
	border-color: #4C1E36;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-color: #854E6B;
	border-color: #4C1E36;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #733969;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #8A397C;
}