style "clearlooks-default"
{
	GtkButton      ::default_border    = { 0, 0, 0, 0 }
	GtkRange       ::trough_border     = 0
	GtkPaned       ::handle_size       = 6
	GtkRange       ::slider_width      = 15
	GtkRange       ::stepper_size      = 15
	GtkScrollbar   ::min_slider_length = 30
	GtkCheckButton ::indicator_size    = 12
	GtkMenuBar     ::internal-padding  = 3
	GtkTreeView    ::expander_size     = 14
	GtkTreeView    ::odd_row_color     = "#f1f1f1"
	GtkExpander    ::expander_size     = 16
	GtkToolbar     ::internal-padding  = 0
	GtkToolbar     ::shadow_type       = GTK_SHADOW_NONE
	GtkMenuBar     ::shadow-type       = GTK_SHADOW_NONE
	GtkFrame       ::shadow_type       = GTK_SHADOW_NONE
	
	#GtkNotebook    ::show-bodrer       = 1
	
	GtkScrollbar   ::has_secondary_backward_stepper = 1
	GtkScrollbar   ::has_secondary_forward_stepper 	= 0
	
	xthickness = 0
	ythickness = 0
	
	fg[NORMAL]			= "#111111" # very dark grey
	fg[PRELIGHT]		= "#000000" # black
	fg[SELECTED]		= "#ffffff" # white 
	fg[ACTIVE]			= "#333333" # very dark grey
	fg[INSENSITIVE]		= "#444444" # medium grey
	
	bg[NORMAL]			= "#ededed" # light grey
	bg[PRELIGHT]		= "#ffffff" # white
	bg[SELECTED]		= "#d66018" # orange
	bg[INSENSITIVE]		= "#ededed" # very light grey
	bg[ACTIVE]			= "#d9d4ce" # light grey
	
	base[NORMAL]		= "#ffffff" # white
	base[PRELIGHT]		= "#d66018" # orange
	base[ACTIVE]		= "#dadada" # light beige
	base[SELECTED]		= "#d66018" # orange
	base[INSENSITIVE]	= "#ededed" # dark grey orange
	
	text[NORMAL]      	= "#000000" # black
	text[PRELIGHT]    	= "#000000" # black
	text[ACTIVE]      	= "#ffffff" # white
	text[SELECTED]    	= "#ffffff" # white
	text[INSENSITIVE] 	= "#dadada" # light grey
	
	engine "clearlooks" 
	{
		#menubarstyle      = 1       # 0 = flat, 1 = sunken, 2 = flat gradient
		sunkenmenubar     = 0 	    # 0 = disable, 1 = enable
		menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
		listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
		progressbarstyle  = 0       # 0 = candy bar, 1 = flat
	}
}

style "clearlooks-wide" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 2
}

style "clearlooks-button" = "clearlooks-default"
{
	bg[PRELIGHT] = "#ffffff"
	xthickness = 2
	ythickness = 1
}

style "clearlooks-notebook" = "clearlooks-wide"
{
	bg[NORMAL] = "#ededed"
	bg[INSENSITIVE] = "#ededed"
}

style "clearlooks-tasklist" = "clearlooks-default"
{
	xthickness = 4
	ythickness = 3
}

style "clearlooks-menu" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 1
	bg[NORMAL] = "#f1f1f1"
}

style "clearlooks-menu-item" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 3
	fg[PRELIGHT] = "#ffffff"
	text[PRELIGHT] = "#ffffff"
}

style "clearlooks-menu-itembar" = "clearlooks-default"
{
	xthickness = 3
	ythickness = 3
}

style "clearlooks-tree" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 2
}

style "clearlooks-frame-title" = "clearlooks-default"
{
	fg[NORMAL] = "#111111"
}

style "clearlooks-tooltips" = "clearlooks-default"
{
	bg[NORMAL] = "#ededed"
	fg[NORMAL] = "#111111"
	xthickness = 12
	ythickness = 10
}

style "clearlooks-progressbar" = "clearlooks-default"
{
	xthickness = 1
	ythickness = 1
	fg[PRELIGHT]  = "#ffffff"
}

style "clearlooks-combo" = "clearlooks-default"
{
	xthickness = 2
	ythickness = 2
}

style "clearlooks-scrollbar" = "clearlooks-default"
{
	fg[ACTIVE] = "#ffffff"
	bg[NORMAL] = "#ededed"
	bg[PRELIGHT] = "#ffffff"
}

# widget styles
class "GtkWidget"	style "clearlooks-default"
class "GtkButton"	style "clearlooks-button"
class "GtkCombo"	style "clearlooks-button"
class "GtkRange"	style "clearlooks-wide"
class "GtkFrame"	style "clearlooks-wide"
class "GtkMenu"		style "clearlooks-menu"
class "GtkEntry"	style "clearlooks-button"
class "GtkMenuItem"	style "clearlooks-menu-item"
class "GtkNotebook"	style "clearlooks-notebook"
class "GtkScrollbar"	style "clearlooks-scrollbar"
class "GtkProgressBar"	style "clearlooks-progressbar"
class "GtkStatusbar"	style "clearlooks-wide"

widget_class "*MenuItem.*" style "clearlooks-menu-item"

# combobox stuff
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"

# tooltips stuff
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
widget "gtk-tooltip*" style "clearlooks-tooltips"

# treeview stuff
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"

# notebook stuff
widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
