/*
Theme Name: System Status
Theme URI: http://opensrs.com/
Description: System Status Dashboard for OpenSRS.
Version: 1.0
Author: <a href="http://jameskoole.com/">James Koole</a>
*/

body {
	background: repeat-x top url('/common/images/background.png');
}
#header {
	background: no-repeat bottom right url('/common/images/header-status.png');
}

img {
border: none;
}

#wrapper {
	overflow: visible;
}

#content {
	padding: 20px 20px 20px 210px;
}

ul.pagenav li.header {
	padding-left: 8px;
}

#content h2 {
margin:5px 0 5px 0;
}

#content h2.heading {
margin-bottom: 25px;
}

#content h2 a {
color:#222;
text-decoration:none;
}


#content h2.archive {
font-weight:normal;
font-size:22px;
color:#1c1c1c;
padding:0;
margin:5px 0 10px 0;
border:none;
text-align:left;
}

#content h3 {
	font-size: 1.6em;
}

#content h3 a {
	color: #000;
}

.comments {
color:#333;
margin:0 0 15px 0;
border-bottom:#bbb 1px solid;
}

.comments a {
background:#fff;
padding:0 7px 5px 0;
color:#333;
text-decoration:none;
}

.comments a:hover {
color:#c00;
}

.navigation {
font-size:12px;
padding:5px 10px;
margin:5px 0 20px 0;
}

.navigation a {
color:#555;
font-weight:bold;
text-decoration:none;
}

.navigation a:hover {
color:#333;
text-decoration:none;
}

.main {
padding: 0;
margin: 0;
}

.main h3 {
font-size:16px;
font-weight:normal;
padding:0 0 20px 0;
margin: 0;
}

.main img {
padding:2px;
border:#ddd 2px solid;
}

.main a img {
padding:2px;
border:#0085b5 2px solid;
}

.main a:hover img {
padding:2px;
border:#ca0002 2px solid;
}

.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta {
font-weight: bold;
margin-top: 8px;
}

.signature {
float:left;
padding:0 15px 0 0;
border-right:#bbb 1px solid;
width:200px;
}

.tags {
float:left;
padding:0 0 0 15px;
width:440px;
}

#sidebar {
font-size:12px;
float:right;
width:180px;
border-left:#999 1px solid;
padding:0 0 20px 15px;
margin:0 0 20px 0;
}

#sidebar h3 {
font-size:16px;
margin:20px 0 5px 0;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;	
}

img.status {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: bottom;
}

#sidebar a {
	text-decoration: none;
}

#author h3 {
margin:5px 0 5px 0;
}


.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:0 0 10px 0;
}

input {
	padding: 3px;
	margin-right: 5px;
}

blockquote {
background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}

.clear {
clear:both;
}

.warning p {
background:url(images/warning.gif) no-repeat left;
height:160px;
padding:20px 0 0 90px;
font-size:20px;
margin:0 0 0 10px;
}

img.wp-smiley {
padding:0;
border:none;
}

input:focus, textarea:focus{
background-color:#ffc;
}

abbr {
border:none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE Hacks */

*html #bubble {
display:none;
}

*html #bubble p {
display:none;
}

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

* html #nav ul li a {
display: inline;
}

/* ripped from the OpenSRS.com sheet */
#superheader {
	width: 600px;
	float: right;
	margin-bottom: 15px;
}

#superheader ul {
	padding: 3px 5px 0 0;
	margin: 0;
	text-align: right;
	font-size: .85em;
}

#superheader ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#superheader ul li a {
	color: #191718;
}

#footernavigation {
	font-size: 1.1em;
	border-top: solid 2px #333;
	padding: 10px 0;
	text-align: left;
}

#footernavigation ul {
	padding: 0;
	margin: 0;
}

#footernavigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#footernavigation ul li a {
	color: black;
	font-weight: bold;
}

/* some Dashboard realted stuff */

table td {
	vertical-align: top;
	border-bottom: solid 1px #ddd;
	padding-bottom: 1px;
	padding-top: 2px;
}


td.service a {
	font-weight: bold;
	color: black;
}

/* gets the categories spaced properly */
td.b0 {
	padding-top: 10px!important;
}

.parent3, .parent6, .parent51, .parent52 { /* you'll need to look up the category id's in Wordpress */
	padding-left: 20px;
}

/* does the colour indications on the dashboard and the post pages */
div.online, div.offline, div.degraded, div.other {
	border-left: solid 10px #bfbfbf;
	margin: 0;
	overflow: visible;
	padding: 0px; /* this must be 0 for IE6 stacking bug */
	}

/* this is a nested div to get arround an IE6 stacking bug from above */
div.archive-item {
	padding: 20px;
}

div.online {
	border-left: solid 10px #00820c;
}

div.offline {
	border-left: solid 10px #ff0000;
}

div.degraded {
	border-left: solid 10px #ff8900;
}

div.other {
	background-color: white;
}

a.online {
	color: #00820c!important;
}

a.offline {
	color: #ff0000!important;
}

a.degraded {
	color: #ff8900!important;
}

a.dashonline {
	color: #00820c!important;
}

.dashoffline {
	color: #ff0000!important;
}

.dashdegraded {
	color: #ff8900!important;
}

.dashother {
	color: #333!important;
}

/* event cal specific styles */

.ui-dialog-content p {
	padding: 10px;
}

ol li {
	margin-bottom: 1em;
}

