# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
#
# include "rc-file"
#
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

style "eventbox" {
  bg_pixmap[NORMAL] = "<parent>"
  bg_pixmap[INSENSITIVE] = "<parent>"
  bg_pixmap[PRELIGHT] = "<parent>"
  bg_pixmap[SELECTED] = "<parent>"
  bg_pixmap[ACTIVE] = "<parent>"
}

class "GtkEventBox" style "eventbox"


#
# Buttons
#

style "checkradiobutton" {
#  engine "pixmap" {
#    image 
#      {
#        function        = FLAT_BOX
#	recolorable = FALSE
#	file            = "button-hilight.png"
#	border          = { 2, 2, 2, 2 }
#	stretch         = TRUE
#      }
#    image 
#      {
#        function        = FOCUS
#	recolorable = FALSE
#	#overlay_file    = "focus.png"
#	overlay_border  = { 2, 2, 2, 2 }
#	overlay_stretch = TRUE
#      }
#  }
}

class "GtkRadioButton" style "checkradiobutton"
class "GtkCheckButton" style "checkradiobutton"

style "togglebutton"
{
   engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable = FALSE
	shadow          = IN
	file            = "button-down.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state			= PRELIGHT
	shadow          = OUT
	file            = "button-hilight.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state			= INSENSITIVE
	shadow          = IN
	file            = "button-down-soft.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state			= INSENSITIVE
	shadow          = OUT
	file            = "button_c.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	shadow          = OUT
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkToggleButton" style "togglebutton"

style "button"
{
  engine "pixmap" 
    {
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = NORMAL
	detail          = "buttondefault"
	shadow          = IN
#	file            = "rule.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = NORMAL
	shadow          = OUT
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = PRELIGHT
	shadow          = OUT
	file            = "button-hilight.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = NORMAL
	shadow          = IN
	file            = "button-down.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = INSENSITIVE
	shadow          = IN
	file            = "button-down-soft.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = INSENSITIVE
	shadow          = OUT
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = SELECTED
	shadow          = IN
	file            = "menu_sel.png"
	border          = { 1, 0, 1, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = ACTIVE
	shadow          = IN
	file            = "button-down.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
   }
}

class "GtkButton" style "button"

style "clist"
{
  bg[PRELIGHT] = "#ffffff"
  fg[PRELIGHT] = "#000000"
  base[NORMAL] = "#ffffff"
}

class "GtkCList" style "clist"

style "notebook"
{
  engine "pixmap" 
    {
    image 
      {
        function        = EXTENSION
	recolorable = FALSE
	state           = ACTIVE
	file            = "tab_active.png"
	border          = { 2, 3, 2, 1 }
	stretch         = TRUE
      }
    image 
      {
        function        = EXTENSION
	recolorable = FALSE
	file            = "tab_top.png"
	border          = { 2, 3, 2, 0 }
	stretch         = TRUE
	gap_side        = BOTTOM
      }
    image 
      {
        function        = EXTENSION
	recolorable = FALSE
	file            = "tab_bottom.png"
	border          = { 2, 2, 0, 2 }
	stretch         = TRUE
	gap_side        = TOP
      }
    image 
      {
        function        = EXTENSION
	recolorable = FALSE
	file            = "tab_left.png"
	border          = { 2, 0, 2, 2 }
	stretch         = TRUE
	gap_side        = RIGHT
      }
    image 
      {
        function        = EXTENSION
	recolorable = FALSE
	file            = "tab_right.png"
	border          = { 0, 2, 2, 2 }
	stretch         = TRUE
	gap_side        = LEFT
      }
#
# How to draw boxes with a gap on one side (ie the page of a notebook)
#
    image 
      {
        function        = BOX_GAP
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_file        = "bg.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_top_start.png"
	gap_start_border= { 1, 0, 0, 0 }
	gap_end_file    = "gap_top_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = TOP
      }
    image 
      {
        function        = BOX_GAP
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_file        = "bg.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_bottom_start.png"
	gap_start_border= { 1, 0, 0, 0 }
	gap_end_file    = "gap_bottom_end.png"
	gap_end_border  = { 0, 1, 0, 0 }
	gap_side        = BOTTOM
      }
    image 
      {
        function        = BOX_GAP
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_file        = "bg.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_left_start.png"
	gap_start_border= { 0, 0, 1, 0 }
	gap_end_file    = "gap_left_end.png"
	gap_end_border  = { 0, 0, 0, 2 }
	gap_side        = LEFT
      }
    image 
      {
        function        = BOX_GAP
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_file        = "bg.png"
	gap_border      = { 0, 0, 0, 0 }
	gap_start_file  = "gap_right_start.png"
	gap_start_border= { 0, 0, 1, 0 }
	gap_end_file    = "gap_right_end.png"
	gap_end_border  = { 0, 0, 0, 1 }
	gap_side        = RIGHT
      }
#
# How to draw the box of a notebook when it isnt attached to a tab
#
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_side        = TOP
      }
  }
}

class "GtkNotebook" style "notebook"

style "menu"
{
  fg[PRELIGHT]    = "#ffffff"
  fg[ACTIVE]      = "#ffffff"
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
  }
}

