/**
* @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: #430000;
}
input,
.inputbox,
textarea {
    background: rgb(0, 0, 0);
    border: 1px solid #CABD9A;
}
[class*="text-"] {
	color: #333942;
}
/* ============================== LAYOUT ============================== */
#jsn-header {
    background-color: #410004;
	border-bottom:1px solid #7e0109;
}
#jsn-pos-user-top, 
#jsn-usermodules1, 
#jsn-pos-mainbody-top,
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2 {
    
	background-repeat: no-repeat;
}
#jsn-pos-user-top, 
#jsn-usermodules1, 
#jsn-pos-mainbody-top {
	background-position: center bottom;
}
#jsn-pos-user-bottom,
#jsn-pos-banner,
#jsn-usermodules2 {
    background-position: center top;
}
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-image: none; /*url("../../images/colors/red/bg_content.png");*/
}
/* =============== PROMO =============== */ 
#jsn-promo-inner {
    background-image: url("../../images/colors/red/bg-content-top-t.png");
}
/* =============== CONTENT PART =============== */
div.jsn-hasleft #jsn-content_inner,
div.jsn-hasright #jsn-content_inner2 {
    background-image: url(../../images/colors/red/bg-rightside.png);
}
/* =============== CONTENT TOP =============== */
.title-pattern-grey:before, 
.title-pattern-grey:after {
    background-image: url("../../images/colors/red/pattern.png");
}
/* =============== CONTENT BOTTOM =============== */
#jsn-content-top-over {
	background-image: url("../../images/colors/red/bg-content-top-b.png");
}
#jsn-content-top-over-inner {
	background-image: url(../../images/colors/red/bg-menu-inner.png);
}
#jsn-content-top-over-inner1 {
	background-image: url(../../images/colors/red/bg-menu.png);
}
#jsn-wapper-usermodules3 {
	background-image: url(../../images/colors/red/bg-user-t.png);
}
#jsn-usermodules3_inner {
	background-image: url(../../images/colors/red/bg-user-m.png);
}
#jsn-wapper-usermodules3 h3.jsn-moduletitle {
	color: #333942;
}
/* =============== FOOTER =============== */
#jsn-footer {
	background-image: url(../../images/colors/red/bg-content-top-b.png);
	background-color: #e9e9e9;
}
#jsn-footer-inner {
	background-image: url(../../images/colors/red/bg-menu.png);
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
div.grid-layout div.grid-col div.grid-col_inner p.icon-skill {
	background:url(../../images/colors/red/bg-menu.png);
	}	
