/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body {
	color: #555;
}
#logo {
	background: url(../images/blue/logo.png) no-repeat 0px 0px;
}
#yjsg3 {
	background: #f5f5f5;
}
#yjsg4 {
	border-bottom: 4px solid #f5f5f5;
}
/* SITE LINKS */
a {
	text-decoration: none;
	color: #004492;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color: #1a1a1a;
}
#footer {
	border-top: 4px solid #f5f5f5;
}
#footer a:hover {
	color: #1a1a1a;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
}
/* SITE LI IMAGE */
ul li {
	background: url(../images/blue/bodyli.gif) no-repeat 0px 7px;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset,
#article-index ul {
	background: #f5f5f5;
	border: none;
}
#article-index ul li {
	border-bottom: 1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border: none;
}
/* INPUTBOXES */
.inputbox {
	background: #FFFFFF;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inputbox:hover,
.inputbox:focus {
	border: 1px solid #dcdcdc;
	background: #FFFFFF;
}
/*BUTTONS AND READON
--------------------- */
.button,
.button:hover,
.validate,
a.readon,
a.hover,
a.focus {
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a.readon:hover,
.button:hover,
.validate:hover {
	color: #fff;
	/*background: #1a1a1a!important;*/
	background: #8eabd9	!important;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
#topmenu_holder.yjsgmega,
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar {
	background: none;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.top_menu ul.group_holder ul.subul_main.level2,
.top_menu ul.group_holder ul.subul_main.level4 {
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.top_menu ul.subul_main a.first {
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.top_menu ul.subul_main a.last {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.top_menu li {
	background-image: none;
}
/* sub ul border */
.top_menu ul.subul_main {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #1a1a1a;
}
/* reset Bootstrap navbar */
.navbar-inner {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
/* TOP LEVEL LINKS */
.top_menu ul li a {
	color: #fff;
	background: #1a1a1a;
}
/* active and hover */
.top_menu ul li a:hover,
.top_menu li.active a.activepath {
	color: #fff;
}
/*SUBTITLE */
.top_menu ul li a span.yjm_desc {
	color: #777777;
}
/* active and hover */
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc {
	text-shadow: none;
	color: #fff;
}
/* HASCHILD ARROWS */
.top_menu ul li.haschild span.child a {
	position: relative;
}
.top_menu ul li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content: "\F111";
	position: absolute;
	top: 35%;
	left: 0px;
	padding: 2px 7px;
	font-size: 7px;
}
.top_menu ul.subul_main li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content: "\F111";
	position: absolute;
	top: 30%;
	left: auto;
	right: 10px;
	font-size: 7px;
}
.top_menu ul.subul_main li.haschild span.child a:hover:after {
	content: "\F111";
}
/* rtl arrows */
body.yjsgrtl .top_menu ul.subul_main li.haschild span.child a:after {
	right: auto;
	left: 10px;
	content: "\F111";
}
/* side menu arrow */
body.yjsgrtl ul.defaultmenu li a:after {
	content: "\f053";
	left: auto;
	right: -15px;
}
/*SUB LEVELS A*/
.top_menu ul.subul_main li a {
	background: none;
	border-bottom: 1px solid #363636;
}
.top_menu ul.subul_main li a:hover,
.top_menu ul.subul_main li a.activepath {
	color: #fff;
}
/* Group holder title*/
.top_menu ul.subul_main.group_holder li.holdsgroup ul.subul_main {
	border: none;
}
.top_menu ul.subul_main li.holdsgroup a.holdsgroupTitle {
	border: none;
	color: #fff;
}
.top_menu ul.subul_main li.holdsgroup a.holdsgroupTitle:after {
	display: none;
}
/* MODULE IN MENU */
.top_menu ul.subul_main li.has_module a.yj_menu_module_holder:hover,
.top_menu ul.subul_main li.has_modpoz a.yj_menu_module_holder:hover {
	background: #fff;
}
.top_menu ul.subul_main li.has_module .yjsquare_in,
.top_menu ul.subul_main li.has_modpoz .yjsquare_in {
	color: #777777;
	cursor: default;
}
.top_menu ul.subul_main li.has_module h2.module_title {
	color: #fff;
}
/* SEPARATOR */
span.separator {
	color: #888;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
}
/* DROPLINE */
ul.subul_main.dropline.dlevel1 {
	background: #f8f8f8;
	border: none;
	-webkit-box-shadow: inset #D4D4D4 0 1px 0 0;
	-moz-box-shadow: inset #D4D4D4 0 1px 0 0;
	-khtml-box-shadow: inset #D4D4D4 0 1px 0 0;
	box-shadow: inset #D4D4D4 0 1px 0 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.subul_main.dropline.dlevel1 a.dlevel1a {
	background: none;
}
/*SIDE MENU MODULE
--------------------- */
.defaultmenu li a {
	border-bottom: 4px solid #f5f5f5;
}
.defaultmenu li a {
	position: relative;
	display: block;
}
.defaultmenu li a:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	top: 7px;
	left: -15px;
	font-size: 6px;
}
.defaultmenu a.alast {
	border: none;
}
.defaultmenu a.isactivea,
.defaultmenu li a:hover {
	background: none;
	color: #121212;
}
/* Accordion side menu */
ul.defaultmenu.yjsgacc li.active_yjsgacc a.yjsgtoggler:after {
	content: "\f111";
}
/* FOOTER MENU MODULE*/
#footmod ul.defaultmenu li a,
#footmod ul.defaultmenu li a:hover,
#footmod ul.defaultmenu a.isactivea {
	border: none;
	background: none;
}
/*USER PAGES STYLES */
div.userpageswrap.offline div.userpages {
	border: none;
	background: #fff;
}
div.userpages dt {
	background: #fff;
	border: none;
}

/*SECTION TABLE */
table.category {
	border: 1px solid #DDD;
	border-collapse: separate;
	border-bottom: none;
}
table.category td {
	border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
	border-bottom: 1px solid #DDD;
	background: #fff;
}
tr.sectiontableentry1 td {
	background-color: #fafafa;
}
tr.sectiontableentry2 td {
	background-color: #fff;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #f7f7f7;
}
.yjsglogo {
	background: url(../images/blue/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
#mmenu_holder {
	background: #8eabd9!important;
	border: solid;
	border-width:1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color:#1a1a1a;
	box-shadow: none;
}
/* User pages */
legend {
	background: #1a1a1a;
	color: #fff;
}
div.userpageswrap.user dd {
	color: #1a1a1a;
}
/* eror */
body.yjsgerror-page #errorpage {
	background: #f5f5f5;
}
body.yjsgerror-page #errorpage #header {
	background: #1a1a1a;
}
body.yjsgerror-page #errorol,
body.yjsgerror-page p.error_contact,
body.yjsgerror-page p.error_msg {
	background: #fff;
}
/* Module styles */
/* yj3, yj4, yj5 */
.yj3,
.yj4,
.yj3 h2.module_title,
.yj3 h2.module_title span,
.yj4 h2.module_title,
.yj4 h2.module_title span {
	color: #fff;
}
.yj4 {
	background: #1a1a1a;
}
.yj5 {
	color: #a5a5a5;
	background: #f5f5f5;	 
}
.yj5 h2.module_title,
.yj5 h2.module_title span {
	color: #1a1a1a;
}
/* Header */
#header {
	border-bottom: 4px solid #363636;
}
/* Side block */
#side_block_out,
.side_block {
	background: #8eabd9;
}
.side_block h2.module_title,
.side_block h2.module_title span {
	color: #fff;
}
/* Live search */
.clivesearch {
	border-bottom: 4px solid #363636;
}
.clivesearch .yj_inputbox {
	color: #a5a5a5;
}
.clivesearch .LiveSearchStop,
.clivesearch .LiveSearchLoading {
	background: #fff;
}
.clivesearch .icon-search {
	color: #a5a5a5;
}
/*results*/
.LiveSearchResults .LiveSearchResult {
	color: #777777;
	border-bottom: 1px #ececec solid;
}
.LiveSearchResults .LiveSearchResultHover {
	color: #FFFFFF;
}
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovered {
	background: #777777;
}
.LiveSearchResults .LiveSearchResultHover .LiveSearchExpandDetails {
	background: #fff;
}
.LiveSearchResults a {
	color: #777777;
}
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	color: #FFFFFF;
}
.LiveSearchResults a.next:hover,
.LiveSearchResults a.back:hover {
	background: #1a1a1a;
}
/* Vertical menu */
.cverticalmenu ul.yj-vertical-menu li a {
	color: #fff!important;
	background: #1a1a1a;
	border-bottom: 1px solid #363636;
}
.cverticalmenu ul.yj-vertical-menu li.lilast a {
	border-bottom: 4px solid #363636;
}
.cverticalmenu li.yj-vertical-menu-has-horizontal > a:after {
	background: #fff;
}
/* Tag could */
.ctags h2.module_title,
.ctags h2.module_title span {
	color: #fff!important;
}
.ctags a.yjtag {
	background: #3a3a3a;
	color: #fff;
}
.ctags a.yjtag:after {
	background: #fff;
}
/* template reamore buttons */
.template_readmore,
.template_readmore2,
.template_readmore3,
.template_readmore4 {
	color: #fff;
}
.template_readmore3 {
	color: #aaaaaa;
	background: #1a1a1a;
}
.template_readmore4 {
	background: #1a1a1a;
}
.template_readmore2:hover {
	color: #fff;
	background: #1a1a1a;
}
.template_readmore3:hover,
.template_readmore4:hover {
	color: #fff;
}
.template_readmore2:after,
.template_readmore4:after {
	background: #fff;
}
/* Contact info */
.ccontactinfo {
	color: #fff;
}
.ccontactinfo p {
	border-bottom: 1px solid #363636;
}
.ccontactinfo p span {
	color: #777777;
}
.ccontactinfo p a:hover {
	color: #fff;
}
.yj_facebook,
.yj_twitter,
.yj_rss,
.yj_googleplus,
.yj_flickr {
	background: url(../images/yj_facebook.png) no-repeat left top;
}
.yj_twitter {
	background: url(../images/yj_twitter.png) no-repeat left top;
}
.yj_rss {
	background: url(../images/yj_rss.png) no-repeat left top;
}
.yj_googleplus {
	background: url(../images/yj_googleplus.png) no-repeat left top;
}
.yj_flickr {
	background: url(../images/yj_flickr.png) no-repeat left top;
}
/* Image slider */
.cimagesliderh1 {
	background: #fff;
}
/* navigation */
/*bottom nav*/
.cimageslider .navContainer .bnav {
	color: #fff;
}
/* Custom paragraph */
.cparagraph p {
	color: #aaaaaa;
}
/* Module engine */
/* Module engine members */
.cmoduleengine.members .yjme_item:after {
	background: #fff;
}
.firstitem,
.secondrow .seconditem {
	background: #1a1a1a;
}
.seconditem,
.secondrow .firstitem {
	background: #f5f5f5;
}
.cmoduleengine.members .yjme_item div.imageholder {
	border: 4px solid #494949;
}
.cmoduleengine.members .firstrow .yjme_item.seconditem div.imageholder,
.cmoduleengine.members .secondrow .yjme_item.firstitem div.imageholder {
	border: 4px solid #dfdfdf;
}
.cmoduleengine .yjme_item a.item_title {
	color: #1a1a1a;
}
.cmoduleengine.members .yjme_item a.item_title {
	color: #fff;
}
.cmoduleengine.members .firstrow .yjme_item.seconditem a.item_title,
.cmoduleengine.members .secondrow .yjme_item.firstitem a.item_title {
	color: #1a1a1a;
}
/* YJ News Pop */
.cnewspop ul.yjnewspopFilter li a {
	background: #F5F5F5;
	color: #a5a5a5;
}
.cnewspop ul.yjnewspopFilter li a:hover,
.cnewspop ul.yjnewspopFilter li a.selected {
	color: #fff!important;
}
.cnewspop div.yjNewsPopContainer a.getmore{
	color:#fff;
}
.cnewspop div.yjNewsPopContainer a.getmore:hover{
	background:#1a1a1a;
}
/* Custom K2 Module */
.ccustomk2 {
	background: #f5f5f5;
}
/* K2 extra */
.yj_date span,
.yj_author,
.yj_cat span {
	color: #a5a5a5!important;
}
/* K2 Tags side position */
.k2tags.yj2 h2.module_title,
.k2tags.yj2 h2.module_title span {
	color: #fff;
}
/* Hover effect */
.yj_hover_title {
	background: #fff;
	color: #1a1a1a;
}
.yj_hover_readmore {
	background: #fff;
	color: #fff;
}
.yj_hover_readmore:hover {
	background: #1a1a1a;
}
/* Rotate hover */
.yj_hover_effect:hover,
.cimageslider:hover {
	background: #000;
}
/* Search results */
dl.search-results dt.result-title{
	background:#f5f5f5;
	color:#1a1a1a;
}
dl.search-results dt.result-title a{
	color:#1a1a1a;
}
dl.search-results dd{
	background:#f5f5f5;
}
dl.search-results dd.result-text span.highlight{
	background:#1a1a1a;
	color:#fff;
}
/* Dark style */
/* typo dark override*/
.textlight .yjsg-example {
	background: #2c2c2c!important;
	border: 1px solid #404040!important;
}
.textlight .prettyprint {
	background-color: #343434!important;
	border: 1px solid #404040!important;
}
.textlight .prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #2c2c2c, inset 41px 0 0 #2c2c2c!important;
	-moz-box-shadow: inset 40px 0 0 #2c2c2c, inset 41px 0 0 #2c2c2c!important;
	box-shadow: inset 40px 0 0 #2c2c2c, inset 41px 0 0 #2c2c2c!important;
}
.textlight .kwd,
.textlight .prettyprint .tag {
	color: #6c88e3!important;
}
.textlight .pln {
	color: #ccc!important;
}
body.textlight ol.linenums li {
	text-shadow: none!important;
}
.textlight .yjsg-example:after {
	background: #3c3c3c!important;
	border: 1px solid #404040!important;
}
.textlight pre,
.textlight code {
	background-color: #2c2c2c!important;
	border: 1px solid #404040!important;
}
.textlight .yjsg-example-sidenav {
	background-color: #2c2c2c!important;
}
.textlight .yjsg-example-sidenav > li > a {
	border: 1px solid #424242!important;
}
.textlight .yjsg-example-sidenav > li > a:hover {
	background-color: #ccc!important;
}
.textlight .nav-list > li > a,
.textlight .nav-list .nav-header {
	text-shadow: none!important;
}
.textlight #pathway .breadcrumb a,
.textlight #pathway .breadcrumb span {
	text-shadow: none!important;
}
.textlight .dropcap3,
.textlight .dropcap4 {
	background-color: #3c3c3c!important;
	border: 1px solid #000!important;
}
.textlight .pager a {
	background: #2c2c2c!important;
	border: 1px solid #404040!important;
}
.textlight .pager a:hover {
	background: #3c3c3c!important;
}
/* INPUTBOXES */
.textlight .inputbox,
.textlight textarea,
.textlight input[type="text"] {
	background: #272727!important;
	border: 1px solid #2f2f2f!important;
	color: #8c8c8c!important;
}
.textlight .inputbox:hover,
.textlight .inputbox:focus {
	background: #323232!important;
	border: 1px solid #373737!important;
}
/*SECTION TABLE */
.textlight table.category {
	border: 1px solid #404040!important;
	border-collapse: separate;
	border-bottom: none;
}
.textlight table.category td {
	border-bottom: 1px solid #404040!important;
}
.textlight th.sectiontableheader {
	border-bottom: 1px solid #404040!important;
	background: #2c2c2c!important;
}
.textlight tr.sectiontableentry1 td {
	background-color: #3c3c3c!important;
}
.textlight tr.sectiontableentry2 td {
	background-color: #2c2c2c!important;
}
.textlight tr.sectiontableentry1:hover td,
.textlight tr.sectiontableentry2:hover td {
	background-color: #2c2c2c!important;
}
.textlight .table-bordered th,
.textlight .table-bordered td {
	border-left: 1px solid #404040!important;
}
.textlight .jbsm li,
.textlight .accordion-group {
	background: #2c2c2c!important;
}
.textlight .nav-tabs.nav-stacked > li > a,
.textlight .accordion-group {
	border: 1px solid #404040!important;
}
.textlight .pagination a,
.textlight .pagination span {
	background-color: #2c2c2c!important;
	border: 1px solid #404040!important;
	border-left-width: 0!important;
}
.textlight .accordion-inner {
	border-top: 1px solid #404040!important;
}
.textlight .form-horizontal legend {
	border-bottom: 1px solid #404040!important;
	color: #ccc!important;
}
.textlight .page-header {
	border-bottom: 1px solid #404040!important;
}
/* Polaroid */
.textlight .yjt_polaroid {
	-webkit-box-shadow: 0 0 8px #888;
	-khtml-box-shadow: 0 0 8px #888;
	-moz-box-shadow: 0 0 8px #888;
	box-shadow: 0 0 8px #888;
	border: none;
	background: #2c2c2c;
}
.textlight #mmenu_holder {
	background: #2c2c2c!important;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.textlight a:hover,
