/* common stuff */
a img { border: 0; }
.hide { visibility: hidden; }
.none { display: none; }
.clear { clear: both; margin: 0; height: 0; line-height: 0; }


/* basic layout */
body {
	background: #080808;
	margin: 0; padding: 0;
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #ccc;
	text-align: center;
}

a:link { color: #06c; text-decoration: none; }
a:visited { color: #36c; text-decoration: none; }
a:hover { color: #fd0; text-decoration: none; }

#header {
	margin: 0;
	height: 115px;
	background: url(/img/bgheader.png) top left repeat-x;
}
	#header h1 {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 790px;
		height: 115px;
		background: url(/img/demotepluto.png) top center no-repeat;
	}
		#header h1.destroy {
			background: url(/img/destroypluto.gif) top center no-repeat !important;
		}

	#header h1 a {
		display: block;
		height: 75px;
	}

	#header h1 span, #header #description {
		display: block;
		margin-left: -9999em;
	}

#main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	margin-bottom: .5em;
}
	#main p { margin-top: 0; margin-bottom: 1em; }

#content {
	float: left;
	width: 590px;
	padding-right: 10px;
	line-height: 1.4em;
}
	#content p { text-align: justify; }
	#content h2 {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 1.3em;
		color: #666;
	}

#sidebar {
	margin-left: 610px;
	font-size: .9em;
}
	#sidebar h2 {
		margin: 0;
		font-size: 1em;
		color: #666;
	}

	#sidebar ul {
		list-style: none outside;
		margin: 0;
		padding: 0;
		margin-bottom: 1em;
	}
		#sidebar ul li {
			margin-left: 7px;
			text-indent: -7px;
		}

	#sidebar ul#nav {
		font-size: 1.7em;
		border-top: 1px solid #333;
	}
		#sidebar ul#nav li {
			border-bottom: 1px solid #333;
			margin-left: 0;
			text-indent: 0;
			padding: 3px;
		}

		#sidebar ul#nav li.active { background: #111; }
			#sidebar ul#nav li a { display: block; }



#footer {
	padding: 2em 0;
	text-align: center;
	font: 10px/14px Verdana, sans-serif;
	color: #666;
}

/* front page */
#summary {
	background: #111;
	border: 1px solid #333;
	padding: 8px;
	padding-bottom: 0;
	margin-bottom: .5em;
}

#news ul {
	list-style: none outside;
	margin: 0; padding: 0;
}
	#news ul ul { margin-left: 1em; list-style: disc inside; }

/* faq */
dl#faq dt { font-size: 1.1em; font-weight: bold; }
dl#faq dd { margin-left: 1em; }

/* feedback */
.single-comment {
	border: 1px solid #333;
	margin: 3px 0;
}
	.byline {
		border-bottom: 1px solid #333;
		background: #111;
		padding: 5px;
		font-size: .8em;
	}
	.comment-body {
		padding: 5px;
	}

/* destroy! */
#sidebar #destroy { font-size: 1.5em; }
#sidebar #destroy a:link,
#sidebar #destroy a:visited { color: #060606; }
#sidebar #destroy a:hover { color: red; text-decoration: blink; }


/* other stuff */
.ad {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	padding-bottom: 5px;
}

code { font-size: .9em; color: #9c9; }

.noticebox {
	font: 11px Verdana, sans-serif;
	text-align: center;
	background: #111;
	border: 1px solid #333;
	padding: 5px;
	margin: 5px 0;
}