/*----------------------------------------------------------------------
# ARTIS FLUES v1.0 - 16 Feb 2007 @ 02:37 PM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright (c) 2006-2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/


/*------------------------------------
#	HEX INFORMATION for GREEN STYLE
# ------------------------------------
#	#be4702 - Orange
#	#6b8f40 - Green
--------------------------------------*/

/* main background */
#body_bg{
	/*background: url(../images/wr_bg_green.jpg) top repeat-x;*/
}

/* headings */
h1, h2, h3, h4, h4, h5, h6 {
	color: #6b8f40;
}

/* main hyperlinks */
a:link, a:visited{
	color: #be4702;
}
a:hover{
	color: #6b8f40;
}
ul a:link, ul a:visited{
	color: #be4702;
}
ul a:hover{
	color: #6b8f40;
}

/* Joomla! stuff */
.contentheading {
	color: #A41516;
	padding-left:129px;
	font-size:26px;
}
.contentheading a:link, .contentheading a:visited {
	color: #6b8f40;
}
.contentheading a:hover {
	color: #6b8f40;
}
a.readon:link, a.readon:visited {
	color: #be4702;
}
a.readon:hover {
	color: #6b8f40;
}
.back_button a:link, .back_button a:visited{
	color: #be4702;
}
.back_button a:hover{
	color: #6b8f40;
}

/* Tabs */
div#nav li {
	background: url(../images/wr_tab_left_green.png) 0 0 no-repeat;
}
div#nav a {
	background: url(../images/wr_tab_right_green.png) 100% 0 no-repeat;
}
div#nav li.active_menu {
	background: url(../images/wr_tab_active_left_green.png) 0 0 no-repeat;
}
div#nav li.active_menu {}
div#nav li.active_menu a:link,
div#nav li.active_menu a:visited,
div#nav li.active_menu a:hover {
	background: url(../images/wr_tab_active_right_green.png) 100% 0 no-repeat;
}
div#nav a:hover {
	color: #6b8f40;
}
div#subnav a:link, div#subnav a:visited{
	color: #be4702;
}
div#subnav a:hover{
	color: #6b8f40;
}

/* user 1 module title */
div#user1 .module h3{
	color: #6b8f40;
}

/* user 1 module title (module class suffix: -style1) */
div#user1 .module-style1 h3{
	color: #6b8f40;
}

/* user 1 module title (module class suffix: -style2) */
div#user1 .module-style2 h3{
	color: #6b8f40;
}

/* user 1 module title (module class suffix: -style3) */
div#user1 .module-style3 h3{
	color: #6b8f40;
}

/* pathway */
div#pathway a:hover{
	color: #be4702;
}

/* left and right modules title */
div#left h3,
div#right h3{
	color: #6b8f40;
}

/* round gray modules title */
div#user2 div.module h3,
div#user3 div.module h3,
div#user4 div.module h3,
div#user5 div.module h3,
div#user14 div.module h3,
div#user15 div.module h3,
div#user16 div.module h3,
div#user17 div.module h3{
	color: #be4702;
}

/* footer menu */
div#footer_menu ul li a {
	color: #be4702;
}
div#footer_menu ul li a:hover {	
	color: #6b8f40;
}