class "GtkMenu" style "menu"

style "menuitem"
{
  fg[PRELIGHT]    = "#ffffff"
  fg[ACTIVE]      = "#ffffff"
  engine "pixmap" {
    image
      {
	function		= ARROW
	recolorable = FALSE
	state			= NORMAL
	file			= "arrow_right.png"
	stretch			= FALSE
	arrow_direction = RIGHT
      }
    image
      {
	function		= ARROW
	recolorable = FALSE
	state			= PRELIGHT
	file			= "arrow_right_hi.png"
	stretch			= FALSE
	arrow_direction = RIGHT
      }
    image
      {
	function		= ARROW
	recolorable = FALSE
	shadow			= IN
	file			= "arrow_right.png"
	stretch			= FALSE
	arrow_direction = RIGHT
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "menu_sel.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
  }
}

class "GtkMenuItem" style "menuitem"

style "menubar"
{
  fg[PRELIGHT]    = "#ffffff"
  fg[ACTIVE]      = "#ffffff"
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "bg.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
  }
}

class "GtkMenuBar" style "menubar"

style "optionmenu"
{
  fg[PRELIGHT]    = "#ffffff"
  fg[ACTIVE]      = "#ffffff"
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable = FALSE
	state           = PRELIGHT
	file            = "menu_bg.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "menu_bg.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
  }
}

class "GtkOptionMenu" style "optionmenu"

style "progressbar"
{
  engine "pixmap" 
    {
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "bar"
	file            = "menu_sel.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
    }
}

class "GtkProgressBar" style "progressbar"

