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]		= "#e1dfda"
	bg[PRELIGHT]			= "#eed680"
	bg[SELECTED]			= "#d1940c"

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

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

	engine "mist"
 	{
	}
}

style "notebook" = "default"
{
  xthickness = 1
  ythickness = 1
}

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

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

style "button" = "default"
{
	xthickness = 1
	ythickness = 1

	bg[NORMAL]       = "#d1cdc5"
	bg[PRELIGHT]     = "#eed680"
	#to change to the old prelight color, replace #eed680 with #f5f3ee in the line above
}

class "GtkWidget" style "default"
class "GtkMenu" style "menu"
class "GtkButton" style "button"
class "GtkNotebook" style "notebook"

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"
widget_class "*.GtkButton.*" style "button"
