/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. 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 LLC                      ||
|| # 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:#f0f0f0;
  color:#989898;
}
/* BOTTOM PART OF THE SITE LAYOUT. BASE WRAP */
#centerbottom {}
/*GRIDS STYLING CAN BE USED TO STYLE EACH yellow DIFFERENTLY */
#yjsg1 {
  color:#efefef;
}

#header {
}
#logo {
  background:url(../images/yellow/logo.png) no-repeat 0px 0px;
}

#yjsgheadergrid {
  color:#efefef;
}

#yjsg2 {}

#yjsg3 {}

#yjsg4 {}

#yjsg5 {}

#pathway {
  color:#292a30;
}
#pathway .yjsg_breadcrumbs a.pathway{
  background: url(../images/arrow.png) no-repeat right center;
}
#yjsg6 {}

#yjsg7 {  
  background:url(../images/yellow/bottom_bg.jpg) no-repeat center top;
  color:#efefef;
}

#footer {
  color:#3C3C3C;
}

#joomlacredit {
  background:#1F1F1F;
  color:#474646;
}

/*TEMPLATE CSS 
--------------------- */
/* SITE LINKS */
a:link, a:visited{
  text-decoration: none;
  color:#45484e;
}
/* SITE HOVERS */
a:focus, a:hover {
  color:#ffd900;
  text-decoration: none;
}
/*DIFFERENT STYLE FOR  LINKS ON DARK BG
--------------------- */
#footmod .yjplain a, #footmod .yjplain a:visited, #cp a, #cp a:visited, #joomlacredit a, #joomlacredit a:visited, #yjsg1 a, #yjsg1 a:visited{
  color:#4a4e54;
}
#footmod .yjplain a:hover, #footmod .yjplain a:focus, #cp a:focus, #cp a:hover, #joomlacredit a:focus, #joomlacredit a:hover, #yjsg1 a:focus, #yjsg1 a:hover{
  color:#ffd900;
}
/* SITE HEADINGS */
h1, h2, h3, h4, h5, h6 {
  color:#4a4e54;
}

.small, .createdate, .modifydate, .createby {
  text-transform: uppercase;
  color:#292a30;
  font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle, div.title h1, div.title h2, .yjsg-morearticles h3 {
  color:#4a4e54;
}

.yjsg-morearticles h3 {
  border:none;
}
/* NEWS ITEM TITLE WITH LINK*/
div.title h1 a:link, div.title h1 a:visited, div.title h2 a:link, div.title h2 a:visited {
  color:#4a4e54;
}

div.title h1 a:hover, div.title h1 a:focus, div.title h2 a:hover, div.title h2 a:focus {
  color:#ffd900;
}

/* FORM ELEMENTS */
/* ARTICLE TABLE OF CONTENTS */
fieldset, .toclink {
  border:1px solid #c8c8c8;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset, .yjround_in fieldset {
  border:none;
}
/* INPUTBOXES */
.inputbox, #userreminder .required {
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
}

.inputbox:hover, .inputbox:focus, #userreminder .required:hover, #userreminder .required:focus {
  background: #fafafa;
  border: 1px solid #cecece;
}

/*BUTTONS
--------------------- */
.button {
  color:#fff;
}

.button, .validate {
  background:url(../images/nfultimate_rm.png) no-repeat left top;
  border:none;
  color:#121212;
}

a.button:link, a.button:visited, a.button:focus {
  color:#fff;
  padding:3px;
}

.back_button a:hover, .back_button a:active {
  color: #000;
  text-decoration: none;
}

a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a, .back_button a {
  background:#FFFFFF;
  border:1px solid #CCCCCC;
  color:#4a4e54;
}

a.readon:link, a.readon:visited {
  background:url(../images/readon_l.gif) no-repeat left top;
  border:none;
  color:#45484e;
}

/* ADDITIONAL SPAN READON CLASS FOR ROUND CORNERS */
.readon span {
  background:url(../images/readon_r.gif) no-repeat right top;
}

a.readon:hover, .pagenavbar a:hover {
  color:#ffd900;
}

/* THIS TEMPLATE IS EQUIPED WITH  ROUND AND SQUARE CORNERS
TO SEE ROUND CORNERS SIMPLY CHANGE THE MODULE yellow STYLE IN TEMPLATE MANAGER
UNDER ACCORDION ADVANCED OPTIONS. SEE ALSO rounded.css FILE".

/* ROUND MODULES STYLING
--------------------- */
/* ROUND IMAGE. YOU CAN CHANGE TO YOUR OWN. 1 IMAGE TECHNIQUE USED */
.yjround .content, .yjround .t, .yjround .b, .yjround .b div {
  background:url(../images/yellow/rounded.png);
  bac\kground:url(../images/yellow/rounded_ie.gif);
}

