#wp_wall p
{
	margin-top:10px;
	margin-bottom:4px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
}

#wall_post input  {
	border: 1px solid #996245;
	width: 250px;
	height:20px;
}

#wall_post textarea {
	border: 1px solid #996245;
	width: 250px;
}

#wallcomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	margin:15px 0px 0px 15px;
 	background-image: url(http://www.boomer-living.com/assets/images/background/wp-wall-back.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	text-align:center;
	margin-bottom:20px;
	display:block;
	font-weight:bold;
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
	text-align:center;
	margin-bottom:20px;
	display:block;
	font-weight:bold;
}

#wall_post_toggle  {
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:20px;
	color:#ab6843;
	display:block;
	font-size:15px;
}



.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
{
	color:#c00;
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.wall-registered
{
	color:#006;
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}