/*
Style: Dark
*/

body { background-image: url(dark/noise-dark.png); }

/*  disable box shadow
/* ------------------------------------ */
#sidebar .widget { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }


/* ------------------------------------------------------------------------- *
 *  Sidebar Widgets
/* ------------------------------------------------------------------------- */
#sidebar .widget { background: none; padding: 0; }
.widget-title { color: #fff; }
.widget-title a,
.widget-title a:hover { color: #fff; }

/*  widget : common
/* ------------------------------------ */
.widget_archive ul li, 
.widget_categories ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li { border-bottom: 1px dotted #363636; }
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a { border-bottom: 1px dotted #363636; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li span.rss-date { color: #999; }

/*  widget : search
/* ------------------------------------ */
.widget_search input#s { background-color: transparent; width: 188px; color: #999; border-color: #393939; }
.widget_search input#s:focus { color: #444; border-color: #444; }

/*  widget : tag cloud
/* ------------------------------------ */
.widget_tag_cloud .tagcloud a { color: #999; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a:hover { color: #999; }
.widget_calendar caption { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); }
.widget_calendar th { color: #bbb; }
.widget_calendar th, 
.widget_calendar td { border: 1px solid #393939; }


@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#sidebar .widget_search input#s { width: 168px; }
}