.yjround h4 {
  color:#222222;
  border-bottom:1px dashed #222222;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR */
.yjround h4 span {
  color:#222222;
}
/* SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND*/
#yjsg1 .yjround .content, #yjsgheadergrid .yjround .content, #yjsg7 .yjround .content {
  color:#222222;
}
.yjround_in {
}

/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h4 {
  color:#4a4e54;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h4 span {
  color:#4a4e54;
}
.yjsquare {}
.yjsquare_in {}
/* ADDITIONAL MODULE STYLES */
/* _yj1 */
.yjsquare_yj1 h4, .yjsquare_yj1 h4 span{
  color:#ffd900!important;
  text-shadow:1px 1px #000;
}
.yjsquare_yj1 p span{
  color:#fff;
  text-shadow:1px 1px #000;
}
.yjsquare_yj1 p{
  text-shadow:1px 1px #000;
}
/* _yj2 */
.yjsquare_yj2 h4{
  color:#ffd900!important;
  text-shadow:1px 1px #000;
 /* Title characters needs to be less so the image shows right */  
  background:url(../images/yj2_h4.png) no-repeat left center;
}
.yjsquare_yj2 h4 span {
  color:#ffd900!important;
}
.yjsquare_yj2 {}
.yjsquare_yj2 .yjsquare_in {}
/* _yj3 */
.yjsquare_yj3{
  background:#fff;
  border:1px solid #d6d6d6;
}
.yjsquare_yj3 h4{
  color:#4a4e54;
  border-bottom:1px solid #d6d6d6;
}
.yjsquare_yj3 p{
  color:#979797;
}
/* _yj4 */
.yjsquare_yj4{
  background:url(../images/yj4_bg.gif) repeat left top;
  border:1px solid #efefef;
}
.yjsquare_yj4 h4{
  color:#efefef;
}
.yjsquare_yj4 p{
  color:#efefef;
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsg1 .yjsquare h4,#yjsgheadergrid .yjsquare h4 {
  color:#efefef;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsg1 .yjsquare h4 span,#yjsgheadergrid .yjsquare h4 span {
  color:#efefef;
}

/*SEARCH INPUTBOX STYLING. CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
.search {}
.search .inputbox {}
/*LOGIN MODULE INPUTBOX CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
#modlgn_passwd, #modlgn_username {}
#modlgn_passwd {}
#modlgn_username {}
#mod_login_remember {
  border: none;
  padding: 0!important;
}

/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
  background: url(../images/yellow/topmenu/horiz_bg.png) repeat-x 0 bottom;

}
/* MENU OVERRIDES */
.YJSG_listContainer{
  background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
  color:#fff;
}
/*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:#fff;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
  background: url(../images/yellow/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,.horiznav ul li a:visited {
  color: #fff;
  text-shadow:1px 1px #202226;
  background: url(../images/yellow/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
  background: url(../images/yellow/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover, .horiznav ul li.sfHover{
  background: url(../images/yellow/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: #ffd900;
  text-shadow:1px 1px #202226;
  background: url(../images/yellow/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover{
  background: url(../images/yellow/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover{
  color: #ffd900;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,.horiznav li.active{
  background: url(../images/yellow/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: #ffd900;
  background: url(../images/yellow/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/yellow/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/yellow/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: #d8b802;
  background: url(../images/yellow/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/yellow/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:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
/* 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 dashed #464a50!important;
}
div.yj_menu_module_holder h4,
div.yj_menu_module_holder h4 span{
  color:#fff;
}
div.yj_menu_module_holder h4{
  border-bottom:1px dashed #464a50;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a{
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  border-bottom: 1px dashed #464a50;
  color: #fff;
}
.top_menu ul.subul_main li a:visited{
  color: #fff;
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  color: #ffd900;
}
.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:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
/*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:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  color: #fff;
}
/*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:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  color: #ffd900;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a{
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  color: #ffd900;
}
/*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{
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  color: #d8b802;
}

/*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/yellow/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/yellow/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/yellow/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr, .horiznav li.tr:hover {
  background:transparent url(../images/yellow/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br, .horiznav li.br:hover{
  background:transparent url(../images/yellow/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl, .horiznav li.bl:hover {
  background:transparent url(../images/yellow/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right, .horiznav li.right:hover {
  background:transparent url(../images/yellow/topmenu/corners/right.png) no-repeat right bottom!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: #fff;
  border:none;
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
.top_menu .horiznav .group_holder li.haschild a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover{
  color: #ffd900;
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
/* 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: #fff;
  border-bottom: 1px dashed #464a50;
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
.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: #ffd900;
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
}
span.separator{
  background:url(../images/yellow/topmenu/menu_bg.gif) repeat-y left top;
  border-bottom: 1px dashed #464a50;
  color: #fff;
}
/*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:#525252!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a, .menu li a, a.mainlevel {
  background: url(../images/yellow/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
  color:#45484e;
}
/* 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/yellow/mainlevel.gif) no-repeat left bottom;
}
 /* SUB LEVELS LI IMAGE */
