style "default"
{
   fg[NORMAL]        = "#000000"
   fg[ACTIVE]        = "#000000"
   fg[INSENSITIVE]   = "#777777"
   fg[PRELIGHT]      = "#000000"
   fg[SELECTED]      = "#f2f2f2"
        
   bg[ACTIVE]        = "#BBBBB6"
   bg[NORMAL]        = "#E2E2E2"
   bg[INSENSITIVE]   = "#f2f2f2"
   bg[PRELIGHT]      = "#EDEDED"
   bg[SELECTED]      = "#272727"

   base[NORMAL]      = "#f2f2f2"
   base[ACTIVE]      = "#BBBBB6"
   base[INSENSITIVE] = "#BBBBB6"
   base[PRELIGHT]    = "#000000"
   base[SELECTED]    = "#2B2626"
        
   text[NORMAL]      = "#000000"
   text[ACTIVE]      = "#000000"
   text[PRELIGHT]    = "#000000"
   text[SELECTED]    = "#f2f2f2"
   text[INSENSITIVE] = "#777777"

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

	engine "mist"
 	{
	}
}

style "menuitem"
{
        text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
} 

class "GtkWidget" style "default"
class "GtkMenu" style "menu"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"
