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

#wp_latest {
 font-family: arial;
 font-size: 10px;
 letter-spacing: 1px;
 text-transform: uppercase;
 color: #101010;
 border-bottom: 2px solid #e4e4e4;
 padding: 3px 4px 3px 4px;}

#wallcomments p
{
background: #ffffff;
border: 2px solid #e4e4e4;
padding: 6px 6px 6px 6px;}
}

#wall_post input  {
	border: 2px solid #14161a;
        background-color: #313131;
        font-family: Arial;
	width: 210px;
padding: 4px;
        font-size: 11px;
        color: #e1e1e1;
        text-shadow: 1px 1px 0px #5a5a5a;        
}

#wall_post textarea {
padding: 4px;
        font-family: Arial;
        font-size: 11px;
        color: #e1e1e1;
        text-shadow: 1px 1px 0px #311f21;       
	border: 2px solid #14161a;
        background-color: #1c1e23;
	width: 210px;
}

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

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

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