a.sublevel {
  background: url(../images/yellow/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 {
  color:#ffd900;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a, a.sublevel#active_menu {
  color:#45484e; 
}
  /* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover, li.active ul li.active a {
  color:#ffd900;
  background: url(../images/yellow/mainlevel.gif) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
  background: url(../images/yellow/bodyli.gif) no-repeat 0px 5px;
}

/*USER PAGES STYLE */
#userlogin, #userlogout, #userregister, #userreminder {
  background:none;
}
/* IMAGE CAPTIONS */
p.img_caption {
  background:#efefef;
  border:1px solid #ccc;
  text-shadow:1px 1px #fff;
  text-transform:uppercase;
  color:#5F5F5F;
}
/*-----YOUYORK CUSTOM-------*/
/*----TOP BG-----*/
#top_out{
  background:url(../images/top_out.jpg) repeat left top;
}
#centertop{
  background:url(../images/top_bg.jpg) no-repeat center top;
}
/*----END TOP BG-----*/
/*----YOUMAGAZINE NS----*/
.yjsquare_ymns .Youmagazine_title{
  color:#ffd900;
}
.yjsquare_ymns .YJYoumagazine_description {
  color:#efefef;
}
.yjsquare_ymns .imgholder{
  background:url(../images/ns_imageholder.png) no-repeat left top;
}
.yjsquare_ymns a.YJYoumagazine_more {
  background:url(../images/yellow/ns_readmore.png) no-repeat left center!important;
}
.yjsquare_ymns a:link,
.yjsquare_ymns a:visited{
  color:#45484e!important;
}
.yjsquare_ymns a:focus,
.yjsquare_ymns a:hover{
  color:#ffd900!important;
}
.yjsquare_ymns #YJYoumagazine_left,.yjsquare_ymns #YJYoumagazine_right {
  background:url(../images/navs_l.gif) no-repeat left center;
}
.yjsquare_ymns #YJYoumagazine_right {
  background:url(../images/navs_r.gif) no-repeat right center;
}
.yjsquare_ymns .navContainer {
  background:url(../images/navigation_bg.png) no-repeat left top;
}
.yjsquare_ymns .navContainer a.YJYoumagazine_navLink {
  background:url(../images/ns_thumb_bg.gif) no-repeat center top;
}
.yjsquare_ymns .navContainer a.selected,.yjsquare_ymns .navContainer a.YJYoumagazine_navLink:hover {
  background:url(../images/ns_thumb_bg_hover.gif) no-repeat center top;
}
/*----END YOUMAGAZINE NS----*/
/*------------CORNERS----------------*/
.yjrm,.yjlm , .yjtl, .yjtr, .yjbl, .yjbr {  
  background:url(../images/yjrm.gif) repeat-y right top;
}
.yjlm{
  background:#fff url(../images/yjlm.gif) repeat-y left top; margin-top: 10px;
}
.yjtl {
  background:url(../images/yjtl.gif) no-repeat left top;
}
.yjtr {
  background:url(../images/yjtr.gif) no-repeat right top;
}
.yjbl {
  background:url(../images/yjbl.gif) no-repeat left bottom;
}
.yjbr {
  background:url(../images/yjbr.gif) no-repeat right bottom;
}
/*------------END CORNERS----------------*/
/*------CUSTOM TEXT MODULE*--------*/
.paragraph_1{
  color:#4a4e54;
}
.paragraph_2{
  color:#989898;
}
/*------END CUSTOM TEXT MODULE*--------*/
/*------YORK MODULE SLIDER--------*/
.yjsquare_youyork_slider h4{
  color:#4a4e54;
  border-bottom:1px solid #d6d6d6;
}
.yjsquare_youyork_slider p{
  color:#979797;
}
/*------END YORK MODULE SLIDER----------*/
/*------CUSTOM MODULE--------*/
.paragraph_3{
  color:#4a4e54;
  text-shadow:1px 1px #fff;
}
.cm_readmore{
  background:url(../images/yellow/cm_readmore.gif) no-repeat left top;
}
.cm_readmore a:link,
.cm_readmore a:visited{
  color:#4a4e54;
  text-shadow:1px 1px #fff7bf;
}
.cm_readmore a:hover,
.cm_readmore a:focus{
  color:#121212;
  text-shadow:1px 1px #fff7bf;
}
/*------END CUTOM MODULE--------*/
/*------YJNF ULTIMATE--------*/
.yjsquare_yjnfyy a.itemtitle {
  text-shadow:1px 1px #fff;
}
.yjsquare_yjnfyy a.itemtitle:link,
.yjsquare_yjnfyy a.itemtitle:visited{
  color:#777777;
}
.yjsquare_yjnfyy a.itemtitle:focus,
.yjsquare_yjnfyy a.itemtitle:hover{
  color:#ffd900;
}
.yjsquare_yjnfyy p{
  color:#989898;
  text-shadow:1px 1px #fff;
}
.yjsquare_yjnfyy a.itemreadmore{
  background:url(../images/nfultimate_rm.png) no-repeat left top;
}
.yjsquare_yjnfyy a.itemreadmore:link,
.yjsquare_yjnfyy a.itemreadmore:visited{
  color:#41444a;
}
.yjsquare_yjnfyy a.itemreadmore:focus,
.yjsquare_yjnfyy a.itemreadmore:hover{
  color:#ffd900;
}
/*---Latest from the blog-----*/
.yjsquare_latest a.itemtitle{
  text-shadow:1px 1px #fff;
}
.yjsquare_latest a.itemtitle:link,
.yjsquare_latest a.itemtitle:visited{
  color:#4a4e54;
}
.yjsquare_latest a.itemtitle:focus,
.yjsquare_latest a.itemtitle:hover{
  color:#ffd900;
}
.yjsquare_latest .yjnewsflashu_in{
  border-bottom:1px solid #ededed;
}
.yjsquare_latest h4{
  color:#4d5157;
}
.yjsquare_latest p{
  color:#989898;
  text-shadow:1px 1px #fff;
}
.yjsquare_latest div.imageholder{
  background:url(../images/nf_latest_imgholder.jpg) no-repeat left top;
}
.yjsquare_latest div.itemdetails {
  color:#989898;
}
/*------END YJNF ULTIMATE--------*/
/*------BOTTOM BG------------*/
#bottom_out{
  background:url(../images/yellow/bottom_out.jpg) repeat-x left top;
}
/*------END BOTTOM BG------------*/
/*------User Module _yj1------------*/
.footer_rm{
  background:url(../images/yellow/yj1_rm.png) no-repeat left top;
}
.footer_rm a:link,
.footer_rm a:visited{
  color:#2e3034;
  text-shadow:1px 1px #fff3bf;
}
.footer_rm a:focus,
.footer_rm a:hover{
  color:#121212;
  text-shadow:1px 1px #fff3bf;
}
/*------End User Module _yj1------------*/
/*------BLOGROLL--------*/
#yjsg7 h4, #yjsg7 h4 span{
  color:#efefef;
}
#yjsg7 ul li{
  border-bottom:1px solid #6b6f78;
}
#yjsg7 ul li a:link,
#yjsg7 ul li a:visited{
  color:#efefef;
  text-shadow:1px 1px #34363b;
}
#yjsg7 ul li a:hover,
#yjsg7 ul li a:focus{
  color:#ffd900;
  text-shadow:1px 1px #34363b;
}
/*------END BLOGROLL--------*/
/*------TWEETS--------*/
.yjsquare_yj2 .yj_twitter_cont {
  border-bottom:1px solid #6b6f78;
}
.yjsquare_yj2 .yj_twitter_updated {
  color:#efefef;
  text-shadow:1px 1px #34363b;
}
.yjsquare_yj2 .yj_twitter_title a:link,
.yjsquare_yj2 .yj_twitter_title a:visited{
  color:#ffd900;
  text-shadow:1px 1px #34363b;
}
.yjsquare_yj2 .yj_twitter_title a:hover,
.yjsquare_yj2 .yj_twitter_title a:focus{
  color:#efefef;
  text-shadow:1px 1px #34363b;
}
/*------END TWEETS--------*/
.componentheading,#userpages h1{
  color:#ffd900;
}
.dropcap,.bignumber{
  color:#45484e;
}

.yjsquare_in a:link, a:visited {
    color: #ffd800;
    text-decoration: none;
}
