#wp_wall{
/*background: #cde2f3 url(i/AboutBkg3.jpg) no-repeat left bottom;*/
}

.Wall_Int {
color: #444; font-weight:bold; font-size: 12px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-variant:small-caps; letter-spacing: 1px;}


#wp_wall p
{
	margin-top:4px;
	margin-bottom:4px;
	font-variant: normal;
	font-weight:normal;
}

#wp_latest{
font-variant: normal; color: #666666; font-weight: normal; font-size: 11px; position: relative; bottom: 3px;
}

.wallcomment {
color: black; letter-spacing: normal; font-variant:normal;
}

.wallauthor {color: #383838; font-variant: normal;}

#wall_post_toggle {font-variant: normal; font-weight: bold; color: #555; font-size: 10px;}

#wallcomments p
{
	margin-bottom:5px;
	/*white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;*/
word-wrap: break-word;
}

#wall_post input  {
	border: 1px solid #cccccc;
	width: 140px;
}

#wall_post textarea {
	border: 1px solid #cccccc;
	width: 140px;
}

#wallcomments {		
	
	overflow: auto;

	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

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

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

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

