#wp_wall p
{
}

#wallcomments p
{
	border-top: 1px solid #fff !important;
	border: 1px solid #ddd;
	clear:both;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;

}
#wallcomments p:hover > .wallcomment{
	background:#fff;
		transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    -webkit-transition:all 0.35s ease-in-out;
    -o-transition:all 0.35s ease-in-out;
}
#wall_post textarea {
	width: 97%;
}

#wallcomments {
	margin-left:-20px;
	margin-right:-20px;
	overflow: auto;
	margin-top: -5px;
}
.wallnav {

	margin-bottom: -20px;
	margin-left: -2px;
	font-size:18px;
}

.wallnav i:hover{
	cursor:pointer;
}
.wallnav a {
	margin:0px 0px 0px 10px;
}

.wallnav img {
	cursor:pointer;
}

.wallauthor {
	padding: 10px 0px 7px 20px;
	background: #E6E6E6;
	border-bottom: 1px solid #ddd;
	display:block;
}

.wallauthor i{
	font-size:10px;
}
.wallauthor i.icon-user, .wallauthor i.icon-star{
	font-size:12px;
	color:#aaa;
}

.wallcomment {
	font-weight:normal;
	background: #f1f1f1;
	padding: 15px 10px 15px 20px;
		transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    -webkit-transition:all 0.35s ease-in-out;
    -o-transition:all 0.35s ease-in-out;
    display:block;
}

#wp_latest{
	float: right;
	margin: 2px 10px 5px 0px;
	font-size: 10px;
	color: #bbb;
}
}
.wall-error {
	/* background:#ffb0b0; */

}
.wall-success {
	margin-top:30px;
}

#wall_post{
	margin-top: 30px;
}

#wall_post_toggle  {
	cursor:pointer;
	display:block;
	margin:20px 0px -20px 0px;

}

#wall_post p{
	margin:10px 0px 0px 0px;
}

#wallcomments p.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{
}

.wall-registered
{
	/* this would paint the background for other registred users
	background:#F0d0E0; */
}

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

#wp_wall{
	margin-top:-5px;
}
/* Footer fixes */

footer #wallcomments{
	margin:0;
}
footer .wallauthor{
	padding: 7px 0px 4px 15px;
	background: #333;
	border-bottom: 1px solid #000;
}
footer .wallcomment{
	padding: 15px 10px 15px 15px;
	background: #1f1f1f;
}
footer #wallcomments p{
	border-top: 0px solid #0d0d0d !important;
	border: 1px solid #0f0f0f;
}
footer #wallcomments p.wall-1{
	border-top: 1px solid #0d0d0d !important;
}
#wallcomments p:hover > .wallcomment{
	background:#fbfbfb;
}