/**
* @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,
#jsn-pos-content-bottom div[class*="lightbox-"] .link-action {
	color: #e95951;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background-color: #ffffff;
}
#jsn-content-bottom {
	background: #ffffff;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #e95951;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	
}

table.style-colorstripes thead th {
	background-color: #702745;
}
table.style-colorstripes thead th.highlight {
	background-color: #e95951;
}
table.style-colorstripes tbody tr {
	background-color: #702745;
}
table.style-colorstripes tbody tr.odd {
	background-color: #e95951;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: transparent;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #702745;
}
table.table-style tbody tr.odd .highlight {
	background-color: #702745;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	border:1px solid #fff;
}
/* ============================== MENU ============================== */
/* =============== MENU - MAIN MENU =============== */
/* ----- 1st LEVEL ----- */
/* ----- HOVER STATE, ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a,
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #f06159;
	text-decoration: none;
}
/* =============== MENU - SIDE MENU =============== */
/* ---------- 1st LEVEL ---------- */
/* ----- HOVER STATE IN SPECIFIC MODULE BOXES ----- */
div.jsn-modulecontainer ul.menu-sidemenu li:hover > a {
	color: #f06159;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-sidemenu ul li.active > a {
	color: #f06159;
}
/* ----- ACTIVE STATE IN SPECIFIC MODULE BOXES ----- */

/* ============================== MODULE STYLES ============================== */
/* ----- LIGHTBOX ----- */
div.lightbox-1 div.jsn-modulecontainer_inner {
	border-color: #702745;
	border-radius: 3px;
}
div.lightbox-2 div.jsn-modulecontainer_inner {
	border-color: #f06159;
	border-radius: 3px;
}
div.lightbox-3 div.jsn-modulecontainer_inner {
	border-color: #e95951;
	border-radius: 3px;
}
div.lightbox-1 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-color: #772944;
}
div.lightbox-2 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-color: #e03e37;
}
div.lightbox-3 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	background-color: #e03e37;
}
/* ----- RICHBOX ----- */
div.richbox-1 div.jsn-modulecontainer_inner {
	border-color: #bbb;
	border-radius: 3px;
}
div.richbox-2 div.jsn-modulecontainer_inner {
	border-color: #f06159;
	border-radius: 3px;
}
div.richbox-3 div.jsn-modulecontainer_inner {
	border-color: #e95951;
	border-radius: 3px;
}
div.richbox-1 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	color: #7d2946;
}
div.richbox-2 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	color: #f06159;
}
div.richbox-3 div.jsn-modulecontainer_inner h3.jsn-moduletitle {
	color: #e95951;
}
div.richbox-1 div.jsn-modulecontainer_inner .jsn-modulecontent {
	background-color: #ffffff;
	color: #202020;
}
div.richbox-2 div.jsn-modulecontainer_inner .jsn-modulecontent {
	background-color: #e03e37;
}
div.richbox-3 div.jsn-modulecontainer_inner .jsn-modulecontent {
	background-color: #e95951;
}
/* ----- SOLID ----- */
div.solid-1 div.jsn-modulecontainer_inner {
	background-color: #3bb658;
	border-radius: 3px;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-color: #f47031;
	border-radius: 3px;
}
div.solid-3 div.jsn-modulecontainer_inner {
	background-color: #3bb658;
	border-radius: 3px;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #e95951;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #bbb;
}