/*** A Commercial Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
***/

/*Specific color styling depending on theme*/

body {
background: #41403D url(../images/green/body_bg.jpg) repeat-x;
}

#branding_header {
background:url(../images/green/branding_head.jpg) no-repeat;
}

#top_shelf .moduletable h3 {
background:#242424 url(../images/green/shelf_modhead_corner.gif) no-repeat top left;
}

h1 {
color:#8AB312;
}

h3 {
color:#8AB312;
}

h4 {
color:#B88A28;
}

h5 {
color:#8AB312;
}

h6 {
color:#B88A28;
}

blockquote {
color:#d1d1d1;
}

pre {
color:#B88A28;
}

/*Link Styling*/
/*main links*/
a:link,a:visited {
color:#8AB312;
}

a:hover,a:active {
color:#999;
}

/*This is to set the links of list to a softer tone*/
#top_shelf li a,#sidebar li a {
color:#999 !important;
}

#top_shelf li a,#sidebar li a {
color:#999 !important;
}

#tabcontainer li a,#sidebar li a {
color:#999 !important;
}

a.pagenav,a.pagenav:visited {
/* as above but specifically if they are links */
color:#8AB312;
}

.pagenav_prev a {
color:#8AB312;
}

.pagenav_next a {
color:#8AB312;
}

.back_button a:hover {
color:#8AB312;
}

.createdate {
/* styling the date the content was created on*/
color:#8AB312;
}

a.pathway:hover {
color:#8AB312;
}

.contentheading {
color:#8AB312;
}

.sectiontableheader {
color:#B88A28;
}

#main_content .button {
border-left:3px solid #8AB312;
}

#sidebar .button {
border-left:3px solid #8AB312;
}

#sidebar .button:hover {
border-left:3px solid #8AB312;
}

.moduletable-inset-bot .contentheading {
color:#B88A28;
}

/*SIDEBAR MENU COLOR STYLING*/
#sidebar #mainlevel li a:hover,a#active_menu:link,a#active_menu:visited {
background:#333333 url(../images/green/side_menu_star_active.gif) no-repeat 5px;
color:#8AB312;
border-right:3px solid #B88A28;
}

/*TOP SUCKERFISH MENU COLOR STYLING*/
a.mainlevel-topnav:hover {
background:#373737 url(../images/green/top_nav_hoverbg.jpg) repeat-x;
}

#mainlevel-topnav #active_menu-topnav {
background:#373737 url(../images/green/top_nav_hoverbg.jpg) repeat-x;
}

#mainlevel-topnav li li:hover,#mainlevel-topnav li li.hover {
border-left:4px solid #8AB312;
}

/*TAB NAVIGATION COLOR STYLING*/
.tabs li.selected a {
/*selected main tab style */
border-top:1px solid #8AB312;
}

/*LIVE SEARCH LINK HOVER*/

.LSRow a:hover {
color: #8AB312;
font-weight: normal;
text-decoration: none;
}