.textlight #footer a:hover,
.textlight h1,
.textlight h2,
.textlight h3,
.textlight h4,
.textlight h5,
.textlight h6,
.textlight .yj5 h2.module_title,
.textlight .yj5 h2.module_title span,
.textlight .cmoduleengine .yjme_item a.item_title,
.textlight .cmoduleengine.members .secondrow .yjme_item.firstitem a.item_title,
.textlight .cmoduleengine.members .firstrow .yjme_item.seconditem a.item_title,
.textlight .yj_hover_readmore.template_readmore:hover {
	color: #fff;
}
.textlight div.k2CategoriesListBlock ul li.activeCategory a {
	color: #fff!important;
}
.textlight #yjsg3,
.textlight #pathway .breadcrumb,
.textlight .ccustomk2,
.textlight fieldset,
.textlight #article-index ul,
.textlight .nav > li > a:hover,
.textlight .yj5,
.textlight div.itemAuthorBlock,
.textlight div.itemCommentsForm,
.textlight div.userBlock,
.textlight .cnewspop ul.yjnewspopFilter li a {
	background: #1A1A1A;
}
.textlight .k2CategoriesListBlock ul li a:hover:after,
.textlight .k2CategoriesListBlock ul li.activeCategory a:after {
	background: #fff;
}
.textlight #yjsg4,
.textlight div.catItemHeader,
.textlight #holder2 div.catItemView,
.textlight div.itemHeader,
.textlight div.pre25SocialLinks,
.textlight div.itemTagsBlock,
.textlight .tagView div.itemView,
.textlight .userView div.itemView,
.textlight .latestItemView,
.textlight .genericView .itemView {
	border-bottom: 4px solid #1A1A1A!important;
}
.textlight .k2CategoriesListBlock ul li a {
	border-bottom: 1px solid #2b2b2b;
}
.textlight #footer {
	border-top: 4px solid #1A1A1A;
}
.textlight blockquote {
	border-left: 4px solid #1A1A1A;
}
.textlight blockquote.pull-right {
	border-right: 4px solid #1A1A1A;
	border-left: none;
}
.textlight .template_readmore:hover,
.textlight .cimagesliderh1 {
	color: #1a1a1a;
}
.textlight .template_readmore2:hover,
.textlight .template_readmore3,
.textlight .template_readmore4,
.textlight .firstrow .seconditem,
.textlight .secondrow .firstitem {
	background: #2b2b2b;
}
.textlight a.readon:hover,
.textlight .button:hover,
.textlight .validate:hover {
	background: #2b2b2b!important;
}
.textlight .cmoduleengine.members .firstrow .yjme_item.seconditem div.imageholder,
.textlight .cmoduleengine.members .secondrow .yjme_item.firstitem div.imageholder {
	border: 4px solid #1a1a1a;
}
.textlight div.itemAuthorBlock img.itemAuthorAvatar,
.textlight div.userBlock img {
	border: 4px solid #494949;
}
.textlight dl.search-results dt.result-title{
	background:#1a1a1a;
	color:#fff;
}
.textlight dl.search-results dt.result-title a{
	color:#fff;
}
.textlight dl.search-results dd{
	background:#1a1a1a;
}
.textlight dl.search-results dd.result-text span.highlight{
	background:#2b2b2b;
	color:#fff;
}