html {
	min-height: 100%;
}

a {
	color: #CC3;
}

a:hover {
	color: #FF3;
}

body {
	background: #000 url('../img/bg.png') no-repeat;
	color: #DDD;
	font-family: Trebuchet MS,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img.right {
	margin: 5px 0 5px 12px;
}

img.left {
	margin: 5px 12px 5px 0;
}

img.border {
	background: #555;
	display: block;
	padding: 3px;
}

.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.decay,.decay-small {
	background: url('../img/decay.png') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
	min-height: 35px;
}

.decay-small {
	background: url('../img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}

p.postinfo a {
	color: #888;
}

p.postinfo a:hover {
	color: #CCC;
}

#site-title {
	font: normal 3em Tahoma,sans-serif;
}

#site-title a {
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}

#site-description {
	color: #CCC;
}

#content {
	left: 400px;
	position: absolute;
	top: 90px;
	width: 820px;
	margin-top: 90px;
}

#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}

#content li {
	margin-left: 18px;
}

#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 240px;
	font-size: 14px;
}

#navigation h2 {
	color: #000;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}

#navigation ul {
	margin: 0 0 0 -1em;
}

#navigation li {
	list-style: none;
}

#navigation li a {
	color: #fff;
	line-height: 1.5em;
	text-decoration: none;
}

#navigation li a:hover {
	color: #8DCA3F;
}

#navigation > ul > li.active, #navigation > ul > li.active > a {
      color: #8DCA3F;
}

#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

#footer .left, #footer .right {
	padding: 10px 0;
}

#footer .right a {
	color: #777;
}

.submenu_item {
	margin-left: 11px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
	color: #fff !important;
	font-size: 12pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
	margin-left: 22px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
