#wp_wall p
{
	margin-top:0px;
	margin-bottom:40px;
}

#wallcomments p
{
	margin-bottom:0px;
	margin-left:5px;
	margin-right:10px;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 140px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#wallcomments {		

		background-color: #1C3835; /* url(http://www.bastel-blog.de/wp-content/themes/indezinerpaperwall/images/sidebar_bottom.jpg) no-repeat left top; */
	padding:20px 0px 20px 10px;
	margin:0px 10px 0 0;
	width:230px;
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.nav {
	margin:0px 0px 0px 0px;
}

.nav a {
	margin:0px 0px 0px 10px;
}

.nav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
	font-weight:bold;
	color:#3F808A;
}



.wall-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}
