.newsitem {
	margin: 8px 8px 12px 8px;
}

.newstitle {
	border-bottom: 2px solid #557;
	border-top: 2px solid #aaf;
	padding: 0 1px 0 0.5em;

	background-color: #559;

	font-family: sans-serif;
	font-size: 14pt;
	color: white;
}

.newsred {
	border-bottom: 2px solid #755;
	border-top: 2px solid #faa;

	background-color: #955;
}

.newsgreen {
	border-bottom: 2px solid #575;
	border-top: 2px solid #afa;

	background-color: #595;
}

.newsblue {
	border-bottom: 2px solid #557;
	border-top: 2px solid #aaf;

	background-color: #559;
}

.editlink {
	margin: 2px;
	margin-top: 4px;
	float: right;

	text-decoration: none;
	font-family: sans-serif;
	font-size: 9pt;
	color: white;
}

.newsauthor {
	height: 8pt;

	border-bottom: 2px solid #aaa;
	padding: 2px 2px 2px 0.5em;

	background-color: #555;

	text-align: left;  
	font-family: sans-serif;
	font-size: 8pt;
	color: #aba;
}

.newstext {
	border-bottom: 2px solid #aaa;
	padding: 4px 4px 4px 0.5em;

	background-color: #ccc;

	font-family: sans-serif;
	font-size: 12pt;
	color: #020;
}

.newstext img {
	max-width: 100%;
}

.newsedittime {
	height: 8pt;

	border-bottom: 2px solid #aaa;
	padding: 0 1px 2px 0.5em;

	background-color: #555;

	text-align: right;
	font-family: sans-serif;
	font-size: 8pt;
	color: #aba;
}

.newpostlink {
	margin: 8px;
	border-bottom: 2px solid #bbf;
	border-top: 2px solid #bbf;
	padding: 0 4px 0 4px;

	background-color: #99f;

	text-align: center;
}

.newpostlink a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #00f;
}



#newstitleentry {
	display: block;
	float: left;
	width: 400px;

	margin: 1px;
	border: 1px solid #f80;

	background-color: #840;

	font-family: sans-serif;
	font-size: 12pt;
	color: white;
}

#newstextentry {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #aaa;
	width: 100%;
	height: 400px;

	background-color: #ccc;

	font-family: sans-serif;
	font-size: 10pt;
	color: #020;
}

.newssubmit {
	display: block;
	float: right;

	margin: 3px;
	border: 2px outset #115;

	background-color: #111;

	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
}
.newssubmit:hover {
	cursor: pointer;

	border: 2px outset #008;

	background-color: #002;
}
.newssubmit:active {
	cursor: pointer;

	border: 2px inset #008;

	background-color: #005;
}



.commentitem {
	margin: 4px 20px 4px 60px;
}

.commenttitle {
	border-bottom: 2px solid #755;
	border-top: 2px solid #faa;
	padding: 0 1px 1px 0.5em;

	background-color: #955;

	font-family: sans-serif;
	font-size: 8pt;
	color: white;
}

#commenttitleentry {
	display: block;
	float: left;
	width: 400px;

	margin: 1px;
	border: 1px solid #f80;

	background-color: #840;

	font-family: sans-serif;
	font-size: 8pt;
	color: white;
}

.commenteditlink {
	float: right;

	text-decoration: none;
	font-family: sans-serif;
	font-size: 7pt;
	color: white;
}

.commentauthor {
	height: 7pt;

	border-bottom: 2px solid #aaa;
	padding: 1px 2px 2px 0.5em;

	background-color: #555;

	text-align: left;  
	font-family: sans-serif;
	font-size: 7pt;
	color: #aba;
}

.commenttext {
	border-bottom: 2px solid #aaa;
	padding: 4px 4px 4px 0.5em;

	background-color: #ccc;

	font-family: sans-serif;
	font-size: 8pt;
	color: #020;
}

#commenttextentry {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #aaa;
	width: 100%;
	height: 200px;

	background-color: #ccc;

	font-family: sans-serif;
	font-size: 10pt;
	color: #020;
}

.commentsubmit {
	display: block;
	float: right;

	margin: 3px;
	border: 2px outset #115;

	background-color: #002;

	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	color: #fff;
}
.commentsubmit:hover {
	cursor: pointer;

	border: 2px outset #008;
}
.commentsubmit:active {
	cursor: pointer;

	border: 2px inset #008;

	background-color: #005;
}



.errorbox {
	margin: 40px;
	border: 2px solid #fa0;
	padding: 6px;

	background-color: #fe0;

	text-align: center;
	font-family: sans-serif;
	font-size: 12pt;
	color: #000;
}

.howtobox {
	margin: 40px;
	border: 2px solid #faa;
	padding: 6px;

	background-color: #955;

	text-align: left;
	font-family: sans-serif;
	font-size: 12pt;
	color: white;
}
