 @import url("reset.css"); 

body{
	background: #666;
	max-width: 512px;
	min-width: 320px;
	margin: 0 auto;
	font-family: monospace;
	color: #DDD;
	font-size: 110%;
}

.post{
	text-align: justify;
	line-height: 135%;
	padding: 10px 0;
	background: url(../img/post.gif) no-repeat 0 14px;
	text-indent: 15px;
	clear: both;
}

.post *{
	text-indent: 0;
}

.comment .date,
.post .date{
	padding-left: 15px;
	color: #AAA;
	float: right;
}

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

a:hover{
	color: #FF0000;
}

.post > a:visited{
	color: #CCC;
}

.comment_children,
.comment{
	margin: 1px 0;
  padding: 9px 5px;
	background: url(../img/subpost.gif) no-repeat 8px 14px;
	text-indent: 18px;
}

.comment{
  background-color: #555;
}

.comment ul, .comment form{
  margin-left: 18px;
}

.comment form{
  display: none;
}

a.action{
	padding: 5px 10px;
	margin: 0 5px;
}

a.action span{
	display: none;
}

a.video{
	background: url(../img/video.gif) no-repeat 50%;
}

a.image{
	background: url(../img/zoom.gif) no-repeat 50%;
}

div.meta{
  font-size: 80%;
	float: right;
  padding-left: 16px;
}

a.load_comments{
	padding-left: 15px;
	background: url(../img/comment.gif) no-repeat 0 50%;
}

a.user{
	padding-left: 10px;
	background: url(../img/user.gif) no-repeat 0 50%;
}

hr{
	background: #FFF;
	border: none;
	height: 1px;
	clear: both;
}

#header{
	background: url(../img/bg.gif);
	height: 36px;
	width: 100%;
	padding: 15px;
	margin-left: -15px;
}

#menu{
	display: block;
	height: 20px;
	background: #000;
	width:100%;
	padding: 0 15px;
	margin-left: -15px;
}

#menu a{
	color: #FFF;
	font-size:90%;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

#menu a:hover{
	background: #FFF;
	color: #000;
}

#logo{
	display: block;
	background: url(../img/logo.gif) no-repeat;
	width: 248px;
	height: 36px;
}

textarea{
	width: 100%;
	padding: 0;
	border: 1px solid #333;
	height: 80px;
}

.external_image{
	max-width: 100%;
}

p{
	padding: 5px 0;
}

h1{
	color: #EEE;
	font-weight: bold;
	margin: 15px 0 5px 0;
	font-size: 150%;
}

h2{
	clear: both;
	color: #EEE;
	font-weight: bold;
	margin: 15px 0 5px 0;

}

h3{
	clear: both;
	background: #777;
	text-align: center;
	font-weight: bold;
	color: #EEE;
	margin-top: 15px;
}

a.headers_loading{
	padding-right: 20px;
	background: url(../img/link-loader.gif) no-repeat 100% 50%;
}

a.load_moar{
	line-height: 45px;
	height: 45px;
	margin: 15px 0;
	background-color: #555;
	display: block;
	text-align: center;
	border: 1px solid #888;
}

a.load_moar.loading{
		background: url(../img/link-loader.gif) no-repeat 50%;
}

a.load_moar.loading span{
	display: none;
}

#load_here{

}

#loader{
	position:fixed;
	top: 0;
	right: 150px;
	background: #FFF url(../img/ajax-loader.gif) no-repeat 50%;
	width: 28px;
	height: 32px;
	display: none;
}

.debuginfo{
	/*display:none;*/
	overflow: auto;
	font-size: 10px;
	border: 1px groove #DDD;
	background-color: #EEE;
	color: #000;
	padding: 5px;
	margin: 25px 0;
}