style "ruler"
{
  engine "pixmap" {
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "vruler"
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "hruler"
	file            = "menu_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkRuler" style "ruler"

style "item" 
{
  fg[PRELIGHT]    = "#ffffff"
  fg[ACTIVE]      = "#ffffff"
  engine "pixmap" {
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	state           = INSENSITIVE
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	file            = "menu_sel.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
  }
}

class "GtkTreeItem" style "item"
class "GtkListItem" style "item"

style "window" 
{
  engine "pixmap" {
    image 
      {
	function        = FLAT_BOX
	recolorable = FALSE
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch			= TRUE
      }
  }
}

class "GtkWindow" style "window"

style "curve"
{
  engine "pixmap" {
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	detail          = "curve_bg"
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
  }
}

class "GtkCurve" style "curve"

style "default"
{
  font = "-*-lucida-medium-r-*-*-10-*-*-*-*-*-*-*"
  fg[NORMAL]      = "#000000"
  fg[SELECTED]    = "#ffffff"
  fg[INSENSITIVE] = "#a8a8a8"
  fg[PRELIGHT]    = "#000000"
  fg[ACTIVE]      = "#000000"
  bg[NORMAL]      = "#d8d8d8"
  bg[PRELIGHT]    = "#d8d8d8"
  bg[ACTIVE]      = "#d8d8d8"
  bg[SELECTED]    = "#605d75"
  bg[INSENSITIVE] = "#d8d8d8"
  base[NORMAL]    = "#ffffff"
  
  engine "pixmap" 
  {
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "slider"
	state           = PRELIGHT
	file            = "slider_h_hi.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "slider"
	state           = NORMAL
	file            = "slider_h.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "slider"
	state           = PRELIGHT
	file            = "slider_v_hi.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "slider"
	file            = "slider_v.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
#
# Any trough....
#
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "trough"
	file            = "trough.png"
	border          = { 4, 4, 4, 4 }
	stretch         = TRUE
      }
#
# Handlebox
#
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "handlebox_bin"
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
#
# Paned widget
#
    image 
      {
        function        = BOX
	recolorable = FALSE
	detail          = "paned"
	file            = "button-norm.png"
	border          = { 4, 3, 4, 3 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	state		= PRELIGHT
	detail          = "paned"
	file            = "button-hilight.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
#
# Tooltips
#
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	detail          = "tooltip"
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
#      
# Selected text in entries, text widget, lists and trees      
#
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	state           = INSENSITIVE
	detail          = "selected"
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	detail          = "selected"
	file            = "menu_sel.png"
	border          = { 1, 0, 1, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	state           = INSENSITIVE
	detail          = "text"
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	detail          = "text"
	file            = "menu_sel.png"
	border          = { 1, 0, 1, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = FLAT_BOX
	recolorable = FALSE
	detail          = "viewportbin"
	file            = "bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
#
# Hline and Vline widgets
#
    image 
      {
        function        = HLINE
	recolorable = FALSE
	file            = "rule.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
    image 
      {
        function        = VLINE
	recolorable = FALSE
	file            = "rule.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }
#
# Check marks
#
    image 
      {
        function        = CHECK
	recolorable = FALSE
	shadow          = OUT
	overlay_file    = "check_off.png"
	overlay_stretch = FALSE
      }
    image 
      {
        function        = CHECK
	recolorable = FALSE
	shadow          = IN
	overlay_file    = "check_on.png"
	overlay_stretch = FALSE
      }
#
# Option marks
#
    image 
      {
        function        = OPTION
	recolorable = FALSE
	shadow          = OUT
	overlay_file    = "radio_off.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }
    image 
      {
        function        = OPTION
	recolorable = FALSE
	shadow          = IN
	overlay_file    = "radio_on.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }
#
# Fun with Scrollbars
#      
    image 
      {
        function        = SLIDER
	recolorable = FALSE
	file            = "slider_h.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image 
      {
        function        = SLIDER
	recolorable = FALSE
	file            = "slider_v.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
#
# The handle on Handleboxes
#
    image 
      {
        function        = HANDLE
	recolorable = FALSE
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	#overlay_file    = "handle_vert_thumb.png"
	#overlay_border  = { 0, 0, 0, 0 }
	#overlay_stretch = FALSE
	orientation     = VERTICAL
      }
#    image 
#      {
#        function        = HANDLE
#	recolorable = FALSE
#	state           = PRELIGHT
#	file            = "menu_bg.png"
#	border          = { 1, 1, 1, 1 }
#	stretch         = TRUE
#	#overlay_file    = "handle_horiz_thumb.png"
#	#overlay_border  = { 0, 0, 0, 0 }
#	#overlay_stretch = FALSE
#	orientation     = HORIZONTAL
#      }
#
# How to draw shadows in general
#
    image 
      {
        function        = SHADOW
	recolorable = FALSE
	shadow          = IN
	file            = "shadow_in.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable = FALSE
	shadow          = OUT
	file            = "bg.png"
	#file            = "notebook.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable = FALSE
	shadow          = ETCHED_IN
	file            = "frame_box_inset.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable = FALSE
	shadow          = ETCHED_OUT
	file            = "frame_box_outset.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
#
# How to draw shadows with a gap on one side
#
    image 
      {
        function        = SHADOW_GAP
	recolorable = FALSE
	file            = "frame_box_inset.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_start_file  = "frame_gap_top_start.png"
	gap_start_border= { 1, 0, 0, 0 }
	gap_end_file    = "frame_gap_top_end.png"
	gap_end_border  = { 0, 2, 0, 0 }
	gap_side        = TOP
      }
#
# Arrows defaults
#
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = NORMAL
	file            = "button_arrow_up_1.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = UP
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = PRELIGHT
	file            = "button_arrow_up_2.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = UP
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
        shadow          = IN
	file            = "button_arrow_up_3.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = UP
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = NORMAL
	file            = "button_arrow_down_1.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = DOWN
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = PRELIGHT
	file            = "button_arrow_down_2.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = DOWN
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
        shadow          = IN
	file            = "button_arrow_down_3.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = DOWN
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = NORMAL
	file            = "button_arrow_left_1.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = LEFT
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
	state           = PRELIGHT
	file            = "button_arrow_left_2.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = LEFT
      }
    image 
      {
        function        = ARROW
	recolorable = FALSE
        shadow          = IN
	file            = "button_arrow_left_3.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = LEFT
      }
    image
      {
        function        = ARROW
	recolorable = FALSE
	state           = NORMAL
	file            = "button_arrow_right_1.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = RIGHT
      }
    image
      {
        function        = ARROW
	recolorable = FALSE
	state           = PRELIGHT
	file            = "button_arrow_right_2.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = RIGHT
      }
    image
      {
        function        = ARROW
	recolorable = FALSE
        shadow          = IN
	file            = "button_arrow_right_3.png"
	border			= { 1, 1, 1, 1 }
	stretch         = TRUE
	arrow_direction = RIGHT
      }
#
# Otherwise Defaults
#
    image 
      {
        function        = BOX
	recolorable = FALSE
	shadow          = IN
	file            = "button-down.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable = FALSE
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
   }
}


# common default
class "GtkWidget" style "default"

#
# Toolbar override, 'cuz Gnome is too stoopid to obey it's own prefs.
#
style "toolbar"
{
  engine "pixmap" {
    image 
      {
	function	= BOX
	recolorable = FALSE
	file            = "button-norm.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "*ock*" style "toolbar"

#
# Entry Boxes
#

style "entry"
{
  engine "pixmap" {
    image 
      {
	function        = FLAT_BOX
	recolorable = FALSE
	state           = INSENSITIVE
        detail          = "entry_bg"
	file            = "bg.png"
	stretch         = TRUE
      }
    image 
      {
	function        = FLAT_BOX
	recolorable = FALSE
        detail          = "entry_bg"
	file            = "entry.png"
	stretch         = TRUE
      }
    #image 
    #  {
    #    function        = FOCUS
	#recolorable = TRUE
	#overlay_file    = "focus_entry.png"
	#overlay_border  = { 2, 2, 2, 2 }
	#overlay_stretch = TRUE
    #  }
  }
}

class "GtkEntry" style "entry"

style "menu_hilight"
{
  fg[PRELIGHT] = "#ffffff"
  fg[ACTIVE]   = "#ffffff"
}

style "button_bold"
{
  font = "-*-lucida-bold-r-*-*-10-*-*-*-*-*-*-*"
}

widget "*Menu*" style "menu_hilight"
widget "*Option*" style "menu_hilight"
widget "*Item*" style "menu_hilight"
widget "*Accel*" style "menu_hilight"

widget "*GtkButton*" style "button_bold"
widget "*Status*" style "default"
