
*{ 
	margin: 0;
	padding: 0;
}

html, body {
	font: 12px "Helvetica", "Trebuchet MS", "Arial", "Verdana";
	height: 100%;
}

.clear {
	clear: both;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	background: #111;
	border-bottom: solid 1px #666;
	color: #f8f8f8;
	overflow: hidden;
	position: relative;
	height: 30px;
	z-index: 9999;
}
#header a {
	color: #BF6D38;
}
#header h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 6px;
}
#header span.toolbutton {
	background-color: #555;
	cursor: pointer;
	float: right;
	height: 19px;
	padding-top: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 2px;
	margin-right: 5px;
	width: 55px;
	text-align: center;
}
#header span.toolbutton-active {
	background-color: #BF6D38;
}
#header span.bloglink {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 40px;
}



#content {
	font-size: 15px;
}


div.hudcontainer {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 300px;
	z-index: 9999;
}
div.hud {
	background: rgba(0,0,0,0.8);
	*background: rgb(10,10,10);
	color: #d8d8d8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	margin-top: 10px;
	display: none;
	position: relative;
}
div.hud-visible {
	display: block;
}
div.hud a {
	color: #fff;
}
div.hud h2, h3 {
	color: #fff;
	font-weight: normal;
}
div.hud p {
	margin-top: 5px;
}
div.hud p.updated {
	margin-top: 10px;
}
div.hud div.closehud {
	background: url(close.png) no-repeat;
	cursor: pointer;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 1px;
	right: 1px;
}
