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

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

#wpwall_author{
font-size: 18px;
	font-family: 'Georgia','Times New Roma', serif;
color:#ff6b84; width:235px
}

#wall_post textarea {
font-size: 18px;
	font-family: 'Georgia','Times New Roma', serif;
color:#ff6b84;
 width:235px;
}

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

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
font-size: 12px;
color: #FF4565;
text-transform: none;
font-family: 'Arial', serif; padding-left: 5px;
}
#wp_latest{ color: #FFF; font-family: 'Arial', serif;}
.wallcomment {
	font-weight:normal;
color: #FF4565;
font-size: 12px;
text-transform: none;
font-family: 'Arial', serif;

}

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

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

#wall_post_toggle  {
	cursor:pointer;
color:#fff;
}



.wall-alt {
	/* this would paint every other comment with a background  	*/
	background: #FFE66B;  border-bottom: 1px solid #ff6b84;
}

.wall-1, .wall-3, .wall-5
{
	/* this would paint the background of first comment, wall-2 for second...*/
background: #FFE66B;  border-bottom: 1px solid #ff6b84;
}


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