style "default"
{
  GtkWidget::interior_focus = 1
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }

  GtkRange::trough_border = 2
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 35

  GtkWidget::focus_padding = 1

  GtkPaned::handle_size = 10
  
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 12

  fg[NORMAL] = { 0.0, 0.0, 0.0 }
  fg[ACTIVE] = { 0.0, 0.0, 0.0 }
  fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  fg[SELECTED] = { 1.0, 1.0, 1.0 }
  fg[INSENSITIVE]  = { 0.5, 0.5, 0.5 }
  
  bg[NORMAL]      = { 0.9, 0.9, 0.9 }
  bg[PRELIGHT]	  = { 0.95, 0.95, 0.95 }
  bg[ACTIVE]	  = { 0.8, 0.8, 0.8 }
  bg[INSENSITIVE] = { 0.85, 0.85, 0.85 }
  bg[SELECTED]    = { 0.30,0.35,0.65 }
  
  base[SELECTED]  = { 0.30,0.35,0.65 }
  text[SELECTED]  = { 1.0, 1.0, 1.0 }
  base[ACTIVE]    = { 0.6, 0.65, 0.75 }
  text[ACTIVE]    = { 1.0, 1.0, 1.0 }

  engine "smooth"
  {
    tab_style 	= round
    fill {
        style=shaded
        hdirection = vertical
        vdirection = horizontal
        shade1 = 0.96
        shade2 = 1.05
    }
    line {
        style=smooth
        thickness=2
    }
    grip {
        style= midlines
        count = 5
        spacing = 0
    }
    check {
        style= fast
        motif = false
    }

    option {
        style= smooth
        motif = false
    }

    arrow {
        style= wonderland
        solid=FALSE
        etched=FALSE
    }
  }
} widget_class "*" style "default"

style "toolbar" {
    bg[PRELIGHT]    = { 0.30,0.35,0.65 }
    fg[PRELIGHT]  = "#ffffff"
    engine "smooth" {
        line {
	    style=smooth
	    thickness=1
	}
	
        fill {
           style=solid
       }
	
	grip {
	    style=ns_buds_in
	    toolbar_overlap=FALSE
	}
    }
}
widget_class "*BonoboDockItem*" style "toolbar"
class "*BonoboDockItem*" style "toolbar"

widget_class "*HandleBox*" style "toolbar"
class "*HandleBox*" style "toolbar"

widget_class "*Tool*" style "toolbar"
class "*Tool*" style "toolbar"

widget_class "*MenuBar*" style "toolbar"
class "*MenuBar*" style "toolbar"

style "scrollbar"
{
  engine "smooth"
  {
    fill {
        style=shaded
        hdirection = vertical
        vdirection = horizontal
        shade1 = 0.96
        shade2 = 1.05
    }
    line {
        style=smooth
        thickness=2
    }
    grip {
        style= midlines
        count = 5
        spacing = 0
    }
    arrow {
        style= wonderland
        solid=FALSE
        etched=FALSE
        xpadding =1
        ypadding = 1
    }
  }
}
class "*Scrollbar*" style "scrollbar"
widget_class "*Scrollbar*" style "scrollbar"

style "paned"
{
  engine "smooth"
  {
    fill {
        style=solid
    }
    line {
        style=smooth
        thickness=2
    }
    grip {
        style= midlines
        count = 3
        spacing = 0
    }
  }
}
class "*Paned*" style "paned"

style "menu"
{
  bg[PRELIGHT]    = { 0.30,0.35,0.65 }
  fg[PRELIGHT]  = "#ffffff"
  engine "smooth"
  {
    line {
        style=smooth
        thickness=2
    }
    fill {
        style=shaded
        quadratic = FALSE
        hdirection = vertical
        vdirection = horizontal
        shade1 = 0.9
        shade2 = 1.2
    }
    check {
        style= fast
        line {
           style=none
           thickness=1 
        }
    }
    option {
        line {
           style=none
          thickness=1 
        }
    }
    arrow {
        style= wonderland
        solid=FALSE
        etched=FALSE
    }
  }
}class "*MenuItem*" style "menu"
widget_class "*MenuItem*" style "menu"

style "scales"  {
  GtkRange::trough_border = 2
  GtkRange::slider-width = 13
  GtkScale::slider-length = 34
  engine "smooth"
  {	
   real_sliders = FALSE
      fill {
        style=shaded
        hdirection = vertical
        vdirection = horizontal
        shade1 = 0.96
        shade2 = 1.05
      }
      line {
        style=smooth
        thickness=2
     }
     trough {
          xpadding = 0
          ypadding = 0
          show_value = FALSE
    }
     grip {
          style=midlines
          count = 5
          spacing = 0
          xpadding =0
          ypadding = 0
      }
  }
} 
widget_class "*Scale*" style "scales"
class "*Scale*" style "scales"

style "infobar" {
  xthickness = 2
  ythickness = 2
  bg[PRELIGHT]    = { 0.30,0.35,0.65 }
  engine "smooth"
  {	
   real_sliders = FALSE
      fill {
        style=shaded
        hdirection = vertical
        vdirection =horizontal
        shade1 = 0.73
        shade2 = 1.195
      }
   progress {
        line {
          style=smooth
          thickness=2
       }
    }
   trough {
        line {
          style=smooth
          thickness=1
       }
      fill {
        style=solid
      }
    }
  }
}
class "*Progress*"		style "infobar"
widget_class "*Progress*"		style "infobar"
