#wallcomments p
{
	clear:both;
}

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

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#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:0px 0px 0px 0px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
}

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

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

#wall_post_toggle  {
	cursor:pointer;
}



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

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

#wp_wall {margin:0 3px;}
#wp_wall #img_left {float:left;width:10%;border:0;}
#wp_wall #img_right {float:right;width:10%;border:0;}
#wall_post_toggle {float:left;width:70%;text-align:center;margin:0 auto;margin-top:2px;padding:2px 4px;border:1px solid #ccc;color:#555;}
#wall_post_toggle:hover {border:1px solid #aaa;color:#111;}
#wp_wall #wp_latest {display:none;}
#wallmiddle {height:2em;background:#56422f;margin:0;padding:2px;}
#wall_post {background:#6A5139;margin-bottom:-5px;padding-bottom:5px}
#wallcomments {background:#56422f;clear:both;margin:0;padding:0;}
#wallcomments p {font-size:10pt;float:clear;margin:0;padding:4px;}
#wallcomments .wall-alt {background:#6A5139;}

#wpwall_author {background:#56422f;width:131px!important;}
#wpwall_comment {background:#56422f;width:136px!important;}
#submit_wall_post {background:#6A5139;width:138px!important;}

