/*======================================================================*\
|| #################################################################### ||
|| # 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#stylef1,
body#stylef2,
body#stylef3,
body#stylef4,
body#stylef5,
body#stylef6,
body#stylef7,
body#stylef8,
body#stylef9,
body#stylef10,
body#stylef11,
body#stylef12,
body#stylef13,
body#stylef14,
body#stylef15,
body#stylef16 {
	background:url(../images/main_bg.jpg) repeat;
	color:#555;
}
#centerbottom,
#centertop {
	background:#eeeeee;
}
#yjsg1 {
	color:#515151;
}
#header {
	border-left:1px solid #1e5b91;
	border-right:1px solid #1e5b91;
	background:#4988bd url(../images/blue/header_bg.jpg) repeat-x left top;
}
#logo {
	background:url(../images/blue/logo.png) no-repeat 0px 0px;
}
#yjsgheadergrid {
	color:#efefef;
}
#yjsg5 {
	color:#efefef;
	text-shadow:1px 1px #212121;
}
#yjsg6 {
	color:#efefef;
}
#yjsg7 {
	color:#efefef;
}
#footer {
	color:#706F6F;
}
#joomlacredit {
	color:#474646;
}
/* SITE LINKS */
a {
	color:#515151;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#417cb6;
}
#footmod a,
#footmod a:visited,
#cp a,
#cp a:visited,
#joomlacredit a,
#joomlacredit a:visited {
	color:#706F6F;
}
#footmod a:hover,
#footmod a:focus,
#cp a:focus,
#cp a:hover,
#joomlacredit a:focus,
#joomlacredit a:hover {
	color:#417cb6;
}
#pathway a,
#pathway a:visited {
	color:#417cb6;
}
#pathway a:focus,
#pathway a:hover {
	color:#515151;
}
#yjsg1 a,
#yjsgheadergrid a,
#yjsg7 a {
	color:#f5f5f5;
}
#yjsg1 a:hover,
#yjsgheadergrid a:hover,
#yjsg7 a:hover {
	color:#d7d7d7;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#515151;
}
.small,
.createdate,
.modifydate,
.createby {
	text-transform: uppercase;
	color:#515151;
	font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle,
.article_title {
	color:#515151;
}
.yjsg-morearticles h3 {
	border:none;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset,
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border:none;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset,
.yjround_in fieldset {
	border:none;
}
/* INPUTBOXES */
.inputbox {
	color:#bebebe;
	background: #FFFFFF;
	border: 1px solid #dcdcdc;
}
.inputbox:hover,
.inputbox:focus {
	background: #F7F7F7;
	border: 1px solid #e5e5e5;
}
/*BUTTONS
--------------------- */
.button,
.button:hover,
.button:focus,
.validate {
	background:#417cb6;
	border:none;
	color:#fff;
	text-shadow:1px 1px #376a9a;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
/*readon*/
a.readon,
a.readon:hover,
a.readon:focus {
	background:url(../images/blue/readon_l.png) no-repeat left top!important;
	color:#fff;
	text-shadow:1px 1px #376a9a;
	border:none;
	-webkit-box-shadow:none!important;
	-khtml-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
a.readon span,
a.readon:hover span,
a.readon:focus span {
	background:url(../images/blue/readon_r.png) no-repeat right top!important;
}
a.readon:hover {
	color:#121212;
	text-shadow:none;
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h2.module_title {
	color:#515151;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h2.module_title span {
	color:#515151;
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsgheadergrid .yjsquare h2.module_title,
#yjsg5 .yjsquare h2.module_title,
#yjsg6 .yjsquare h2.module_title,
#yjsg7 .yjsquare h2.module_title {
	color:#fff;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsgheadergrid .yjsquare h2.module_title span,
#yjsg5 .yjsquare h2.module_title span,
#yjsg6 .yjsquare h2.module_title span,
#yjsg7 .yjsquare h2.module_title span {
	color:#fff;
}
/*SEARCH INPUTBOX STYLING. CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
.searchplus.inputbox,
.searchplus.inputbox:hover,
.searchplus.inputbox:focus {
	color:#bbbbbb;
	background:url(../images/blue/search_box.png) no-repeat left top;
}
.searchplus.button {
	background:url(../images/blue/button_search.png) no-repeat left top;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
	background: url(../images/blue/topmenu/horiz_bg.png) repeat-x 0 bottom;
}
/* MENU OVERRIDES */
.YJSG_listContainer {
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#b4b4b4;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc,
.horiznav ul li.sfHover a span.yjm_desc {
	color:#121212;
	text-shadow:1px 1px #efefef;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(../images/blue/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,
.horiznav ul li a:visited {
	color: #f9f9f9;
	background: url(../images/blue/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(../images/blue/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover,
.horiznav ul li.sfHover {
	background: url(../images/blue/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover,
.horiznav ul li:hover a,
.horiznav ul li.sfHover a,
.horiznav ul li.sfHoverHas a {
	color: #417cb6;
	background: url(../images/blue/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
	background: url(../images/blue/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
	color: #417cb6;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,
.horiznav li.active {
	background: url(../images/blue/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a,
.horiznav li.active a,
.horiznav li.active a:visited,
.horiznav li.active.sfHover a:visited,
.horiznav li.active.sfHoverHas a:visited {
	color: #417cb6;
	background: url(../images/blue/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild,
.horiznav li.haschild,
.horiznav ul li.haschild.active,
.horiznav ul li.sfHoverHas {
	background: url(../images/blue/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover,
.horiznav li#current.sfHover,
.horiznav li.active:hover,
.horiznav li.active.sfHover {
	background: url(../images/blue/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover,
.horiznav li#current.sfHover a:hover,
.horiznav li.active a:hover {
	color: #2c7bc0;
	background: url(../images/blue/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover,
.horiznav li#current.haschild.sfHoverHas,
.horiznav li#current.active.sfHover {
	background: url(../images/blue/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder,
.subul_main li.has_modpoz div.yj_menu_module_holder,
.subul_main li.has_module div.yj_menu_module_holder,
.subul_main li.haschild div.yj_menu_module_holder,
.horiznav ul ul.subul_main.dropline {
	background:#fafafa;
}
/* end drpline extra */
.horiznav ul ul.subul_main.dropline ul a,
.horiznav ul ul.subul_main.dropline ul a:hover,
ul.subul_main.dropline div.yj_menu_module_holder {
	border-bottom: 1px solid #dedede!important;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
	background:#fafafa;
	border-bottom: 1px solid #dedede;
	color: #417cb6;
}
.top_menu ul.subul_main li a:visited {
	color: #417cb6;
	background:#fafafa;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	background:#fafafa;
	color: #121212;
}
.top_menu ul.subul_main li,
.top_menu ul.subul_main li.active,
.top_menu ul.subul_main li.active:visited,
.top_menu ul.subul_main li.active:hover,
.top_menu ul.subul_main li:hover,
.top_menu ul.subul_main li:visited,
.top_menu ul.subul_main li#current,
.top_menu ul.subul_main li#current:hover {
	border:none;
	background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a,
.top_menu li.active ul.subul_main li a {
	background:#fafafa;
	color: #417cb6;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover,
.top_menu li.active ul.subul_main li a:hover,
.top_menu li#current.sfHover ul.subul_main li a:hover,
.top_menu li.active.sfHover ul.subul_main li a:hover {
	background:#fafafa;
	color: #121212;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a,
.top_menu ul.subul_main li.haschild.active span.subparent a {
	background:#fafafa;
	color: #121212;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover,
.top_menu ul.subul_main li#current.sfHover,
.top_menu ul.subul_main li.haschild.active span.subparent a:hover {
	background:#fafafa;
	color: #121212;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
	background-image:url(../images/blue/topmenu/arrow_right.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
	background-image:url(../images/blue/topmenu/arrow_down.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul,
.horiznav li li.sfHoverHas ul,
.top_menu ul.subul_main.isie {
	background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl,
.horiznav li.tl:hover {
	background:transparent url(../images/blue/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr,
.horiznav li.tr:hover {
	background:transparent url(../images/blue/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br,
.horiznav li.br:hover {
	background:transparent url(../images/blue/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl,
.horiznav li.bl:hover {
	background:transparent url(../images/blue/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right,
.horiznav li.right:hover {
	background:transparent url(../images/blue/topmenu/corners/right.png) no-repeat right bottom!important;
}
/*CUSTOM FIRST DROP NO TOP ROUNDED CORNERS EXAMPLE*/
.horiznav ul.level1 li.tl,
.horiznav ul.level1 li.tl:hover {
	background:transparent url(../images/blue/topmenu/square/tl.png)!important;
}
.horiznav ul.level1 li.tr,
.horiznav ul.level1 li.tr:hover {
	background:transparent url(../images/blue/topmenu/square/tr.png) no-repeat right top!important;
}
.horiznav ul.level2 li.tl,
.horiznav ul.level2 li.tl:hover {
	background:transparent url(../images/blue/topmenu/corners/tl.png)!important;
}
.horiznav ul.level2 li.tr,
.horiznav ul.level2 li.tr:hover {
	background:transparent url(../images/blue/topmenu/corners/tr.png) no-repeat right top!important;
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
	color: #417cb6;
	border:none;
	background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
	color: #121212;
	background:none;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
	color: #417cb6;
	border-bottom: 1px solid #dedede;
	background:#fafafa;
}
.top_menu .horiznav .group_holder li.haschild li a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
	color: #121212;
	background:#fafafa;
}
span.separator {
	background:#fafafa;
	border-bottom: 1px solid #dedede;
	color: #121212;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link,
div.yj_menu_module_holder .yjsquare_in a:visited {
	color:#121212!important;
}
div.yj_menu_module_holder .yjsquare_in a:focus,
div.yj_menu_module_holder .yjsquare_in a:hover {
	color:#417cb6!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a,
.menu li a,
a.mainlevel {
	background: url(../images/blue/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
	color:#121212;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel:hover,
a.mainlevel#active_menu,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
.menu li a:hover,
.menu li.active a {
	background: url(../images/blue/mainlevel.gif) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
	background: url(../images/blue/bodyli.gif) no-repeat 5px 9px;
}
a.sublevel:hover {
	text-decoration:underline;
}
/*HOVER AND ACTIVE LINK COLOR */
#footmod a.mainlevel:hover,
#footmod a.mainlevel:active,
#footmod a.mainlevel:focus,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel#active_menu,
a.sublevel,
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus,
#active_menu,
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
li.active a,
li.parent a,
.menu li a:hover {
	color:#417cb6;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a,
a.sublevel#active_menu {
	color:#417cb6;
}
/* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover,
li.active ul li.active a {
	color:#121212;
	background: url(../images/blue/mainlevel.gif) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
	background: url(../images/blue/bodyli.gif) no-repeat 0px 6px;
}
/*USER PAGES STYLES */
div.userpages {
	background:#fff;
	border:1px solid #e5e5e5;
}
div.userpageswrap.offline div.userpages {
	border:none;
	background:#fff;
}
/*16 and up*/
div.userpages dt {
	background:#fff;
	border:1px solid #ccc;
}
/* pagination */
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-next a,
li.pagenav-prev a {
	background-image: url(../images/blue/pagination.png);
}
/* active one*/
ul.pagination li span {
	color:#fff;
}
/* hover*/
ul.pagination li a:hover {
	color:#fff;
}
div.nojb.news_item_a .pagination ul li {
	border:1px solid #dcdcdc;
}
/*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;
}
/*----Menu----*/
#topmenu_holder {
	background:url(../images/blue/topmenu/top_menu.png) no-repeat left top;
}
/*-----Title ticker------*/
.yjsquare._plusticker #titles_holder {
	background:url(../images/titleticker_holder.png) no-repeat left top!important;
}
.yjsquare._plusticker .title_nav {
	background:url(../images/tickernav_bg.png) no-repeat right center;
}
.yjsquare._plusticker .next {
	background:url(../images/blue/ticker_arrow_right.png) no-repeat left top!important;
}
.yjsquare._plusticker .prev {
	background:url(../images/blue/ticker_arrow_left.png) no-repeat left top!important;
}
.yjsquare._plusticker a.prev:hover,
.yjsquare._plusticker a.prev:focus {
	background:url(../images/blue/ticker_arrow_left.png) no-repeat left bottom!important;
}
.yjsquare._plusticker a.next:hover,
.yjsquare._plusticker a.next:focus {
	background:url(../images/blue/ticker_arrow_right.png) no-repeat left bottom!important;
}
.yjsquare._plusticker #title_title {
	color:#515151;
}
.yjsquare._plusticker #yj_nt2 a {
	color:#888888;
}
.yjsquare._plusticker #yj_nt2 a:hover {
	color:#417cb6;
}
/*----Social links------*/
.yjsquare._social .yjsquare_in {
	background:url(../images/social_holder.png) no-repeat right top;
}
.separator_bg {
	background:url(../images/tickernav_bg.png) no-repeat left 5px;
}
/*----YouMagazine Slider------*/
.slider_ribbon {
	background:url(../images/blue/ribbon.png) no-repeat left top;
}
.YJYouplus_slide .Youplus_title a {
	color:#efefef;
}
.YJYouplus_slide .Youplus_title a:hover {
	color:#417cb6;
}
.navContainer a.selected,
.navContainer a.YJYouplus_navLink:hover {
	background:#417cb6;
	border:1px solid #376a9a;
}
/*----Accordion Slider-----*/
.yjsquare._acc h2.module_title {
	background:url(../images/h4_bg.jpg) repeat-x;
	border:1px solid #e5e5e5;
}
.yjsquare._acc .yjacnf_container {
	border:1px solid #e5e5e5;
	border-top:none;
	border-bottom:none;
}
.yjsquare._acc .yjacnf_toggler_style {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
.yjsquare._acc .yjacnf_holder {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
.yjacnf_toggler_style .title_in {
	color:#417cb6;
}
.yjsquare._acc .yjacnf_item div.imageholder {
	border:1px solid #e5e5e5;
	background:#f6f6f6;
}
.yjsquare._acc .yjacnf_item div.imageholder:hover,
.yjsquare._acc .yjacnf_item div.imageholder:focus {
	border:1px solid #376a9a;
	background:#417cb6;
}
.yjsquare._acc .yjacnf_item p.item_intro {
	color:#898989;
}
.yjsquare._acc a.item_readmore:hover,
.yjsquare._acc a.item_readmore:focus {
	color:#417cb6;
}
/*---Tweets----*/
div.yj_twitter_cont {
	background:url(../images/twitter.gif) no-repeat left 17px;
	border-bottom:1px solid #e6e6e6;
}
div.yj_twitter_updated {
	color:#515151;
}
div.yj_twitter_title a:link,
div.yj_twitter_title a:active {
	color:#9a9a9a;
}
div.yj_twitter_title a:hover,
div.yj_twitter_title a:focus {
	color:#417cb6;
}
/*----Bottom grids------*/
.bottom_grid_holder {
	border-left:1px solid #474747;
	border-right:1px solid #474747;
	border-top:1px solid #474747;
	background:#292929 url(../images/foooter_mod_bg.png) no-repeat center top;
}
#yjsg5 .yjsquare_in,
#yjsg6 .yjsquare_in,
#yjsg7 .yjsquare_in {
	background:url(../images/bottom_grid_sep.png) no-repeat right center;
}
#yjsg5 .lastModule .yjsquare_in,
#yjsg6 .lastModule .yjsquare_in,
#yjsg7 .lastModule .yjsquare_in{
	background:none;
}
/*---Fotter---*/
#footer {
	border-left:1px solid #474747;
	border-right:1px solid #474747;
	border-bottom:1px solid #474747;
	background:#353535 url(../images/fotter.jpg) repeat-x left top;
}
/*----Categories-----*/
.yjsquare._fotmod h2.module_title {
	color:#fff;
	text-shadow:1px 1px #1d1d1d;
}
.yjsquare._fotmod ul li {
	color:#efefef;
}
.yjsquare._fotmod .k2CategoriesListBlock ul li a {
	color:#efefef;
	text-shadow:1px 1px #212121;
	background:url(../images/blue/fotter_cat_menu.png) no-repeat left top;
}
.yjsquare._fotmod .k2CategoriesListBlock ul li a:hover {
	background:url(../images/blue/fotter_cat_menu.png) no-repeat left bottom;
	color:#417cb6;
}
/*----Subscribe-----*/
#subscribe_holder .inputbox {
	background:url(../images/sub_box.gif) no-repeat left top;
	color:#666666;
	text-shadow:1px 1px #303030;
}
#subscribe_holder .button {
	background:url(../images/blue/sub_button.gif) no-repeat left top;
	color:#fff;
	text-shadow:1px 1px #376a9a;
}
/*----Multimedia box-----*/
.bot_thumb,
.bot_thumbv {
	border:5px solid #464646;
}
.bot_thumb:hover,
.bot_thumbv:hover {
	border:5px solid #1b1b1b;
}
/*----news item-----*/
.yjsg-newsitems,
.news_item_a {
	background:#fff;
	border:1px solid #e5e5e5;
}
h1.pagetitle {
	border-bottom:1px solid #e5e5e5;
}
/*---default module style---*/
#yjsg1 .yjsquare,
#yjsg2 .yjsquare,
#yjsg3 .yjsquare,
#yjsg4 .yjsquare,
#yjsgbodytop .yjsquare,
#yjsgbodybottom .yjsquare,
#rightblock .yjsquare,
#leftblock .yjsquare,
#insetblock .yjsquare,
#insetsholder_2t .yjsquare,
#insetsholder_2b .yjsquare {
	background:#fff;
	border:1px solid #e5e5e5;
}
#yjsg1 .yjsquare h2.module_title,
#yjsg2 .yjsquare h2.module_title,
#yjsg3 .yjsquare h2.module_title,
#yjsg4 .yjsquare h2.module_title,
#yjsgbodytop .yjsquare h2.module_title,
#yjsgbodybottom .yjsquare h2.module_title,
#rightblock .yjsquare h2.module_title,
#leftblock .yjsquare h2.module_title,
#insetblock .yjsquare h2.module_title,
#insetsholder_2t .yjsquare h2.module_title,
#insetsholder_2b .yjsquare h2.module_title {
	background:url(../images/h4_bg.jpg) repeat-x;
	border-bottom:1px solid #e5e5e5;
}
/*---Mia FLV---*/
.yjsquare._mia .yjsquare_in {
	background:#eaeaea;
	border:1px solid #e5e5e5;
}
/*----Yj1 Module style----*/
.yjsquare._yj1 {
	background:#fff;
	border:1px solid #e5e5e5;
}
.yjsquare._yj1 h2.module_title {
	color:#417cb6;
	border-bottom:1px solid #e5e5e5;
	background:url(../images/h4_bg.jpg) repeat-x;
}
/*----Yj2 Module style----*/
.yjsquare._yj2 {
	color:#efefef;
	background:#292929;
	border:1px solid #000;
}
.yjsquare._yj2 h2.module_title {
	color:#fff;
	text-shadow:1px 1px #1d1d1d;
	background:#353535 url(../images/fotter.jpg) repeat-x bottom left;
}
.dropcap,
.bignumber {
	color:#515151!important;
}
#searchForm,
table.contentpaneopen {
	border:1px solid #e5e5e5;
}
/*----K2 extras-----*/
/* sub cat read more */
a.subCategoryMore,
a.subCategoryMore:visited {
	background:url(../images/blue/k2_readmore.gif) no-repeat left top;
}
a.subCategoryMore:link,
a.subCategoryMore:visited {
	color:#fff;
	text-shadow:1px 1px #376a9a;
}
a.subCategoryMore:hover,
a.subCategoryMore:focus {
	color:#121212;
	text-shadow:none;
}
/*--Cat item view--*/
.catItemView a:link,
.catItemView a:visited {
	color:#417cb6;
}
.catItemView a:hover,
.catItemView a:focus {
	color:#515151;
}
/* cat item title*/
div.catItemHeader h3.catItemTitle a:link,
div.catItemHeader h3.catItemTitle a:visited {
	color:#515151;
}
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus {
	color:#417cb6;
}
div.catItemReadMore {
	background:url(../images/blue/k2_readmore.gif) no-repeat left top;
}
div.catItemReadMore a:link,
div.catItemReadMore a:visited {
	color:#fff;
	text-shadow:1px 1px #376a9a;
}
div.catItemReadMore a:hover,
div.catItemReadMore a:focus {
	color:#121212;
	text-shadow:none;
}
/*--Item view--*/
.itemView a:link,
.itemView a:visited {
	color:#417cb6;
}
.itemView a:hover,
.itemView a:focus {
	color:#515151;
}
div.itemHeader h2.itemTitle a:link,
div.itemHeader h2.itemTitle a:visited {
	color:#515151;
}
div.itemHeader h2.itemTitle a:hover,
div.itemHeader h2.itemTitle a:focus {
	color:#417cb6;
}
div.itemToolbar {
	color:#417cb6;
}
#submitCommentButton {
	color:#fff;
	text-shadow:1px 1px #376a9a;
	background:#417cb6!important;
}
/* item read more button */
div.itemView div.itemReadMore {
	background:url(../images/blue/k2_readmore.gif) no-repeat left top;
}
div.itemView .itemReadMore a:link,
div.itemView .itemReadMore a:visited {
	color:#fff;
	text-shadow:1px 1px #376a9a;
}
div.itemView .itemReadMore a:focus,
div.itemView .itemReadMore a:hover {
	color:#121212;
	text-shadow:none;
}
/*--User view--*/
div.userBlock h2 {
	color:#417cb6;
}
.userView h3.itemTitle a:link,
.userView h3.itemTitle a:visited {
	color:#515151;
}
.userView h3.itemTitle a:hover,
.userView h3.itemTitle a:focus {
	color:#417cb6;
}
ul.preSocialLinks li a {
	background-image: url(../images/blue/socials.png);
}
/*--Generic view--*/
.genericView div.itemIntroText {
	font-size:90%;
	color:#9a9a9a;
}
/*--k2 content module--*/
a.moduleItemTitle,
a.moduleItemTitle:link,
a.moduleItemTitle,
a.moduleItemTitle:visited {
	color:#417cb6;
}
a.moduleItemTitle,
a.moduleItemTitle:hover,
a.moduleItemTitle,
a.moduleItemTitle:focus {
	color:#515151;
}
/*--k2 calendar module--*/
table.calendar tr td.calendarDayName {
	background:#417cb6;
}
table.calendar tr td.calendarToday,
table.calendar tr td.calendarTodayLinked {
	background:#417cb6;
}
table.calendar tr td.calendarDateLinked a {
	background:#376a9a;
}
table.calendar tr td.calendarTodayLinked a:hover,
table.calendar tr td.calendarDateLinked a:hover {
	background:#515151;
}
/*--k2 tag cloud module--*/
div.k2TagCloudBlock a:hover {
	background:#417cb6;
}
/*--k2 comments module--*/
div.k2LatestCommentsBlock ul li span.lcComment:hover,
div.k2LatestCommentsBlock ul li span.lcComment:focus {
	color:#417cb6;
}
/*--k2 CAT MENU COLOR AND BG CSS--*/
.k2CategoriesListBlock ul li a {
	background:url(../images/blue/mainlevel.gif) no-repeat left top;
}
/* main caregory link*/
div.k2CategoriesListBlock ul li.activeCategory a {
	color:#417cb6!important;
}
.search-results {
	border:1px solid #e5e5e5;
	background:#fff;
}
.popbox img,
.popboxv img {
	border:5px solid #464646;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:none;
	-khtml-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.popbox:hover img,
.popboxv:hover img {
	border:5px solid #417cb6;
}
.jbsm li,
.accordion-group {
	background:#fff;
}
#mmenu_holder {
	background: url(../images/blue/topmenu/mob_menu.png) repeat-x left top!important;
	border-bottom:1px solid #226299;
}
span#yjmm_selectid {
	color:#fff!important;
	background:url(../images/mm_arrow_white.png) no-repeat right center!important;
}