.body{
	background-color:#f7f7f7;
	position:relative;
	padding:0px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	height:475px;}

/*Posts*/
.sub-title{
	font-weight:bold;
	list-style:none;}
	
.sub-info{
	font-size:.8em;
	list-style:none;}
	
.sub-user{font-weight:bold;}

.sub-cat{font-weight:bold;}

.sub-comments{
	font-weight:bold;
	padding-left:20px;}

.score{
	float:left;
	color:grey;
	padding-right:5px;}

.upvote{
	background-image: url("up.png");
	background-repeat: no-repeat;
	height:12px;
	width:12px;
	float:left;
	padding: 0px 1px 0px 1px;}

.downvote{
	background-image:url("down.png");
	background-repeat: no-repeat;
	height:12px;
	width:12px;
	float:left;
	padding: 0px 1px 0px 1px;}

/*Sidebar*/
.cat-head{
	font-weight:bold;
	list-style:none;}
	
.cat-body{
	font-size:.8em;
	list-style:none;}
	
.categories{
	background-color:lightgrey;
	padding: .2em .5em .2em .5em;
	float:right;
	clear:right;}
	
.search{float:right;}
	
.link{text-decoration:none;}

.submit{
	font-weight:bold;
	list-style:none;
	font-size:.9em;
	float:right;
	clear:right;}
	
.submit-links{
	font-weight:bold;
	color:white;
	background-color:black;
	text-decoration:none;
	padding: 2px 10px 2px 10px;
	margin:2px 2px 2px 2px;
	float:right;}
	
#sidebar{float:right;}
	
#category-title{
	font-weight:bold;
	color:white;
	background-color:black;
	padding:.2em .5em .2em .5em;}

#userinfo{
	position:absolute;
	top:0px;
	right:0px;
	padding-right:10px;}

#submissions{
	clear:left;
}

/*User*/
#username{
	list-style:none;
	float:left;
	padding-right:5px;}

#userscore{
	font-size:.8em;
	list-style:none;
	float:left;
	padding-right:10px;}
	
#mail{
	list-style:none;
	font-weight:bold;
	float:left;
	padding-right:10px;}

#pref{
	list-style:none;
	font-weight:bold;
	float:left;}
	
#footer{
	font-size:.8em;
	margin:auto;}