/*
This CSS is separately made from spotmilk.css.
All the CSS properties used here are for BlackMilk, the Black edition of SpotMilk, which is optional.
*/

@import "spotmilk.css";

/* @group General *****/
body {
	background: #3f3f3f !important;
	}
a {
	color: #4d6680;
	}
a:visited {
	color: #769ec5;
	}
a:hover {
	color: #769ec5;
	border-bottom: 1px solid #769ec5;
	}
/* @end */

/* @group Body Box & Message Box */
.wrap, .updated {
	-webkit-box-shadow: 2px 2px 5px #000 !important;
	}
.plugin-update a {
	color: #4d6680 !important;
	}
.plugin-update a:hover {
	color: #769ec5 !important;
	border-bottom-color: #769ec5 !important;
	}
/* @end */

/* @group Header & Menu */
#wphead {
	background: url("images/header-bmk.png") repeat-x;
	}
#submenu a:hover, #submenu .current {
	background: #3f3f3f;
	color: #fff;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #3f3f3f !important;
	text-shadow: 0 2px 2px #000;
	}
/* @end */

/* @group Login */
#login {
	background: url("images/login-bkg-tile-bmk.jpg") no-repeat top center;
	}
#login form {
	background: url("images/login-bkg-bottom-bmk.jpg") no-repeat bottom center;
	}
.login ul li a, .login ul li a:visited {
	color: #f6f6f6;
	}
.login ul li a:hover {
	color: #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	}
/* @end */

/* @group WP Logo & Credits */
#copyright a, #logo a, #logo-blackmilk a {
	color: #fff;
	}
#copyright, #logo, #logo-blackmilk, #copyright a:hover, #logo a:hover, #logo-blackmilk a:hover {
	color: #ccc;
	}
#logo {
	display: none; /* Do NOT display the blue WP logo made for SpotMilk */
	}
#logo-blackmilk {
	display: block; /* Display the white WP logo made for BlackMilk */
	}
/* @end */

/* @group Plugins */
/* @group ShortStat & SlimStat */
#wp_shortstat a, #wp_slimstat a {
	color: #4d6680 !important;
	}
#wp_shortstat a:visited, #wp_slimstat a:visited {
	color: #769ec5 !important;
	}
#wp_shortstat a:hover, #wp_slimstat a:hover {
	color: #769ec5 !important;
	}
/* @end */
/* @group PopStats */
#ps_popstats a {
	color: #4d6680 !important;
	}	
#ps_popstats a:visited {
	color: #769ec5 !important;
	}
#ps_popstats a:hover {
	color: #769ec5 !important;
	border-bottom-color: #769ec5 !important;
	}
.ps_statbar {
	background-color: #769ec5 !important;
	border-bottom-color: #769ec5 !important;
	}
.ps_statbar_av {
	background-color: #4d6680 !important;
	border-bottom-color: #4d6680 !important;
	}
/* @end */
/* @group WordPress Database Backup */
#meter {
	background-color: #333 !important;
	}
/* @end */
/* @group My Dashboard */
#mydashlibrary div.librarycontent, #mydashlibrary div.librarycontent a.addtopage, #addgadgets {
	color: #fff;
	}
/* @end */
/* @end */

/* More CSS may be added as any essential plugins not integrated with this theme found out */