/*** A Commercial Template by Radio-Actif.ca
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.Radio-Actif.ca
***/

/*Specific color styling depending on theme*/

body {
background: #41403D url(images/orange/body_bg.gif) repeat-x;
}

#branding_header {
background:url(images/orange/branding_head.gif) no-repeat;
}

#top_shelf .moduletable h3 {
background:#242424 url(images/orange/shelf_modhead_corner.gif) no-repeat top left;
}

h1 {
color: #ffca02; 
}
h3 {
color: #ffca02; 
}

h4 {
color: #b34e0e; 
}

h5 {
color: #ffca02; 
}

h6 {
color: #b34e0e; 
}

blockquote {
color: #d1d1d1;
}

pre {
color: #B35E2A;
}

/*Link Styling*/

/*main links*/
a:link, a:visited {
color: #ffca02; 
}

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: #ffca02;
}

.pagenav_prev a {
color: #ffca02;
}
.pagenav_next a {
color: #ffca02;
}

.back_button a:hover  {
color: #ffca02;
}

.createdate {
/* styling the date the content was created on*/
color: #ffca02;
}

a.pathway:hover {
color: #ffca02;
}

.contentheading {
color: #ffca02;
}

.sectiontableheader {
color: #b34e0e;
}

#main_content .button {
border-left: 3px solid #ffca02;
}

#sidebar .button {
border-left: 3px solid #ffca02;
}

#sidebar .button:hover {
border-left: 3px solid #ffca02;
}

.moduletable-inset-bot .contentheading {
color: #b34e0e;  
}

/*SIDEBAR MENU COLOR STYLING*/
#sidebar #mainlevel li a:hover, 
a#active_menu:link, 
a#active_menu:visited { 
background: #333333 url(images/orange/side_menu_star_active.gif) no-repeat fixed 0px;
color: #ffca02;
}

/*TOP SUCKERFISH MENU COLOR STYLING*/
a.mainlevel-topnav:hover {
background:#373737 url(images/orange/top_nav_hoverbg.gif) repeat-x;
}

#mainlevel-topnav #active_menu-topnav {
background:#373737 url(images/orange/top_nav_hoverbg.gif) repeat-x;
}

#mainlevel-topnav li li:hover,
#mainlevel-topnav li li.hover {
border-left: 4px solid #ffca02;
}

/*TAB NAVIGATION COLOR STYLING*/
.tabs li.selected a{ /*selected main tab style */
border-top:1px solid #ffca02;
}

/*LIVE SEARCH LINK HOVER*/

.LSRow a:hover {
color: #ffca02;
font-weight: normal;
text-decoration: none;
}