/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
*::-moz-selection {
	color: #FFF;
	text-shadow: none;
	background: none repeat scroll 0% 0% #668499;
}
a {
	color: #ad8b66;
}
a:hover,
a:active,
a:focus {
	color: #445e71;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu > li a .jsn-menutitle:before {
	background: #ad8b66;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a:hover:before,
div.jsn-modulecontainer ul.menu-mainmenu > li > a.active:before {
    color: #668499;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.current > a {
	color: #668499;
}
/* =============== MODULE - POSITION TOOLBAR =============== */
#jsn-menu .jsn-modulecontainer.display-dropdown:hover h3.jsn-moduletitle {
	color: #668499;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
#jsn-page .link-action {
	border-bottom: 1px solid #668499;
}
#jsn-page .link-action:hover {
	color: #668499;
	background-color: #668499;
}
/* ----- HIGHTLIGHT LINK ----- */
li.jsn-highlight a span.jsn-menutitle {
	color: #668499;
}
/* ----- COLOR BUTTON ----- */
.link-button.button-color {
	background-color: #668499;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #a7b1b8;
	border-right: 1px solid #88939a;
}
table.style-colorheader thead th:first-child {
	border-left: 1px solid #668499;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #7a8287;
	border-right: 1px solid #7a8287;
}
table.style-colorstripes thead th {
	background-color: #88969f;
}
table.style-colorstripes thead th.highlight {
	background-color: #a7b1b8;
}
table.style-colorstripes tbody tr {
	background-color: #d1d5d8;
}
table.style-colorstripes tbody .highlight {
	background-color: #eaeef1;
}
table.style-colorstripes tbody tr.odd {
	background-color: #b7bfc4;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #cdd6dc;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #858e93;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #b2babf;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #7a8287;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #88969f;
}
.sectiontableheader {
	background-color: #5f9936;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #a7b1b8;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
h3.jsn-moduletitle {
	color: #ad8b66;
}
div.richbox-1 h3.jsn-moduletitle span {
	border-color: #668499;
}
div.lightbox-1 h3.jsn-moduletitle span:before {
	background: #668499;
}
/* ========== DISPLAY INLINE/DROP DOWN MODULR ========== */
.jsn-color-grey .jsn-modulecontainer[class*="display-"] form .search input.inputbox:focus + [class*="jsn-icon"] {
	color: #668499;
}
/* ============================== SIDE-MENU/TREE MENU/TOP MENU STYLES ============================== */
/* ----- HOVER/ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a,
div.jsn-modulecontainer ul.menu-sidemenu li.active > a,
div.jsn-modulecontainer ul.menu-treemenu li:hover > a,
div.jsn-modulecontainer ul.menu-treemenu li.active > a,
div.jsn-modulecontainer ul.menu-topmenu li:hover > a,
div.jsn-modulecontainer ul.menu-topmenu li.active > a {
	color: #668499;
}
div.jsn-modulecontainer ul.menu-sidemenu li a:before {
	background: #668499;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #668499;
}