#wp_wall p
{
	margin-top:0px;
	margin-bottom:0px;
        background-repeat: repeat-y;
        padding-left: 0px;  
        padding-right:20px;
font-size: 1.0em;
}

#wp_latest {
padding-bottom:5px;
        padding-left: 0px;
        color:#b8d4f9;
}

#wallcomments p
{
	margin-bottom:6px;
	clear:both;
        color:#B8D4F9;
font-size: 1.0em;
}

#wallline {
padding-bottom:5px;
        background-repeat: repeat-y;
}


.wallbutton { background-color: transparent;
color:#ffffff;
	width: 152px;
        cursor: pointer;
 }


#wpwall_author {
color:#ffffff;
	width: 152px;
        cursor: pointer;
        background-color: #4f95ff;

}

#wpwall_email {

color:#ffffff;
	width: 152px;
        cursor: pointer;
        background-color: #4f95ff;

}


#wpwall_comment {
	border: 1px solid #085bd8;
        color: #ffffff;
        font-size: 8;
	width: 152px;
        background-color: #4f95ff;
}

#wallresponse {
height:22px;
padding-left: 12px;
background: url();
background-repeat: no-repeat;
}

#wallcomments {		
	
	overflow: auto; 
	background: url();
        background-repeat: repeat-y;
        padding-bottom: 0px;
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	margin:0px 0px 0px 0px;
        background: url();
        background-repeat: repeat-y;
        padding-left: 40px;
        padding-top:5px;
        padding-bottom:5px;
        font-size: 1.0em;
}

.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
color:#ffffff;
}

.wallcomment {
	font-weight:normal;

}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
margin-top:5px;
cursor:pointer;
width: 500;


}



.wall-alt { 
	/*background: #0e61dd ; */

}

.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;
        padding-bottom: 5px;
}