/**
* @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: #c42a38;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master_inner {
	background-image: url(../images/colors/green/bg-master.jpg); 
}
/* =============== LAYOUT - MENU AREA =============== */
#jsn-menu_inner {
	background: url(../images/colors/green/bg-mainmenu.jpg) center top no-repeat;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-content-top.jsn-haspromoleft #jsn-promo_inner,
#jsn-content-top.jsn-haspromoright #jsn-promo_inner2 {
	background: #191919 url(../images/colors/green/bg-featured.png) left top repeat-x;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #d43644;
}
.link-action:hover {
	background-color: #d43644;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #728026;
	border-right: 1px groove #9BAD34;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-right: 1px groove #9BAD34;
	border-bottom: 1px solid #9BAD34;
}
table.style-colorstripes thead th {
	background-color: #59631E;
}
table.style-colorstripes thead th.highlight {
	background-color: #728026;
}
table.style-colorstripes tbody tr {
	background-color: #88982E;
}
table.style-colorstripes tbody .highlight {
	background-color: #EFF3D8;
}
table.style-colorstripes tbody tr.odd {
	background-color: #728026;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #DEE7AB;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #647021;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #D8E29A;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-right: 1px solid #9BAD34;
	border-left: none;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #59631E;
}
.sectiontableheader {
	background-color: #39541E;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #728026;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #1A260C;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	background-color: #39541E;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom: 1px solid #2E421A;
	border-left: 1px solid #2E421A;
	border-right: 1px solid #2E421A;
	color: #C3CFB5;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li:hover {
	background: url(../images/colors/green/bg-mainmenuitem.png) center center repeat-x;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a,
body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
	background-color: #57812E;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li.active {
	background: url(../images/colors/green/bg-mainmenuitem.png) center center repeat-x;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a,
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a,
body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	background-color: #d43644;
}
/* =============== MENU - TREE MENU =============== */
div.jsn-modulecontainer ul.menu-treemenu li a:hover,
div.jsn-modulecontainer ul.menu-treemenu li a.current {
	background-color: #d43644;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
div.jsn-modulecontainer ul.menu-sidemenu ul {
	background-color: #d43644;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
	border-bottom: 1px solid #c42a38;
	border-left: 1px solid #c42a38;
	border-right: 1px solid #c42a38;
	color: #C3CFB5;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li.active > a {
	background-color: #d43644;
}
div.jsn-modulecontainer ul.menu-sidemenu > li.active > a {
	background-color: #c42a38;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a {
	background-color: #d43644;
}
div.jsn-modulecontainer ul.menu-sidemenu > li:hover > a {
	background-color: #c42a38;
}
/* =============== MENU - TOP MENU =============== */
ul.menu-topmenu li a {
	background: #4C6534;
}
/* ============================== MOBILE TOOLS ============================== */
#jsn-mobiletools li a {
	background: #4C6534;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
ul#jsn-sitetools-menu li ul {
	background-color: #39541E;
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
/* ----- MODULE RICHBOX & LIGHTBOX ----- */
div.richbox-2 h3.jsn-moduletitle,
div.lightbox-2 h3.jsn-moduletitle {
	color: #537A2C;
	border-color: #537A2C;
}
/* ----- MODULE SOLID BOX ----- */
/* SOLID BOX 2 */
div.solid-2 div.jsn-modulecontainer_inner {
	border: 1px solid #537A2C;
	background-color: #39541E;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #59631E;
}