* {
	margin: 0;
	padding: 0;

/*-webkit-text-stroke: 1px green; 
-webkit-text-fill-color: #ccc;
text-stroke: 0.5px green; 
text-fill-color: #ccc;*/
}
@font-face {
      font-family: "AndaleMono";
      src: url("http://ericbintner.com/fontface/AndaleMono.ttf");
    }

body {
	margin: 10px auto;
	font-size:10px;
	/*	font: 10px Andale Mono, "AndaleMono", courier, monospace;*/
	font-family:"Andale Mono", monospace;
	line-height: 9.8px;
	padding: 0 0 0 0;
	background-color:#222;
	color:#FFF;
}
p {
	padding: 0 0 1em;
}
pre {
	font-family:"Andale Mono", monospace;
	font-size: 10px;
	cursor: pointer;
}
a:link {
	color: #FFF;
	text-decoration: none;
		border: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
		border: none;
}
a:hover {
	text-decoration: none;
	color: #efefef;
	background-color: #1f1f1f;
    }
a:active {
	text-decoration: none;
	color: #EEE;
}
/* message display page */
.message_list {
	list-style: none;
	position: absolute;
	padding:0px, 0px, 0px, 0px;
	top: 4px;
	left: 50%;
	width: 854px;
	margin-left:-427px;
}
.message_list li {
	padding: 0 0 2px;
	margin: 0;

}
.message_list3 {
	list-style: none;
	position: relative;
	top: 0px;
	width: 854px;
}
.message_list3 li {
	padding: 0 0 2px;
	margin: 0;
	display:none;
}
.message_list4 {
	list-style: none;
	position: relative;
	top: 0px;
	width: 854px;
}
.message_list4 li {
	padding: 0 0 2px;
	margin: 0;
}
.message_head {
	padding: 2px 2px;
	cursor: pointer;
	position: relative;
}
.message_head .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;	
}

.message_head cite {
	font-size: 100%;
	font-style: normal;
}
.message_head2 {
	padding: 2px 2px;
	cursor: pointer;
	position: relative;
}
.message_head2 .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head2 cite {
	font-size: 100%;
	font-style: normal;
}
.message_head3 {
	padding: 2px 2px;
	cursor: pointer;
	position: relative;
}
.message_head3 .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head3 cite {
	font-size: 100%;
	font-style: normal;
}
.message_body {
	padding: 5px 0px 2px;
	text-decoration:none;
}
.message_body3 {
	padding: 5px 0px 2px;
	text-decoration:none;
	
}
.message_head4 {
	padding: 2px 2px;
	cursor: pointer;
	position: relative;
}
.message_head4 .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head4 cite {
	font-size: 100%;
	font-style: normal;
}
.message_body4 {
	padding: 5px 0px 2px;
	text-decoration:none;
}
#2 {
	
}
#3 {
	
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	padding-right: 12px;
	color: #fff;
}

#slickbox{
	position:relative;
	width:854px;
}
