#wp_wall p
{
	margin-top:0px;
	margin-bottom:0px;
}

#wp_latest {
	padding: 0px;
}

#wallresponse {
	padding: 0px;
}

#wallcomments p
{
	margin-bottom:5px;
	clear:both;
	line-height: 1.1em;
}

#wall_post input {
	background:none repeat scroll 0 0 #FE0059;
	border:1px solid #FE0059;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
}

#wall_post textarea {
	border: 1px solid #FE0059;
	width: 140px;
	height: 25px;
}

#wallcomments {		
	
	padding: 0px;
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* 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;
	color: #FE0059;
}

.wallcomment {
	font-weight:bold;
	color: #ffffff;
}

.wall-error {
	/* background:#ffb0b0; */
	color:#000000;
	font-weight:bold;
}

.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;
}
