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

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

#wall_post input  {
	color: #7F7F00;
  	background: #DDDDDD;
  	border: 1px solid #7D7D7D;
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;	
        -webkit-border-radius: 8px;
        border-radius: 8px;
	width: 100%;
}

#wall_post input:hover  {
	color: #FFFF00;
  	background: #7F7F00;
}

#wall_post textarea {
	border: 1px solid #7D7D7D;
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;	
        -webkit-border-radius: 8px;
        border-radius: 8px;
      Font-Size: 12px;
      Font-family: 'Arial', Sans-serif;
	width: 99%;
}

#wall_post textarea:hover {
	background: #DDDDDD;
}


#wallcomments {		
	width: 100%
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	

	border: 1px solid #7D7D7D;
      -moz-border-radius: 8px;
      -khtml-border-radius: 8px;	
      -webkit-border-radius: 8px;
      border-radius: 8px;
	padding: 7px;
}

#sidebar wallcomments .avatar {
	margin:0 8px 0 0;
	border: 1px solid #7D7D7D;
        float: left;
        padding: 2px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.wallnav {
     padding: 5px 0 10px 0;
     text-align: center;
}

.wallnav-left{
     float:left;
     border: 1px solid #7D7D7D;
      -moz-border-radius: 8px;
      -khtml-border-radius: 8px;	
      -webkit-border-radius: 8px;
      border-radius: 8px;
      padding: 6px;
      width: 84px;

}

.wallnav-right{
     float:right;
      border: 1px solid #7D7D7D;
      -moz-border-radius: 8px;
      -khtml-border-radius: 8px;	
      -webkit-border-radius: 8px;
      border-radius: 8px;
      padding: 6px;
      width: 84px;
}

.wallnav a {
      font-size: 12px;
      color: #880;
      cursor:pointer;
	  display: block;
}

.wallnav a:hover{
      color: #bb0;
}

.wallnav a:active{
      color: #ff0;
}

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

