body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9dfaa;
}

#content-wrapper{
	font-size: 13px;
	line-height: 20px;
}

#content-wrapper a:link,#content-wrapper a:visited{
	text-decoration:none;
	color:#FF5906;
}

#content-wrapper a:hover{
	text-decoration:underline;
	color:#009900;
}

#sidebar{
	font-size: 13px;
	line-height: 20px;
}

#sidebar a:link,#sidebar a:visited{
	text-decoration:none;
	color:#FF5906;
}

#sidebar a:hover{
	text-decoration:underline;
	color:#009900;
}

.date-header, .post-author, .post-timestamp{
  display:none;
}

#sidebar h2{
  color:#FF5906;
}

#sidebar img{
  border:0px; 
}

.maintext {
	font-size: 13px;
	line-height: 20px;
}

.subtitle {
	font-size: 20px;
	font-weight: bold;
	color:#FF5906;
}

.subtitle-2 {
	font-size: 14px;
	font-weight: bold;
	color:#CF480E;
}

.list {
	list-style-type:square;
}

.reply {
	padding:8px;
	background-color:#F5EFD3;
	display:block;
}

a.black:link,a.black:visited{
	text-decoration:none;
	color:black;
}

a.black:hover{
	text-decoration:underline;
	color:#FF5906;
}

a.green:link,a.green:visited{
	text-decoration:none;
	color:#009900;
}

a.green:hover{
	text-decoration:underline;
	color:#FF5906;
}