/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleorange 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.yjsimpleorange.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:#EEEEEE;
	color:#555;
}
#main_bg {
	background:#eee url(../images/bg/gray.jpg) no-repeat center top;
}
#main_bg_bgsmall{
	background:#eee url(../images/bg/gray2.jpg) no-repeat center top;
}
#bottomgrids_bg {
	background:#202020;
}
/* ADDITIONAL  FOR ADVERT INTRO */
h1.hadv{
	text-shadow:1px 1px #fff;
	color:#3d3d3d;
	font-size:200%;
}
p.padv{
	text-shadow:1px 1px #eee;
	color:#FF4C00;
}
/* BOTTOM PART OF THE SITE LAYOUT. BASE WRAP */
#centerbottom {
	background:none;
}
/*GRIDS STYLING CAN BE USED TO STYLE EACH orange DIFFERENTLY */
#yjsg1 {
	background:#202020;
	color:#efefef;
}

#header {
	background:url(../images/orange/header_bg.jpg) no-repeat left top;
}

#logo {
	background:url(../images/orange/logo.png) no-repeat 0px 0px;
}

#yjsgheadergrid {
	color:#efefef;
}

#yjsg2 {
	background:#202020;	
	color:#fff;
}

#yjsg3 {
		background:none;
}

#yjsg4 {
		background:none;
}

#yjsg5 {
	background:#fff;
}

#pathway {
	color:#202020;
	font:bold 11px Tahoma,Verdana,"Lucida Sans"; 
	text-shadow:1px 1px #fff;
}
#pathway .yjsg_breadcrumbs a.pathway{
	background:url(../images/li_white.png) no-repeat right center;
}
#yjsg6 {
	background:#202020;
	color:#efefef;
}
#yjsg7 {
	background:#202020;
	color:#efefef;
}
#footer, #footer_holder {
	background:#191919 url(../images/orange/footer_inset.gif) repeat-x left top;
	color:#efefef;
	text-shadow:1px 2px #000;
}
#footer span{
	color:#efefef;
}
.yjsgcp span,#footer span:hover{
	color:#000;
	text-shadow:none;
}

#joomlacredit {
	background:#1F1F1F;
	color:#474646;
}

/*TEMPLATE CSS 
--------------------- */
/* SITE LINKS */
a:link, a:visited {
	text-decoration: none;
	color:#FF4C00;
}
/* SITE HOVERS */
a:focus, a:hover {
	color:#202020;
	text-decoration: none;
}
#footmod .yjplain a, #footmod .yjplain a:visited, #joomlacredit a, #joomlacredit a:visited{
	color:#fff;
	text-shadow:1px 2px #000;
}
#footmod .yjplain a:hover, #footmod .yjplain a:focus, #joomlacredit a:focus, #joomlacredit a:hover{
	color:#FF4C00;
	text-shadow:none;
}
#cp a, #cp a:visited{
	color:#FF4C00;
	text-shadow:1px 1px #000;

}
 #cp a:focus, #cp a:hover{
	 color:#fff;
}
/* SITE HEADINGS */
h1, h2, h4, h5, h6 {
	color:#FF4C00;
	text-shadow:1px 1px #fff;
}

.small, .createdate, .modifydate, .createby {
	text-transform:capitalize;
	color:#202020;
	font:bold 10px Tahoma,Verdana,"Lucida Sans";
	text-shadow:1px 1px #fff;


}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle, div.title h1, div.title h2, .yjsg-morearticles h3 {
	color:#FF4C00;
	text-shadow:1px 1px #fff;
}
/* NEWSFLASH TITLE LINK */
a.yjnewsflash_title:link, a.yjnewsflash_title:visited {
	color:#FF4C00;
}
a.yjnewsflash_title:hover, a.yjnewsflash_title:focus {
	color:#fff;
}
/*END*/
.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:#222222;
}

div.title h1 a:hover, div.title h1 a:focus, div.title h2 a:hover, div.title h2 a:focus {
	color:#727272;
}
/* YJNF */
.yjnewsflash {
	border-bottom:1px solid #737373;
}
/* 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: #fff;
	border: 1px solid #d7d7d6;
}

.inputbox:hover, .inputbox:focus, #userreminder .required:hover, #userreminder .required:focus {
	background: #fafafa;
	border: 1px solid #FF4C00;
}

/*BUTTONS
--------------------- */
.button {
	color:#fff;
}

.button, .validate {
	border-bottom:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #fff;
	color:#FF4C00;
	text-shadow:1px 1px #fff;
}
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:#FF4C00;
	border:1px solid #FF4C00;
	color:#fff;
}
a.readon:link, a.readon:visited {
	color:#FF4C00;
	text-shadow:1px 1px #fff;
	background: url(../images/orange/readm_arrow.jpg) no-repeat left top;
}
a.readon:hover, a.readon:focus {
	background: url(../images/orange/readm_arrow.jpg) no-repeat left bottom;
}
/* ADDITIONAL SPAN READON CLASS FOR ROUND CORNERS */
.readon span {
	background:none;
}

