/**
 * Super admin styling
 */

div#wpadminbar li.ab-debug-bar {
    float: right;
}

#querylist {
	font-family: Arial, Tahoma, sans-serif;
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	background: #fff;
	padding: 20px;
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
	box-shadow: 0 0 15px #888;
	z-index: 99999;
	border: 10px solid #f0f0f0;
	color: #000;
	line-height: 150% !important;
}

#querylist pre {
	font-size: 12px;
	padding: 10px;
}

#querylist h1 {
	font-family: georgia, times, serif;
	text-align: center;
	font-size: 24px;
	padding: 20px 5px;
	background: #eee;
	color: #555;
	margin: 0;
}

#querylist div#debug-status {
	background: #ccc;
	color: #fff;
	overflow: hidden;
	height: 21px;
	font-size: 14px;
	font-family: georgia, times, serif;
	padding: 7px 15px;
}

#querylist .left {
	float: left;
}

#querylist .right {
	float: right;
}

#querylist h1, #querylist h2, #querylist h3 {
	font-weight: normal;
}

#querylist ul.debug-menu-links {
	clear: left;
	background: #ccc;
	padding: 10px 15px 0;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

#querylist ul.debug-menu-links li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

#querylist ul.debug-menu-links li a {
	outline: none;
	display: block;
	padding: 5px 9px;
	margin-right: 0;
	background: #bbb;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
}

#querylist ul.debug-menu-links li.current a {
	background: #fff;
	color: #555 !important;
}

#querylist h2 {
	float: left;
	min-width: 150px;
	border: 1px solid #eee;
	padding: 5px 10px 15px;
	clear: none;
	important;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 28px;
	margin: 15px 10px 15px 0 !important;
}

#querylist h2 span {
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	margin-bottom: 5px;
}

#object-cache-stats h2 {
	border: none;
	float: none;
	text-align: left;
	font-size: 22px;
	margin-bottom: 0;
}

#object-cache-stats ul.debug-menu-links {
	padding: 0;
	margin: 0;
	background: none;
}

#object-cache-stats ul.debug-menu-links li {
	float: left;
	margin-bottom: 10px !important;
	background: none !important;
	border: 1px solid #eee !important;
	color: #555 !important;
}

#object-cache-stats ul.debug-menu-links li.current a {
	background: #ccc !important;
	color: #fff !important;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
}

#object-cache-stats ul.debug-menu-links li a {
	background: none;
	color: #555 !important;
	overflow: hidden;
}

#querylist h3 {
	margin-bottom: 15px;
}

#querylist ol#wpd-queries {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	clear: left;
}

#querylist ol#wpd-queries li {
	padding: 10px;
	background: #f0f0f0;
	margin: 0 0 10px 0;
}

#querylist ol#wpd-queries li div.qdebug {
	background: #e8e8e8;
	margin: 10px -10px -10px -10px;
	padding: 5px 150px 5px 5px;
	font-size: 11px;
	position: relative;
	min-height: 20px;
}

#querylist ol#wpd-queries li div.qdebug span {
	position: absolute;
	right: 10px;
	top: 5px;
	white-space: nowrap;
}

#querylist a {
	text-decoration: underline !important;
	color: blue !important;
}

#querylist a:hover {
	text-decoration: none !important;
}

#querylist .debug-menu-target {
	display: none;
}

#querylist ol {
	font: 12px Monaco, "Courier New", Courier, Fixed !important;
	line-height: 180% !important;
}

#debug-bar-php ol.debug-bar-php-list {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	clear: left;
}

#debug-bar-php ol.debug-bar-php-list li {
	padding: 10px;
	margin: 0 0 10px 0;
}

#debug-bar-php ol.debug-bar-php-list li.debug-bar-php-warning {
		background: red;
}

#debug-bar-php ol.debug-bar-php-list li.debug-bar-php-notice {
		background: orange;
}

#debug-bar-deprecated ol.debug-bar-deprecated-list {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	clear: left;
}

#debug-bar-deprecated ol.debug-bar-deprecated-list li {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f0f0f0;
}

#wpadminbar li.ab-php-warning {
	background: #dd0000;
}

#wpadminbar li.ab-php-notice {
	background: #dd5500;
}

#debug-bar-wp-query ol.debug-bar-wp-query-list {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	clear: left;
}

#debug-bar-wp-query ol.debug-bar-wp-query-list li, #debug-bar-wp-query p, #debug-bar-request p {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #f0f0f0;
}

#debug-bar-wp-query h3, #debug-bar-request h3 {
	float: none;
	clear: both;
	font-family: georgia, times, serif;
	font-size: 22px;
	margin: 15px 10px 15px 0 !important;
}