
/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
::selection {
	background: #e07c2b;
	color: #fff;
}
::-moz-selection {
	background: #e07c2b;
	color: #fff;
}
::-webkit-selection {
	background: #e07c2b;
	color: #fff;
}
a {
	color: #f38651;
}
a:hover, a:active {
	color: #c35118;
}
pre {
	border-color: #f38651;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background: #F2F2F2 url(../../images/colors/amberfloor/bg-master.jpg);
}
#jsn-header {
	background: #6a3d0a url(../../images/colors/amberfloor/header-footer-bg.jpg);
}
#jsn-header-inner1 {
	background: url(../../images/colors/amberfloor/light-gradient.png) center top no-repeat;
}
#jsn-menu-inner {
	background-image: none;
}
#jsn-footer {
	background: #6a3d0a url(../../images/colors/amberfloor/header-footer-bg.jpg);
}
#jsn-footer-inner1 {
	background: url(../../images/colors/amberfloor/light-gradient.png) center top no-repeat;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action,
div[class*="richbox-"] .link-action,
#jsn-promo div[class*="box"] .link-action,
#jsn-footer div[class*="box"] .link-action {
	color: #f38651;
}
.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 {
	background-color: #f38651;
	border-color: #c35118;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #e07b31;
	border-right: 1px groove #ffa664;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #f7ad77;
	border-right: 1px groove #ffa664;
}
table.style-colorstripes thead th {
	background-color: #e07b31;
}
table.style-colorstripes thead th.highlight {
	background-color: #ff862d;
}
table.style-colorstripes tbody tr {
	background-color: #f0a065;
}
table.style-colorstripes tbody .highlight {
	background-color: #f4cfb2;
}
table.style-colorstripes tbody tr.odd {
	background-color: #e88f4d;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #efbc93;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #b66e33;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #e0a270;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #cf7838;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #814423;
}
.sectiontableheader {
	background-color: #F38651;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #E07B31;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- HOVER & ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a span.jsn-menutitle,
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a span.jsn-menutitle,
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a span.jsn-menutitle {
	background-color: none;
	color: #f38651;
}
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a,
div.jsn-modulecontainer ul.menu-mainmenu li.current > a {
	color: #f38651;
}

/* =============== SIDE MENU - TREE MENU =============== */
ul.menu-treemenu:not(.menu-iconmenu) > li > a > span {
	background-image: url(../../images/colors/amberfloor/bullet.png);
}
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
div.lightbox-1 h3.jsn-moduletitle,
div.richbox-1 h3.jsn-moduletitle,
div.solid-1 div.jsn-modulecontainer_inner {
	background: #5a3422 url(../../images/colors/amberfloor/module-bg.jpg) center center;
}
div.solid-1 div.jsn-modulecontainer_inner {
	background-position: left center;
}
div.lightbox-2 h3.jsn-moduletitle,
div.richbox-2 h3.jsn-moduletitle,
div.solid-2 div.jsn-modulecontainer_inner {
	background: #444 url(../../images/colors/amberfloor/module-bg-bw.jpg);
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-position: bottom center;
}
div[class*=richbox-] div.jsn-modulecontent {
	background: #dbd9d6;
	border: 1px solid #c3b8ae;
	border-top: none;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #cb721c;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #cb721c;
}
/* ============================== CSS3 EFFECTS ============================== */
#jsn-menu {
	background: rgba(16,8,1,0.3);
}