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

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 12
  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 = "#1E2C43"

  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]        = "#f6f6f6"
  bg[PRELIGHT]	    = "#ffffff"
  fg[PRELIGHT]      = "#202020"
  bg[ACTIVE]	    = "#d9d9d9"
  bg[INSENSITIVE]   = "#d9d9d9"
  bg[SELECTED]      = "#99a6bf"

  base[SELECTED]    = "#6484a4"
  text[SELECTED]    = "#ffffff"
	#this is selected item without focus:
  base[ACTIVE]      = "#b6c9cf"
  text[INSENSITIVE] = "#757575"
	
	#defaults 
  #base[NORMAL]  = "#b6c9cf"
  #text[NORMAL]  = "#000000"

  engine "industrial" {}

}

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

style "industrial-wide" = "industrial-default"
{
  xthickness = 1
  ythickness = 1
}

style "industrial-tasklist" = "industrial-default"
{
  xthickness = 3
  ythickness = 1
}

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

style "industrial-menu" = "industrial-default"
{
#  engine "redmond95" { }
  xthickness = 2
  ythickness = 2

	#menu entries
  bg[PRELIGHT]    = "#6484a4"
  bg[SELECTED]    = "#6484a4"
  #bg[PRELIGHT]    = "#9a9b9a"
  #bg[SELECTED]    = "#6e7c8c"

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

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

  bg[PRELIGHT]    = "#6484a4"
  bg[SELECTED]    = "#6484a4"
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

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

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

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

#style "industrial-frame-title" = "industrial-default"
#{
#  fg[NORMAL] = "#4d4466"
#}

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

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

style "industrial-druid" = "industrial-default"
{
  bg[SELECTED] = "#6484a4"
}

style "metacity-frame"
{

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

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

	# Unfocused title text color
	fg[INSENSITIVE]	= "#808080"

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

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

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

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

class "GtkNotebook" style "industrial-wide"
class "GtkWidget" style "industrial-default"
class "GtkButton" style "industrial-wide"
class "GtkRange" style "industrial-wide"
class "GtkMenu" style "industrial-wide"
class "GtkFrame" style "industrial-wide"
class "GtkStatusbar" style "industrial-wide"
class "*MenuItem*" style "industrial-menu"
widget_class "*MenuItem*" style "industrial-menu"
widget_class "*.GtkSeparatorMenuItem.*" style "industrial-menu-separator"
class "GtkEntry" style "industrial-wide"
widget_class "*.tooltips.*.GtkToggleButton" style "industrial-tasklist"
#widget_class "*.GtkFrame.GtkLabel" style "industrial-frame-title"
#widget_class "*.GtkFrame.GtkCheckButton.GtkLabel" style "industrial-frame-title"
widget_class "*GnomeDruidPage*" style "industrial-druid"

class "MetaFrames" style "metacity-frame"
class "GtkVScrollbar" style "industrial-arrows"
class "GtkHScrollbar" style "industrial-arrows"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "industrial-panel"
widget "gtk-tooltips" style "industrial-tooltips"

# GPE specifics                                                          
style "filesel"                                   
{                                                                      
        GtkFileSelection::show_fileops_default = 0                
        GtkFileSelection::border_width = 1                                       
}                                                       
                                                
style "entry"                            
{                                                
        GtkEntry::min_width = 25               
}                                                                                
                                                 
class "GtkEntry" style "entry"          
class "GtkFileSelection" style "filesel"   

