/*
* JEZ Rego Joomla! 1.5 Template :: Stylesheets :: elements styling
*
* @package		JEZ Rego
* @version		1.0.0
* @author		JoomlaEZ.com
* @copyright	Copyright (C) 2008 JoomlaEZ.com. All rights reserved
* @license		Commercial Proprietary
*
* Please visit http://joomlaez.com/ for more information
*/

/*----------------------------------------------------------------------------*/

/****************
* Common styles *
****************/

/* navigation :: root menu */
.menu #current a, .menu .active a,
.menu #current .separator, .menu .active .separator,
.menu-nav #current a, .menu-nav .active a,
.menu-nav #current .separator, .menu-nav .active .separator {
	color: #0a5084;
}

/*********************
* Individual modules *
*********************/

/* mod_poll */
.mod_poll .row0 {
	color: #0092ff;
}
.mod_poll button, .mod_poll a.button {
	background: url(../images/button_blue.png) 50% 50% no-repeat;
}

/* mod_stats / mod_whosonline */
.mod_stats {
	color: #0092ff;
}

/*----------------------------------------------------------------------------*/

/************************
* Individual components *
************************/

/* com_content */
.article_heading {
	background: url(../images/heading_content.png) 100% 80% no-repeat;
}
.contentheading {
	color: #0a5084;
}
.content_article a {
	color: #205f8e;
}
.readon a {
	background: url(../images/arrow.png) 0 50% no-repeat;
	color: #376f98;
}

/*----------------------------------------------------------------------------*/

/*****************************************************
* Nested wrappers and module positions customization *
*****************************************************/

/* user3 module position :: mod_mainmenu (root menu) */
#modUser3 .menu > li:hover > a, #modUser3 .menu > #current > a, #modUser3 .menu > .active > a,
#modUser3 .menu > li:hover > .separator, #modUser3 .menu > #current > .separator, #modUser3 .menu > .active > .separator,
#modUser3 .menu-nav > li:hover > a, #modUser3 .menu-nav > #current > a, #modUser3 .menu-nav > .active > a,
#modUser3 .menu-nav > li:hover > .separator, #modUser3 .menu-nav > #current > .separator, #modUser3 .menu-nav > .active > .separator {
	color: #0a5084;
}

/* user1 module position :: JEZ Arguo Joomla Slideshow Module */
.jezTextShow .index .indexWrapper .indexScroller .indexIndexes .itemThumb#activeIndex{
	background: url(../images/index_al.png) left center no-repeat !important;
}
.jezTextShow .index .indexWrapper .indexScroller .indexIndexes .itemThumb#activeIndex span{
	background: url(../images/index_ar.png) right center no-repeat !important;
}

/* user2 module position :: mod_login */
#modUser2 .mod_login button, #modUser2 .mod_login a.button {
	background: url(../images/button_blue.png) 50% 50% no-repeat;
}

/* breadcrumb module position :: mod_breadcrumbs */
#modBreadcrumb .breadcrumb_current {
	color: #0a5084;
}

/* user9 module position :: mod_mainmenu */
#modUser9 .menu li:hover a, #modUser9 .menu #current a, #modUser9 .menu .active a,
#modUser9 .menu li:hover .separator, #modUser9 .menu #current .separator, #modUser9 .menu .active .separator,
#modUser9 .menu-nav li:hover a, #modUser9 .menu-nav #current a, #modUser9 .menu-nav .active a,
#modUser9 .menu-nav li:hover .separator, #modUser9 .menu-nav #current .separator, #modUser9 .menu-nav .active .separator {
	color: #0a5084;
}
