/**
* @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: #e02b40;
	color: #fff;
}
::-moz-selection {
	background: #e02b40;
	color: #fff;
}
::-webkit-selection {
	background: #e02b40;
	color: #fff;
}
a {
	color: #d11439;
}
a:hover, a:active {
	color: #9e132e;
}
pre {
	border-color: #d11439;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - OVERALL PAGE =============== */
#jsn-master {
	background: #F2F2F2 url(../../images/colors/lightblood/bg-master.png);
}
#jsn-header {
	background: #1F0C10 url(../../images/colors/lightblood/header-bg.jpg) center top no-repeat;
}
#jsn-menu-inner {
	background-image: none;
}
#jsn-footer {
	background: #1F0C10 url(../../images/colors/lightblood/footer-bg.jpg) center top no-repeat;
}
#jsn-footer-inner1 {
	background: url(../../images/colors/lightblood/mosaic-pattern.png);
}
/* ============================== 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: #d11439;
}
.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: #d11439;
	border-color: #9e132e;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #bb293a;
	border-right: 1px groove #c93647;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #e65c69;
	border-right: 1px groove #c93647;
}
table.style-colorstripes thead th {
	background-color: #bb293a;
}
table.style-colorstripes thead th.highlight {
	background-color: #eb394e;
}
table.style-colorstripes tbody tr {
	background-color: #e36574;
}
table.style-colorstripes tbody .highlight {
	background-color: #f7c3c8;
}
table.style-colorstripes tbody tr.odd {
	background-color: #d03c4e;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #ef9fa7;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #a02430;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #d26a75;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #a92835;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #812323;
}
.sectiontableheader {
	background-color: #993636;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #BB293A;
}
/* ============================== 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: #d11439;
}
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: #d11439;
}
/* =============== SIDE MENU - TREE MENU =============== */
ul.menu-treemenu:not(.menu-iconmenu) > li > a > span { {
	background-image: url(../../images/colors/lightblood/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: #1F0C10 url(../../images/colors/lightblood/header-bg.jpg) center center no-repeat;
}
div.solid-1 div.jsn-modulecontainer_inner {
	background: #1F0C10 url(../../images/colors/lightblood/footer-bg.jpg) center top no-repeat;
}
div.lightbox-2 h3.jsn-moduletitle,
div.richbox-2 h3.jsn-moduletitle,
div.solid-2 div.jsn-modulecontainer_inner {
	background: #1C1C1C url(../../images/colors/lightblood/header-bg-bw.jpg) center center no-repeat;
}
div.solid-2 div.jsn-modulecontainer_inner {
	background-position: center top;
}
div[class*=richbox-] div.jsn-modulecontent {
	background: #DBD6D7;
	border: 1px solid #C3AEB0;
	border-top: none;
}
/* ============================== JOOMLA! DEFAULT EXTENSIONS ============================== */
/* =============== JOOMLA! EXTENSIONS - MOD_SEARCH =============== */
#jsn-pos-top div.search input#mod_search_searchword {
	border: 1px solid #ad2c38;
}
/* =============== JOOMLA! EXTENSIONS - COM_CONTENT =============== */
/* ----- SECTION / CATEGORY BLOG LAYOUT ----- */
/* PAGE PAGINATION */
ul.jsn-pagination li.navigation-page span {
	background-color: #ad2c38;
}
/* ============================== CSS3 EFFECTS ============================== */