# This theme is based on the "Mist" theme engine and features
# the same color scheme as the SouthSide theme.
# ***NOTE*** This replaces my "SouthSideMist" theme

style "default"
{
        
  	fg[NORMAL]              = "#000000"
        fg[ACTIVE]              = "#000000"
        fg[INSENSITIVE]         = "#565248"
        fg[PRELIGHT]            = "#000000"
        fg[SELECTED]            = "#ffffff"
        
        bg[ACTIVE]              = "#bab5ab"
	bg[NORMAL]              = "#eae8e3"
        bg[INSENSITIVE]         = "#e3e1dd"
        bg[PRELIGHT]            = "#d1940c"
        bg[SELECTED]            = "#d1940c"

        base[NORMAL]            = "#ffffff"
        base[ACTIVE]            = "#807d74"
        base[INSENSITIVE]       = "#ffffff"
        base[PRELIGHT]          = "#d1940c"
	base[SELECTED]          = "#d1940c"
        
        text[NORMAL]            = "#000000"
        text[ACTIVE]            = "#000000"
        text[PRELIGHT]          = "#000000"
        text[SELECTED]          = "#ffffff"
        text[INSENSITIVE]       = "#565248" 

	GtkRange::trough_border = 0
	GtkRange::slider_width = 15
	GtkRange::stepper_size = 15
	GtkScrollbar::min_slider_length = 15
	GtkCheckButton::indicator_size=12
	GtkRadioButton::indicator_size=12
	GtkStatusbar::shadow_type = none
	
	GtkNotebook::tab_vborder = 1
	GtkNotebook::tab_hborder = 1
	xthickness = 1
	ythickness = 1

	engine "mist"
 	{
	}
}

style "menu" = "default"
{
	text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"  
	#bg[PRELIGHT]     = "#ccccbe" 
	#text[PRELIGHT]					= { 1.0, 1.0, 1.0 }
	engine "redmond95" { }
}
style "togglebuttons" = "default"
{
   engine "redmond95" { }
}

class "GtkWidget" style "default"
class "GtkMenuItem*"	style "menu"
class "GtkCheckButton" style "togglebuttons"
class "GtkRadioButton" style "togglebuttons"
