#wp_wall
{
margin: 0 auto;
width: 320px;
color: #FFF;
font-size: 16px;
}

#wp_wall p
{
	margin-top:0px;
	margin-bottom:0px;
	color: #FFF;
	font-size: 16px;
}

#wallcomments p
{
	margin-bottom:5px;
	color: #FFF;
	font-size: 16px;
	background: #1e1e1e;
}

#wall_post input  {
	border: 1px solid #8ca3b8;
	width: 140px;
	font-size: 16px;
}

#wall_post textarea {
	border: 1px solid #8ca3b8;
	width: 320px;
	font-size: 16px;
	
}

#wp_latest {
	color: #FFF;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#wallcomments {		
	
	overflow: auto; 
	margin: 0 auto;
	padding: 0;

	
	/* 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;
	font-size: 16px;
	color: #FF4200;
}

.wallauthor a:link {
  color: #ff4200;
  }


.wallcomment {
	font-weight:normal;
	font-size: 16px;
}

.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	/* background:#c0dFa0; */
}

#wall_post_toggle  {
	cursor:pointer;
}

#submit_wall_post {
background: #1e1e1e;
border: 1px solid #8ca3b8;
color: #FFF;
}

#wallform 
{



.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; */
}

