#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
}

#wall_post p{
	margin-top:0px !important;
	margin-bottom:8px;
}

#wallcomments p
{
	margin-bottom:5px;
}

#wall_post #submit_wall_post{
	border:none;
	width:30px;
	height:30px;
	background:transparent url("i/comment_submit.gif") 0 0 no-repeat;
	color:transparent;
	vertical-align:middle;
}
* html #wall_post #submit_wall_post{
color:#42a04e;
font-size:0;
}
*:first-child+html #wall_post #submit_wall_post{
color:#42a04e;
font-size:0;
}

#wall_post #submit_wall_post:hover{
	background:transparent url("i/comment_submit.gif") -30px 0 no-repeat;
}

#wall_post #submit_wall_post:hover{
cursor:pointer;
}

#wall_post #wpwall_author{
	border: 1px solid #aaaaaa;
	background-color:#666666;
	width: 72px;
	margin-right:2px;
	vertical-align:middle;
	font-size:1em;
	padding:4px 2px;
	color:#FFFFFF;
}


#wall_post textarea {
	border: 1px solid #aaaaaa;
	background-color:#666666;
	width: 264px;
	color:#FFFFFF;
	margin-right:2px;
	vertical-align:middle;
	font-size:1em;
}

#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;
}

.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: #242424 ; 
}

.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; */
}

#wp_latest{
	color:#666666;
	font-size:10px;
}