a.readon:hover, .pagenavbar a:hover {
	color:#202020;
}
a.read_grid3:link,a.read_grid3:visited {
	color:#202020;
	text-shadow:1px 1px #fff;
	background:url(../images/orange/read_grid3.gif) no-repeat left center;
}
a.read_grid3:hover,a.read_grid3:focus {
	color:#FF4C00;
}
/* THIS TEMPLATE IS EQUIPED WITH  ROUND AND SQUARE CORNERS
TO SEE ROUND CORNERS SIMPLY CHANGE THE MODULE orange 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/orange/rounded.png);
}

.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:#FF4C00;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h4 span {
	color:#FF4C00;
}

.yjsquare {
}

.yjsquare_in {
}
/* ADDITIONAL MODULE STYLES */
/* _yj1 */
.yjsquare_yj1 h4 {
}
.yjsquare_yj1 h4 span {
}
.yjsquare_yj1 {
}
.yjsquare_yj1 .yjsquare_in {
}
/* _yj2 */
.yjsquare_yj2 h4 {
}
.yjsquare_yj2 h4 span {
}
.yjsquare_yj2 {
}
.yjsquare_yj2 .yjsquare_in {
}
/*--POLL MODULE*--*/
.yjsquare_yj1 {
	border-top:none;
	border-bottom:1px solid #d7d7d6;
	border-right:1px solid #d7d7d6;
	border-left:1px solid #fff;
	background:#f9f8f8;
}
/*--WHOS ONLINE--*/
.yjsquare_yj2 {
	border-top:none;
	border-bottom:1px solid #d7d7d6;
	border-right:1px solid #d7d7d6;
	border-left:1px solid #fff;
	background:#202020;
	color:#efefef;
}
.yjsquare_yj2 h4, .yjsquare_yj2 h4 span {
	color:#737373;
}
.componentheading {
	color:#FF4C00;
	text-shadow:1px 1px #fff;
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsg6 .yjsquare h4, #yjsg7 .yjsquare h4{
	color:#fff;
	text-shadow:1px 2px #000;
}
#yjsg1 .yjsquare h4, #yjsg2 .yjsquare h4 {
	color:#737373;
	text-shadow:none;
}

/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsg6 .yjsquare h4 span, #yjsg7 .yjsquare h4 span{
	color:#fff;
	text-shadow:1px 2px #000;
}
#yjsg1 .yjsquare h4 span, #yjsg2 .yjsquare h4 span{
	color:#737373;
	text-shadow:none;
}
/*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/orange/topmenu/horiz_bg.png) repeat-x 0 bottom;

}
/* MENU OVERRIDES */
.YJSG_listContainer{
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#FF4C00;
}
/*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:#4F4F4F;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(../images/orange/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,.horiznav ul li a:visited {
	color: #FF4C00;
	text-shadow:1px 1px #fff;
	background: url(../images/orange/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(../images/orange/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover, .horiznav ul li.sfHover{
	background: url(../images/orange/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover, .horiznav ul li:hover a, .horiznav ul li.sfHover a {
	color: #efefef;
	text-shadow:1px 1px #CF460C;
	background: url(../images/orange/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover, .horiznav ul li.haschild.sfHover{
	background: url(../images/orange/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover{
	color: #efefef;
	text-shadow:1px 1px #CF460C;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,.horiznav li.active{
	background: url(../images/orange/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    {
	color: #efefef;
	text-shadow:1px 1px #CF460C;
	background: url(../images/orange/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{
	background: url(../images/orange/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/orange/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: #fff;
	background: url(../images/orange/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover,.horiznav li#current.haschild.sfHover,.horiznav li#current.active.sfHover{
	color: #fff;
	background: url(../images/orange/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:#ff4c00;
}
div.yj_menu_module_holder h4,
div.yj_menu_module_holder h4 span{
	color:#888;
	
}
div.yj_menu_module_holder h4{
	border-bottom:1px dashed #888;
}
/* 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 #CF460C!important;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a{
	background:#ff4c00;
	border-bottom: 1px solid #CF460C;
	color: #efefef;
	text-shadow:1px 1px #CF460C;
}
.top_menu ul.subul_main li a:visited{
	color: #efefef;
	background:#ff4c00;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	background:#ff4c00;
	color: #202020;
}
.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:#ff4c00;
	color: #efefef;
}
/*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:#ff4c00;
	color: #202020;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a{
	background:#ff4c00;
	color: #202020;
}
/*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:#ff4c00;
	color: #4c4c4c;
}

/*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/orange/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/orange/topmenu/arrow_down.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul,
.top_menu ul.subul_main.isie{
background:#000;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover{
	background:transparent url(../images/orange/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr, .horiznav li.tr:hover {
	background:transparent url(../images/orange/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br, .horiznav li.br:hover{
	background:transparent url(../images/orange/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl, .horiznav li.bl:hover {
	background:transparent url(../images/orange/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right, .horiznav li.right:hover {
	background:transparent url(../images/orange/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: #efefef;
	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: #202020;
	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: #efefef;
	border-bottom: 1px solid #CF460C;
	background:#ff4c00;
}
.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: #202020;
	background:#ff4c00;
	
}
span.separator{
	background:#ff4c00;
	border-bottom: 1px solid #CF460C;
	color: #b9b9b9;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link,
div.yj_menu_module_holder .yjsquare_in a:visited{
	color:#888!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
--------------------- */
#mainlevel li a, .menu li a, a.mainlevel {
	background: url(../images/orange/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
	color:#FF4C00;/* MENU NORMAL LINKS COLOR */
}

