
#title
{
font-size:16px;
line-height:22px;
}

#about
{
font-size:12px;
padding:8px;
background-color: #f1f1f1;
margin-top: 20px;
margin-bottom: 30px;

}

#wp_wall p
{
	text-align:left;
	margin-top:16px;
	margin-bottom:4px;
}

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

#wall_post input  {
	margin: 2px;
	border: 1px solid #cccccc;
	width: 240px;
}

#wall_post textarea {
	margin: 2px;
	border: 1px solid #cccccc;
	width: 740px;
	height: 200px;
	padding: 6px;
}

#wallcomments {		
	
	overflow: auto; 
	line-height:18px;
	
	/* 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;
	text-align:left;
}

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