style "widget"
{
	bg[NORMAL] = "#26414c"
	bg[ACTIVE] = "#ffffff"
	bg[PRELIGHT] = "#26414c"
	bg[SELECTED] = "#26414c"
	bg[INSENSITIVE] = "#26414c"
	fg[NORMAL] = "#8fc8e6"
	fg[ACTIVE] = "#ffffff"

	font_name = "Sans 16"
}

class "GtkWidget" style "widget"

style "progress"
{
	xthickness = 3
	ythickness = 3

	engine "pixmap"
	{
		image
		{
			function = BOX
			detail = "trough"
			file = "ptrough.png"
			border = { 4, 4, 15, 4 }
		}
		image
		{
			function = BOX
			detail = "bar"
			file = "hbar.png"
			border = { 2, 11, 12, 2 }
		}
	}
}

class "ProgressBox" style "progress"

style "scroll"
{
	GtkScrollbar::has-forward-stepper = 0
	GtkScrollbar::has-backward-stepper = 0
	GtkRange::slider-width = 10
	GtkRange::trough-border = 6

	engine "pixmap"
	{
		image
		{
			function = BOX
			file = "strough.png"
		}
		image
		{
			function = SLIDER
			file = "slider.png"
			border = { 4, 4, 4, 4 }
		}
	}
}

class "GtkScrollbar" style "scroll"

style "volume"
{
	GtkRange::slider-width = 95
	GtkRange::trough-border = 0
	GtkWidget::focus-line-width = 0

	engine "pixmap"
	{
		image
		{
			function = BOX
			file = "volume-trough.png"
		}
		image
		{
			function = SLIDER
			file = "volume-knob.png"
		}
	}
}

class "GtkVScale" style "volume"

style "scrolledwnd"
{
	GtkScrolledWindow::scrollbar-spacing = 0
	GtkScrolledWindow::shadow_type = GTK_SHADOW_IN
}

class "GtkScrolledWindow" style "scrolledwnd"

style "flatbutton"
{
	xthickness = 0
	ythickness = 0
	GtkWidget::focus-line-width = 1
	GtkWidget::focus-padding = 0
}

class "GtkButton" style "flatbutton"

style "darkbg"
{
	bg[NORMAL] = "#17292f"
	bg[ACTIVE] = "#17292f"
	bg[PRELIGHT] = "#17292f"
	bg[SELECTED] = "#17292f"
	bg[INSENSITIVE] = "#17292f"
}

style "playlist" = "darkbg"
{
}

class "GtkViewport" style "darkbg"

style "playlistbutton" = "darkbg"
{
}

widget "*.playlist.*.GtkButton" style "playlistbutton"

style "image"
{
    stock["kilikali-music"] = { { "icon-music.png" } }
    stock["kilikali-movie"] = { { "icon-movie.png" } }
    stock["kilikali-pause"] = { { "icon-pause.png" } }
    stock["kilikali-play"] = { { "icon-play.png" } }
    stock["kilikali-remove"] = { { "icon-remove.png" } }
}

class "GtkImage" style "image"
