#wp_wall{
border-top: 3px double #000;
background: #9f9f9f;
}
#wp_wall h1{
font-size: 2.2em;
font-family: Arial Black, Helvetica, Arial, sans-serif;
padding-top: 7px;
text-align: center;
}
#wp_wall h3 {
text-align: center;
}

#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
	}
a#wall_post_toggle {
font-size: 15px;
font-weight: bold;
}
#wallcomments p
{
	margin-bottom:5px;
	font-size: 1.4em;
	}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 200px;
}

#wall_post textarea {
	border: 0px solid #cccccc;
	width: 200px;
}

#wallcomments {		
	
	overflow: auto; 
	
	/*
	height: 200px;*/
	
	
	background: #9f9f9f;
	border: 0px solid #cccccc;
	padding: 5px;
	
}

.wallnav {
	margin:5px 0px 0px 0px;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
	color:#FFFFFF;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	background: #908312;
}

.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; */
}
