/*** 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/orange/body_bg.gif) repeat-x;
}

#branding_header {
background:url(../images/orange/header.jpg) 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 !important; 
}

a:hover, a:active {
color: #999 !important;	
}

/*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 5px;
color: #ffca02;
border-right: 3px solid #b34e0e; 
}

/*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;
}


#gallery{
color: black;
font-size: 90% !important;
}
#gallery h1,
h2,
h3,
h4,
h5,
h6,
.giDescription,
.autoCompleteBackground,
.autoCompleteHighlight,
.autoCompleteNotSelected,
.autoCompleteNotSelected{
color : white !important;
}
#gallery table.gbDataTable th {
background : #D4EAF8 !important;
color : #666666 !important;
}
gallery .gcBackground1, .gbEven { background-color: transparent !important; }
#gallery .gcBackground2, .gbOdd { background-color: transparent !important; }
#gallery .summary{ color: #666666; }
gsHeader { display : none; }