/* ----- ACTION LINK ----- */
.link-action:hover {
	background-color: #430000;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
.text-box-highlight:hover {
    background: rgba(248, 242, 228 , .9);
    border-color: #f8f2e4;
}
div.jsn-modulecontainer ul.menu-mainmenu li.active > a,
div.jsn-modulecontainer ul.menu-mainmenu li > a:hover,
#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
	color:#FFFFFF;
}
#jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner h3.jsn-moduletitle {
	color:#ebddb8;
}	
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #999999;
	border-right: 1px groove #B9B9B9;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px groove #BBBBBB;
}
table.style-colorstripes thead th {
	background-color: #737373;
}
table.style-colorstripes thead th.highlight {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr {
	background-color: #A3A3A3;
}
table.style-colorstripes tbody .highlight {
	background-color: #F0F0F0;
}
table.style-colorstripes tbody tr.odd {
	background-color: #8B8B8B;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #DBDBDB;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #808080;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #D0D0D0;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #BBBBBB;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #737373;
}
.sectiontableheader {
	background-image: url(../../images/colors/red/bg-menu.png);
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #8B8B8B;
}
/* ============================== MENU ============================== */
#menu-wrapper,
#jsn-menu.jsn-menu-sticky {
	background-image: url(../../images/colors/red/bg-menu-inner.png);
}
#menu-wrapper-inner,
#jsn-menu.jsn-menu-sticky #jsn-menu-inner {
	background-image: url(../../images/colors/red/bg-menu.png);
}
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color: #490002;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > ul:after,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent:after {
	border-color: rgba(73, 0, 2, 0);
	border-bottom-color: #490002; 
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-bottom: 1px solid #570002;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
	background-color: #570002;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	background-color: #570002;
}
/* =============== MENU - TREE MENU =============== */
div.jsn-modulecontainer ul.menu-treemenu ul {
    border-top: 1px solid #F8EDD1;
}
div.lightbox-1 ul.menu-treemenu li a:hover,
div.lightbox-1 ul.menu-treemenu li a.current {
    background-color: #000000;
}
ul.menu-treemenu li > a > span {
    background-image: url("../../images/colors/red/icon-arrow-black.png");
}
div.jsn-modulecontainer ul.menu-treemenu > li,
div.jsn-modulecontainer ul.menu-treemenu > li > ul > li {
	border-bottom: 1px solid #F8EDD1;
}
div.jsn-modulecontainer ul.menu-treemenu > li > a,
div.jsn-modulecontainer ul.menu-treemenu > li > ul > li > a {
	border-bottom: 1px solid #CCBF9D;
}
div.jsn-modulecontainer ul.menu-treemenu ul ul li a span {
	background-image: url(../../images/colors/red/icon-plus-black.png);
}
/* ----- CURRENT / HOVER STATE ----- */
div[class*="box-"] ul.menu-treemenu li a:hover,
div[class*="box-"] ul.menu-treemenu li a.current {
	background-color: #FBF3DC;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
ul.menu-sidemenu li a > span {
	background-image: url(../../images/colors/red/icon-arrow-black.png);
}
div.jsn-modulecontainer ul.menu-sidemenu ul {
    background: none repeat scroll 0 0 #FFF5DB;
    border: 1px solid #DBCDAA;
}
div.jsn-modulecontainer ul.menu-sidemenu > li {
    border-bottom: 1px solid #F8EDD1;
}
div.jsn-modulecontainer ul.menu-sidemenu li {
    border-bottom: 1px solid #F8EDD1;
}
div.jsn-modulecontainer ul.menu-sidemenu li a {
	border-bottom: 1px solid #CCBF9D;
}
div.jsn-modulecontainer ul.menu-sidemenu ul li a {
    border-bottom: 1px solid #E7DDC5;
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li:hover > a {
	background:	rgba(255, 248, 228, 0.8);
}
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div[class*="box-"] ul.menu-sidemenu > li:hover > a,
div[class*="solid-"] ul.menu-sidemenu > li:hover > a {
	background-color: #FBF3DC;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {
	background: #FBF3DC;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */
div[class*="box-"] ul.menu-sidemenu > li.active > a,
div[class*="solid-"] ul.menu-sidemenu > li.active > a {
    background-color: #FBF3DC;
}
/* ============================== SITE TOOLS ============================== */
/* =============== SITE TOOLS - GENERAL PRESENTATION =============== */
/* ----- DROP DOWN ----- */
/* ============================== MODULE STYLES ============================== */
/* =============== MODULE STYLES - MODULE BOXES =============== */
div.solid-1 div.jsn-modulecontainer_inner h3 {
    border-top: 2px solid #393939;
}
div.solid-2 div.jsn-modulecontainer_inner h3:after {
    background: url("../../images/colors/red/pattern-grey.png") no-repeat right center;
}
/* ----- RICHBOX ----- */
div.richbox-1 div.jsn-modulecontainer_inner h3:before {
    background-image: url(../../images/colors/red/bg-title-richbox1-l.png);
}
div.richbox-1 div.jsn-modulecontainer_inner h3:after {
    background-image: url("../../images/colors/red/bg-title-richbox1-r.png");
}
div.richbox-1 div.jsn-modulecontainer_inner h3 {
    background-image: url("../../images/colors/red/bg-title-richbox1.png");
}
div.richbox-2 div.jsn-modulecontainer_inner h3 {
	background-image: url(../../images/colors/red/bg-title-richbox2.png);
	padding: 15px 10px;
}
/* ----- LIGHTBOX ----- */
div.lightbox-2 div.jsn-modulecontainer_inner {
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #737373;
}
/* =============== JOOMLA! EXTENSIONS - MOD_CONTACT =============== */
.contact-list li {
    background: url("../../images/colors/red/icon-star.png") no-repeat scroll left 4px;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */

/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li a,
ul.jsn-pagination li span {
	background-image: url(../../images/colors/red/bg-menu.png);
	border: 1px solid #420002;
}
ul.jsn-pagination li.navigation-page span {
	background: #faf3dd !important;
	border:1px solid #c6b894;
	color:#2a1717;
}
/* ============================== CSS3 EFFECTS ============================== */
.text-box-highlight:hover {
    box-shadow: 0 0 2px #d7d7d7;
	-moz-box-shadow: 0 0 2px #d7d7d7;
	-webkit-box-shadow: 0 0 2px #d7d7d7;
}
input,
.inputbox,
textarea {
    background: rgba(255, 248, 228, 0.5);
    box-shadow: 1px 1px 0 #FCF3DA, 0 0 1px rgba(52, 34, 34, 0.2) inset;
	-moz- box-shadow: 1px 1px 0 #FCF3DA, 0 0 1px rgba(52, 34, 34, 0.2) inset;
	-webkit- box-shadow: 1px 1px 0 #FCF3DA, 0 0 1px rgba(52, 34, 34, 0.2) inset;
}
/*---RED BUTON---*/	
ul.jsn-pagination li a {
	box-shadow: 1px 1px 0 #800001 inset, -1px -1px 0 #800001 inset;
	-moz-box-shadow: 1px 1px 0 #800001 inset, -1px -1px 0 #800001 inset;
	-webkit-box-shadow: 1px 1px 0 #800001 inset, -1px -1px 0 #800001 inset;
}