#wp_wall {
    color: #9e7b4e;
	font-size: 11px;
	line-height: 15px;
}

.wall-title {
    background: url(i/h1.jpg) no-repeat;
	height: 25px;
}

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

#wallcomments p
{
	margin-bottom:8px;
	clear:both;		
}

#wall_post input  {	
	width: 100px;
}

#wall_post textarea {	
	width: 198px;
}

#wallcomments {		
	
	overflow: auto; 
	background: #f4eed6;
	border-bottom: 1px solid #dbcaad;
	border-top: 2px solid #cab693;
	border-right: 1px solid #dbcaad;
	border-left: 2px solid #cab693;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 0;
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the wall
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.wallnav {
	margin:5px 3px 0px 0px;
	text-align: center;
	padding: 0 0 0 45px;
}

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

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	font-weight:bold;
	color: #569711;
}

.wallcomment {
	font-weight:normal;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	background:#c0dFa0;
}

a#wall_post_toggle,
a#wall_post_toggle:hover  {
	cursor:pointer;
	font-size: 12px;
	background: url(i/shoutout.gif) no-repeat;
	padding: 0;
	height: 32px;
	width: 114px;
	display: block;
}

#wp_latest {
    font-size: 10px;
	color: #cea149;
}

#shoutout {
    font-size: 9px;
	margin: 10px;
	color: #cea149;
	text-align: center;
}



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

.wall-gravatar
{
	float:left;
	padding-right: 5px;
}