style "human-default"
{
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }
  GtkRange::trough_border = 0

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkMenuBar::internal-padding = 0

  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 1

  PanelMenu::stripe-color = { 0.60, 0.61, 0.60 }

  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

  #GtkOptionMenu::indicator_size = { 11, 6 }
  #GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 }

  xthickness = 1
  ythickness = 1
  
  bg[NORMAL]      = "#eeeeee"
  bg[PRELIGHT]	   = "#ffffff"
  fg[PRELIGHT]    = "#202020"
  bg[ACTIVE]	   = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  bg[SELECTED]    = "#c8ad8c"

  base[SELECTED]  = "#b39169"
  text[SELECTED]  = "#ffffff"

  engine "industrial" {}
}

style "human-unrounded" = "human-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
}

style "human-wide" = "human-default"
{
  bg[NORMAL] = "#f6f6f6"
  xthickness = 2
  ythickness = 2
}

style "human-tasklist" = "human-default"
{
  xthickness = 5
  ythickness = 3
}

style "human-arrows" = "human-default"
{
  fg[NORMAL] = { 0.2,0.2,0.2 }
}

style "human-menu" = "human-default"
{
#  engine "redmond95" { }
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]    = "#b39169"
  bg[SELECTED]    = "#b39169"
  #bg[PRELIGHT]    = "#9a9b9a"
  #bg[SELECTED]    = "#6e7c8c"

  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "human-menu-separator" = "human-default"
{
#  engine "redmond95" { }
  xthickness = 3
  ythickness = 3

  bg[PRELIGHT]    = "#b39169"
  bg[SELECTED]    = "#b39169"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "human-menubar" = "human-default"
{
  xthickness = 3
  ythickness = 3
}

style "human-paned" = "human-default"
{
  xthickness = 10
  ythickness = 10
}

style "human-tree" = "human-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
    }
  xthickness = 2
  ythickness = 2
}

style "human-frame-title" = "human-default"
{
  fg[NORMAL] = { 0.25,0.25,0.25 }
}

style "human-panel" = "human-default"
{
  xthickness = 3
  ythickness = 3
}

style "human-tooltips" = "human-default"
{
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 0.9,0.9,0.9 }
}

style "metacity-frame"
{

	# Normal base color
 	bg[NORMAL]      = "#eeeeee"

	# Unfocused title background color
	bg[INSENSITIVE]	= "#eeeeee"

	# Unfocused title text color
	fg[INSENSITIVE]	= { 0.15, 0.15, 0.15 }

	# Focused icon color
	fg[NORMAL]	= { 0.2, 0.2, 0.2 }

	# Focused title background color
	bg[SELECTED]	= "#b39169"
	
	# Focused title text color
	fg[SELECTED]	= "white"
}

#class "Gtk*Paned" style "human-paned"

widget "*.tasklist-button" style "human-unrounded"
widget_class "*.GtkTreeView.*" style "human-tree"
widget_class "*.GtkList.*" style "human-tree"
widget_class "*.GtkCList.*" style "human-tree"
widget_class "*.ETree.*" style "human-tree"
widget_class "*.ETable.*" style "human-tree"

class "GtkNotebook" style "human-wide"
class "GtkWidget" style "human-default"
class "GtkButton" style "human-wide"
class "GtkRange" style "human-wide"
class "GtkMenu" style "human-wide"
class "GtkFrame" style "human-wide"
class "GtkStatusbar" style "human-wide"
class "GtkMenuItem" style "human-menu"
widget_class "*.GtkMenuItem.*" style "human-menu"
widget_class "*.GtkAccelMenuItem.*" style "human-menu"
widget_class "*.GtkRadioMenuItem.*" style "human-menu"
widget_class "*.GtkCheckMenuItem.*" style "human-menu"
widget_class "*.GtkImageMenuItem.*" style "human-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "human-menu-separator"
class "GtkEntry" style "human-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "human-tasklist"
widget_class "*.GtkFrame.GtkLabel" style "human-frame-title"
widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "human-frame-title"
class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "human-arrows"
class "GtkHScrollbar" style "human-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "human-panel"
widget "gtk-tooltips" style "human-tooltips"
