/*H136 S90%*/
body {
	background-color: #04290e;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	font-family: sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
}

h1, h2 {
	text-align: left;
}

a {
	color: #eee;
} 
a img {
	border: none;
}
a.external-link {
	padding-right: 16px;
	background: url("images/icons/external-link.gif") left center no-repeat;
}

#document {
	margin: 0 auto;
	padding: 0;
	width: 725px;
	_width: 730px;
}

#sidePanel {
	margin: 1em auto;
	width: 250px;
	float: left;
}

.menu {
	text-align: left;
}

.menu ul {
	width: 250px;
	padding: 0 0 18px 0;
	margin: 5px 0 3px 0;
	overflow: hidden;
}

.menu ul li a.active {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}

#contentTray {
	margin-left: 260px;
	width: 464px;
	background: url("../graphics/464_bg.png") repeat-y;
}
#content {
	width: 434px;
	background: url("../graphics/464_foot.png") left bottom no-repeat;
	padding: 5px 15px 30px 15px;
	text-align: justify;
}

#siteswitch {
	float:left;
	width:40px;
}

.blogpost {
	border-top: solid #0b7327 1px;
}

.blogpost_foot, .date {
	text-align: right;
	font-size: 70%;
}

#perex {
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 80%;
	background-color: #0b7327;
	margin: 0 0 10px 0;
	padding: 0.5em;
}

.comment {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #084f1b;
	margin: 10px 0 0 0;
}

input, textarea, select {
	color: #fff;
	background-color: #0B7327;
	border: none;
}

.comm_head {
	background-color: #0b7327;
	text-align: right;
	margin: 0px;
	padding: 0.5em;
	font-size: 18px;
}

.comm_head span {
	cursor: pointer;
}

.comm_head img {
	vertical-align: middle;
}


.comm_content {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.comm_name {
	float: left;
}

.comm_name span {
	font-size: 14px;
}

#comm_form {
	display: none;
}

#feed {
	position: absolute;
	top: 10px;
	right: 10px;
}

#feed a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#feed a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#pdasiteswitch {
	display: none;
}

.code {
  border: dashed #0b7327 1px;
  background-color: #000000;
  overflow: auto;
}

#content ul {
	padding-left: 20px;
}