#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/orange/mainlevel.gif) no-repeat left bottom;/* HOVER AND ACTIVE LINKS BG IMAGE */
}

a.sublevel {
	background: url(../images/orange/bodyli.gif) no-repeat 5px 9px; /* SUB LEVELS LI IMAGE */
}

a.sublevel:hover {
	text-decoration:underline;
}

#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, ul li a:hover, li.active a, li.parent a {
	color:#202020;/*HOVER AND ACTIVE LINK COLOR */
}

li.active ul li a, a.sublevel#active_menu {
	color:#202020; /* MENU LI A AND MENU SUB LEVELS LINK COLOR */
}

li.active ul li a:hover, li.active ul li.active a {
	color:#202020;  /* MENU LI A HOVER AND ACTIVE LINK COLOR */
	background: url(../images/orange/mainlevel.gif) no-repeat left top;
}

ul li {/* SITES LI IMAGE */
	background: url(../images/orange/bodyli.gif) no-repeat 0px 5px;
}

/*USER PAGES STYLE */
#userlogin, #userlogout, #userregister, #userreminder {
	/*background:#e7e7e7;*/
}
/* IMAGE CAPTIONS */
p.img_caption {
	background:#efefef;
	border:1px solid #ccc;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	color:#5F5F5F;
}
/* YJSG6 LIST */
#yjsg6 ul li a:link, #yjsg6 ul li a:visited {
	color:#fff;
	background: url(../images/orange/li_bot_a.gif) no-repeat left bottom;
}
#yjsg6 ul li a:focus, #yjsg6 ul li a:hover {
	color:#FF4C00;
}
#yjsg6 .yjsgxhtml, #yjsg7 .yjsgxhtml {
	background:url(../images/orange/bot_sep.gif) no-repeat right center;
}
#yjsg6 #user20, #yjsg7 #user25 {
	background:none;
}
/*---Bottom Module Read more---*/
.readb {
	background:url(../images/orange/readb.gif) no-repeat left top;
}
/*--K2--*/
/* --- Category List/Menu --- */
.k2CategoriesListBlock ul li a{
	background: url(../images/orange/mainlevel.gif) no-repeat left top;
	color:#FF4C00;
}
.k2CategoriesListBlock ul li a:hover {
	color:#202020;
	background:url(../images/orange/mainlevel.gif) no-repeat left bottom
}
div.k2CategoriesListBlock ul li.activeCategory a{
	color:#202020;
	background: url(../images/orange/mainlevel.gif) no-repeat left bottom;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 a{
	color:#FF4C00;
	background: url(../images/orange/mainlevel.gif) no-repeat left top;
}
div.k2CategoriesListBlock ul li.activeCategory ul.level1 a:hover{
	color:#202020;
	background: url(../images/orange/mainlevel.gif) no-repeat left bottom;
}
div.k2CategoriesListBlock ul li.activeCategory a:hover{
	color:#202020;
}
/* --- Sub-category block --- */
.itemListSubCategories h3 {
		color:#FF4C00;
}
/* --- Category block --- */
div.itemListCategory {
	background:#f7fafe;
	border:1px solid #ddd;
}
div.itemListCategory p, div.subCategory p {
	color:#8C8B8B;
}
/* --- Item groups --- */
div.catItemHeader h3.catItemTitle{
	text-shadow:1px 1px #fff;
}
div.catItemIntroText {
	color:#8C5555;
}
/* --- K2 images ---*/
span.userItemImage img,
span.itemImage img ,
span.catItemImage img,
span.genericItemImage img{
	border:1px solid #E0E0E0;
	background:#fff;
}
/* --- Component: Item view ---*/
div.itemHeader span.itemDateCreated{
	color:#202020;
	text-shadow:1px 1px #fff;
}
div.itemHeader span.itemAuthor, span.itemAuthor a {
	text-shadow:1px 1px #fff;
}
div.itemExtraFields h3 {
	color:#FF4C00;
	text-shadow:1px 1px #fff;
}
/* Comments */
div.itemAuthorLatest h3, div.itemCommentsForm h3 {
	color:#FF4C00;
}
div.itemCommentsForm p.itemCommentsFormNotes, div.itemCommentsForm form {
	color:#8C8B8B;
}
/*----AVATAR*-----*/
div.k2ItemsBlock ul li {
	border:1px solid #E0E0E0;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	border:2px solid #DDDDDD;
}
.bignumber {
	color:#FF4C00;
}
.dropcap {
	color:#FF4C00;
}
