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

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

#wp_latest{
	display:none;
}

#wall_post input  {
	width:100%;
	border: 1px solid #cccccc;

}

#wall_post textarea {
	width:100%;
	height:100px;
	border: 1px solid #cccccc;

}

#wallcomments {		
	
	overflow: auto; 
	
	
}

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

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	background:url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/comment.png) 5px -1px no-repeat;
	padding:0 0 0 25px;
	font-weight:bold;
}

.wallcomment {
	font-weight:normal;
	color: #999999;
}

#wall_post_toggle{
	background:url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/comments.png) right center no-repeat;
	padding:0 20px 0 0;
	float:right;
	margin:-20px 0 0 0;
	font-size: 12px;
}

.wall-error {
	width:485px;
	border-color: #ff8300;
	border-style: solid;
	border-width: 3px;
	background: #ffc100 url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/error.png) 3px 3px no-repeat;
	padding: 5px 5px 5px 25px;
	color: red;
	margin:0 0 5px 0;

}
.wall-success {
	width:485px;
	border-color: #007d0d;
	border-style: solid;
	border-width: 3px;
	background: #00c428 url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/tick.png) 3px 3px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #f0ffee;
	margin:0 0 5px 0;
}

#wall_post_toggle  {
	cursor:pointer;
}



.wall-alt {
	background-color: #1a1a1a ;
}

.wall-1
{
	/* this would paint the background of first comment, wall-2 for second...
	background:#c0dFa0; */
}


.wall-admin
{
	background: url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/bullet_star.png) top left no-repeat;
}

.wall-registered
{
	background: url(http://vrede.com.mx/site/wp-content/themes/sandbox/img/bullet_star.png) top left no-repeat;
}
